[issue11047] Bad description for an entry in whatsnew/2.7

2011-08-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 298df0970eec by Senthil Kumaran in branch '2.7': Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. http://hg.python.org/cpython/rev/298df0970eec New changeset dafdbd0d570a by Senthil Kumaran in branch '3

[issue12697] timeit documention still refers to the timeit.py script

2011-08-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset fa1e5fe55664 by Senthil Kumaran in branch '2.7': Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. http://hg.python.org/cpython/rev/fa1e5fe55664 New changeset 87de58db3d40 by Senthil Kumaran in branch '3

[issue12677] Turtle, fix right/left rotation orientation

2011-08-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset a30e6c4bf486 by Sandro Tosi in branch '2.7': #12677: correct turtle orientation in doc http://hg.python.org/cpython/rev/a30e6c4bf486 New changeset bf4f65043d7d by Sandro Tosi in branch '3.2': #12677: correct turtle ori

[issue10741] PyGILState_GetThisThreadState() lacks a doc entry

2011-08-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8852e4a9aa1e by Sandro Tosi in branch '2.7': #10741: add documentation for PyGILState_GetThisThreadState() http://hg.python.org/cpython/rev/8852e4a9aa1e New changeset 53b8260b9ea7 by Sandro Tosi in branch '3.2': #10741: a

[issue12709] In multiprocessing, error_callback isn't documented for map_async

2011-08-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset b2835b8412e5 by Sandro Tosi in branch '2.7': #12709: add error_callback argument to map_async documentation http://hg.python.org/cpython/rev/b2835b8412e5 New changeset 41b816853819 by Sandro Tosi in branch '3.2': #12709

[issue12700] test_faulthandler fails on Mac OS X Lion

2011-08-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1777df2ce50d by Victor Stinner in branch 'default': Issue #12700: fix test_faulthandler for Mac OS X Lion http://hg.python.org/cpython/rev/1777df2ce50d -- nosy: +python-dev ___ Python trac

[issue10745] setup.py install --user option undocumented

2011-08-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1b0b5f644090 by Éric Araujo in branch '3.2': Add documentation for PEP 370 features in distutils (#10745). http://hg.python.org/cpython/rev/1b0b5f644090 -- nosy: +python-dev ___ Python trac

[issue8617] Better document user site-packages in site module doc

2011-08-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 74179a79d673 by Éric Araujo in branch '3.2': Improve documentation for PEP 370 support in site module (#8617). http://hg.python.org/cpython/rev/74179a79d673 New changeset d354802a637d by Éric Araujo in branch 'default': Merge

[issue12717] ConfigParser._Chainmap error in 2.7.2

2011-08-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7d5a37ce42d5 by Raymond Hettinger in branch '2.7': Issue 12717: Fix-up an earlier backport in ConfigParser. http://hg.python.org/cpython/rev/7d5a37ce42d5 -- nosy: +python-dev ___ Python trac

[issue12575] add a AST validator

2011-08-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4090dfdf91a4 by Benjamin Peterson in branch 'default': add a AST validator (closes #12575) http://hg.python.org/cpython/rev/4090dfdf91a4 -- nosy: +python-dev resolution: -> fixed stage: patch review -> committed/rejec

[issue12719] Direct access to tp_dict can lead to stale attributes

2011-08-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6ef65516fd7a by Benjamin Peterson in branch '3.2': note mutating tp_dict is bad (closes #12719) http://hg.python.org/cpython/rev/6ef65516fd7a New changeset 69df5a8d164e by Benjamin Peterson in branch 'default': mer

[issue12722] Link to heapq source from docs.python.org not working

2011-08-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9f482b957d77 by Senthil Kumaran in branch '2.7': Fix closes Issue12722 - link heapq source in the text format in the documentation. http://hg.python.org/cpython/rev/9f482b957d77 -- nosy: +python-dev resolution: ->

[issue10087] HTML calendar is broken

2011-08-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9fc7ef60ea06 by Senthil Kumaran in branch '3.2': Fix closes Issue10087 - fixing the output of calendar display in the html format. Patch by Chris Lambacher. Test Contributed by catherine. http://hg.python.org/cpython/rev/9fc7ef6

[issue12724] Add Py_RETURN_NOTIMPLEMENTED

2011-08-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 77a65b078852 by Brian Curtin in branch 'default': Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724. http://hg.python.org/cpython/rev/77a65b078852 New changeset d0b0fcbb40db by Brian Curtin in branch 'default': Replace Py_No

[issue12718] Logical mistake of importer method in logging.config.BaseConfigurator

2011-08-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0fbd44e3f342 by Vinay Sajip in branch '2.7': Issue #12718: Add documentation on using custom importers. http://hg.python.org/cpython/rev/0fbd44e3f342 New changeset 1e96a4406565 by Vinay Sajip in branch '3.2': Issue #12718:

[issue12724] Add Py_RETURN_NOTIMPLEMENTED

2011-08-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset e88362fb4950 by Brian Curtin in branch 'default': Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724. http://hg.python.org/cpython/rev/e88362fb4950 -- ___ Python tracker <http://bu

[issue12687] Python 3.2 fails to load protocol 0 pickle

2011-08-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset c47bc1349e61 by Antoine Pitrou in branch '3.2': Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. http://hg.python.org/cpython/rev/c47bc1349e61 New changeset 6aa822071f4e by Antoine

[issue12727] "make" always reruns asdl_c.py

2011-08-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5e005773feaa by Benjamin Peterson in branch 'default': revert code which conditionally writes Python-ast.h (closes #12727) http://hg.python.org/cpython/rev/5e005773feaa -- nosy: +python-dev resolution: -> fixed stage:

[issue12672] Some problems in documentation extending/newtypes.html

2011-08-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 683202530137 by Eli Bendersky in branch 'default': Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance http://hg.python.org/cpython/rev/683202530137 -- nosy: +

[issue9723] Add shlex.quote

2011-08-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8032ea4c3619 by Éric Araujo in branch '3.2': Test pipes.quote with a few non-ASCII characters (see #9723). http://hg.python.org/cpython/rev/8032ea4c3619 New changeset 6ae0345a7e29 by Éric Araujo in branch 'default': Avoid unwa

[issue12032] Tools/Scripts/crlf.py needs updating for python 3+

2011-08-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 47ffb957921d by Éric Araujo in branch '3.2': Update crlf and lfcr scripts for 3.x bytes semantics (#12032). http://hg.python.org/cpython/rev/47ffb957921d -- ___ Python tracker <http://bu

[issue12721] Chaotic use of helper functions in test_shutil for reading and writing files

2011-08-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset d52a1199d3f0 by Éric Araujo in branch 'default': Clean up test_shutil, to facilitate upcoming improvements (#12721). http://hg.python.org/cpython/rev/d52a1199d3f0 -- nosy: +python-dev ___ Pyth

[issue12732] Can't portably use Unicode in Python identifiers

2011-08-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 787ed1a7aba8 by Benjamin Peterson in branch '3.2': in narrow builds, make sure to test codepoints as identifier characters (closes #12732) http://hg.python.org/cpython/rev/787ed1a7aba8 New changeset 5af15f018e20 by Benjamin Peterson

[issue11513] chained exception/incorrect exception from tarfile.open on a non-existent file

2011-08-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 843cd43206b4 by Georg Brandl in branch '3.2': Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. http://hg.python.org/cpython/rev/843cd43206b4 -- nosy: +

[issue12646] zlib.Decompress.decompress/flush do not raise any exceptions when given truncated input streams

2011-08-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset bb6c2d5c811d by Nadeem Vawda in branch 'default': Issue #12646: Add an 'eof' attribute to zlib.Decompress. http://hg.python.org/cpython/rev/bb6c2d5c811d -- nosy: +python-dev ___ P

[issue12669] test_curses skipped on buildbots

2011-08-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4358909ee221 by Nadeem Vawda in branch 'default': Issue #12669: Fix test_curses so that it can run on the buildbots. http://hg.python.org/cpython/rev/4358909ee221 -- nosy: +python-dev ___ Pyth

[issue12646] zlib.Decompress.decompress/flush do not raise any exceptions when given truncated input streams

2011-08-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 65d61ed991d9 by Nadeem Vawda in branch 'default': Fix incorrect comment in zlib.Decompress.flush(). http://hg.python.org/cpython/rev/65d61ed991d9 -- ___ Python tracker <http://bu

[issue12744] inefficient pickling of long integers on 64-bit builds

2011-08-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8e824e09924a by Antoine Pitrou in branch 'default': Issue #12744: Fix inefficient representation of integers http://hg.python.org/cpython/rev/8e824e09924a -- nosy: +python-dev ___ Python trac

[issue12725] Docs: Odd phrase "floating seconds" in socket.html

2011-08-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset dfe6f0a603d2 by Ezio Melotti in branch '2.7': #12725: fix working. Patch by Ben Hayden. http://hg.python.org/cpython/rev/dfe6f0a603d2 New changeset ab3432a81c26 by Ezio Melotti in branch '3.2': #12725: fix working. Patch

[issue12266] str.capitalize contradicts oneself

2011-08-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset c34772013c53 by Ezio Melotti in branch '3.2': #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. http://hg.python.org/cpython/rev/c34772013c53 New changeset eab17979a586 by Ezio

[issue12266] str.capitalize contradicts oneself

2011-08-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1ea72da11724 by Ezio Melotti in branch 'default': #12266: merge with 3.2. http://hg.python.org/cpython/rev/1ea72da11724 -- ___ Python tracker <http://bugs.python.o

[issue12266] str.capitalize contradicts oneself

2011-08-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset d3816fa1bcdf by Ezio Melotti in branch '2.7': #12266: move the tests in test_unicode. http://hg.python.org/cpython/rev/d3816fa1bcdf -- ___ Python tracker <http://bugs.python.o

[issue12204] str.upper converts to title

2011-08-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 16edc5cf4a79 by Ezio Melotti in branch '3.2': #12204: document that str.upper().isupper() might be False and add a note about cased characters. http://hg.python.org/cpython/rev/16edc5cf4a79 New changeset fb49394f75ed by Ezio Melotti

[issue12752] locale.normalize does not take unicode strings

2011-08-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0d64fe6c737f by Barry Warsaw in branch '2.7': The simplest possible fix for the regression in bug 12752 by encoding unicodes http://hg.python.org/cpython/rev/0d64fe6c737f -- nosy: +python-dev

[issue9723] Add shlex.quote

2011-08-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5d4438001069 by Ezio Melotti in branch 'default': #9723: refactor regex. http://hg.python.org/cpython/rev/5d4438001069 -- ___ Python tracker <http://bugs.python.

[issue12761] Typo in Doc/license.rst

2011-08-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 80ac94ad381e by Sandro Tosi in branch '2.7': #12761: fix wording of zlib license section http://hg.python.org/cpython/rev/80ac94ad381e New changeset 16a02530fd81 by Sandro Tosi in branch '3.2': #12761: fix wording of zlib

[issue12763] test_posix failure on OpenIndiana

2011-08-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 09f2ddd3d15a by Benjamin Peterson in branch 'default': some *nixes decided not to call init process 1 (closes #12763) http://hg.python.org/cpython/rev/09f2ddd3d15a -- nosy: +python-dev resolution: -> fixed stage: -> co

[issue12766] strange interaction between __slots__ and class-level attributes

2011-08-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 45b63a8a76c9 by Benjamin Peterson in branch 'default': complain when a class variable shadows a name in __slots__ (closes #12766) http://hg.python.org/cpython/rev/45b63a8a76c9 -- nosy: +python-dev resolution: -> fixed stage:

[issue12773] classes should have mutable docstrings

2011-08-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset ed2511c23dae by Benjamin Peterson in branch 'default': make __doc__ mutable on heaptypes (closes #12773) http://hg.python.org/cpython/rev/ed2511c23dae -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejec

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

2011-08-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 50f1922bc1d5 by Victor Stinner in branch 'default': Issue #12326: don't test the major version of sys.platform http://hg.python.org/cpython/rev/50f1922bc1d5 -- ___ Python

[issue12650] Subprocess leaks fd upon kill()

2011-08-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9ee802642d86 by Charles-François Natali in branch '2.7': Issue #12650: Fix a race condition where a subprocess.Popen could leak http://hg.python.org/cpython/rev/9ee802642d86 -- nosy: +

[issue12650] Subprocess leaks fd upon kill()

2011-08-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7d358379c5fb by Charles-François Natali in branch '2.7': Issue #12650: only run the tests on Unix. http://hg.python.org/cpython/rev/7d358379c5fb -- ___ Python tracker <http://bugs.python.o

[issue12650] Subprocess leaks fd upon kill()

2011-08-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8ca7f109ce79 by Charles-François Natali in branch '3.2': Issue #12650: Fix a race condition where a subprocess.Popen could leak http://hg.python.org/cpython/rev/8ca7f109ce79 -- ___ Python trac

[issue12650] Subprocess leaks fd upon kill()

2011-08-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 148d75d106f1 by Charles-François Natali in branch 'default': Issue #12650: Fix a race condition where a subprocess.Popen could leak http://hg.python.org/cpython/rev/148d75d106f1 -- ___ Pyth

[issue12650] Subprocess leaks fd upon kill()

2011-08-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 122f952add3c by Charles-François Natali in branch '3.2': Issue #12650: fix failures on some buildbots, when a subprocess takes a long http://hg.python.org/cpython/rev/122f952add3c New changeset a32ae2749cd1 by Charles-François Natali

[issue12672] Some problems in documentation extending/newtypes.html

2011-08-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset d062d482642c by Eli Bendersky in branch '3.2': Issue #12672: remove confusing part of sentence in documentation http://hg.python.org/cpython/rev/d062d482642c New changeset 558f2270cba8 by Eli Bendersky in branch 'default':

[issue12672] Some problems in documentation extending/newtypes.html

2011-08-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 893f858c600e by Eli Bendersky in branch '2.7': Issue #12672: remove confusing part of sentence in documentation http://hg.python.org/cpython/rev/893f858c600e -- ___ Python trac

[issue12780] Clean up tests for pyc/pyo in __file__

2011-08-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 98d13885a574 by Vinay Sajip in branch '3.2': Issue #12780: Removed checks in logging for .pyc/.pyo in __file__. http://hg.python.org/cpython/rev/98d13885a574 New changeset ac0c04d8eafb by Vinay Sajip in branch 'default': Issu

[issue12256] Link isinstance/issubclass doc to abc module

2011-08-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset eeb8a440bde0 by Éric Araujo in branch '3.2': Link isinstance/issubclass to the ABC glossary entry (#12256) http://hg.python.org/cpython/rev/eeb8a440bde0 New changeset e2e8c752c1b6 by Éric Araujo in branch '3.2': Mention virtu

[issue1626300] 'Installing Python Modules' does not work for Windows

2011-08-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 59f7bbe1236c by Éric Araujo in branch '3.2': Remove obsolete term + indicate how to find the program (#1626300). http://hg.python.org/cpython/rev/59f7bbe1236c New changeset adaec1a0dd47 by Éric Araujo in branch '3.2': Fix

[issue12256] Link isinstance/issubclass doc to abc module

2011-08-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 96222062239f by Éric Araujo in branch '2.7': Link isinstance/issubclass to the ABC glossary entry (#12256) http://hg.python.org/cpython/rev/96222062239f -- ___ Python tracker <http://bu

[issue10745] setup.py install --user option undocumented

2011-08-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 25a48fe791e6 by Éric Araujo in branch '2.7': Add documentation for PEP 370 features in distutils (#10745). http://hg.python.org/cpython/rev/25a48fe791e6 -- ___ Python tracker <http://bu

[issue8617] Better document user site-packages in site module doc

2011-08-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset b3f72b6450f1 by Éric Araujo in branch '2.7': Improve documentation for PEP 370 support in site module (#8617). http://hg.python.org/cpython/rev/b3f72b6450f1 -- ___ Python trac

[issue1626300] 'Installing Python Modules' does not work for Windows

2011-08-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset e9022dc7a411 by Éric Araujo in branch '2.7': Remove obsolete term + indicate how to find the program (#1626300). http://hg.python.org/cpython/rev/e9022dc7a411 -- ___ Python trac

[issue12765] test_packaging failure under Snow Leopard

2011-08-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 40f4a3d6a532 by Éric Araujo in branch 'default': Restore $HOME after test has run (should fix #12765) http://hg.python.org/cpython/rev/40f4a3d6a532 -- nosy: +python-dev ___ Python trac

[issue12778] JSON-serializing a large container takes too much memory

2011-08-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 47176e8d7060 by Antoine Pitrou in branch 'default': Issue #12778: Reduce memory consumption when JSON-encoding a large container of many small objects. http://hg.python.org/cpython/rev/47176e8d7060 -- nosy: +

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

2011-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 800d45e51dd7 by Victor Stinner in branch '3.2': Issue #12326: sys.platform is now always 'linux2' on Linux http://hg.python.org/cpython/rev/800d45e51dd7 New changeset c816479f6aaf by Victor Stinner in branch '2.7':

[issue12791] reference cycle with exception state not broken by generator.close()

2011-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 867ce75b885c by Antoine Pitrou in branch '3.2': Issue #12791: Break reference cycles early when a generator exits with an exception. http://hg.python.org/cpython/rev/867ce75b885c New changeset 7d390c3a83c6 by Antoine Pitrou in branc

[issue12213] BufferedRandom, BufferedRWPair: issues with interlaced read-write

2011-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5330af45f777 by Antoine Pitrou in branch '3.2': Issue #12213: Fix a buffering bug with interleaved reads and writes that http://hg.python.org/cpython/rev/5330af45f777 New changeset d7f6391954cf by Antoine Pitrou in branch 'default

[issue12213] BufferedRandom, BufferedRWPair: issues with interlaced read-write

2011-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset cf2010e9f941 by Antoine Pitrou in branch '2.7': Issue #12213: Fix a buffering bug with interleaved reads and writes that http://hg.python.org/cpython/rev/cf2010e9f941 -- ___ Python trac

[issue12787] xmlrpc.client documentation (MultiCall Objects) points to a broken link

2011-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset e8f878837eae by Sandro Tosi in branch '2.7': #12787: link original MultiCall proposal to webarchive and in a footnote http://hg.python.org/cpython/rev/e8f878837eae New changeset ab11edca2310 by Sandro Tosi in branch '3.2': #

[issue12213] BufferedRandom: issues with interlaced read-write

2011-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 524896c305ce by Antoine Pitrou in branch '3.2': Issue #12213: make it clear that BufferedRWPair shouldn't be called with the http://hg.python.org/cpython/rev/524896c305ce New changeset a423bd492d6c by Antoine Pitrou in branch &

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4136acaf03de by Éric Araujo in branch 'default': Fix sdist test on Windows (#12678). Patch by Jeremy Kloth. http://hg.python.org/cpython/rev/4136acaf03de -- nosy: +python-dev ___ Python trac

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7d9fa30c5588 by Éric Araujo in branch '3.2': Refactor the copying of xxmodule.c in distutils tests (#12141). http://hg.python.org/cpython/rev/7d9fa30c5588 New changeset 900738175779 by Éric Araujo in branch 'default': Ref

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

2011-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset b072e1559d6b by Victor Stinner in branch 'default': Close #12326: sys.platform is now always 'linux' on Linux http://hg.python.org/cpython/rev/b072e1559d6b -- resolution: -> fixed stage: needs patch -> commi

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

2011-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 85e091c83f9a by Victor Stinner in branch 'default': Issue #12326: woops, I really mean 'linux', not 'linux2' http://hg.python.org/cpython/rev/85e091c83f9a -- ___ Python tr

[issue5301] add mimetype for image/vnd.microsoft.icon (patch)

2011-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4964215ddcba by Sandro Tosi in branch '2.7': #5301: add image/vnd.microsoft.icon (.ico) MIME type http://hg.python.org/cpython/rev/4964215ddcba New changeset d9a0781c24b8 by Sandro Tosi in branch '3.2': #5301: add image/vnd.

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

2011-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset b5ccdf7c032a by Victor Stinner in branch 'default': Issue #12326: refactor usage of sys.platform http://hg.python.org/cpython/rev/b5ccdf7c032a -- ___ Python tracker <http://bugs.python.o

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

2011-08-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset bf89ff3d1ec9 by Victor Stinner in branch 'default': Issue #12326: update sys.platform doc for Linux http://hg.python.org/cpython/rev/bf89ff3d1ec9 -- ___ Python tracker <http://bu

[issue12783] test_posix failure on FreeBSD 6.4: test_get_and_set_scheduler_and_param

2011-08-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset a04e70d7d76c by Charles-François Natali in branch 'default': Issue #12783: Fix test_posix failures on FreeBSD buildbots, due to http://hg.python.org/cpython/rev/a04e70d7d76c -- nosy: +

[issue12804] make test should not enable the urlfetch resource

2011-08-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 228fd2bd83a5 by Nadeem Vawda in branch 'default': Issue #12804: Prevent "make test" from using network resources. http://hg.python.org/cpython/rev/228fd2bd83a5 -- nosy: +python-dev __

[issue11651] Improve test targets in Makefile

2011-08-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6c4fa9559b7e by Nadeem Vawda in branch 'default': Update README section on testing following issue #11651. http://hg.python.org/cpython/rev/6c4fa9559b7e -- ___ Python tracker <http://bu

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset c8e73a89150e by Nadeem Vawda in branch '3.2': Issue #12678: Fix distutils sdist test on Windows. http://hg.python.org/cpython/rev/c8e73a89150e -- ___ Python tracker <http://bugs.python.o

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset d40856e424fd by Nadeem Vawda in branch '2.7': Issue #12678: Fix distutils sdist test on Windows. http://hg.python.org/cpython/rev/d40856e424fd -- ___ Python tracker <http://bugs.python.o

[issue6560] socket sendmsg(), recvmsg() methods

2011-08-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset c64216addd7f by Nick Coghlan in branch 'default': Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. (Closes #6560) http://hg.python.org/cpython/rev/c64216addd7f -- nosy: +

[issue6484] No unit test for mailcap module

2011-08-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 69cb66ab61cc by Nick Coghlan in branch 'default': Add unit tests for the mailcap module. Patch by Gregory Nofi (closes #6484) http://hg.python.org/cpython/rev/69cb66ab61cc -- nosy: +python-dev resolution: -> fixed stage:

[issue12811] Tabnanny doesn't close its tokenize files properly

2011-08-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset c5cb0aa5bed6 by Nick Coghlan in branch 'default': Fix #12811 by closing files promptly in tabnanny.check. Patch by Anthony Briggs. http://hg.python.org/cpython/rev/c5cb0aa5bed6 -- nosy: +

[issue6560] socket sendmsg(), recvmsg() methods

2011-08-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 37721ee145a2 by Nick Coghlan in branch 'default': Credit patch authors in NEWS for #6560 http://hg.python.org/cpython/rev/37721ee145a2 -- ___ Python tracker <http://bugs.python.

[issue10542] Py_UNICODE_NEXT and other macros for surrogates

2011-08-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 77171f993bf2 by Ezio Melotti in branch 'default': #10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNICODE_IS_HIGH_SURROGATE, Py_UNICODE_IS_LOW_SURROGATE, Py_UNICODE_JOIN_SURROGATES. http://hg.python.org/c

[issue9200] Make the str.is* methods work with non-BMP chars on narrow builds

2011-08-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 06b30c5bcc3d by Ezio Melotti in branch '3.2': #9200: The str.is* methods now work with strings that contain non-BMP characters even in narrow Unicode builds. http://hg.python.org/cpython/rev/06b30c5bcc3d New changeset e3be2941c834 by Ez

[issue9200] Make the str.is* methods work with non-BMP chars on narrow builds

2011-08-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 75a4941d4d61 by Ezio Melotti in branch '2.7': #9200: backport tests but run them on wide builds only. http://hg.python.org/cpython/rev/75a4941d4d61 -- ___ Python tracker <http://bu

[issue12191] Add shutil.chown to allow to use user and group name (and not only uid/gid)

2011-08-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset d1fd0f0f8e68 by Sandro Tosi in branch 'default': #12191: add shutil.chown() to change user and/or group owner of a given path also specifying their names. http://hg.python.org/cpython/rev/d1fd0f0f8e68 -- nosy: +

[issue12191] Add shutil.chown to allow to use user and group name (and not only uid/gid)

2011-08-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5d317e38da44 by Sandro Tosi in branch 'default': #12191: fix build failures, explicitly passing group argument when I want to test it http://hg.python.org/cpython/rev/5d317e38da44 -- ___ Pyth

[issue6484] No unit test for mailcap module

2011-08-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset a1bb07d67a24 by Ezio Melotti in branch 'default': #6484: refactor a bit the tests. http://hg.python.org/cpython/rev/a1bb07d67a24 -- ___ Python tracker <http://bugs.python.

[issue12191] Add shutil.chown to allow to use user and group name (and not only uid/gid)

2011-08-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset f2cb733c9a37 by Sandro Tosi in branch 'default': #12191: added entry in What's New (+ small editing on shutil section) http://hg.python.org/cpython/rev/f2cb733c9a37 -- ___ Python

[issue12826] module _socket failed to build on OpenBSD

2011-08-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset b4b84e87dc6b by Victor Stinner in branch 'default': Close #12826: fix socketmodule.c for OpenBSD, include sys/uio.h http://hg.python.org/cpython/rev/b4b84e87dc6b -- nosy: +python-dev resolution: -> fixed stage: -> co

[issue6560] socket sendmsg(), recvmsg() methods

2011-08-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset fd10d042b41d by Nick Coghlan in branch 'default': Remove the SSLSocket versions of sendmsg/recvmsg due to lack of proper tests and documentation in conjunction with lack of any known use cases (see issue #6560 for details) http://hg.

[issue12821] test_fcntl failed on OpenBSD 5.x

2011-08-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset f1f1d9f4b14e by Charles-François Natali in branch '2.7': Issue #12821: Fix test_fcntl failures on OpenBSD 5. http://hg.python.org/cpython/rev/f1f1d9f4b14e -- nosy: +python-dev ___ Python trac

[issue12821] test_fcntl failed on OpenBSD 5.x

2011-08-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9157a9e77740 by Charles-François Natali in branch '3.2': Issue #12821: Fix test_fcntl failures on OpenBSD 5. http://hg.python.org/cpython/rev/9157a9e77740 -- ___ Python tracker <http://bu

[issue11657] multiprocessing_{send,recv}fd fail with fds > 256

2011-08-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5b2f357989bb by Antoine Pitrou in branch '3.2': Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. http://hg.python.org/cpython/rev/5b2f357989bb New changeset 4e7a4e098f38 by Antoine Pitrou in branch '

[issue11657] multiprocessing_{send,recv}fd fail with fds > 256

2011-08-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset d4d9a3e71897 by Antoine Pitrou in branch '2.7': Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. http://hg.python.org/cpython/rev/d4d9a3e71897 -- ___ Pyth

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset aa27461759f2 by Éric Araujo in branch 'default': Try to fix packaging tests using build_ext on Windows (#12678) http://hg.python.org/cpython/rev/aa27461759f2 -- ___ Python trac

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 20944ea49392 by Éric Araujo in branch '3.2': Fix distutils tests on Windows (#12678). http://hg.python.org/cpython/rev/20944ea49392 -- ___ Python tracker <http://bugs.python.o

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1696e2789d91 by Éric Araujo in branch 'default': Fix test_packaging on Windows (#12678). http://hg.python.org/cpython/rev/1696e2789d91 -- ___ Python tracker <http://bugs.python.o

[issue12810] Remove check for negative unsigned value in socketmodule.c

2011-08-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4736e172fa61 by Charles-François Natali in branch 'default': Issue12810: Remove check for negative unsigned value in socketmodule.c. Patch http://hg.python.org/cpython/rev/4736e172fa61 -- nosy: +

[issue4106] multiprocessing occasionally spits out exception during shutdown

2011-08-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset d316315a8781 by Antoine Pitrou in branch '2.7': Issue #4106: Fix occasional exceptions printed out by multiprocessing on interpreter shutdown. http://hg.python.org/cpython/rev/d316315a8781 -- nosy: +

[issue12656] test.test_asyncore: add tests for AF_INET6 and AF_UNIX sockets

2011-08-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset b07b0b7517da by Charles-François Natali in branch 'default': Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore. http://hg.python.org/cpython/rev/b07b0b7517da -- nosy: +

[issue12656] test.test_asyncore: add tests for AF_INET6 and AF_UNIX sockets

2011-08-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 603025e2d39d by Charles-François Natali in branch 'default': Issue #12656: Fix test_asyncore failures on Windows buildbots. http://hg.python.org/cpython/rev/603025e2d39d -- ___ Python trac

[issue12656] test.test_asyncore: add tests for AF_INET6 and AF_UNIX sockets

2011-08-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset f3444d795062 by Charles-François Natali in branch 'default': Issue #12656: Really fix test_asyncore failures on Windows buildbots... http://hg.python.org/cpython/rev/f3444d795062 -- ___ Pyth

[issue12838] FAQ/Programming typo: range[3] is used

2011-08-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0abe03195d09 by Georg Brandl in branch '3.2': Close #12838: fix range() call. http://hg.python.org/cpython/rev/0abe03195d09 New changeset 16a90cdb5ee4 by Georg Brandl in branch '2.7': Close #12838: fix range() call. http://h

<    7   8   9   10   11   12   13   14   15   16   >