[issue13754] str.ljust and str.rjust do not exactly describes original string return

2012-01-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3aed8787ce5c by Terry Jan Reedy in branch '2.7': Closes #13754 String returned if less than *or equal to* x 3 http://hg.python.org/cpython/rev/3aed8787ce5c New changeset 3f2e5fd17b76 by Terry Jan Reedy in branch '3.2': #1375

[issue11633] Document that print may need explicit flushing

2012-01-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset bc043cef94f2 by Terry Jan Reedy in branch '3.2': Closes #11633 Clarify print buffering. http://hg.python.org/cpython/rev/bc043cef94f2 New changeset fb0d61fd1753 by Terry Jan Reedy in branch 'default': Merge with 3.2 http://h

[issue11418] Method's global scope is module containing function definition, not class.

2012-01-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 10a5165103f9 by Terry Jan Reedy in branch '2.7': Minor correction. Closes #11418 http://hg.python.org/cpython/rev/10a5165103f9 New changeset 32ea3675fba2 by Terry Jan Reedy in branch '3.2': Minor correction. #11418 http://hg.py

[issue12736] Request for python casemapping functions to use full not simple casemaps per Unicode's recommendation

2012-01-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset f7e05d205a52 by Benjamin Peterson in branch 'default': use full unicode mappings for upper/lower/title case (#12736) http://hg.python.org/cpython/rev/f7e05d205a52 -- nosy: +python-dev ___ Pyth

[issue13724] socket.create_connection and multiple IP addresses

2012-01-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5594cd88bfed by Antoine Pitrou in branch '3.2': Issue #13724: improve documentation for socket.create_connection. http://hg.python.org/cpython/rev/5594cd88bfed New changeset 43d08528223c by Antoine Pitrou in branch 'default': I

[issue11633] Document that print may need explicit flushing

2012-01-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4a767054551b by Terry Jan Reedy in branch '3.2': #11633 At least 2 people prefer earlier revision. http://hg.python.org/cpython/rev/4a767054551b New changeset 22688f5f9d0f by Terry Jan Reedy in branch 'default': Merge #116

[issue13748] Allow rb"" literals as an equivalent to br""

2012-01-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset bbed36370b08 by Antoine Pitrou in branch 'default': Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`. http://hg.python.org/cpython/rev/bbed36370b08 -- nosy: +

[issue12138] buggy use of transient_internet() in test_urllibnet

2011-05-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 52b78e07d009 by Antoine Pitrou in branch '3.2': Issue #12138: fix use of transient_internet() in test_urllibnet http://hg.python.org/cpython/rev/52b78e07d009 New changeset 18432e8885e0 by Antoine Pitrou in branch 'default': I

[issue12105] open() does not able to set flags, such as O_CLOEXEC

2011-05-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset f1c544245eab by Charles-François Natali in branch 'default': Issue #12105: Add O_CLOEXEC to the os module. http://hg.python.org/cpython/rev/f1c544245eab -- nosy: +python-dev ___ Python trac

[issue10126] test_distutils failure with --enable-shared

2011-05-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3d822e1ca930 by Tarek Ziade in branch 'default': Issue 10126 - backported distutils fix for the enable-share mode into packaging http://hg.python.org/cpython/rev/3d822e1ca930 -- nosy: +

[issue12132] test_packaging failures when run with -j

2011-05-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1ba12ac770e0 by Tarek Ziade in branch 'default': Issue 12132 - skip the test_buil_ext test if the xx module is not found http://hg.python.org/cpython/rev/1ba12ac770e0 -- nosy: +python-dev

[issue10801] zipfile.ZipFile().extractall() header mismatch for non-ASCII characters

2011-05-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9ef8fc5454cb by Victor Stinner in branch '3.1': Issue #10801: Remove a debug print() from test_zipfile http://hg.python.org/cpython/rev/9ef8fc5454cb -- ___ Python tracker <http://bu

[issue12151] test_logging fails sometimes

2011-05-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 54ffc01b6cc2 by Victor Stinner in branch 'default': Issue #12151: test_logging writes debug messages to stderr, not stdout http://hg.python.org/cpython/rev/54ffc01b6cc2 -- nosy: +python-dev

[issue12003] documentation: alternate version of xrange seems to fail.

2011-05-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 76e5fe8e21fd by Eli Bendersky in branch '2.7': Issue 12003: fixing error in xrange alternative sample http://hg.python.org/cpython/rev/76e5fe8e21fd -- nosy: +python-dev ___ Python trac

[issue12153] Modules/faulthandler.c exports `stack_overflow' symbol

2011-05-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset ad1ea4961ead by Victor Stinner in branch 'default': Close #12153: faulthandler, mark stack_overflow() as static http://hg.python.org/cpython/rev/ad1ea4961ead -- nosy: +python-dev resolution: -> fixed stage: -> committed

[issue12105] open() does not able to set flags, such as O_CLOEXEC

2011-05-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset bff9265d677d by Victor Stinner in branch 'default': Issue #12105: test_posix, add the value of O_CLOEXEC in the error message http://hg.python.org/cpython/rev/bff9265d677d -- ___ Python trac

[issue6501] Fatal error on startup with invalid PYTHONIOENCODING

2011-05-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5783a55a2418 by Victor Stinner in branch 'default': Issue #6501: os.device_encoding() returns None on Windows if the application http://hg.python.org/cpython/rev/5783a55a2418 -- nosy: +

[issue12125] test_sysconfig fails on OpenIndiana because of test_packaging

2011-05-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset f86fdca477e3 by Tarek Ziade in branch 'default': Issue #12125: fixed the failures under Solaris due to improper test cleanup. http://hg.python.org/cpython/rev/f86fdca477e3 -- nosy: +

[issue12151] test_logging fails sometimes

2011-05-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7980838e2f55 by Vinay Sajip in branch 'default': Issue #12151: Added diagnostics to help diagnose intermittent socket errors. http://hg.python.org/cpython/rev/7980838e2f55 -- ___ Python trac

[issue12151] test_logging fails sometimes

2011-05-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9ea03afc81f4 by Vinay Sajip in branch 'default': Issue #12151: Correction to diagnostic code. http://hg.python.org/cpython/rev/9ea03afc81f4 -- ___ Python tracker <http://bugs.python.o

[issue12074] regrtest: display the current number of failures

2011-05-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2da7577fa393 by Victor Stinner in branch '3.2': Issue #12074: regrtest displays also the current number of failures http://hg.python.org/cpython/rev/2da7577fa393 New changeset 60b0131fbea8 by Victor Stinner in branch 'default'

[issue12151] test_logging fails sometimes

2011-05-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1b1471d50b9e by Vinay Sajip in branch 'default': Issue #12151: Test now ignores datagram socket errors after server is closed. http://hg.python.org/cpython/rev/1b1471d50b9e -- ___ Python trac

[issue12074] regrtest: display the current number of failures

2011-05-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 396f4ed61db7 by Ezio Melotti in branch '3.2': #12074: remove the /0 when there are no failures. http://hg.python.org/cpython/rev/396f4ed61db7 New changeset 9de2b1a5ee6b by Ezio Melotti in branch 'default': #12074:

[issue11377] Deprecate platform.popen()

2011-05-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset e44b851d0a2b by Victor Stinner in branch 'default': Issue #11377: platform.popen() emits a DeprecationWarning http://hg.python.org/cpython/rev/e44b851d0a2b -- nosy: +python-dev ___ Python trac

[issue12158] platform: add linux_version()

2011-05-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset d585a6d548a3 by Victor Stinner in branch 'default': Issue #12158: Move linux_version() from test_socket to test.support http://hg.python.org/cpython/rev/d585a6d548a3 -- nosy: +python-dev

[issue12105] open() does not able to set flags, such as O_CLOEXEC

2011-05-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9a16fa0c9548 by Victor Stinner in branch 'default': Issue #12105: test_posix skips test_oscloexec() on Linux < 2.6.23 http://hg.python.org/cpython/rev/9a16fa0c9548 -- ___ Python t

[issue12049] expose RAND_bytes() function of OpenSSL

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5c716437a83a by Victor Stinner in branch 'default': Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl http://hg.python.org/cpython/rev/5c716437a83a -- nosy: +

[issue12167] test_packaging reference leak

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 70675864717b by Victor Stinner in branch 'default': Issue #12167: packaging.tests.support, LoggingCatcher restores correctly the http://hg.python.org/cpython/rev/70675864717b New changeset 28c1f8480090 by Victor Stinner in branch '

[issue12166] object.__dir__

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8f403199f999 by Benjamin Peterson in branch 'default': move specialized dir implementations into __dir__ methods (closes #12166) http://hg.python.org/cpython/rev/8f403199f999 -- nosy: +python-dev resolution: -> fixed stage:

[issue5715] listen socket close in SocketServer.ForkingMixIn.process_request()

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset f13c06b777a7 by Charles-François Natali in branch '3.1': Issue #5715: In socketserver, close the server socket in the child process. http://hg.python.org/cpython/rev/f13c06b777a7 -- nosy: +

[issue5715] listen socket close in SocketServer.ForkingMixIn.process_request()

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset ccd59ba8145e by Charles-François Natali in branch '3.2': Issue #5715: In socketserver, close the server socket in the child process. http://hg.python.org/cpython/rev/ccd59ba8145e -- ___ Pyth

[issue5715] listen socket close in SocketServer.ForkingMixIn.process_request()

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0e56d79fa2ab by Charles-François Natali in branch 'default': Issue #5715: In socketserver, close the server socket in the child process. http://hg.python.org/cpython/rev/0e56d79fa2ab --

[issue5715] listen socket close in SocketServer.ForkingMixIn.process_request()

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3e1709213532 by Benjamin Peterson in branch '3.1': backout 8b384de4e780, so a proper fix can be considered (#5715) http://hg.python.org/cpython/rev/3e1709213532 -- ___ Python trac

[issue12049] expose RAND_bytes() function of OpenSSL

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset ca92fa2fe5c9 by Victor Stinner in branch 'default': Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentation http://hg.python.org/cpython/rev/ca92fa2fe5c9 -- ___ Python trac

[issue12100] Incremental encoders of CJK codecs reset the codec at each call to encode()

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset bd17396895fb by Victor Stinner in branch '3.1': Issue #12100: Don't reset incremental encoders of CJK codecs at each call to http://hg.python.org/cpython/rev/bd17396895fb New changeset 7f2ab2f95a04 by Victor Stinner in branch &#

[issue12100] Incremental encoders of CJK codecs reset the codec at each call to encode()

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset e789b4cda872 by Victor Stinner in branch '2.7': Issue #12100: Don't reset incremental encoders of CJK codecs at each call to http://hg.python.org/cpython/rev/e789b4cda872 -- ___ Python

[issue1441530] socket read() can cause MemoryError in Windows

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0dee36595699 by Charles-François Natali in branch '2.7': Issue #1441530: In imaplib, use makefile() to wrap the SSL socket to avoid http://hg.python.org/cpython/rev/0dee36595699 -- nosy: +

[issue12070] Unlimited loop in sysconfig._parse_makefile()

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4a7bb2ef636a by Victor Stinner in branch '3.2': Issue #12070: Fix the Makefile parser of the sysconfig module to handle http://hg.python.org/cpython/rev/4a7bb2ef636a New changeset 98ff40ee0106 by Victor Stinner in branch 'defau

[issue1441530] socket read() can cause MemoryError in Windows

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 14bb95a8d7ee by Charles-François Natali in branch 'default': Issue #1441530: In imaplib, read the data in one chunk to speed up large http://hg.python.org/cpython/rev/14bb95a8d7ee -- ___ Pyth

[issue12057] HZ codec has no test

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 10b23f1c8cb6 by Victor Stinner in branch '3.1': Issue #12057: Add tests for the HZ encoding http://hg.python.org/cpython/rev/10b23f1c8cb6 New changeset 3368d4a04e52 by Victor Stinner in branch '3.2': (Merge 3.1) Issue #12057:

[issue12057] HZ codec has no test

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3c724c3eaed7 by Victor Stinner in branch '2.7': Issue #12057: Add tests for the HZ encoding http://hg.python.org/cpython/rev/3c724c3eaed7 -- ___ Python tracker <http://bugs.python.o

[issue12057] HZ codec has no test

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset a024183e046f by Victor Stinner in branch '3.1': Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py http://hg.python.org/cpython/rev/a024183e046f New changeset 4289cc96835e by Victor Stinner in branch '3

[issue12057] HZ codec has no test

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8ba0192a0eb1 by Victor Stinner in branch '2.7': Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py http://hg.python.org/cpython/rev/8ba0192a0eb1 -- ___ Python trac

[issue10818] pydoc: Remove old server and tk panel

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset a30410a8fddc by Victor Stinner in branch 'default': Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has been http://hg.python.org/cpython/rev/a30410a8fddc New changeset de669b61bca4 by Victor Stinner in branch 'default

[issue8533] regrtest: use backslashreplace error handler for stdout

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8be9eaf5829f by Victor Stinner in branch 'default': Issue #8533: regrtest replaces also sys.stdout on Windows http://hg.python.org/cpython/rev/8be9eaf5829f -- nosy: +python-dev ___ Python trac

[issue8407] expose signalfd(2) and pthread_sigmask in the signal module

2011-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 234021dcad93 by Victor Stinner in branch 'default': Issue #8407: Fix the signal handler of the signal module: if it is called http://hg.python.org/cpython/rev/234021dcad93 -- ___ Python trac

[issue12049] expose RAND_bytes() function of OpenSSL

2011-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 96a82c973224 by Victor Stinner in branch 'default': Issue #12049: test_ssl now checks also that RAND_bytes() raises an error if http://hg.python.org/cpython/rev/96a82c973224 -- ___ Python trac

[issue12049] expose RAND_bytes() function of OpenSSL

2011-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 178d367c9733 by Victor Stinner in branch 'default': Issue #12049: Document errors cases of ssl.RAND_bytes() and http://hg.python.org/cpython/rev/178d367c9733 -- ___ Python trac

[issue12049] expose RAND_bytes() function of OpenSSL

2011-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 195de3d10879 by Victor Stinner in branch 'default': Issue #12049: cleanup the warning in the random module doc http://hg.python.org/cpython/rev/195de3d10879 -- ___ Python trac

[issue12173] PyImport_ImportModuleLevel doesn't have 'const' on its argument

2011-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset a9126e8770e5 by Benjamin Peterson in branch 'default': make PyImport_ImportModuleLevel's first arg const like similiar functions (closes #12173) http://hg.python.org/cpython/rev/a9126e8770e5 -- nosy: +python-dev resolu

[issue12045] external shell command executed twice in ctypes.util._get_soname

2011-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset c540b18b00b9 by Antoine Pitrou in branch 'default': Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). http://hg.python.org/cpython/rev/c540b18b00b9 -- nosy: +

[issue11109] socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass

2011-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset e2363b1c4bca by Senthil Kumaran in branch 'default': Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass. http://hg.python.org/cpython/rev/e2363b1c4bca New changeset 3e3cd

[issue12175] FileIO.readall() read the file position and size at each read

2011-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 742ff94cdd20 by Victor Stinner in branch '3.1': Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if http://hg.python.org/cpython/rev/742ff94cdd20 New changeset 745e373c0b8e by Victor Stinner in branch '3

[issue12175] FileIO.readall() read the file position and size at each read

2011-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset f2414bb35c96 by Victor Stinner in branch '2.7': Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if http://hg.python.org/cpython/rev/f2414bb35c96 -- ___ Python trac

[issue12175] FileIO.readall() read the file position and size at each read

2011-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4a7118cff1d3 by Victor Stinner in branch '3.1': Issue #12175: RawIOBase.readall() now returns None if read() returns None. http://hg.python.org/cpython/rev/4a7118cff1d3 New changeset fb29dc650d24 by Victor Stinner in branch '3

[issue12180] test_packaging: failures --without-threads

2011-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8aa1ae77cfe1 by Tarek Ziade in branch 'default': Issue #12180: Fixed a few remaining errors in test_packaging when no threading. http://hg.python.org/cpython/rev/8aa1ae77cfe1 -- nosy: +

[issue12175] FileIO.readall() read the file position and size at each read

2011-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 72c89daace57 by Victor Stinner in branch 'default': Issue #12175: FileIO.readall() now only reads the file position and size once. http://hg.python.org/cpython/rev/72c89daace57 New changeset 3c7792ec4547 by Victor Stinner in branc

[issue12090] 3.2: build --without-threads fails

2011-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset bb8bb4db2bc5 by Stefan Krah in branch '3.2': Issue #12090: backport 79fcd71d0356 http://hg.python.org/cpython/rev/bb8bb4db2bc5 -- nosy: +python-dev ___ Python tracker <http://bugs.python.o

[issue6378] Patch to make 'idle.bat' run idle.pyw using appropriate Python interpreter (so 3.1's idle.bat does not accidently use python26.exe)

2011-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset f3446f08187a by Kurt B. Kaiser in branch '2.7': IDLE: #6378: Further adjust idle.bat to start associated Python http://hg.python.org/cpython/rev/f3446f08187a -- ___ Python trac

[issue12182] pydoc.py integer division problem

2011-05-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7724b53510c4 by Victor Stinner in branch '2.7': Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true) http://hg.python.org/cpython/rev/7724b53510c4 -- nosy: +python-dev resolution: -> fixed stage:

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

2011-05-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6ee5443773cb by Éric Araujo in branch 'default': Also add versionchanged directive to the function doc (#11591) http://hg.python.org/cpython/rev/6ee5443773cb -- ___ Python trac

[issue9435] test_distutils fails without zlib

2011-05-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset d5572fd3b768 by Éric Araujo in branch '2.7': Make test_distutils pass without zlib (fixes #9435) http://hg.python.org/cpython/rev/d5572fd3b768 -- nosy: +python-dev ___ Python trac

[issue12161] StringIO AttributeError instead of ValueError after close..

2011-05-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 720804a91c01 by Benjamin Peterson in branch '2.7': raise an ValueError in getvalue() on closed StringIO (closes #12161) http://hg.python.org/cpython/rev/720804a91c01 -- nosy: +python-dev resolution: -> fixed stage: -> co

[issue8796] Deprecate codecs.open()

2011-05-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3555cf6f9c98 by Victor Stinner in branch 'default': Issue #8796: codecs.open() calls the builtin open() function instead of using http://hg.python.org/cpython/rev/3555cf6f9c98 -- nosy: +

[issue1625] bz2.BZ2File doesn't support multiple streams

2011-05-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8cebbc6473d9 by Nadeem Vawda in branch 'default': Issue #1625: BZ2File and bz2.decompress() now support multi-stream files. http://hg.python.org/cpython/rev/8cebbc6473d9 New changeset 0be55601f948 by Nadeem Vawda in branch 'defau

[issue12190] intern filenames in bytecode

2011-05-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 27359a4e0f8c by Benjamin Peterson in branch 'default': try to use the same str object for all code filenames when compiling or unmarshalling (#12190) http://hg.python.org/cpython/rev/27359a4e0f8c -- nosy: +

[issue8796] Deprecate codecs.open()

2011-05-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4d2ddd86b531 by Victor Stinner in branch 'default': Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin http://hg.python.org/cpython/rev/4d2ddd86b531 -- ___

[issue12106] reflect syntatic sugar in with ast

2011-05-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9b11cc4e2918 by Benjamin Peterson in branch 'default': reflect with statements with multiple items in the AST (closes #12106) http://hg.python.org/cpython/rev/9b11cc4e2918 -- nosy: +python-dev resolution: -> fixed stage:

[issue9670] Exceed Recursion Limit in Thread

2011-05-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset ecf0ef85c72a by Ned Deily in branch '2.7': Issue #9670: Increase the default stack size for secondary threads on http://hg.python.org/cpython/rev/ecf0ef85c72a New changeset 0cded2f2cea3 by Ned Deily in branch '3.1': Issue

[issue985064] plistlib crashes too easily on bad files

2011-05-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset a2688e252204 by Ned Deily in branch '3.1': Issue #985064: Make plistlib more resilient to faulty input plists. http://hg.python.org/cpython/rev/a2688e252204 New changeset f555d959a5d7 by Ned Deily in branch '3.2': Issue #985064

[issue11217] python-32 not linked in /usr/local/bin in framework builds

2011-05-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset a2f088cf7ced by Ned Deily in branch '2.7': Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, http://hg.python.org/cpython/rev/a2f088cf7ced New changeset 7f2e3c466d57 by Ned Deily in branch '3.2': Issue #1121

[issue12205] test_subprocess fails due to uninstalled test subdirectory

2011-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8349094d1fe8 by Ned Deily in branch '2.7': Issue #12205: Fix test_subprocess failure due to uninstalled test data. http://hg.python.org/cpython/rev/8349094d1fe8 New changeset bd49031b9488 by Ned Deily in branch '3.1'

[issue12196] add pipe2() to the os module

2011-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 866d959dea8e by Charles-François Natali in branch 'default': Issue #12196: Add PIPE_MAX_SIZE to test.support, constant larger than the http://hg.python.org/cpython/rev/866d959dea8e -- nosy: +

[issue9223] distutils Command docs linking

2011-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset db60dee0019b by Éric Araujo in branch '2.7': Backport doc improvements for distutils.cmd.Command (#9223). http://hg.python.org/cpython/rev/db60dee0019b -- nosy: +python-dev ___ Python trac

[issue9831] test_distutils should honor PYTHONDONTWRITEBYTECODE

2011-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset da7617248935 by Éric Araujo in branch '2.7': Fix test_distutils when sys.dont_write_bytecode is true (#9831). http://hg.python.org/cpython/rev/da7617248935 -- nosy: +python-dev ___ Python trac

[issue10359] ISO C cleanup

2011-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 74fa7b4b934f by Éric Araujo in branch 'default': Port r86353 to packaging (#10359: “;” after function definition is invalid in ISO C) http://hg.python.org/cpython/rev/74fa7b4b934f -- nosy: +

[issue9831] test_distutils should honor PYTHONDONTWRITEBYTECODE

2011-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3d56e559ffc6 by Éric Araujo in branch '3.1': Fix test_build_py when sys.dont_write_bytecode is true (#9831). http://hg.python.org/cpython/rev/3d56e559ffc6 New changeset 1370dc2690a2 by Éric Araujo in branch '3.2': Merge doc tou

[issue12199] Unify TryExcept and TryFinally

2011-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset e0e663132363 by Benjamin Peterson in branch 'default': unify TryExcept and TryFinally (closes #12199) http://hg.python.org/cpython/rev/e0e663132363 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejec

[issue12196] add pipe2() to the os module

2011-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 293c398cd4cf by Charles-François Natali in branch 'default': Issue #12196: Add pipe2() to the os module. http://hg.python.org/cpython/rev/293c398cd4cf -- ___ Python tracker <http://bu

[issue10736] test_ttk_guionly fails on OS X using ActiveState Tcl 8.5.9 (Cocoa)

2011-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset de4d34a95603 by Ned Deily in branch 'default': Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 http://hg.python.org/cpython/rev/de4d34a95603 -- nosy: +python-dev ___ Pyth

[issue10736] test_ttk_guionly fails on OS X using ActiveState Tcl 8.5.9 (Cocoa)

2011-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset c2f61149764e by Ned Deily in branch 'default': Issue #10736: Revert changeset de4d34a95603 as it causes failures with http://hg.python.org/cpython/rev/c2f61149764e -- ___ Python trac

[issue1625] bz2.BZ2File doesn't support multiple streams

2011-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 48e837b2a327 by Nadeem Vawda in branch 'default': Miscellaneous cleanups to bz2 and test_bz2 following issue #1625. http://hg.python.org/cpython/rev/48e837b2a327 -- ___ Python trac

[issue1625] bz2.BZ2File doesn't support multiple streams

2011-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3e5200abf8eb by Nadeem Vawda in branch 'default': Issue #1625: Add stream ordering test to test_bz2. http://hg.python.org/cpython/rev/3e5200abf8eb -- ___ Python tracker <http://bu

[issue11864] sporadic failure in test_concurrent_futures

2011-05-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7e99da22c26d by Brian Quinlan in branch 'default': Increases some test timeouts to fix issue 11864. http://hg.python.org/cpython/rev/7e99da22c26d -- nosy: +python-dev ___ Python trac

[issue12216] future imports change the reporting of syntaxerrors

2011-05-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset fefca6548732 by Benjamin Peterson in branch 'default': don't restrict unexpected EOF errors to the first line (closes #12216) http://hg.python.org/cpython/rev/fefca6548732 -- nosy: +python-dev resolution: -> fixed st

[issue12218] Removing wsgiref.egg-info

2011-05-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset d615eb7bce33 by Tarek Ziade in branch 'default': Issue 12218: Removing wsgiref.egg-info http://hg.python.org/cpython/rev/d615eb7bce33 -- nosy: +python-dev ___ Python tracker <http://bu

[issue12171] Reset method of the incremental encoders of CJK codecs calls the decoder reset function

2011-05-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 61aaec67b521 by Victor Stinner in branch 'default': Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls http://hg.python.org/cpython/rev/61aaec67b521 -- nosy: +python-dev resolution: -> fixed stage:

[issue12089] regrtest.py doesn't check for unexpected output anymore?

2011-05-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6051f2c93163 by Victor Stinner in branch 'default': Close #12089: Remove outdated and unused code from regrtest. http://hg.python.org/cpython/rev/6051f2c93163 -- nosy: +python-dev resolution: -> fixed stage: -> committed

[issue12028] threading._get_ident(): remove it in the doc or make it public

2011-05-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5548197d1f22 by Victor Stinner in branch 'default': Close #12028: Make threading._get_ident() public, rename it to http://hg.python.org/cpython/rev/5548197d1f22 -- nosy: +python-dev resolution: -> fixed stage: -> co

[issue10616] Change PyObject_AsCharBuffer() error message

2011-05-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7ed75bb4f37c by Victor Stinner in branch 'default': Close #10616: mention bytes and bytearray in PyObject_AsCharBuffer() error http://hg.python.org/cpython/rev/7ed75bb4f37c -- nosy: +python-dev resolution: -> fixed stage:

[issue12028] threading._get_ident(): remove it in the doc or make it public

2011-05-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6387aa6b496d by Victor Stinner in branch 'default': Issue #12028: fix NEWS entry http://hg.python.org/cpython/rev/6387aa6b496d -- ___ Python tracker <http://bugs.python.o

[issue12016] Wrong behavior for '\xff\n'.decode('gb2312', 'ignore')

2011-05-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3b1b06570cf9 by Victor Stinner in branch '2.7': Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix http://hg.python.org/cpython/rev/3b1b06570cf9 New changeset de07f90ef45c by Victor Stinner in branch '3.2

[issue1195] Problems on Linux with Ctrl-D and Ctrl-C during raw_input

2011-05-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset b40dac6390a9 by Victor Stinner in branch '2.7': Issue #1195: fix the issue number of the NEWS entry http://hg.python.org/cpython/rev/b40dac6390a9 New changeset d780ca579e6f by Victor Stinner in branch '3.2': Issue #1195: fix

[issue12057] HZ codec has no test

2011-05-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6c6923a406df by Victor Stinner in branch '2.7': Issue #12057: Add tests for ISO 2022 codecs http://hg.python.org/cpython/rev/6c6923a406df New changeset 2a313ceaf17c by Victor Stinner in branch '3.2': Issue #12057: Add tests

[issue11505] string.py increased test coverage

2011-05-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset f1a213d034af by Nick Coghlan in branch 'default': Tidy up the additional string module tests added at the Pycon sprints (closes #11505) http://hg.python.org/cpython/rev/f1a213d034af -- resolution: -> fixed stage:

[issue8407] expose signalfd(2) and pthread_sigmask in the signal module

2011-05-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 29e08a98281d by Victor Stinner in branch 'default': Issue #8407: test_signal doesn't check signal delivery order http://hg.python.org/cpython/rev/29e08a98281d -- ___ Python

[issue12229] Remove unused variable in bufferedio.c

2011-05-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 549cb21a8757 by Victor Stinner in branch 'default': Close #12229: Remove an unused argument of _bufferedreader_peek_unlocked(), http://hg.python.org/cpython/rev/549cb21a8757 -- nosy: +python-dev resolution: -> fixed stage:

[issue12225] current tip doesn't build without mercurial installed

2011-05-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 435eec7b41f0 by Ralf Schmitt in branch 'default': disable ASDLGEN if hg won't work, or if python is not installed. http://hg.python.org/cpython/rev/435eec7b41f0 -- nosy: +python-dev resolution: dup

[issue12085] subprocess.Popen.__del__ raises AttributeError if __init__ was called with an invalid argument list

2011-05-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0f2714e49583 by Victor Stinner in branch '3.2': Close #12085: Fix an attribute error in subprocess.Popen destructor if the http://hg.python.org/cpython/rev/0f2714e49583 New changeset 71dfd8cf4bf5 by Victor Stinner in branch 'defau

[issue12085] subprocess.Popen.__del__ raises AttributeError if __init__ was called with an invalid argument list

2011-05-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 07b43607a905 by Victor Stinner in branch '2.7': Issue #12085: Fix test_subprocess for my previous commit http://hg.python.org/cpython/rev/07b43607a905 -- ___ Python tracker <http://bu

<    2   3   4   5   6   7   8   9   10   11   >