[issue12156] test_multiprocessing.test_notify_all() timeout (1 hour) on FreeBSD 7.2

2011-11-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset ed2d3680f489 by Charles-François Natali in branch '2.7': Issue #12156: Skip test_multiprocessing on systems which don't support enough http://hg.python.org/cpython/rev/ed2d3680f489 New changeset 311bb5e65b02 by Charles-François N

[issue13156] _PyGILState_Reinit assumes auto thread state will always exist which is not true.

2011-11-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset ba90839c4993 by Charles-François Natali in branch '3.2': Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the http://hg.python.org/cpython/rev/ba90839c4993 New changeset aa6ce09d2350 by Charles-François Natali

[issue13436] compile() doesn't work on ImportFrom with level=None

2011-11-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset ffcdfc534942 by Amaury Forgeot d'Arc in branch '3.2': Issue #13436: Fix a bogus error message when an AST object was passed http://hg.python.org/cpython/rev/ffcdfc534942 New changeset 470f7d7c57ce by Amaury Forgeot d'Arc in

[issue13415] del os.environ[key] ignores errors

2011-11-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3e892f428278 by Victor Stinner in branch '3.2': Issue #13415: os.unsetenv() doesn't ignore errors anymore. http://hg.python.org/cpython/rev/3e892f428278 New changeset aa55b7dc43f7 by Victor Stinner in branch 'default':

[issue13436] compile() doesn't work on ImportFrom with level=None

2011-11-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2e5506d9a079 by Victor Stinner in branch '3.2': Issue #13436: Fix unsetenv() test on Windows http://hg.python.org/cpython/rev/2e5506d9a079 New changeset 029ad97883ef by Victor Stinner in branch 'default': (Merge 3.2) Issue

[issue13458] _ssl memory leak in _get_peer_alt_names

2011-11-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 80d491aaeed2 by Antoine Pitrou in branch '3.2': Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. http://hg.python.org/cpython/rev/80d491aaeed2 New changeset 3b5fef34c8c7 by Antoine

[issue13459] logger.propagate=True behavior clarification

2011-11-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2c173769a957 by Vinay Sajip in branch '2.7': Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. http://hg.python.org/cpython/rev/2c173769a957 New changeset a9f5639e18a1 by Vinay Sajip in b

[issue13415] del os.environ[key] ignores errors

2011-11-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1b83fd683e28 by Victor Stinner in branch 'default': Close #13415: Test in configure if unsetenv() has a return value or not. http://hg.python.org/cpython/rev/1b83fd683e28 -- resolution: -> fixed stage: patch review -> co

[issue12170] index() and count() methods of bytes and bytearray should accept byte ints

2011-11-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 736b0aec412b by Petri Lehtinen in branch 'default': Add a "What's New" entry for #12170 http://hg.python.org/cpython/rev/736b0aec412b -- ___ Python tracker <http:

[issue9957] SpooledTemporayFile.truncate should take size parameter

2011-11-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5a6911930bad by Antoine Pitrou in branch 'default': Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size parameter, as other file-like objects. http://hg.python.org/cpython/rev/5a6911930bad -- nosy: +

[issue13448] PEP 3155 implementation

2011-11-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset e1dbc72bd97f by Antoine Pitrou in branch 'default': PEP 3155 / issue #13448: Qualified name for classes and functions. http://hg.python.org/cpython/rev/e1dbc72bd97f -- nosy: +python-dev

[issue13093] Redundant code in PyUnicode_EncodeDecimal()

2011-11-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset a20fae95618c by Victor Stinner in branch 'default': Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers http://hg.python.org/cpython/rev/a20fae95618c -- stage: patch review ->

[issue12856] tempfile PRNG reuse between parent and child process

2011-11-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3c9ddd93c983 by Antoine Pitrou in branch '3.2': Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. http://hg.python.org/cpython/rev/3c9ddd93c983 New changes

[issue12567] curses implementation of Unicode is wrong in Python 3

2011-11-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset c3581ca21a57 by Victor Stinner in branch 'default': Issue #12567: The curses module uses Unicode functions for Unicode arguments http://hg.python.org/cpython/rev/c3581ca21a57 -- ___ Pyth

[issue11849] glibc allocator doesn't release all free()ed memory

2011-11-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset e7aa72e6aad4 by Antoine Pitrou in branch 'default': Better resolution for issue #11849: Ensure that free()d memory arenas are really released http://hg.python.org/cpython/rev/e7aa72e6aad4 --

[issue13380] ctypes: add an internal function for reseting the ctypes caches

2011-11-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6783aa5c15ae by Meador Inge in branch '2.7': Issue #13380: add an internal function for resetting the ctypes caches http://hg.python.org/cpython/rev/6783aa5c15ae New changeset fa59b3758b14 by Meador Inge in branch '3.2':

[issue12618] py_compile cannot create files in current directory

2011-11-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset bcc7bf3963cc by Meador Inge in branch '2.7': Issue #12618: create unit tests for the py_compile module http://hg.python.org/cpython/rev/bcc7bf3963cc New changeset 2be3a2e63683 by Meador Inge in branch '3.2': Issue #12618: creat

[issue13415] del os.environ[key] ignores errors

2011-11-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 23ed66484ff2 by Charles-François Natali in branch 'default': Issue #13415: Skip test_os.test_unset_error on FreeBSD < 7 and OS X < 10.6 http://hg.python.org/cpython/rev/23ed66484ff2 -- __

[issue12618] py_compile cannot create files in current directory

2011-11-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset b23453530d5f by Meador Inge in branch '2.7': Issue #12618: fix py_compile unit tests to handle different drives on Windows http://hg.python.org/cpython/rev/b23453530d5f New changeset 7097d52cacee by Meador Inge in branch '3.2'

[issue13444] closed stdout causes error on stderr when the interpreter unconditionally flushes on shutdown

2011-11-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 150e096095e5 by Antoine Pitrou in branch '3.2': Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. http://hg.python.org/cpython/rev/150e096095e5 New changeset 37300

[issue5319] stdout error at interpreter shutdown fails to return OS error status

2011-11-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 150e096095e5 by Antoine Pitrou in branch '3.2': Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. http://hg.python.org/cpython/rev/150e096095e5 New changeset 37300

[issue13415] del os.environ[key] ignores errors

2011-11-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 919259054621 by Victor Stinner in branch 'default': Issue #13415: Help to locate curses.h when _curses module is linked to ncursesw http://hg.python.org/cpython/rev/919259054621 -- ___ Pyth

[issue2771] Test issue

2011-11-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset fc1e01fe7f30 by Antoine Pitrou in branch 'default': test hook with issue #2771. http://hg.python.org/test/rev/fc1e01fe7f30 -- ___ Python tracker <http://bugs.python.

[issue13488] Some old preprocessors have problem with "#define" not in the first column

2011-11-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 05979ae431fb by Jesus Cea in branch '3.2': Closes issue #13488: Some old preprocessors have problem with #define not in the first column http://hg.python.org/cpython/rev/05979ae431fb New changeset 3a44640682c3 by Jesus Cea in branc

[issue13415] del os.environ[key] ignores errors

2011-11-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 26275a1c229c by Charles-François Natali in branch '3.2': Issue #13415: Test in configure if unsetenv() has a return value or not. http://hg.python.org/cpython/rev/26275a1c229c New changeset bceb6aea8554 by Charles-François Natali in b

[issue13415] del os.environ[key] ignores errors

2011-11-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 11bbeaf03894 by Charles-François Natali in branch '2.7': Issue #13415: Test in configure if unsetenv() has a return value or not. http://hg.python.org/cpython/rev/11bbeaf03894 New changeset 99f5a0475ead by Charles-François Natali in b

[issue13415] del os.environ[key] ignores errors

2011-11-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset bf51e32b2a81 by Victor Stinner in branch 'default': Issue #13415: test_curses skips unencodable characters http://hg.python.org/cpython/rev/bf51e32b2a81 -- ___ Python tracker <http://bu

[issue12618] py_compile cannot create files in current directory

2011-11-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 661fb211f220 by Meador Inge in branch '3.2': Issue #12618: py_compile cannot create files in current directory http://hg.python.org/cpython/rev/661fb211f220 New changeset e3647275f468 by Meador Inge in branch 'default': Issu

[issue7111] abort when stderr is closed

2011-11-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset f15943505db0 by Antoine Pitrou in branch '3.2': Issue #7111: Python can now be run without a stdin, stdout or stderr stream. http://hg.python.org/cpython/rev/f15943505db0 New changeset c86fb10eaf68 by Antoine Pitrou in branch '

[issue13434] time.xmlrpc.com dead

2011-11-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset da148f0d86bd by Antoine Pitrou in branch '3.2': Issue #13434: skip the time.xmlrpc.com test, and reenable the buildbot test. http://hg.python.org/cpython/rev/da148f0d86bd New changeset 1330beac9ec9 by Antoine Pitrou in branch '

[issue13093] Redundant code in PyUnicode_EncodeDecimal()

2011-11-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3ecddf168f1f by Victor Stinner in branch '2.7': Issue #13093: Fix _testcapi.unicode_encodedecimal() http://hg.python.org/cpython/rev/3ecddf168f1f -- ___ Python tracker <http://bu

[issue13467] Typo in doc for library/sysconfig

2011-11-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset a7d38a969132 by Éric Araujo in branch '3.2': Fix typo (#13467) http://hg.python.org/cpython/rev/a7d38a969132 -- nosy: +python-dev ___ Python tracker <http://bugs.python.o

[issue13487] inspect.getmodule fails when module imports change sys.modules

2011-11-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2ef359d7a2e9 by Éric Araujo in branch '3.2': Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487). http://hg.python.org/cpython/rev/2ef359d7a2e9 -- nosy: +python-dev

[issue6715] xz compressor support

2011-11-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 74d182cf0187 by Nadeem Vawda in branch 'default': Issue #6715: Add module for compression using the LZMA algorithm. http://hg.python.org/cpython/rev/74d182cf0187 -- nosy: +python-dev ___ Pyth

[issue1040439] Missing documentation on how to link with libpython

2011-11-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2c05b8a6cdd1 by Antoine Pitrou in branch '3.2': Issue #1040439: better document how to compile and link an embedded Python interpreter. http://hg.python.org/cpython/rev/2c05b8a6cdd1 New changeset 528abe272856 by Antoine Pitrou in branc

[issue6715] xz compressor support

2011-11-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6cde416ef03b by Nadeem Vawda in branch 'default': Credit Per Øyvind Karlsen for the initial implementation of the lzma module (issue #6715). http://hg.python.org/cpython/rev/6cde416ef03b --

[issue9530] integer undefined behaviors

2011-12-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7e37598a25a6 by Mark Dickinson in branch 'default': Issue #9530: Fix undefined behaviour due to signed overflow in Python/formatter_unicode.c. http://hg.python.org/cpython/rev/7e

[issue8414] Add test cases for assert

2011-12-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset bcfb499338c1 by Ezio Melotti in branch '2.7': #8414: add more tests for "assert". Initial patch by Gregory Nofi. http://hg.python.org/cpython/rev/bcfb499338c1 New changeset 1efefeda00a7 by Ezio Melotti in branch '3.2&#x

[issue13499] uuid documentation example uses invalid REPL/doctest syntax

2011-12-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset d9e918c8d9d6 by Ezio Melotti in branch '2.7': #13499: fix example adding >>> before the comments. http://hg.python.org/cpython/rev/d9e918c8d9d6 New changeset 9e7728dc35e7 by Ezio Melotti in branch '3.2': #13499: fix

[issue13494] 'cast' any value to a Boolean?

2011-12-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2f9c986b46cd by Ezio Melotti in branch '2.7': #13494: s/cast/convert/. Also add a link. http://hg.python.org/cpython/rev/2f9c986b46cd New changeset 69369fd3514b by Ezio Melotti in branch '3.2': #13494: s/cast/convert/. A

[issue13439] turtle: Errors in docstrings of onkey and onkeypress

2011-12-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6e03ab9950f6 by Petri Lehtinen in branch '2.7': Issue #13439: Fix many errors in turtle docstrings. http://hg.python.org/cpython/rev/6e03ab9950f6 New changeset cc559e1e3bd8 by Petri Lehtinen in branch '3.2': Issue #13439: Fix m

[issue12612] Valgrind suppressions

2011-12-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3eb73f45a614 by Charles-François Natali in branch 'default': Issue #12612: Add some Valgrind suppressions for 64-bit machines. Patch by Paul http://hg.python.org/cpython/rev/3eb73f45a614 -- nosy: +

[issue12666] map semantic change not documented in What's New

2011-12-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3b505df38fd8 by Jason R. Coombs in branch '3.2': Issue #12666: Clarifying changes in map for Python 3 http://hg.python.org/cpython/rev/3b505df38fd8 New changeset 0e2812b16f5f by Jason R. Coombs in branch '3.2': Issue #12666:

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

2011-12-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset ee94b89f65ab by Jason R. Coombs in branch '2.7': Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface. http://hg.python.org/cpython/rev/ee94b89f65ab New changeset abfe76a19f63 by Jason R.

[issue12208] Glitches in email.policy docs

2011-12-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9ffb00748a47 by Éric Araujo in branch 'default': Fix glitches in email.policy docs (#12208) http://hg.python.org/cpython/rev/9ffb00748a47 -- nosy: +python-dev ___ Python tracker <http://bu

[issue13513] IOBase docs incorrectly link to the readline module

2011-12-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset fb8b6d310fb8 by Meador Inge in branch '2.7': Issue #13513: IOBase docs incorrectly link to the readline module http://hg.python.org/cpython/rev/fb8b6d310fb8 New changeset 9792e812198f by Meador Inge in branch '3.2': Issue

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

2011-12-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset a3ddee916808 by Jason R. Coombs in branch 'default': Pass positional arguments - HTTPError is not accepting keyword arguments. Reference #13211 and #12555. http://hg.python.org/cpython/rev/a3

[issue12555] PEP 3151 implementation

2011-12-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset a3ddee916808 by Jason R. Coombs in branch 'default': Pass positional arguments - HTTPError is not accepting keyword arguments. Reference #13211 and #12555. http://hg.python.org/cpython/rev/a3

[issue13527] Remove obsolete mentions in the GUIs page

2011-12-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2111bf7e5bca by Antoine Pitrou in branch '3.2': Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK http://hg.python.org/cpython/rev/2111bf7e5bca New changeset f0008683585c by Antoine Pitrou in branch 'default

[issue13503] improved efficiency of bytearray pickling by using bytes type instead of str

2011-12-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset e2959a6a1440 by Antoine Pitrou in branch 'default': Issue #13503: Use a more efficient reduction format for bytearrays with http://hg.python.org/cpython/rev/e2959a6a1440 -- nosy: +python-dev

[issue11147] _Py_ANNOTATE_MEMORY_ORDER has unused argument, effects code which includes Python.h

2011-12-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4579cd952156 by Barry Warsaw in branch '3.2': - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix http://hg.python.org/cpython/rev/4579cd952156 New changeset 6b6c79eba944 by Barry Warsaw in branch 'default&#

[issue13500] Hitting EOF gets cmd.py into a infinite EOF on return loop

2011-12-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5910c385fab6 by Jesus Cea in branch '2.7': Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop http://hg.python.org/cpython/rev/5910c385fab6 New changeset b6b4d74b8d42 by Jesus Cea in branch '3.2': Close

[issue13464] HTTPResponse is missing an implementation of readinto

2011-12-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 806cfe39f729 by Antoine Pitrou in branch 'default': Issue #13464: Add a readinto() method to http.client.HTTPResponse. http://hg.python.org/cpython/rev/806cfe39f729 -- nosy: +python-dev

[issue8641] IDLE 3 doesn't highlights b"", but u""

2011-12-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3822c8087d70 by Ned Deily in branch '3.2': Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". http://hg.python.org/cpython/rev/3822c8087d70 New changeset e49220f4c31f by Ned Deily in branch

[issue11051] system calls per import

2011-12-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset a541bda2f5e2 by Charles-François Natali in branch 'default': Issue #11051: Reduce the number of syscalls per import. http://hg.python.org/cpython/rev/a541bda2f5e2 -- nosy: +python-dev ___ Pyth

[issue13546] sys.setrecursionlimit() crashes IDLE

2011-12-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 57de1ad15c54 by Amaury Forgeot d'Arc in branch '2.7': Issue #13546: Fixed an overflow issue that could crash the intepreter when http://hg.python.org/cpython/rev/57de1ad15c54 -- no

[issue13531] add test for defaultdict with non-callable first argument

2011-12-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset a8deeb549e1a by Ezio Melotti in branch '2.7': #13531: add a test for defaultdict with a non-callable arg. Patch by Mike Cheng. http://hg.python.org/cpython/rev/a8deeb549e1a New changeset 17ceebc61b65 by Ezio Melotti in branch '3.

[issue11886] test_time.test_tzset() fails on "x86 FreeBSD 7.2 3.x": AEST timezone called "EST"

2011-12-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset c143e66e5efe by Victor Stinner in branch '3.2': Issue #11886: workaround an OS bug (time zone data) in test_time http://hg.python.org/cpython/rev/c143e66e5efe New changeset c7638be1e430 by Victor Stinner in branch 'default'

[issue11149] [PATCH] Configure should enable -fwrapv for clang

2011-12-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7efad6256e58 by Stefan Krah in branch '3.2': Issue #11149: Also enable -fwrapv if $CC is a full path http://hg.python.org/cpython/rev/7efad6256e58 New changeset e48df59af394 by Stefan Krah in branch 'default': Merge second

[issue13547] Clean Lib/_sysconfigdata.py and Modules/_testembed

2011-12-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8ed2c4d4df62 by Stefan Krah in branch '3.2': Issue #13547: clean Lib/_sysconfigdata.py and Modules/_testembed http://hg.python.org/cpython/rev/8ed2c4d4df62 New changeset 053c95ad09cf by Stefan Krah in branch 'default': Merge

[issue13441] TestEnUSCollation.test_strxfrm() fails on Solaris

2011-12-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 93bab8400ca5 by Victor Stinner in branch 'default': Issue #13441: Log the locale when localeconv() fails http://hg.python.org/cpython/rev/93bab8400ca5 -- ___ Python tracker <http://bu

[issue6715] xz compressor support

2011-12-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 66df5ace0eee by Nadeem Vawda in branch 'default': What's New in Python 3.3: Add entry for lzma module (issue #6715). http://hg.python.org/cpython/rev/66df5ace0eee -- ___ Python

[issue13441] TestEnUSCollation.test_strxfrm() fails on Solaris

2011-12-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 87c6be1e393a by Victor Stinner in branch 'default': Issue #13441: Don't test the hu_HU locale on Solaris to workaround a mbstowcs() http://hg.python.org/cpython/rev/87c6be1e393a -- ___

[issue13441] TestEnUSCollation.test_strxfrm() fails on Solaris

2011-12-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2a2d0872d993 by Victor Stinner in branch 'default': Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to workaround http://hg.python.org/cpython/rev/2a2d0872d993 -- ___ Pyth

[issue13441] TestEnUSCollation.test_strxfrm() fails on Solaris

2011-12-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7ffe3d304487 by Victor Stinner in branch 'default': Issue #13441: Enable the workaround for Solaris locale bug http://hg.python.org/cpython/rev/7ffe3d304487 -- ___ Python trac

[issue5905] strptime fails in non-UTF locale

2011-12-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8620e6901e58 by Victor Stinner in branch '3.2': Issue #5905: time.strftime() is now using the locale encoding, instead of http://hg.python.org/cpython/rev/8620e6901e58 New changeset bee7694988a4 by Victor Stinner in branch 'defau

[issue2979] use_builtin_types in xmlrpc.server

2011-12-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset b3c1a504ebc1 by Florent Xicluna in branch 'default': Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer. http://hg.python.org/cpython/rev/b3c1a504ebc1 -- nosy: +python-dev resolution: -> fix

[issue13528] Rework performance FAQ

2011-12-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset eb30f2becb79 by Antoine Pitrou in branch '3.2': Issue #13528: rework the performance question in the programming FAQ http://hg.python.org/cpython/rev/eb30f2becb79 New changeset 9fe28f52eaaa by Antoine Pitrou in branch 'default

[issue13248] deprecated in 3.2, should be removed in 3.3

2011-12-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset f82ebf9b3a52 by Florent Xicluna in branch 'default': Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). http://hg.python.org/cpyt

[issue13453] Tests and network timeouts

2011-12-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5ba1a22c8988 by Charles-François Natali in branch '2.7': Issue #13453: Catch EAI_FAIL in support.transient_internet. http://hg.python.org/cpython/rev/5ba1a22c8988 New changeset c998c6f5464b by Charles-François Natali in branch '3.2

[issue11886] test_time.test_tzset() fails on "x86 FreeBSD 7.2 3.x": AEST timezone called "EST"

2011-12-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset e37a7dc8944e by Victor Stinner in branch 'default': Issue #11886: Fix also test_time for the non-DST timezone name (EST/AEST) http://hg.python.org/cpython/rev/e37a7dc8944e -- ___ Python trac

[issue5689] Support xz compression in tarfile module

2011-12-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 899a8c7b2310 by Lars Gustäbel in branch 'default': Issue #5689: Add support for lzma compression to the tarfile module. http://hg.python.org/cpython/rev/899a8c7b2310 -- nosy: +python-dev

[issue13563] Make use of with statement in ftplib

2011-12-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6cd736239b8a by Giampaolo Rodola' in branch 'default': fix #13563: make use of with statement in ftplib.py where needed http://hg.python.org/cpython/rev/6cd736239b8a -- nosy: +python-dev ___

[issue13544] Add __qualname__ to functools.WRAPPER_ASSIGNMENTS

2011-12-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 963e98f5ad31 by Meador Inge in branch 'default': Issue #13544: Add __qualname__ to functools.WRAPPER_ASSIGNMENTS. http://hg.python.org/cpython/rev/963e98f5ad31 -- nosy: +python-dev ___ Pyth

[issue13573] csv.writer uses str() for floats instead of repr()

2011-12-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset bf7329190ca6 by Raymond Hettinger in branch '2.7': Issue #13573: The csv.writer now uses the repr() for floats rather than str(). http://hg.python.org/cpython/rev/bf7329190ca6 -- nosy: +

[issue13577] __qualname__ is not present on builtin methods and functions

2011-12-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 24238e89f938 by Antoine Pitrou in branch 'default': Issue #13577: various kinds of descriptors now have a __qualname__ attribute. http://hg.python.org/cpython/rev/24238e89f938 -- nosy: +

[issue13575] old style classes still alive

2011-12-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 021e5bb297d1 by Florent Xicluna in branch 'default': Issue #13575: there is only one class type. http://hg.python.org/cpython/rev/021e5bb297d1 -- nosy: +python-dev ___ Python trac

[issue13549] Incorrect nested list comprehension documentation

2011-12-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 132158b287d7 by Ezio Melotti in branch '2.7': #13549: improve tutorial section about listcomps. http://hg.python.org/cpython/rev/132158b287d7 New changeset ad5c70296c7b by Ezio Melotti in branch '3.2': #13549: improve tu

[issue6570] Tutorial clarity: section 4.7.2, parameters and arguments

2011-12-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset d60856651139 by Ezio Melotti in branch '2.7': #6570: clarify tutorial section about keyword arguments. http://hg.python.org/cpython/rev/d60856651139 New changeset 44ca4264dc88 by Ezio Melotti in branch '3.2': #6570: clarify tu

[issue13505] Bytes objects pickled in 3.x with protocol <=2 are unpickled incorrectly in 2.x

2011-12-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 14695b4825dc by Alexandre Vassalotti in branch '3.2': Issue #13505: Make pickling of bytes object compatible with Python 2. http://hg.python.org/cpython/rev/14695b4825dc -- nosy: +python-dev

[issue8684] improvements to sched.py

2011-12-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset f5aed0dba844 by Giampaolo Rodola' in branch 'default': Fix #8684: make sched.scheduler class thread-safe http://hg.python.org/cpython/rev/f5aed0dba844 -- nosy: +python-dev ___ Python

[issue13449] sched - provide an "async" argument for run() method

2011-12-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2975618965c0 by Giampaolo Rodola' in branch 'default': Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications http://hg.python.org/cpython/rev/2975

[issue4028] Problem compiling the multiprocessing module on sunos5

2011-12-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8c658b625475 by Charles-François Natali in branch '2.7': Issue #4028: Make multiprocessing build on SunOS. http://hg.python.org/cpython/rev/8c658b625475 New changeset 49e82c885d6b by Charles-François Natali in branch '3.2'

[issue13453] Tests and network timeouts

2011-12-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset fbcaeb4a8654 by Charles-François Natali in branch '2.7': Issue #13453: Fix a race condition in test_poplib. http://hg.python.org/cpython/rev/fbcaeb4a8654 New changeset e497a3ed9beb by Charles-François Natali in branch '3.2':

[issue4625] IDLE won't open anymore, .idlerc unaccessible

2011-12-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7857d1f4ce79 by Ned Deily in branch '2.7': Issue #4625: If IDLE cannot write to its recent file or breakpoint http://hg.python.org/cpython/rev/7857d1f4ce79 New changeset 26e3e542d20d by Ned Deily in branch '3.2': Issue #4625:

[issue13591] import_module potentially imports a module twice

2011-12-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset d2504d30f259 by Meador Inge in branch '3.2': Issue #13591: import_module potentially imports a module twice. http://hg.python.org/cpython/rev/d2504d30f259 New changeset e8fb61a0a2d7 by Meador Inge in branch 'default': Issue #

[issue13591] import_module potentially imports a module twice

2011-12-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 541f215a31f7 by Meador Inge in branch '3.2': Issue #13591: Moving the NEWS line to the right release. http://hg.python.org/cpython/rev/541f215a31f7 New changeset 92e94fd303d4 by Meador Inge in branch 'default': Issue #13591:

[issue13593] importlib needs to be updated for __qualname__

2011-12-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 54a77c556d9a by Meador Inge in branch 'default': Issue #13593: updating the importlib utility decorators for __qualname__. http://hg.python.org/cpython/rev/54a77c556d9a -- nosy: +python-dev

[issue12149] Segfault in _PyObject_GenericGetAttrWithDict

2011-12-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset b196bcd7c34f by Antoine Pitrou in branch '3.2': Fix the fix for issue #12149: it was incorrect, although it had the side http://hg.python.org/cpython/rev/b196bcd7c34f New changeset 195bfd4c3ea1 by Antoine Pitrou in branch 'defaul

[issue12555] PEP 3151 implementation

2011-12-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset d22c99e77768 by Antoine Pitrou in branch 'default': Fix OSError.__init__ and OSError.__new__ so that each of them can be http://hg.python.org/cpython/rev/d22c99e77768 -- ___ Python trac

[issue13597] Improve documentation of stdout/stderr buffering in Python 3.x

2011-12-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 313fa7ea6c79 by Antoine Pitrou in branch '3.2': Issue #13597: Improve documentation of standard streams. http://hg.python.org/cpython/rev/313fa7ea6c79 New changeset 7343730185a3 by Antoine Pitrou in branch 'default': I

[issue11610] Improved support for abstract base classes with descriptors

2011-12-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset e979b26a9172 by Benjamin Peterson in branch 'default': improve abstract property support (closes #11610) http://hg.python.org/cpython/rev/e979b26a9172 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejec

[issue13545] Pydoc3.2: TypeError: unorderable types

2011-12-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5ec7ecf62c1d by Victor Stinner in branch '3.2': Issue #13545: Fix platform.libc_version() is the SO version is missing http://hg.python.org/cpython/rev/5ec7ecf62c1d New changeset a9ee21ac0879 by Victor Stinner in branch 'defau

[issue13545] Pydoc3.2: TypeError: unorderable types

2011-12-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset f2a5dcced66d by Victor Stinner in branch '2.7': Issue #13545: Fix platform.libc_version() is the SO version is missing http://hg.python.org/cpython/rev/f2a5dcced66d -- ___ Python trac

[issue13596] Only recompile Lib/_sysconfigdata.py when needed

2011-12-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 06d83098d9a9 by Victor Stinner in branch 'default': Close #13596: Only recompile Lib/_sysconfigdata.py when needed http://hg.python.org/cpython/rev/06d83098d9a9 -- nosy: +python-dev resolution: -> fixed stage: -> co

[issue13606] test_clear_dict_in_ref_cycle in test_module only works by coincidence

2011-12-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset c9ae0eb66959 by Benjamin Peterson in branch 'default': fix this test to actually test something (closes #13606) http://hg.python.org/cpython/rev/c9ae0eb66959 -- nosy: +python-dev resolution: -> fixed stage: patch review

[issue6695] PyXXX_ClearFreeList for dict, set, and list

2011-12-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 57f0af61da53 by Antoine Pitrou in branch 'default': Issue #6695: Full garbage collection runs now clear the freelist of set objects. http://hg.python.org/cpython/rev/57f0af61da53 -- nosy: +

[issue10350] errno is read too late

2011-12-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6a966179c73a by Antoine Pitrou in branch '3.2': Issue #10350: Read and save errno before calling a function which might overwrite it. http://hg.python.org/cpython/rev/6a966179c73a New changeset 8e0b2e75ca7a by Antoine Pitrou in branc

[issue8373] socket: AF_UNIX socket paths not handled according to PEP 383

2011-12-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1f23bb74f4bc by Antoine Pitrou in branch 'default': Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem http://hg.python.org/cpython/rev/1f23bb74f4bc -- nosy: +

[issue13613] Small error in regular expression poker hand example

2011-12-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 766a21ebf82e by Ezio Melotti in branch '2.7': #13613: fix example in re doc. http://hg.python.org/cpython/rev/766a21ebf82e New changeset 0b86da9d6964 by Ezio Melotti in branch '3.2': #13613: fix example in re doc. http://hg.py

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