[issue22251] Various markup errors in documentation

2014-09-27 Thread Berker Peksag
Berker Peksag added the comment: I was using Sphinx 1.2.2 and found two related issues: issue 16805 and issue 20961. I've just upgraded Sphinx to 1.2.3, did a clean checkout, reverted the changes and everything looks good. Sorry for the noise! -- status: open ->

[issue9313] distutils error on MSVC older than 8

2014-09-28 Thread Berker Peksag
Changes by Berker Peksag : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue9313> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue20858] Enhancements/fixes to pure-python datetime module

2014-09-29 Thread Berker Peksag
Changes by Berker Peksag : -- stage: commit review -> resolved ___ Python tracker <http://bugs.python.org/issue20858> ___ ___ Python-bugs-list mailing list Un

[issue5979] strptime() gives inconsistent exceptions

2014-09-29 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker <http://bugs.python.org/issue5979> ___ ___ Python-bugs-list mailing list Un

[issue16037] httplib: header parsing is unlimited

2014-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> resolved ___ Python tracker <http://bugs.python.org/issue16037> ___ ___ Python-bugs-list mailing list Un

[issue2399] Patches for Tools/msi

2014-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker <http://bugs.python.org/issue2399> ___ ___ Python-bugs-list mailing list Un

[issue16038] ftplib: unlimited readline() from connection

2014-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> resolved ___ Python tracker <http://bugs.python.org/issue16038> ___ ___ Python-bugs-list mailing list Un

[issue18747] Re-seed OpenSSL's PRNG after fork

2014-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- stage: commit review -> resolved ___ Python tracker <http://bugs.python.org/issue18747> ___ ___ Python-bugs-list mailing list Un

[issue16155] Some minor doc fixes in Doc/faq

2014-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue19235] Add a dedicated subclass for recursion errors

2014-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review ___ Python tracker <http://bugs.python.org/issue19235> ___ ___ Python-bugs-list mai

[issue14341] sporadic (?) test_urllib2 failures

2014-09-30 Thread Berker Peksag
Berker Peksag added the comment: test_method_deprecations has been removed in https://hg.python.org/cpython/rev/b5980b1171d0. Closing this as out of date. -- nosy: +berker.peksag resolution: -> out of date stage: needs patch -> resolved status: open -&g

[issue7336] traceback module not properly printing exceptions on interpreter shutdown

2014-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker <http://bugs.python.org/issue7336> ___ ___ Python-bugs-list mailing list Un

[issue6320] Standard string encodings should include GSM0.38

2014-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker <http://bugs.python.org/issue6320> ___ ___ Python-bugs-list mailing list Un

[issue10384] SyntaxError should contain exact location of the invalid character in identifier

2014-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker <http://bugs.python.org/issue10384> ___ ___ Python-bugs-list mailing list Un

[issue22531] Turn contextlib.{redirect_stdout, suppress} into ContextDecorators

2014-10-01 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +ncoghlan ___ Python tracker <http://bugs.python.org/issue22531> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13472] devguide doesn’t list all build dependencies

2014-10-02 Thread Berker Peksag
Changes by Berker Peksag : -- components: +Devguide keywords: +easy ___ Python tracker <http://bugs.python.org/issue13472> ___ ___ Python-bugs-list mailin

[issue19119] duplicate test name in Lib/test/test_heapq.py

2014-10-03 Thread Berker Peksag
Berker Peksag added the comment: In the 2.7 branch, the test was removed in issue 7871 (changeset https://hg.python.org/cpython/rev/0130e574f5be). -- components: +Tests -Library (Lib) nosy: +berker.peksag ___ Python tracker <http://bugs.python.

[issue13211] urllib2.HTTPError does not have 'reason' attribute.

2014-10-03 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker <http://bugs.python.org/issue13211> ___ ___ Python-bugs-list mailing list Un

[issue19796] urllib2.HTTPError.reason is not documented as "Added in 2.7"

2014-10-03 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review ___ Python tracker <http://bugs.python.org/issue19796> ___ ___ Python-bugs-list mai

[issue19796] urllib2.HTTPError.reason is not documented as "Added in 2.7"

2014-10-03 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +orsenthil ___ Python tracker <http://bugs.python.org/issue19796> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21578] Misleading error message when ImportError called with invalid keyword args

2014-10-04 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the review, David. > The standard error message for this case is: > > xxx() got an unexpected keyword argument 'foo' I found two similar messages in the codebase: * In Modules/itertoolsmodule.c: PyErr_SetStr

[issue6623] Lib/ftplib.py Netrc class should be removed.

2014-10-04 Thread Berker Peksag
Berker Peksag added the comment: Here's a patch with a whatsnew entry. -- stage: needs patch -> patch review Added file: http://bugs.python.org/file36807/issue6623.diff ___ Python tracker <http://bugs.python.or

[issue1322] Deprecate platform.dist() and platform.linux_distribution() functions

2014-10-04 Thread Berker Peksag
Berker Peksag added the comment: Marc-Andre, could you please take a look to the latest patch? -- components: -Tests keywords: +needs review title: platform.dist() has unpredictable result under Linux -> Deprecate platform.dist() and platform.linux_distribution() functions t

[issue21338] Silent mode for compileall

2014-10-04 Thread Berker Peksag
Berker Peksag added the comment: Here's an updated patch. Thanks David. -- Added file: http://bugs.python.org/file36808/issue21338.diff ___ Python tracker <http://bugs.python.org/is

[issue8138] wsgiref.simple_server.SimpleServer claims to be multithreaded

2014-10-04 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review ___ Python tracker <http://bugs.python.org/issue8138> ___ ___ Python-bugs-list mai

[issue8138] wsgiref.simple_server.SimpleServer claims to be multithreaded

2014-10-04 Thread Berker Peksag
Berker Peksag added the comment: Looks like Werkzeug had a workaround for this bug: https://github.com/mitsuhiko/werkzeug/commit/f9e2fad30d34a6b0737539434c03c07c2bc658d4 -- ___ Python tracker <http://bugs.python.org/issue8

[issue15273] Remove unnecessarily random behavior from test_unparse.py

2014-10-05 Thread Berker Peksag
Changes by Berker Peksag : -- components: +Tests nosy: +berker.peksag stage: needs patch -> patch review versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issu

[issue18216] gettext doesn't check MO versions

2014-10-06 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review type: -> behavior versions: +Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/i

[issue22576] ftplib documentation gives a wrong argument name for storbinary

2014-10-08 Thread Berker Peksag
Berker Peksag added the comment: Fixed. Thanks for the report, Derek. -- assignee: docs@python -> berker.peksag nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.4, Python 3.5

[issue13128] httplib debuglevel on CONNECT doesn't print response headers

2014-10-08 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue13128> ___ ___ Python-bug

[issue22389] Generalize contextlib.redirect_stdout

2014-10-09 Thread Berker Peksag
Berker Peksag added the comment: Here's an updated patch. -- Added file: http://bugs.python.org/file36844/issue22389_v2.diff ___ Python tracker <http://bugs.python.org/is

[issue19959] argparse.FileType does not expand tilde "~"

2013-12-12 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue19959> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19912] ntpath.splitunc() is broken and not tested

2013-12-16 Thread Berker Peksag
Berker Peksag added the comment: Hi Serhiy, there are commented-out lines in changeset http://hg.python.org/cpython/rev/e4beb183a674. Are they intentionally there? +#if p[1:2] == ':': +#return '', p # Drive letter present +#firstTwo = p[0:2] +#if

[issue1100942] Add datetime.time.strptime and datetime.date.strptime

2013-12-18 Thread Berker Peksag
Changes by Berker Peksag : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue1100942> ___ ___ Python-bugs-list mailin

[issue20034] Update locale alias table

2013-12-20 Thread Berker Peksag
Berker Peksag added the comment: See also issue 16555. -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue20034> ___ ___ Python-bugs-list m

[issue20043] test_multiprocessing_main_handling fails --without-threads

2013-12-21 Thread Berker Peksag
Berker Peksag added the comment: This is fixed by changeset http://hg.python.org/cpython/rev/239faf6b6e8d: http://buildbot.python.org/all/builders/AMD64%20Fedora%20without%20threads%203.x/builds/5875/steps/test/logs/stdio -- components: +Library (Lib), Tests -2to3 (2.x to 3.x

[issue20090] slight ambiguity in README.txt instructions for building docs

2013-12-28 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue20090> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20079] Add support for glibc supported locales

2013-12-29 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue20079> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-07 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue20187> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20201] Argument Clinic: rwbuffer support broken

2014-01-08 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +larry ___ Python tracker <http://bugs.python.org/issue20201> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20086] test_locale fails with Turkish locale

2014-01-10 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue20086> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6625] UnicodeEncodeError on pydoc's CLI

2014-01-13 Thread Berker Peksag
Berker Peksag added the comment: > I suppose this is a duplicate of #1065986. Yes, it is. I created a test file from the tests in issue6625_pydoc.diff and ran it on the current 2.7 branch. def foo(): u"""fooo bar baz \xfcnicode\u2026""" return

[issue20253] Typo in ipaddress document

2014-01-13 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +zach.ware ___ Python tracker <http://bugs.python.org/issue20253> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20295] imghdr add openexr support

2014-01-18 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue20293] pydoc fails with the "unspecified" default value

2014-01-18 Thread Berker Peksag
Berker Peksag added the comment: > I just built from a new clone of trunk, and it works fine for me. It works fine for me, too (revision 8f11493cf727). -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issu

[issue20289] Make cgi.FieldStorage a context manager

2014-01-20 Thread Berker Peksag
Berker Peksag added the comment: Here's a patch with a test and documentation update. -- nosy: +berker.peksag stage: test needed -> patch review ___ Python tracker <http://bugs.python.org

[issue20289] Make cgi.FieldStorage a context manager

2014-01-20 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +patch Added file: http://bugs.python.org/file33572/issue20289.diff ___ Python tracker <http://bugs.python.org/issue20

[issue20197] Support WebP image format detection in imghdr module

2014-01-20 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.5 -Python 2.7, Python 3.4 ___ Python tracker <http://bugs.python.org/issue20197> ___ ___

[issue20295] imghdr add openexr support

2014-01-21 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +serhiy.storchaka ___ Python tracker <http://bugs.python.org/issue20295> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue3073] Cookie.Morsel breaks in parsing cookie values with whitespace

2014-01-21 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> committed/rejected ___ Python tracker <http://bugs.python.org/issue3073> ___ ___ Python-bugs-list mai

[issue20333] argparse subparser usage message hides main parser usage

2014-01-21 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +bethard, paul.j3 ___ Python tracker <http://bugs.python.org/issue20333> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19870] Backport Cookie fix to 2.7 (httponly / secure flag)

2014-01-21 Thread Berker Peksag
Berker Peksag added the comment: Here's a backport of issue 16611 for 2.7. -- keywords: +patch nosy: +berker.peksag stage: -> patch review versions: -Python 3.3 Added file: http://bugs.python.org/file33597/issue19870.diff ___ Python tracke

[issue18300] script_helper._assert_python should set TERM='' by default.

2014-01-22 Thread Berker Peksag
Berker Peksag added the comment: Attached patch to set TERM='' by default in test.script_helper._assert_python. -- keywords: +patch nosy: +berker.peksag stage: needs patch -> patch review title: script_helper._asert_python should set TERM='' by default. -> sc

[issue18300] script_helper._assert_python should set TERM='' by default.

2014-01-22 Thread Berker Peksag
Changes by Berker Peksag : Added file: http://bugs.python.org/file33623/issue18300_test_doctest.diff ___ Python tracker <http://bugs.python.org/issue18300> ___ ___ Pytho

[issue20362] longMessage attribute is ignored in unittest.TestCase.assertRegexpMatches etc

2014-01-23 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +ezio.melotti, michael.foord ___ Python tracker <http://bugs.python.org/issue20362> ___ ___ Python-bugs-list mailing list Unsub

[issue16382] Better warnings exception for bad category

2014-01-23 Thread Berker Peksag
Changes by Berker Peksag : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue16382> ___ ___ Python-bugs-list mailing list Unsub

[issue20363] BytesWarnings triggerred by test suite

2014-01-23 Thread Berker Peksag
Berker Peksag added the comment: Here's a patch to silence BytesWarnings. -- assignee: lukasz.langa -> keywords: +patch nosy: +berker.peksag stage: needs patch -> type: behavior -> Added file: http://bugs.python.org/file33669/i

[issue20363] BytesWarnings triggerred by test suite

2014-01-23 Thread Berker Peksag
Changes by Berker Peksag : -- assignee: -> lukasz.langa stage: -> patch review type: -> behavior ___ Python tracker <http://bugs.python.org/issue20363> ___ ___

[issue20363] BytesWarnings triggerred by test suite

2014-01-25 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the review, Arfrever and Serhiy. Here's a new patch. -- Added file: http://bugs.python.org/file33712/issue20363_v2.diff ___ Python tracker <http://bugs.python.org/is

[issue20363] BytesWarnings triggerred by test suite

2014-01-25 Thread Berker Peksag
Berker Peksag added the comment: Ah, my bad. Thanks Arfrever. -- Added file: http://bugs.python.org/file33715/issue20363_v3.diff ___ Python tracker <http://bugs.python.org/issue20

[issue20363] BytesWarnings triggerred by test suite

2014-01-25 Thread Berker Peksag
Changes by Berker Peksag : Removed file: http://bugs.python.org/file33669/issue20363.diff ___ Python tracker <http://bugs.python.org/issue20363> ___ ___ Python-bugs-list m

[issue20363] BytesWarnings triggerred by test suite

2014-01-25 Thread Berker Peksag
Changes by Berker Peksag : Removed file: http://bugs.python.org/file33712/issue20363_v2.diff ___ Python tracker <http://bugs.python.org/issue20363> ___ ___ Python-bug

[issue19023] ctypes docs: Unimplemented and undocumented features

2014-01-26 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +amaury.forgeotdarc, belopolsky, meador.inge ___ Python tracker <http://bugs.python.org/issue19023> ___ ___ Python-bugs-list m

[issue20391] windows python launcher should support explicit 64-bit version

2014-01-26 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +loewis ___ Python tracker <http://bugs.python.org/issue20391> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18321] Multivolume support in tarfile module

2014-01-27 Thread Berker Peksag
Changes by Berker Peksag : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue18321> ___ ___ Python-bugs-list mailing list Unsub

[issue19618] test_sysconfig_module fails on Ubuntu 12.04

2014-01-27 Thread Berker Peksag
Berker Peksag added the comment: The cause of the test failure was the Lib/_sysconfigdata.py file which is created by the _generate_posix_vars() function in Lib/sysconfig.py. With a fresh copy of the repo and a clean build, all tests are passed. -- resolution: -> out of date st

[issue19456] ntpath doesn't join paths correctly when a drive is present

2014-01-27 Thread Berker Peksag
Berker Peksag added the comment: Hi Serhiy, there are commented-out lines in the 2.7 version of the patch. Are they intentionally there?: +#tester("ntpath.join('//computer/share', 'x/y')", '//computer/share\\x/y') +#teste

[issue19658] inspect.getsource weird case

2014-01-30 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> committed/rejected superseder: -> inspect.findsource raises undocumented error for code objects with empty filename ___ Python tracker <http://bugs.python.org/i

[issue18622] reset_mock on mock created by mock_open causes infinite recursion

2014-02-01 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue18622> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20502] Context.create_decimal_from_float() inconsistent precision for zeros after decimal mark

2014-02-03 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +mark.dickinson, skrah ___ Python tracker <http://bugs.python.org/issue20502> ___ ___ Python-bugs-list mailing list Unsub

[issue2008] cookielib lacks FileCookieJar class for Safari

2014-02-05 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue2008> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue4188] test_threading hang when running as verbose

2014-02-05 Thread Berker Peksag
Berker Peksag added the comment: The threading._VERBOSE attribute was removed in issue 13550 (see also changeset http://hg.python.org/cpython/rev/8ec51b2e57c2). -- nosy: +berker.peksag resolution: -> out of date stage: needs patch -> committed/rejected status: open -&g

[issue1410680] Add 'surgical editing' to ConfigParser

2014-02-05 Thread Berker Peksag
Changes by Berker Peksag : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue1410680> ___ ___ Python-bugs-list mailin

[issue7717] Compilation fixes for IRIX

2014-02-05 Thread Berker Peksag
Berker Peksag added the comment: According to the python-dev discussion, Irix is not supported anymore: https://mail.python.org/pipermail/python-dev/2009-February/086111.html -- keywords: -needs review nosy: +berker.peksag resolution: -> out of date stage: patch review -> com

[issue7718] Build shared libpythonX.Y.so on IRIX

2014-02-05 Thread Berker Peksag
Berker Peksag added the comment: According to the python-dev discussion, Irix is not supported anymore: https://mail.python.org/pipermail/python-dev/2009-February/086111.html -- nosy: +berker.peksag resolution: -> out of date stage: -> committed/rejected status: open -&g

[issue1028088] Cookies without values are silently ignored (by design?)

2014-02-05 Thread Berker Peksag
Berker Peksag added the comment: This was fixed in issue 16611 (for 3.3 and 3.4) and there is a open issue for 2.7: issue 19870. I'm closing this one as a duplicate of issue 19870, because it has a patch. >>> from http import cookies >>> C = cookies.SimpleCookie()

[issue20521] [PATCH] Cleanup for "dis" module documentation

2014-02-05 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +ncoghlan stage: -> patch review ___ Python tracker <http://bugs.python.org/issue20521> ___ ___ Python-bugs-list mai

[issue20604] Missing invalid mode in error message of socket.makefile.

2014-02-12 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +pitrou versions: -Python 3.5 ___ Python tracker <http://bugs.python.org/issue20604> ___ ___ Python-bugs-list mailin

[issue20610] Documentation with two slashes in URL links to v2.6.5c2

2014-02-12 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue20610> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20620] Update the min()/max() docs for the new default argument

2014-02-14 Thread Berker Peksag
Berker Peksag added the comment: Here's a patch to update the min() and max() documentations. -- keywords: +patch nosy: +berker.peksag Added file: http://bugs.python.org/file34081/issue20620.diff ___ Python tracker <http://bugs.python.org/is

[issue20626] Manager documentation unclear about lists and thread safeness

2014-02-14 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +sbt ___ Python tracker <http://bugs.python.org/issue20626> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20241] Bad reference to RFC in document of ipaddress?

2014-02-16 Thread Berker Peksag
Berker Peksag added the comment: This was also fixed in default: http://hg.python.org/cpython/rev/2d62ee3c7617 -- nosy: +berker.peksag resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python track

[issue7247] test_fcntl_64_bit from test_fcntl.py fails in Python 2.6.4

2014-02-17 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> patch review versions: -Python 2.6, Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/iss

[issue20677] Minor typo in enum docs

2014-02-18 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +ethan.furman ___ Python tracker <http://bugs.python.org/issue20677> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20730] Typo in idlelib.GrepDialog

2014-02-22 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +serhiy.storchaka, terry.reedy ___ Python tracker <http://bugs.python.org/issue20730> ___ ___ Python-bugs-list mailin

[issue20735] Documentation: mark stringprep as deprecated

2014-02-22 Thread Berker Peksag
Changes by Berker Peksag : -- versions: -Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issue20735> ___ ___ Python-bugs-list mailing list Unsub

[issue20763] old sys.path_hooks importer does not work with Python 3.4.0rc1

2014-02-25 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +eric.snow ___ Python tracker <http://bugs.python.org/issue20763> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20772] Spam

2014-02-25 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: -lcarrionr resolution: -> invalid stage: -> committed/rejected status: open -> closed title: You only live once -> Spam ___ Python tracker <http://bugs.python

[issue20772] Spam

2014-02-25 Thread Berker Peksag
Changes by Berker Peksag : -- Removed message: http://bugs.python.org/msg212205 ___ Python tracker <http://bugs.python.org/issue20772> ___ ___ Python-bugs-list m

[issue20795] Spam

2014-02-27 Thread Berker Peksag
Changes by Berker Peksag : -- Removed message: http://bugs.python.org/msg212355 ___ Python tracker <http://bugs.python.org/issue20795> ___ ___ Python-bugs-list m

[issue20795] Spam

2014-02-27 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: -lcarrionr resolution: -> invalid stage: -> committed/rejected status: open -> closed title: Feel our love and care. Order medications from our drugstore. -> Spam ___ Python tracker <http://

[issue20777] PyArg_ParseTupleAndKeywords does not respect arguments format.

2014-02-27 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> invalid stage: -> committed/rejected ___ Python tracker <http://bugs.python.org/issue20777> ___ ___ Pyth

[issue16484] pydoc generates invalid docs.python.org link for xml.etree.ElementTree and other modules

2014-02-27 Thread Berker Peksag
Changes by Berker Peksag : -- versions: +Python 3.4 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue16484> ___ ___ Python-bugs-list mailing list Unsub

[issue20796] Test failures when running with PYTHONDONTWRITEBYTECODE

2014-02-27 Thread Berker Peksag
Berker Peksag added the comment: Here's a patch to skip the test if PYTHONDONTWRITEBYTECODE is not None. -- keywords: +patch nosy: +berker.peksag Added file: http://bugs.python.org/file34246/issue20796.diff ___ Python tracker <http://bugs.py

[issue20796] Test failures when running with PYTHONDONTWRITEBYTECODE

2014-02-27 Thread Berker Peksag
Berker Peksag added the comment: Updated patch adressing Brett's comment. Thanks! -- stage: -> patch review Added file: http://bugs.python.org/file34247/issue20796_v2.diff ___ Python tracker <http://bugs.python.org

[issue20620] Update the min()/max() docs for the new default argument

2014-02-27 Thread Berker Peksag
Berker Peksag added the comment: Updated patch adressing Larry's comment. I also fixed a typo in the max() documentation. Thanks! -- stage: -> patch review Added file: http://bugs.python.org/file34248/issue20620_v2.diff ___ Python tracke

[issue20814] tracemalloc example - Pretty Top

2014-03-01 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +haypo versions: -Python 3.5 ___ Python tracker <http://bugs.python.org/issue20814> ___ ___ Python-bugs-list mailin

[issue20814] tracemalloc example - Pretty Top

2014-03-03 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: -> committed/rejected ___ Python tracker <http://bugs.python.org/issue20814> ___ ___ Python-bugs-

[issue20849] add exist_ok to shutil.copytree

2014-03-04 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> patch review versions: -Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/issue20849> ___ ___ Python-

[issue10415] readline.insert_text documentation incomplete

2014-03-05 Thread Berker Peksag
Berker Peksag added the comment: Documentations of insert_test and set_startup_hook functions are unchanged since 2007. See revision 9e1529bf0442 (warning, huge diff!). -- nosy: +berker.peksag versions: +Python 3.3, Python 3.4 -Python 3.1, Python 3.2

<    12   13   14   15   16   17   18   19   20   21   >