[issue12438] IDLE problem displaying warning message

2011-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset c9f69b28c4d1 by Senthil Kumaran in branch '2.7': Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. http://hg.python.org/cpython/rev/c9f69b28c4d1 New changeset e9c406a53972 by Sen

[issue12467] test_threading.test_6_daemon_threads(): Assertion failed: PyUnicode_Check(*filename), file ..\Python\_warnings.c, line 501

2011-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset ac18e70cbe7e by Victor Stinner in branch '3.2': Issue #12467: warnings: fix a race condition if a warning is emitted at http://hg.python.org/cpython/rev/ac18e70cbe7e New changeset 5133fee2433e by Victor Stinner in branch 'defau

[issue12467] test_threading.test_6_daemon_threads(): Assertion failed: PyUnicode_Check(*filename), file ..\Python\_warnings.c, line 501

2011-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset fc46acf7a645 by Victor Stinner in branch '2.7': Issue #12467: warnings: fix a race condition if a warning is emitted at http://hg.python.org/cpython/rev/fc46acf7a645 -- ___ Python trac

[issue12470] Fix cut&paste typo in test_shutil

2011-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 301c008dd58d by Senthil Kumaran in branch '3.2': Fix closes issue issue12470 - check for utime for the skipUnless condition. http://hg.python.org/cpython/rev/301c008dd58d -- nosy: +python-dev

[issue12471] wrong TypeError message on '%i' formatting

2011-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 97707459bb5a by Senthil Kumaran in branch '3.2': Fix closes issue12471 - wrong TypeError message when '%i' format spec was used. http://hg.python.org/cpython/rev/97707459bb5a -- nosy: +python-dev resolution: -> fix

[issue10734] test_ttk failure under Windows

2011-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8dde71899733 by Ned Deily in branch '2.7': Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well. http://hg.python.org/cpython/rev/8dde71899733 -- nosy: +python-dev

[issue8716] test_tk/test_tkk_guionly fails on OS X if run from buildbot slave daemon -- crashes Python

2011-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset ea02eca122b5 by Ned Deily in branch '2.7': Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run http://hg.python.org/cpython/rev/ea02eca122b5 New changeset 279488f5a171 by Ned Deily in branch '3.2': Issue

[issue8716] test_tk/test_tkk_guionly fails on OS X if run from buildbot slave daemon -- crashes Python

2011-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 06cb0d602468 by Ned Deily in branch '2.7': Issue #8716: Fix errors in the non-OS X path of the 27 backport. http://hg.python.org/cpython/rev/06cb0d602468 -- status: pending -> open ___ P

[issue12429] test_io.check_interrupted_write() sporadic failures on FreeBSD 6 on Python 2.7/3.2

2011-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset a624b86264a4 by Victor Stinner in branch '2.7': Issue #12429: Skip interrupted write tests on FreeBSD <= 7 http://hg.python.org/cpython/rev/a624b86264a4 New changeset e924e51e9447 by Victor Stinner in branch '3.2': Issue #

[issue9642] #ifdef and mbcs: don't check for defined(HAVE_USABLE_WCHAR_T)

2011-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7ce685cda0ae by Victor Stinner in branch 'default': Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on http://hg.python.org/cpython/rev/7ce685cda0ae -- nosy: +

[issue9642] #ifdef and mbcs: don't check for defined(HAVE_USABLE_WCHAR_T)

2011-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 75b18b10064f by Victor Stinner in branch 'default': Issue #9642: Fix the definition of time.clock() on Windows http://hg.python.org/cpython/rev/75b18b10064f -- ___ Python trac

[issue9642] #ifdef and mbcs: don't check for defined(HAVE_USABLE_WCHAR_T)

2011-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 13e6d3cb2ecd by Victor Stinner in branch 'default': Issue #9642: Uniformize the tests on the availability of the mbcs codec http://hg.python.org/cpython/rev/13e6d3cb2ecd -- ___ Python trac

[issue12452] reuse plistlib in sysconfig; deprecation process in plistlib

2011-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4f14050a963f by Victor Stinner in branch 'default': Issue #12452: Plist and Dict are now deprecated http://hg.python.org/cpython/rev/4f14050a963f -- nosy: +python-dev ___ Python trac

[issue12469] test_faulthandler failures on FreeBSD 6

2011-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset e07b331bf489 by Victor Stinner in branch '3.2': Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a http://hg.python.org/cpython/rev/e07b331bf489 New changeset b9de5e55f798 by Victor Stinner in branch &

[issue12469] test_faulthandler failures on FreeBSD 6

2011-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7eef821ab20d by Victor Stinner in branch 'default': Issue #12469: replace assertions by explicit if+raise http://hg.python.org/cpython/rev/7eef821ab20d -- ___ Python tracker <http://bu

[issue12467] test_threading.test_6_daemon_threads(): Assertion failed: PyUnicode_Check(*filename), file ..\Python\_warnings.c, line 501

2011-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 861b483e88d9 by Victor Stinner in branch '3.2': Issue #12467: warnings: fix a race condition if a warning is emitted at http://hg.python.org/cpython/rev/861b483e88d9 -- ___ Python trac

[issue10403] Use "member" consistently

2011-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset d442c313536b by Senthil Kumaran in branch '3.2': issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usag

[issue10403] Use "member" consistently

2011-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset d442c313536b by Senthil Kumaran in branch '3.2': issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usag

[issue10403] Use "member" consistently

2011-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset b8f5da066782 by Senthil Kumaran in branch '2.7': Fix closes issue10403 - Let's not use members anymore. http://hg.python.org/cpython/rev/b8f5da066782 -- resolution: -> fixed stage: needs patch -> committed/rejected s

[issue12469] test_faulthandler failures on FreeBSD 6

2011-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 34061f0d35ba by Victor Stinner in branch 'default': Issue #12469: partial revert of 024827a9db64, freebsd6 thread initialization http://hg.python.org/cpython/rev/34061f0d35ba -- ___ Pyth

[issue12469] test_faulthandler failures on FreeBSD 6

2011-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset aad86a719fc6 by Victor Stinner in branch 'default': Issue #12469: test_signal checks wakeup signals order, except on freebsd6 http://hg.python.org/cpython/rev/aad86a719fc6 -- ___ Python trac

[issue12469] test_faulthandler failures on FreeBSD 6

2011-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset f12b8548b4aa by Victor Stinner in branch 'default': Issue #12469: fix signal order check of test_signal http://hg.python.org/cpython/rev/f12b8548b4aa -- ___ Python tracker <http://bu

[issue12496] test_ssl test_connect_capath fails with "certificate verify failed"

2011-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7731c900ddce by Ned Deily in branch '3.2': Issue #12496: Install test/capath directory to prevent test_connect_capath http://hg.python.org/cpython/rev/7731c900ddce New changeset 880c3e764ead by Ned Deily in branch 'default

[issue12497] test_codecmaps_* skipped - Could not retrieve *

2011-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 95301c58c5d2 by Ned Deily in branch '3.2': Issue #12497: Install test/data to prevent failures of the various codecmaps http://hg.python.org/cpython/rev/95301c58c5d2 New changeset 842147eb1b26 by Ned Deily in branch 'default

[issue9611] FileIO not 64-bit safe under Windows

2011-07-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6abbc5f68e20 by Victor Stinner in branch '2.7': Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and http://hg.python.org/cpython/rev/6abbc5f68e20 -- nosy: +python-dev

[issue9611] FileIO not 64-bit safe under Windows

2011-07-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7acdf9f5eb31 by Victor Stinner in branch '3.2': Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows. http://hg.python.org/cpython/rev/7acdf9f5eb31 New changeset e8646f120330 by Victor Stinner in branch 'defau

[issue12493] subprocess: Popen.communicate() doesn't handle EINTR in some cases

2011-07-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset dcfacc2d93b4 by Victor Stinner in branch '3.2': Issue #12493: subprocess: communicate() handles EINTR http://hg.python.org/cpython/rev/dcfacc2d93b4 New changeset 42e23db3ddfc by Victor Stinner in branch 'default': (mer

[issue12451] open: avoid the locale encoding when possible

2011-07-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8b62f5d722f4 by Victor Stinner in branch '3.2': Issue #12451: pydoc: html_getfile() now uses tokenize.open() to support Python http://hg.python.org/cpython/rev/8b62f5d722f4 New changeset 2fbfb7ea362f by Victor Stinner in branch 'd

[issue12493] subprocess: Popen.communicate() doesn't handle EINTR in some cases

2011-07-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 807921ba241d by Victor Stinner in branch '3.2': Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing http://hg.python.org/cpython/rev/807921ba241d New changeset 4928cf093a11 by Victor Stinner in branch 'defau

[issue12459] time.sleep(-1.0) behaviour

2011-07-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0e5485634817 by Victor Stinner in branch 'default': Issue #12459: time.sleep() now raises a ValueError if the sleep length is http://hg.python.org/cpython/rev/0e5485634817 -- nosy: +

[issue8716] test_tk/test_tkk_guionly fails on OS X if run from buildbot slave daemon -- crashes Python

2011-07-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 18ce15f841cf by Ned Deily in branch '2.7': Issue #8716: Add temporary code for 2.7 to help diagnose buildbot failure. http://hg.python.org/cpython/rev/18ce15f841cf -- ___ Python trac

[issue11512] adding test suite for cgitb

2011-07-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7e0102ec95d4 by Brian Curtin in branch 'default': Fix #11512. Add an initial test suite for the cgitb, providing 75% coverage. http://hg.python.org/cpython/rev/7e0102ec95d4 New changeset f362f0053eab by Brian Curtin in branch 'defa

[issue8716] test_tk/test_tkk_guionly fails on OS X if run from buildbot slave daemon -- crashes Python

2011-07-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset b5accd8adc3e by Ned Deily in branch '2.7': Issue #8716: Back out temporary changeset 18ce15f841cf http://hg.python.org/cpython/rev/b5accd8adc3e New changeset b5ac5e25d506 by Ned Deily in branch '2.7': Issue #8716: Instead o

[issue12391] packaging install fails to clean up temp files

2011-07-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset a4405b799e1b by Vinay Sajip in branch 'default': Closes #12391: temporary files are now cleaned up. http://hg.python.org/cpython/rev/a4405b799e1b -- nosy: +python-dev resolution: -> fixed stage: commit review -> committed

[issue9566] Compilation warnings under x64 Windows

2011-07-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 43fd627cc060 by Victor Stinner in branch 'default': Issue #9566: cast unsigned int to Py_ssize_t in md5 and sha1 modules http://hg.python.org/cpython/rev/43fd627cc060 -- nosy: +python-dev

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

2011-07-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 16cbd84de848 by Victor Stinner in branch 'default': Issue #12016: Multibyte CJK decoders now resynchronize faster http://hg.python.org/cpython/rev/16cbd84de848 -- ___ Python trac

[issue12501] callable(): remove/amend the deprecation warning in Python 2.7

2011-07-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1f814faaf54d by Victor Stinner in branch '2.7': Close #12501: Adjust callable() warning: callable() is only not supported in http://hg.python.org/cpython/rev/1f814faaf54d -- nosy: +python-dev resolution: -> fixed stage:

[issue12423] signal handler doesn't handle SIGABRT from os.abort

2011-07-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1ac21a715c5d by Victor Stinner in branch '2.7': Issue #12423: Fix os.abort() documentation http://hg.python.org/cpython/rev/1ac21a715c5d New changeset 4e83d8f6d496 by Victor Stinner in branch '3.2': Issue #12423: Fix os.abort(

[issue12169] Factor out common code for d2 commands register, upload and upload_docs

2011-07-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset c2785ed52ed4 by Éric Araujo in branch 'default': Factor out code used by packaging commands for HTTP requests (#12169). http://hg.python.org/cpython/rev/c2785ed52ed4 -- nosy: +python-dev

[issue12504] packaging: fix uninstall and stop skipping its tests

2011-07-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2b9a0a091566 by Éric Araujo in branch 'default': Close file handles in a timely manner in packaging.database (#12504). http://hg.python.org/cpython/rev/2b9a0a091566 -- nosy: +python-dev

[issue12440] test_ssl.test_options() failure on Snow Leopard: can't clear options before OpenSSL 0.9.8m

2011-07-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 52ed0c6bb461 by Antoine Pitrou in branch '3.2': Issue #12440: When testing whether some bits in SSLContext.options can be http://hg.python.org/cpython/rev/52ed0c6bb461 New changeset 4120cd8a86f4 by Antoine Pitrou in branch 'default

[issue11863] Enforce PEP 11 - remove support for legacy systems

2011-07-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 638039a4fef3 by Antoine Pitrou in branch 'default': Issue #11863: remove unused file Python/thread_wince.h http://hg.python.org/cpython/rev/638039a4fef3 -- nosy: +python-dev ___ Python trac

[issue11863] Enforce PEP 11 - remove support for legacy systems

2011-07-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0aa3f90f0830 by Antoine Pitrou in branch 'default': Issue #11863: Remove support for legacy systems deprecated in Python 3.2 http://hg.python.org/cpython/rev/0aa3f90f0830 -- ___ Python trac

[issue12470] Fix cut&paste typo in test_shutil

2011-07-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset f92bf428c647 by Senthil Kumaran in branch '3.2': Fix closes issue issue12470 - check for utime for the skipUnless condition. http://hg.python.org/cpython/rev/f92bf428c647 -- ___ Python trac

[issue12438] IDLE problem displaying warning message

2011-07-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7dd9313c300b by Senthil Kumaran in branch '3.2': Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. http://hg.python.org/cpython/r

[issue12429] test_io.check_interrupted_write() sporadic failures on FreeBSD 6 on Python 2.7/3.2

2011-07-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset ad16e4a0ef80 by Victor Stinner in branch '3.2': Issue #12429: Skip interrupted write tests on FreeBSD <= 7 http://hg.python.org/cpython/rev/ad16e4a0ef80 -- ___ Python tracker <http:/

[issue12326] Linux 3: tests should avoid using sys.platform == 'linux2'

2011-07-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 53d2d30d6ca0 by Antoine Pitrou in branch '2.7': Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. http://hg.python.org/cpython/rev/53d2d30d6ca0 -- nosy: +

[issue12326] Linux 3: tests should avoid using sys.platform == 'linux2'

2011-07-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8bc9dbc61ba6 by Antoine Pitrou in branch '3.2': Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. http://hg.python.org/cpython/rev/8bc9dbc61ba6 New changeset 19b3b2d93a63 by Antoine Pitrou in branc

[issue12343] ssl documentation needs comments about non-blocking behaviour

2011-07-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset b763c1ba5589 by Antoine Pitrou in branch '3.2': Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. http://hg.python.org/cpython/rev/b763c1ba5589 New changeset 77334eb5038d by Antoine Pitrou in branch 'default

[issue12149] Segfault in _PyObject_GenericGetAttrWithDict

2011-07-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset cd40ea4087b0 by Antoine Pitrou in branch '3.2': Issue #12149: Update the method cache after a type's dictionnary gets http://hg.python.org/cpython/rev/cd40ea4087b0 New changeset 5992cbbedf59 by Antoine Pitrou in branch 'de

[issue12149] Segfault in _PyObject_GenericGetAttrWithDict

2011-07-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9618303852da by Antoine Pitrou in branch '2.7': Issue #12149: Update the method cache after a type's dictionnary gets http://hg.python.org/cpython/rev/9618303852da -- ___ Python

[issue12544] Avoid using a pseudo-dict for _type_equality_funcs in unittest

2011-07-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 02a591131360 by Benjamin Peterson in branch '2.7': this can be done without a custom dict (also fixes #12544) http://hg.python.org/cpython/rev/02a591131360 New changeset 842f5ed06255 by Benjamin Peterson in branch '3.2': this c

[issue12547] whatsnew/3.3: error in example about nntplib

2011-07-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset e0cd35660ae9 by Ezio Melotti in branch 'default': #12547: Fix import and output in nntplib example. Initial patch by July Tikhonov. http://hg.python.org/cpython/rev/e0cd35660ae9 -- nosy: +

[issue4376] Nested ctypes 'BigEndianStructure' fails

2011-07-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 72e73fa03124 by Victor Stinner in branch '3.2': Close #4376: ctypes now supports nested structures in a endian different than http://hg.python.org/cpython/rev/72e73fa03124 New changeset 637210b9d054 by Victor Stinner in branch 'd

[issue12550] regrtest: register SIGALRM signal using faulthandler

2011-07-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 39873557ff4f by Victor Stinner in branch 'default': Issue #12550: Add chain optional argument to faulthandler.register() http://hg.python.org/cpython/rev/39873557ff4f -- nosy: +python-dev

[issue12550] regrtest: register SIGALRM signal using faulthandler

2011-07-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 30f91fbfc8b3 by Victor Stinner in branch 'default': Issue #12550: regrtest displays the Python traceback on SIGALRM or SIGUSR1 http://hg.python.org/cpython/rev/30f91fbfc8b3 -- ___ Python trac

[issue12549] test_platform test_mac_ver fails on Darwin x86_64

2011-07-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0a53a978a160 by Ned Deily in branch '2.7': Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' http://hg.python.org/cpython/rev/0a53a978a160 New changeset d050c8c9a3b3 by Ned Deily in branch '3.

[issue12536] lib2to3 BaseFix class creates un-needed loggers leading to refleaks

2011-07-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset dd004e85e299 by Vinay Sajip in branch 'default': Closes #12536: Unused logger removed from lib2to3. http://hg.python.org/cpython/rev/dd004e85e299 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejec

[issue12250] regrtest: make --timeout explicit

2011-07-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset d3cebbd500aa by Victor Stinner in branch '2.7': Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20 http://hg.python.org/cpython/rev/d3cebbd500aa New changeset 05dfed82457a by Victor Stinner in branch '3.2

[issue12502] 100% cpu usage when using asyncore with UNIX socket

2011-07-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 16bc59d37866 by Charles-François Natali in branch '2.7': Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. http://hg.python.org/cpython/rev/16bc59d37866 -- nosy: +python-dev

[issue12502] 100% cpu usage when using asyncore with UNIX socket

2011-07-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 42ec507815d2 by Charles-François Natali in branch '3.1': Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. http://hg.python.org/cpython/rev/42ec507815d2 -- ___ Python trac

[issue12502] 100% cpu usage when using asyncore with UNIX socket

2011-07-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset ed90c1c8ee62 by Charles-François Natali in branch '3.2': Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. http://hg.python.org/cpython/rev/ed90c1c8ee62 -- ___ Python trac

[issue12502] 100% cpu usage when using asyncore with UNIX socket

2011-07-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset ca077f2672e3 by Charles-François Natali in branch 'default': Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. http://hg.python.org/cpython/rev/ca077f2672e3 -- ___ Pyth

[issue6755] Patch: new method get_wch for ncurses bindings: accept wide characters (unicode)

2011-07-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset dec10ad41b2a by Victor Stinner in branch 'default': Close #6755: Add get_wch() method to curses.window class http://hg.python.org/cpython/rev/dec10ad41b2a -- nosy: +python-dev resolution: -> fixed stage: test needed -> co

[issue11321] 9th import of module _pickle always crashes

2011-07-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1ae0b7b8de0b by Antoine Pitrou in branch '3.2': Issue #11321: Fix a crash with multiple imports of the _pickle module when http://hg.python.org/cpython/rev/1ae0b7b8de0b New changeset 6674272754da by Antoine Pitrou in branch 'default

[issue11627] segfault raising an arbitrary object as an exception

2011-07-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8d05f697acd4 by Benjamin Peterson in branch '3.2': catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) http://hg.python.org/cpython/rev/8d05f697acd4 New changeset bc1fbd6f667a by Benjamin Pet

[issue11627] segfault raising an arbitrary object as an exception

2011-07-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 45b1ae1ef318 by Benjamin Peterson in branch '2.7': port 8d05f697acd4 (#11627) http://hg.python.org/cpython/rev/45b1ae1ef318 -- ___ Python tracker <http://bugs.python.o

[issue11603] Python crashes or hangs when rebinding __repr__ as __str__

2011-07-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset b488e027c952 by Antoine Pitrou in branch '3.1': Issue #11603: Fix a crash when __str__ is rebound as __repr__. http://hg.python.org/cpython/rev/b488e027c952 New changeset 8b52ac4a0c9f by Antoine Pitrou in branch '3.2': Issue

[issue11603] Python crashes or hangs when rebinding __repr__ as __str__

2011-07-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset cd9eca1bf531 by Antoine Pitrou in branch '2.7': Issue #11603: Fix a crash when __str__ is rebound as __repr__. http://hg.python.org/cpython/rev/cd9eca1bf531 -- ___ Python trac

[issue12573] add resource checks for dangling threads and processes

2011-07-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2bedea96de60 by Antoine Pitrou in branch '3.2': Issue #12573: Add resource checks for dangling Thread and Process objects. http://hg.python.org/cpython/rev/2bedea96de60 New changeset 86dc49fbf4af by Antoine Pitrou in branch 'default

[issue12273] Change ast.__version__ calculation to provide consistent ordering

2011-07-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset b23ad0a6cf87 by Benjamin Peterson in branch 'default': remove ast.__version__ (closes #12273) http://hg.python.org/cpython/rev/b23ad0a6cf87 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status

[issue12574] Documentation for Queue in 2.x has an incorrect title

2011-07-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 60ce5f279a5e by Eli Bendersky in branch '2.7': Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler http://hg.python.org/cpython/rev/60ce5f279a5e -- nosy: +

[issue11436] Clarify struct doc for format 's', when it is mentioned without numeric prefix

2011-07-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 90cdf403132e by Senthil Kumaran in branch '3.2': Fix closes Issue11436 - Minor clarification to struct documentation for 's' format character. http://hg.python.org/cpython/rev/90cdf403132e -- nosy: +python-dev resolut

[issue10403] Use "member" consistently

2011-07-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 05f0ffe4e0b3 by Senthil Kumaran in branch '3.2': Fix Issue10403 - datetime documentation clarification based on review in the reitveld by Alexendar belopolsky. http://hg.python.org/cpython/rev/05

[issue10403] Use "member" consistently

2011-07-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3935a1fb1db2 by Senthil Kumaran in branch '2.7': merge from 3.2 - Issue10403 - datetime module documentation changes based on review. http://hg.python.org/cpython/rev/3935a1fb1db2 --

[issue12479] Add HTTPErrorProcessor class definition

2011-07-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8d64d47569cb by Senthil Kumaran in branch '3.2': Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi http://hg.python.org/cpython/rev/8d64d47569cb New changeset b2125a6deb96 by Senthil Kumaran in branc

[issue12478] Possible error in HTTPErrorProcessor documentation

2011-07-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 70983e8b114a by Senthil Kumaran in branch '3.2': Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. http://hg.python.org/cpython/rev/70983e8b114a New changeset 04541e33364d by Senthil Ku

[issue10271] warnings.showwarning should allow any callable object

2011-07-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset aaced3dcb858 by Brett Cannon in branch 'default': Make warnings accept a callable for showwarnings instead of http://hg.python.org/cpython/rev/aaced3dcb858 -- nosy: +python-dev ___ Python trac

[issue10271] warnings.showwarning should allow any callable object

2011-07-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset eaefb34fc3a1 by Brett Cannon in branch 'default': Add Misc/NEWS entry and relevant doc change for issue 10271. http://hg.python.org/cpython/rev/eaefb34fc3a1 -- ___ Python trac

[issue12579] str.format_map raises a SystemError for format strings with positional arguments

2011-07-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset f6d074a7bbd4 by Eric V. Smith in branch '3.2': Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. http://hg.python.org/cpython/rev/f6d074a7bbd4 -- nosy: +python-dev resolution:

[issue6476] MSVCRT's spawnve/spawnvpe are not thread safe

2011-07-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3fa7581f6d46 by Antoine Pitrou in branch '2.7': Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. http://hg.python.org/cpython/rev/3fa7581f6d46 New changeset a01ba3c32a4b by Antoine Pitrou in b

[issue12577] Misleading shutil.move docs regarding when os.rename is used

2011-07-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 62048a6eb43c by Senthil Kumaran in branch '3.2': Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob http://hg.python.org/cpython/rev/62048a6eb43c New changeset 912b97ee40a7 by Senthil Kumaran

[issue7484] smtplib: verify breaks with Postfix servers

2011-07-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset c4d884d5d86c by R David Murray in branch '2.7': #7484: no more <> around addresses in VRFY or EXPN http://hg.python.org/cpython/rev/c4d884d5d86c New changeset f8c4ac9aa9e2 by R David Murray in branch '3.2': #7484: no m

[issue7484] smtplib: verify breaks with Postfix servers

2011-07-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 50b6c3053c30 by R David Murray in branch 'default': #7484: simplify quoteaddr: if parseaddr throws an error it is a bug. http://hg.python.org/cpython/rev/50b6c3053c30 -- ___ Python trac

[issue12571] Python built on Linux 3.0 doesn't include DLFCN

2011-07-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 69dd70e70cc8 by Antoine Pitrou in branch '2.7': Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, http://hg.python.org/cpython/rev/69dd70e70cc8 New changeset 9e3b28a7898f by Antoine Pitrou in branch '3.2

[issue12587] tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt has a UTF8 BOM signature

2011-07-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0c254698e0ed by Ned Deily in branch '3.2': Issue #12587: Correct faulty test file and reference in test_tokenize. http://hg.python.org/cpython/rev/0c254698e0ed New changeset c1d2b6b337c5 by Ned Deily in branch 'default': I

[issue10309] dlmalloc.c needs _GNU_SOURCE for mremap()

2011-07-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8f3cc8ffc3ff by Barry Warsaw in branch '2.7': - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper http://hg.python.org/cpython/rev/8f3cc8ffc3ff New changeset cc00e09404e6 by Barry Warsaw in branch '3.2': -

[issue12524] change httplib docs POST example

2011-07-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset ab4d403cb0c0 by Senthil Kumaran in branch '3.2': Fix closes issue12524 - update http.client POST example with a working example. http://hg.python.org/cpython/rev/ab4d403cb0c0 New changeset bc71fff2b6c7 by Senthil Kumaran in branch '

[issue665194] datetime-RFC2822 roundtripping

2011-07-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5f7b03dcd523 by R David Murray in branch 'default': #665194: support roundtripping RFC2822 date stamps in the email.utils module http://hg.python.org/cpython/rev/5f7b03dcd523 -- nosy: +

[issue12551] Provide data for TLS channel binding

2011-07-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset cb44fef5ea1d by Antoine Pitrou in branch 'default': Issue #12551: Provide a get_channel_binding() method on SSL sockets so as http://hg.python.org/cpython/rev/cb44fef5ea1d -- nosy: +

[issue11435] Links to source code should now point to hg repo

2011-07-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 79d2682c4fc5 by Ezio Melotti in branch '3.2': #11435: link to the correct branch. http://hg.python.org/cpython/rev/79d2682c4fc5 New changeset 3028b5ab92c0 by Ezio Melotti in branch 'default': #11435: dummy merge with 3.2.

[issue12601] Spelling error in the comments in the webbrowser module.

2011-07-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3bc80b6f7cd8 by Ezio Melotti in branch '3.2': #12601: fix typo. http://hg.python.org/cpython/rev/3bc80b6f7cd8 New changeset d26c7b18fc9d by Ezio Melotti in branch 'default': #12601: merge with 3.2. http://hg.python.org/cpyt

[issue12372] semaphore errors on AIX 7.1

2011-07-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset f5a7d413638d by Charles-François Natali in branch '2.7': Issue #12372: POSIX semaphores are broken on AIX: don't use them. http://hg.python.org/cpython/rev/f5a7d413638d -- nosy: +python-dev ___

[issue12372] semaphore errors on AIX 7.1

2011-07-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset f0475f78d45c by Charles-François Natali in branch '3.2': Issue #12372: POSIX semaphores are broken on AIX: don't use them. http://hg.python.org/cpython/rev/f0475f78d45c -- ___ Python

[issue12372] semaphore errors on AIX 7.1

2011-07-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 44a02d6b74e4 by Charles-François Natali in branch 'default': Merge - Issue #12372: POSIX semaphores are broken on AIX: don't use them. http://hg.python.org/cpython/rev/44a02d6b74e4 -- ___

[issue12434] Strengthen 2.7 io types warning

2011-07-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0752215f9f91 by Eli Bendersky in branch '2.7': Issue #12434: make StringIO.write error message consistent with Python 2.7 nomenclature http://hg.python.org/cpython/rev/0752215f9f91 -- nosy: +

[issue12609] SystemError: Objects/codeobject.c:64: bad argument to internal function

2011-07-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset a21829180423 by Benjamin Peterson in branch '2.7': verify the types of AST strings and identifiers (closes #12609 and #12610) http://hg.python.org/cpython/rev/a21829180423 New changeset 3301689bd78d by Benjamin Peterson in branch '3

[issue12592] modify configure.in to detect OpenBSD 5.x

2011-07-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset b24a2ccae56a by Charles-François Natali in branch '2.7': Issue #12592: Make Python build on OpenBSD 5 (and future major releases). http://hg.python.org/cpython/rev/b24a2ccae56a -- nosy: +

[issue12592] modify configure.in to detect OpenBSD 5.x

2011-07-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9c7f9d5841ff by Charles-François Natali in branch '3.2': Issue #12592: Make Python build on OpenBSD 5 (and future major releases). http://hg.python.org/cpython/rev/9c7f9d5841ff -- ___ Pyth

[issue12592] modify configure.in to detect OpenBSD 5.x

2011-07-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 63de97ae832e by Charles-François Natali in branch 'default': Merge - Issue #12592: Make Python build on OpenBSD 5 (and future major http://hg.python.org/cpython/rev/63de97ae832e -- ___ Pyth

<    5   6   7   8   9   10   11   12   13   14   >