[issue11563] test_urllibnet is triggering a ResourceWarning

2011-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset edc3d3b07435 by Senthil Kumaran in branch '3.2': Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil. http://hg.python.org/cpython/rev/edc3d3b07435 New changeset dfceb98767c0 by Senthil Kumaran in branch 'd

[issue11459] Python select.select does not correctly report read readyness

2011-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1dc52ecb8949 by Antoine Pitrou in branch '3.1': Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates http://hg.python.org/cpython/rev/1dc52ecb8949 New changeset 7451da272111 by Antoine Pitrou in branch '3.2&#x

[issue11456] Documentation csv RFC4180

2011-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset c63d7374b89a by Skip Montanaro in branch 'default': Mention RFC 4180. Based on input by Tony Wallace in issue 11456. http://hg.python.org/cpython/rev/c63d7374b89a -- nosy: +python-dev

[issue11609] urllib-related buildbot failures

2011-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5c83a375a23e by Senthil Kumaran in branch '3.2': Call unfakehttp in order to close connection while opening the connection through a fakehttp object. http://hg.python.org/cpython/rev/5c83a375a23e -- nosy: +

[issue11609] urllib-related buildbot failures

2011-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 00459310b136 by Senthil Kumaran in branch 'default': closes issue11609. buildbot related failures in the test_urllibnet. http://hg.python.org/cpython/rev/00459310b136 -- ___ Python trac

[issue11563] test_urllibnet is triggering a ResourceWarning

2011-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 53c8f2bd0316 by Senthil Kumaran in branch '3.2': Add NEWS for Issue #11563. http://hg.python.org/cpython/rev/53c8f2bd0316 -- ___ Python tracker <http://bugs.python.o

[issue7198] Extraneous newlines with csv.writer on Windows

2011-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset ab27f16f707a by R David Murray in branch 'default': #7198: add newlines='' to csv.writer docs. http://hg.python.org/cpython/rev/ab27f16f707a New changeset 959f666470cc by R David Murray in branch 'default&#x

[issue11567] http.server error message format

2011-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 135a0d7bc4db by Senthil Kumaran in branch '3.1': Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. http://hg.python.org/cpython/rev/135a0d7bc4db -- ___ Python

[issue3080] Full unicode import system

2011-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6c80ac44ae9c by Victor Stinner in branch 'default': Issue #3080: zipimport has a full unicode suppport http://hg.python.org/cpython/rev/6c80ac44ae9c New changeset b50a0d44545a by Victor Stinner in branch 'default': Issue #30

[issue3080] Full unicode import system

2011-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset f8d6f6797909 by Victor Stinner in branch 'default': Issue #3080: Fix case_ok() using case_bytes() http://hg.python.org/cpython/rev/f8d6f6797909 -- ___ Python tracker <http://bugs.python.

[issue3080] Full unicode import system

2011-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset dc38c4d65cd9 by Victor Stinner in branch 'default': Issue #3080: Fix call to case_ok() in find_init_module() http://hg.python.org/cpython/rev/dc38c4d65cd9 -- ___ Python tracker <http://bu

[issue7198] Extraneous newlines with csv.writer on Windows

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9201455f950b by R David Murray in branch '3.1': #7198: really add newline='' to csv.writer docs. http://hg.python.org/cpython/rev/9201455f950b New changeset fa0563f3b7f7 by R David Murray in branch '3.2': Really me

[issue7198] Extraneous newlines with csv.writer on Windows

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 88876a264ebe by R David Murray in branch '3.1': Markup fixes for #7198 patch. http://hg.python.org/cpython/rev/88876a264ebe New changeset d0d1235cb66e by R David Murray in branch '3.2': Merge markup fixes for #7198 patch.

[issue11615] sporadic failure in test_posix

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset aedad9e14135 by Ross Lagerwall in branch 'default': Issue #11615: Fix sporadic buildbot failures related to #10812. http://hg.python.org/cpython/rev/aedad9e14135 -- nosy: +python-dev ___ Pyth

[issue4391] use proper gettext plurals forms in argparse and optparse

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4a5782a2b074 by Éric Araujo in branch 'default': Use proper gettext plural forms in optparse (closes #4391). http://hg.python.org/cpython/rev/4a5782a2b074 -- nosy: +python-dev resolution: -> fixed stage: patch review -> co

[issue3080] Full unicode import system

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7f4a4e393058 by Victor Stinner in branch 'default': Issue #3080: imp.load_module() accepts None for the module path http://hg.python.org/cpython/rev/7f4a4e393058 -- ___ Python trac

[issue11586] Python/pythonrun.c: get_codec_name() typo

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 929aafef5b05 by Victor Stinner in branch 'default': Fix #11586: typo in initfsencoding() http://hg.python.org/cpython/rev/929aafef5b05 -- nosy: +python-dev ___ Python tracker <http://bu

[issue11586] Python/pythonrun.c: get_codec_name() typo

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0b6f6514461e by Victor Stinner in branch '3.2': Fix #11586: typo in initfsencoding() http://hg.python.org/cpython/rev/0b6f6514461e -- ___ Python tracker <http://bugs.python.o

[issue11395] print(s) fails on Windows with long strings

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8939a21bdb94 by Victor Stinner in branch '3.2': Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on http://hg.python.org/cpython/rev/8939a21bdb94 New changeset 4b3472169493 by Victor Stinner in branch 'd

[issue11127] sockets should not be pickleable

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5e13e5e6df30 by Antoine Pitrou in branch 'default': Issue #11127: Raise a TypeError when trying to pickle a socket object. http://hg.python.org/cpython/rev/5e13e5e6df30 -- nosy: +python-dev

[issue11617] Sporadic failure in test_httpservers

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset fa20590d4694 by Antoine Pitrou in branch '3.2': Try to strengthen test_httpservers (issue #11617) http://hg.python.org/cpython/rev/fa20590d4694 New changeset 34db881edb4d by Antoine Pitrou in branch 'default': Try to strengt

[issue11210] PyErr_SetFromWindowsErrWithFilenameObject() doesn't exist: remove it from pyerrors.h

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset c0829c4e19cf by Victor Stinner in branch 'default': Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.h http://hg.python.org/cpython/rev/c0829c4e19cf -- nosy: +python-dev resolution: ->

[issue10864] time.strftime("%Y"): limitation of 4 digits on OpenIndiana (Solaris)

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset d56eb817b181 by Victor Stinner in branch '3.2': Issue #10864 has been fixed: remove the workaround http://hg.python.org/cpython/rev/d56eb817b181 -- nosy: +python-dev ___ Python trac

[issue5537] LWPCookieJar cannot handle cookies with expirations of 2038 or greater on 32-bit platforms

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset b15f60f9e256 by Victor Stinner in branch '3.1': Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar http://hg.python.org/cpython/rev/b15f60f9e256 -- nosy: +

[issue11371] Localization of error messages in getopt

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset d3e46930ffe9 by Éric Araujo in branch 'default': Mark getopt error messages as localizable (fixes #11371). http://hg.python.org/cpython/rev/d3e46930ffe9 -- nosy: +python-dev ___ Python trac

[issue3080] Full unicode import system

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset ee4e780a6b7a by Éric Araujo in branch 'default': Fix a typo (see #3080) http://hg.python.org/cpython/rev/ee4e780a6b7a -- ___ Python tracker <http://bugs.python.

[issue8651] "s#" and friends can silently truncate buffer length

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset d9633064458c by Victor Stinner in branch '3.1': Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file http://hg.python.org/cpython/rev/d9633064458c -- nosy: +python-dev

[issue11579] python 2.5 does not build from hg - looks for subversion keywords

2011-03-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset f9763c363cc3 by Martin v. Löwis in branch '2.5': Set subversion version identification to empty strings if this is not a subversion http://hg.python.org/cpython/rev/f9763c363cc3 -- nosy: +python-dev resolution: -> fixed

[issue10833] Replace %.100s by %s in PyErr_Format(): the arbitrary limit of 500 bytes is outdated

2011-03-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 74d3dc78f0db by Victor Stinner in branch 'default': Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of http://hg.python.org/cpython/rev/74d3dc78f0db -- nosy: +python-dev

[issue11621] build error: bootstrap issue with gettext

2011-03-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 160823d258b5 by Antoine Pitrou in branch 'default': Issue #11621: fix bootstrap issue with getopt/gettext (following d3e46930ffe9) http://hg.python.org/cpython/rev/160823d258b5 -- nosy: +

[issue10833] Replace %.100s by %s in PyErr_Format(): the arbitrary limit of 500 bytes is outdated

2011-03-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 513bab5cfb18 by Victor Stinner in branch 'default': Issue #10833: Remove the buffer allocated on the stack, it isn't used anymore http://hg.python.org/cpython/rev/513bab5cfb18 New changeset 4c2135930882 by Victor Stinner in branch &

[issue7330] PyUnicode_FromFormat: implement width and precision for %s, %S, %R, %V, %U, %A

2011-03-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset d3ae3fe3eb97 by Victor Stinner in branch 'default': Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200s http://hg.python.org/cpython/rev/d3ae3fe3eb97 -- nosy: +python-dev ___ Pyth

[issue3080] Full unicode import system

2011-03-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 15f9eca5e956 by Victor Stinner in branch 'default': Issue #3080: On DJGPP, case_bytes() returns -1 to signal an error if the file http://hg.python.org/cpython/rev/15f9eca5e956 -- ___ Pyth

[issue11628] cmp_to_key generated class should use __slots__

2011-03-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 97799a54728e by Raymond Hettinger in branch '3.2': Issue #11628: cmp_to_key should use __slots__. http://hg.python.org/cpython/rev/97799a54728e New changeset 2e5e5d515c09 by Raymond Hettinger in branch 'default': Issue #1162

[issue11630] refleak in test_import

2011-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3114f26d5d54 by Victor Stinner in branch 'default': Issue #11630, issue #3080: Fix refleak introduced by ef2b6305d395 http://hg.python.org/cpython/rev/3114f26d5d54 -- nosy: +python-dev

[issue11625] Typo in collections.abc docs

2011-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset a56cd7aeac5e by Raymond Hettinger in branch '2.7': Issue #11625: Fix Typo http://hg.python.org/cpython/rev/a56cd7aeac5e -- nosy: +python-dev ___ Python tracker <http://bugs.python.o

[issue11625] Typo in collections.abc docs

2011-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3aec82018a18 by Raymond Hettinger in branch '3.1': Issue #11625: Fix Typo http://hg.python.org/cpython/rev/3aec82018a18 New changeset 461e5c60fbdf by Raymond Hettinger in branch '3.2': Issue #11625: Fix Typo http://hg.py

[issue11333] Add empty __slots__ to collections.abc abstract base classes

2011-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset d50a71994f51 by Raymond Hettinger in branch 'default': Issue #11333: Add __slots__ to the collections ABCs. http://hg.python.org/cpython/rev/d50a71994f51 -- nosy: +python-dev ___ Python trac

[issue11628] cmp_to_key generated class should use __slots__

2011-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 136298326897 by Raymond Hettinger in branch '2.7': Issue #11628: cmp_to_key should use__slots__. http://hg.python.org/cpython/rev/136298326897 -- ___ Python tracker <http://bugs.python.o

[issue10988] Descriptor protocol documentation for super bindings is incorrect

2011-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 50cc60852a76 by Raymond Hettinger in branch '2.7': Issue 10988: fix description of super's descriptor call. http://hg.python.org/cpython/rev/50cc60852a76 -- nosy: +python-dev ___ Python

[issue10988] Descriptor protocol documentation for super bindings is incorrect

2011-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3e3c46a3dce8 by Raymond Hettinger in branch '3.1': Issue 10988: fix description of super's descriptor call. http://hg.python.org/cpython/rev/3e3c46a3dce8 New changeset 40698c68a32c by Raymond Hettinger in branch '3.2': Iss

[issue10787] [random.gammavariate] Add the expression of the distribution in a comprehensive form for random.gammavariate

2011-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 42816be02b9b by Raymond Hettinger in branch '2.7': Issue 10787: Document the probability density function for random.gammavariate. http://hg.python.org/cpython/rev/42816be02b9b -- nosy: +

[issue10787] [random.gammavariate] Add the expression of the distribution in a comprehensive form for random.gammavariate

2011-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset e880020e7e6a by Raymond Hettinger in branch '3.1': Issue 10787: Document the probability density function for random.gammavariate. http://hg.python.org/cpython/rev/e880020e7e6a New changeset f882b284d260 by Raymond Hettinger in branch &#

[issue10771] descriptor protocol documentation has two different definitions of "owner" class

2011-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset b31606ea7ce3 by Raymond Hettinger in branch '3.1': Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. http://hg.python.org/cpython/rev/b31606ea7ce3 New changeset 4dfbf8c8f4e5 by Raymond Hettinger

[issue10610] Correct the float(), int() and complex() documentation

2011-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6853b480e388 by Raymond Hettinger in branch '3.1': Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. http://hg.python.org/cpython/rev/6853b480e388 New changeset a1e685ceb3bd

[issue10771] descriptor protocol documentation has two different definitions of "owner" class

2011-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset f28565867d22 by Raymond Hettinger in branch '2.7': Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. http://hg.python.org/cpython/rev/f28565867d22 --

[issue4420] PyUnicode_Decode is not checked for NULL return value

2011-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 24179f82b7de by Éric Araujo in branch '2.7': Fix obscure set crashers (#4420). Backport of d56b3cafb1e6, reviewed by Raymond. http://hg.python.org/cpython/rev/24179f82b7de -- nosy: +

[issue11591] "python -S" should be robust against e.g. "from site import addsitedir"

2011-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset a364719e400a by Éric Araujo in branch 'default': Do not touch sys.path when site is imported and python was started with -S. http://hg.python.org/cpython/rev/a364719e400a -- nosy: +python-dev

[issue8420] Objects/setobject.c contains unsafe code

2011-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 57657393ceaf by Éric Araujo in branch '3.1': Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raymond. http://hg.python.org/cpython/rev/57657393ceaf -- nosy: +python-dev status: pendi

[issue11244] Negative tuple elements produce inefficient code.

2011-03-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset ead9c1b9f547 by Mark Dickinson in branch 'default': Issue #11244: Remove outdated peepholer check that was preventing the peepholer from folding -0 and -0.0. Thanks Eugene Toder for the patch. http://hg.python.org/cpython/rev/ea

[issue11589] Additional tests for email module

2011-03-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3dbea3fa73fb by R David Murray in branch '3.1': #11589: add additional tests for the email quoprimime module. http://hg.python.org/cpython/rev/3dbea3fa73fb New changeset 04c9c831803b by R David Murray in branch '3.2': Merge #1

[issue11590] email quoprimime.py patch for header_encode of empty string, decode with different eol

2011-03-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 45cc298d40eb by R David Murray in branch '3.1': #11590: fix quoprimime decode handling of empty strings and line endings. http://hg.python.org/cpython/rev/45cc298d40eb New changeset df613f7b726a by R David Murray in branch '3.2'

[issue11653] Problems with some tests using -j2

2011-03-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9aa6097131ef by Antoine Pitrou in branch '3.2': Issue #11653: fix -W with -j in regrtest http://hg.python.org/cpython/rev/9aa6097131ef New changeset c381b35e4f31 by Antoine Pitrou in branch 'default': Issue #11653: fix -W with

[issue8754] ImportError: quote bad module name in message

2011-03-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9f9b7b656761 by Brett Cannon in branch 'default': Have importlib use the repr of a module name in error messages. http://hg.python.org/cpython/rev/9f9b7b656761 -- nosy: +python-dev ___ Pyth

[issue6811] add a filename argument to marshal.load*

2011-03-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5deb2094f033 by Brett Cannon in branch 'default': Make importlib compatible with __import__ by "fixing" code.co_filename http://hg.python.org/cpython/rev/5deb2094f033 -- nosy: +python-dev __

[issue10883] urllib: socket is not closed explicitly

2011-03-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2e5aff2a9e54 by Senthil Kumaran in branch '3.2': issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. Patch by Nadeem Vawda. http://hg.python.org/cpython/rev/2e5aff2a9e54 New changeset 0937b3618b86 by Senthil

[issue11236] getpass.getpass does not respond to ctrl-c or ctrl-z

2011-03-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset c177faafec51 by Senthil Kumaran in branch 'default': issue11236 getpass.getpass to respond ctrl-c or ctrl-z http://hg.python.org/cpython/rev/c177faafec51 -- nosy: +python-dev ___ Python trac

[issue11635] concurrent.futures uses polling

2011-03-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 76a898433a02 by Antoine Pitrou in branch '3.2': Add tests for the atexit hook in concurrent.futures (part of #11635) http://hg.python.org/cpython/rev/76a898433a02 New changeset d6bbde982c1c by Antoine Pitrou in branch 'default'

[issue11606] maxlinelen exceeded by email module's body_encode() function

2011-03-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 37ba11d806c5 by R David Murray in branch '3.1': #11606: improved body_encode algorithm, no longer produces overlong lines http://hg.python.org/cpython/rev/37ba11d806c5 New changeset b801d55a9979 by R David Murray in branch '3.2

[issue11030] regrtest - allow for relative path with --coverdir

2011-03-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6ff4e479f03b by R David Murray in branch 'default': #11030: make --coverdir work for relative directories again. http://hg.python.org/cpython/rev/6ff4e479f03b -- nosy: +python-dev ___ Pyth

[issue11031] regrtest - --testdir, new command-line option to specify alternative test directory

2011-03-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef393e6ac31b by R David Murray in branch 'default': #11031: Add --testdir to specify where to find tests http://hg.python.org/cpython/rev/ef393e6ac31b -- nosy: +python-dev ___ Python trac

[issue11093] test_future - rename not-unittest files to make regrtest.NOTTESTS an empty set

2011-03-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6a649a15cd14 by R David Murray in branch 'default': #11093: make NOTTESTS empty by renaming confusingly named files in test dir. http://hg.python.org/cpython/rev/6a649a15cd14 -- nosy: +

[issue11634] misleading comment on PyBytes_FromStringAndSize

2011-03-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset a729dfdbd24b by Eli Bendersky in branch 'default': Issue #11634: Remove misleading paragraph from a comment http://hg.python.org/cpython/rev/a729dfdbd24b -- nosy: +python-dev ___ Python trac

[issue11634] misleading comment on PyBytes_FromStringAndSize

2011-03-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 44749e501982 by Eli Bendersky in branch '2.7': Issue #11634: Remove misleading paragraph from a comment http://hg.python.org/cpython/rev/44749e501982 -- ___ Python tracker <http://bu

[issue3851] IDLE: Pressing "Home" on Windows places cursor before ">>>" instead of after. Solution offered.

2011-03-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset a7d50a4e124e by Kurt B. Kaiser in branch '3.1': toggle non-functional when NumLock set http://hg.python.org/cpython/rev/a7d50a4e124e -- ___ Python tracker <http://bugs.python.

[issue2650] re.escape should not escape underscore

2011-03-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1402c719b7cf by Ezio Melotti in branch '3.1': #2650: Refactor the tests for re.escape. http://hg.python.org/cpython/rev/1402c719b7cf New changeset 9147f7ed75b3 by Ezio Melotti in branch '3.1': #2650: Add tests with non-ascii

[issue2650] re.escape should not escape underscore

2011-03-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset d52b1faa7b11 by Ezio Melotti in branch '2.7': #2650: Refactor re.escape and its tests. http://hg.python.org/cpython/rev/d52b1faa7b11 -- ___ Python tracker <http://bugs.python.

[issue11584] email.decode_header fails if msg.__getitem__ returns Header object

2011-03-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset b21fdfa0019c by R David Murray in branch '3.2': #11584: Since __getitem__ returns headers, make decode_header handle them. http://hg.python.org/cpython/rev/b21fdfa0019c New changeset 12e39cd7a0e4 by R David Murray in branch 'default

[issue11071] What's New review comments

2011-03-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset a805d4415e34 by Raymond Hettinger in branch '3.2': Issue #11071: Fix whatsnew description of O/S access to raw bytes. http://hg.python.org/cpython/rev/a805d4415e34 New changeset df1a1774a544 by Raymond Hettinger in branch 'default&

[issue9557] test_mailbox failure under a Windows VM

2011-03-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9a184d8211f5 by R David Murray in branch '3.1': #9557: eliminate 3 seconds of static overhead from test_mailbox. http://hg.python.org/cpython/rev/9a184d8211f5 New changeset 268ab32a89a9 by R David Murray in branch '3.2': Merg

[issue11666] Test pydoc to display full help for named tuples

2011-03-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset daa408ad7440 by Raymond Hettinger in branch '3.2': Issue #11666: Teach pydoc to display full help for named tuples http://hg.python.org/cpython/rev/daa408ad7440 New changeset 374982e17f36 by Raymond Hettinger in branch 'default

[issue3851] IDLE: Pressing "Home" on Windows places cursor before ">>>" instead of after. Solution offered.

2011-03-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 500e48708470 by Kurt B. Kaiser in branch '2.7': toggle failing on Tk 8.5, causing IDLE exits. Issue 3851. http://hg.python.org/cpython/rev/500e48708470 -- ___ Python tracker <http://bu

[issue11673] RawArray does not accept long

2011-03-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2d183b1dae5a by Mark Dickinson in branch '2.7': Issue #11673: Fix multiprocessing.[Raw]Array constructor to accept a size of type long. Thanks Robert Kern. http://hg.python.org/cpython/rev/2d183b1dae5a -- nosy: +

[issue11666] Teach pydoc to display full help for named tuples

2011-03-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 46aaa365111f by Raymond Hettinger in branch '2.7': Issue #11666: Teach pydoc to display full help for named tuples http://hg.python.org/cpython/rev/46aaa365111f -- ___ Python trac

[issue4676] python3 closes + home keys

2011-03-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset c4d355363114 by Kurt B. Kaiser in branch '3.1': toggle failing on Tk 8.5, causing IDLE exits. Issue #4676 http://hg.python.org/cpython/rev/c4d355363114 -- nosy: +python-dev ___ Python trac

[issue10998] Remove last traces of -Q / sys.flags.division_warning / Py_DivisionWarningFlag

2011-03-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0d2ef718ae67 by Éric Araujo in branch '3.1': Tweaks to sys.flags description table. http://hg.python.org/cpython/rev/0d2ef718ae67 New changeset c19752ea037f by Éric Araujo in branch 'default': Remove traces of division_wa

[issue10998] Remove last traces of -Q / sys.flags.division_warning / Py_DivisionWarningFlag

2011-03-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 814599728ac0 by Éric Araujo in branch '2.7': Tweaks to sys.flags description table. http://hg.python.org/cpython/rev/814599728ac0 -- ___ Python tracker <http://bugs.python.o

[issue10553] Add optimize argument to builtin compile() and byte-compilation modules

2011-03-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 81c001680b36 by Éric Araujo in branch '3.2': #10553: Explain why compileall has no command-line argument to control optimization http://hg.python.org/cpython/rev/81c001680b36 New changeset 125fbebbb5cd by Éric Araujo in branch '

[issue11675] multiprocessing Arrays not automatically zeroed.

2011-03-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2af0c2c106ea by Mark Dickinson in branch '2.7': Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. http://hg.python.org/cpython/rev/2af0c2c106ea -- nosy: +python-dev

[issue11675] multiprocessing Arrays not automatically zeroed.

2011-03-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0cb276628528 by Mark Dickinson in branch '3.1': Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. http://hg.python.org/cpython/rev/0cb276628528 New changeset 64ab52a64cc9 by Mark Dickinson in branch '3.2'

[issue11144] int(float) may return a long for no reason

2011-03-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset e1ebec2446cd by Mark Dickinson in branch '2.7': Issue #11144: Fix corner cases where float-to-int conversion unnecessarily returned a long. http://hg.python.org/cpython/rev/e1ebec2446cd -- nosy: +

[issue11174] add argparse formatting option to display type names for metavar

2011-03-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset a15d65d8f269 by Steven Bethard in branch 'default': Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names http://hg.python.org/cpython/rev/a15d65d8f269 -- nosy: +

[issue9348] Calling argparse's add_argument with the wrong number of metavars causes delayed error message

2011-03-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset c89db9b36ea6 by Steven Bethard in branch '3.2': Issue #9348: Raise an early error if argparse nargs and metavar don't match. http://hg.python.org/cpython/rev/c89db9b36ea6 New changeset b93a50bb74f2 by Steven Bethard in branch &

[issue11635] concurrent.futures uses polling

2011-03-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4390d6939a56 by Antoine Pitrou in branch '3.2': Issue #11635: Don't use polling in worker threads and processes launched by http://hg.python.org/cpython/rev/4390d6939a56 New changeset a76257a99636 by Antoine Pitrou in branch &

[issue8982] argparse docs cross reference Namespace as a class but the Namespace class is not documented

2011-03-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 423b50086b67 by Steven Bethard in branch '3.2': Issue #8982: Improve the documentation for the argparse Namespace object. http://hg.python.org/cpython/rev/423b50086b67 New changeset d832756a82d9 by Steven Bethard in branch 'defaul

[issue11659] Fix ResourceWarning in test_subprocess

2011-03-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset bd46aef7cf10 by Ross Lagerwall in branch '3.1': Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. http://hg.python.org/cpython/rev/bd46aef7cf10 -- nosy: +python-dev

[issue9343] Document that argparse "parents" must be fully declared before children

2011-03-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset d288666c1d58 by Steven Bethard in branch '3.2': Issue #9343: Document that argparse parent parsers must be configured before their children. http://hg.python.org/cpython/rev/d288666c1d58 New changeset 15e98607555d by Steven Bethard in b

[issue1838] Ctypes C-level infinite recursion

2011-03-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4945a45b8be4 by Benjamin Peterson in branch '3.1': check possible recursive _as_parameter_ to prevent segfault (closes #1838) http://hg.python.org/cpython/rev/4945a45b8be4 New changeset 4bd06503eaca by Benjamin Peterson in branch &#

[issue7639] bdist_msi fails on files with long names

2011-03-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset e51366a05b84 by Martin v. Löwis in branch '2.7': Fix short file name generation in bdist_msi. http://hg.python.org/cpython/rev/e51366a05b84 New changeset fd8336947f90 by Martin v. Löwis in branch '3.1': Fix short file name gen

[issue9026] argparse subcommands not printed in the same order they were added

2011-03-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 74f9ed48ae5d by Steven Bethard in branch '3.2': Issue #9026: Fix order of argparse sub-commands in help messages. http://hg.python.org/cpython/rev/74f9ed48ae5d New changeset de29472c6a84 by Steven Bethard in branch 'default

[issue9026] argparse subcommands not printed in the same order they were added

2011-03-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 75ec20b4c50e by Steven Bethard in branch '2.7': Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.) http://hg.python.org/cpython/rev/75ec20b4c50e -- ___ Pyth

[issue9696] xdrlib's pack_int generates DeprecationWarnings for negative in-range values

2011-03-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset d3f9a6d7f6e4 by Mark Dickinson in branch '2.7': Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. http://hg.python.org/cpython/rev/d3f9a6d7f6e4 -- nosy: +

[issue11692] subprocess demo functions

2011-03-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset cae30f34bd16 by Ross Lagerwall in branch 'default': Issue #11692: Remove unnecessary demo functions in subprocess module. http://hg.python.org/cpython/rev/cae30f34bd16 -- nosy: +python-dev

[issue9696] xdrlib's pack_int generates DeprecationWarnings for negative in-range values

2011-03-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset bd5e821f201c by Mark Dickinson in branch '3.1': Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. http://hg.python.org/cpython/rev/bd5e821f201c New changeset 391b2

[issue11696] msilib.make_id() is not safe for non ASCII characters.

2011-03-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset ec84bd4c5ac4 by Martin v. Löwis in branch '2.7': Closes #11696: Fix ID generation in msilib. http://hg.python.org/cpython/rev/ec84bd4c5ac4 New changeset df66ce66834b by Martin v. Löwis in branch '2.7': Add missing fi

[issue10617] Collections ABCs can’t be linked to

2011-03-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset cc04b591d768 by Ezio Melotti in branch '2.7': #10617: add class directives to collections ABCs. http://hg.python.org/cpython/rev/cc04b591d768 -- nosy: +python-dev ___ Python trac

[issue10617] Collections ABCs can’t be linked to

2011-03-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset c5de208d205c by Ezio Melotti in branch '3.1': #10617: add class directives to collections ABCs. http://hg.python.org/cpython/rev/c5de208d205c New changeset 3daca2b76297 by Ezio Melotti in branch '3.2': #10617: merge with 3.1.

[issue11256] inspect.getcallargs raises TypeError on valid arguments

2011-03-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 57e99f5f5e8f by Benjamin Peterson in branch '3.2': Correct handling of functions with only kwarg args in getcallargs (closes #11256) http://hg.python.org/cpython/rev/57e99f5f5e8f New changeset b19d76d9d2a7 by Benjamin Peterson in b

[issue11639] Documentation for *Config functions in logging module should be in logging.config

2011-03-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset bfa2a8d91859 by Vinay Sajip in branch '2.6': Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX. http://hg.python.org/cpython/rev/bfa2a8d91859 New changeset f494339674e7 by Vina

[issue11639] Documentation for *Config functions in logging module should be in logging.config

2011-03-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1a5aab273332 by Vinay Sajip in branch '2.7': Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX. http://hg.python.org/cpython/rev/1a

<    10   11   12   13   14   15   16   17   18   19   >