[issue11049] add tests for test.support

2011-07-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset be558ad15789 by Eli Bendersky in branch 'default': Issue #11049: adding some tests to test.support http://hg.python.org/cpython/rev/be558ad15789 -- nosy: +python-dev ___ Python trac

[issue12581] Increased test coverage of test_urlparse

2011-07-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset e171db785c37 by Senthil Kumaran in branch '3.2': Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Petter Haggholm. http://hg.python.org/cpython/rev/e171db785c37 New changeset fcccda3c546f by Senthil Kumaran

[issue11049] add tests for test.support

2011-07-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0018a28583f4 by Eli Bendersky in branch 'default': Issue #11049: skip a test that fails on some buildbots http://hg.python.org/cpython/rev/0018a28583f4 -- ___ Python tracker <http://bu

[issue10883] urllib: socket is not closed explicitly

2011-07-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset c741ba9e37ef by Nadeem Vawda in branch '3.2': Issue #10883: Fix socket leaks in urllib.request. http://hg.python.org/cpython/rev/c741ba9e37ef New changeset d68765bd6490 by Nadeem Vawda in branch 'default': Merge: #10883:

[issue10883] urllib: socket is not closed explicitly

2011-07-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset dbf1e1a27427 by Nadeem Vawda in branch '2.7': Issue #10883: Fix socket leaks in urllib.request. http://hg.python.org/cpython/rev/dbf1e1a27427 -- ___ Python tracker <http://bugs.python.o

[issue12620] pending calls: make `pendingbusy` flag static to Py_MakePendingCalls()

2011-07-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset cda93720c06d by Charles-François Natali in branch 'default': Issue 12620: Make pendingbusy flag static to Py_MakePendingCalls(). http://hg.python.org/cpython/rev/cda93720c06d -- nosy: +

[issue12591] TextIOWrapper should fall back on read() if read1() doesn't exist

2011-07-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9144014028f3 by Antoine Pitrou in branch '3.2': Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without http://hg.python.org/cpython/rev/9144014028f3 New changeset c3b47cdea0d1 by Antoine Pitrou in branch 'default

[issue12591] TextIOWrapper should fall back on read() if read1() doesn't exist

2011-07-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5cc536fbd7c1 by Antoine Pitrou in branch '3.2': Issue #12591: Improve support of "universal newlines" in the subprocess http://hg.python.org/cpython/rev/5cc536fbd7c1 New changeset b616396fa170 by Antoine Pitrou in branch &#x

[issue12624] failfast support for regrtest

2011-07-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9f847dfba217 by Antoine Pitrou in branch '3.2': Issue #12624: It is now possible to fail after the first failure when http://hg.python.org/cpython/rev/9f847dfba217 New changeset 01d18277c40b by Antoine Pitrou in branch 'default

[issue1813] Codec lookup failing under turkish locale

2011-07-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 92d02de91cc9 by Antoine Pitrou in branch '3.2': Issue #1813: Fix codec lookup under Turkish locales. http://hg.python.org/cpython/rev/92d02de91cc9 New changeset a77a4df54b95 by Antoine Pitrou in branch '3.2': Add a test for is

[issue1813] Codec lookup failing under turkish locale

2011-07-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 739958134fe5 by Antoine Pitrou in branch '2.7': Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. http://hg.python.org/cpython/rev/739958134fe5 -- ___ Pyth

[issue12560] libpython.so not built on OpenBSD

2011-07-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 33be4896003a by Charles-François Natali in branch '2.7': Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. http://hg.python.org/cpython/rev/33be4896003a -- nosy: +

[issue12560] libpython.so not built on OpenBSD

2011-07-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1fdad36ac838 by Charles-François Natali in branch '3.2': Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. http://hg.python.org/cpython/rev/1fdad36ac838 -- ___ Python trac

[issue12560] libpython.so not built on OpenBSD

2011-07-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset a095cbed24c3 by Charles-François Natali in branch 'default': Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. http://hg.python.org/cpython/rev/a095cbed24c3 -- ___ Pyth

[issue12102] mmap requires file to be synced

2011-07-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 198627bbe242 by Ross Lagerwall in branch '3.2': Issue #12102: Document that buffered files must be flushed before being used http://hg.python.org/cpython/rev/198627bbe242 New changeset 4898b14dcd69 by Ross Lagerwall in branch '

[issue12102] mmap requires file to be synced

2011-07-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset e75715f27ce7 by Ross Lagerwall in branch '2.7': Issue #12102: Document that buffered files must be flushed before being used http://hg.python.org/cpython/rev/e75715f27ce7 -- ___ Python trac

[issue11784] multiprocessing.Process.join: timeout argument doesn't specify time unit.

2011-07-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8d67fd820627 by Charles-François Natali in branch 'default': Issue #11784: Improve multiprocessing.Process.join() documentation. Patch by http://hg.python.org/cpython/rev/8d67fd820627 -- nosy: +

[issue12637] logging lastResort handler not ignoring messages less than WARNING

2011-07-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset d11a1a373f58 by Vinay Sajip in branch '3.2': Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de Gaye for the patch." http://hg.python.org/cpython/rev/d11a1a373f58 New changeset de13ce98ca3b by Vinay

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

2011-07-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 95c34bce986c by Ezio Melotti in branch 'default': #12547: Fix example in nntplib doc. Patch by July Tikhonov. http://hg.python.org/cpython/rev/95c34bce986c -- ___ Python tracker <http://bu

[issue10639] reindent.py should not convert newlines

2011-07-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 070dc6e359fb by Jason R. Coombs in branch '3.2': Fixes #10639: reindent.py should not convert newlines http://hg.python.org/cpython/rev/070dc6e359fb New changeset 826a0208d143 by Jason R. Coombs in branch 'default': Merge w

[issue8746] os.chflags() and os.lchflags() are not built when they should be be

2011-07-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset ca236138f0ce by Ned Deily in branch '2.7': Issue #8746: Use tempfile module to get tempdir and randomize the http://hg.python.org/cpython/rev/ca236138f0ce New changeset 4e4554aa1453 by Ned Deily in branch '3.2': Issue #8746: Us

[issue12576] urlib.request fails to open some sites

2011-07-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9eac48fbe21d by Senthil Kumaran in branch '3.2': Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. http://hg.python.org/cpython/rev/9eac48fbe21d New changeset a45c8

[issue12590] First line and cursor not visible when opening files

2011-07-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 73ae3729b8fe by Ned Deily in branch '2.7': Issue #12590: IDLE editor window now always displays the first line http://hg.python.org/cpython/rev/73ae3729b8fe New changeset 1c8aca41845c by Ned Deily in branch '3.2': Issue #12590

[issue12576] urlib.request fails to open some sites

2011-07-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset d58b43fb9208 by Senthil Kumaran in branch '3.2': Correcting issue 12576 fix, which resulted in buildbot failures. http://hg.python.org/cpython/rev/d58b43fb9208 New changeset dcfce522723d by Senthil Kumaran in branch 'default&#

[issue12607] subprocess(stdout=..., stderr=sys.stdout) breaks stderr for child

2011-07-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1140b32747c9 by Ross Lagerwall in branch '3.2': Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is http://hg.python.org/cpython/rev/1140b32747c9 New changeset 943d323cb4b8 by Ross Lagerwall in branch 'default

[issue12642] Python2 documentation of the open() built-in function

2011-07-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5da7924c4775 by Ezio Melotti in branch '2.7': #12642: fix args names in open() doc. http://hg.python.org/cpython/rev/5da7924c4775 -- nosy: +python-dev ___ Python tracker <http://bu

[issue12621] Errors in docstrings of find and rfind methods of bytes and bytestring

2011-07-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset c3aebd01a033 by Senthil Kumaran in branch '3.2': Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. http://hg.python.org/cpython/rev/c3aebd01a033 New changeset 842494d73f69 by Senthil

[issue12607] subprocess(stdout=..., stderr=sys.stdout) breaks stderr for child

2011-07-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6119440bae30 by Ross Lagerwall in branch '2.7': Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is http://hg.python.org/cpython/rev/6119440bae30 -- ___ Python trac

[issue11049] add tests for test.support

2011-07-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0f09b7f90060 by Eli Bendersky in branch 'default': Issue #11049: added test_support to regrtest.STDTESTS list http://hg.python.org/cpython/rev/0f09b7f90060 -- ___ Python tracker <http://bu

[issue12603] pydoc.synopsis breaks if filesystem returns mtime of 0

2011-07-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2229b0422369 by Charles-François Natali in branch '2.7': - Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. http://hg.python.org/cpython/rev/2229b0422369 -- nosy: +

[issue12603] pydoc.synopsis breaks if filesystem returns mtime of 0

2011-07-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2bc740a83010 by Charles-François Natali in branch '3.2': Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. http://hg.python.org/cpython/rev/2bc740a83010 -- ___ Pyth

[issue12603] pydoc.synopsis breaks if filesystem returns mtime of 0

2011-07-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5f003d725619 by Charles-François Natali in branch 'default': Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. http://hg.python.org/cpython/rev/5f003d725619 -- ___ Pyth

[issue10639] reindent.py should not convert newlines

2011-07-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset f9cf55bbe9b9 by Jason R. Coombs in branch '2.7': Fixes #10639: reindent.py should not convert newlines http://hg.python.org/cpython/rev/f9cf55bbe9b9 -- ___ Python tracker <http://bu

[issue11871] test_default_timeout() of test_threading.BarrierTests failure: BrokenBarrierError

2011-07-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset aa9c0fdf2143 by Charles-François Natali in branch '3.2': Issue #11871: In test_threading.BarrierTests, bump the default barrier timeout http://hg.python.org/cpython/rev/aa9c0fdf2143 New changeset e8da570d29a8 by Charles-François Natali

[issue11439] subversion keyword breakage

2011-07-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset f15442543e24 by Senthil Kumaran in branch '2.7': Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with a high number so that code relying on them does not break. http://hg.python.org/cpython/rev/f15442543e24 New

[issue12647] Add __bool__ to None

2011-07-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset ccce01988603 by Raymond Hettinger in branch 'default': Issue 12647: Add __bool__() method to the None object. http://hg.python.org/cpython/rev/ccce01988603 -- nosy: +python-dev ___ Python trac

[issue12380] bytearray methods center, ljust, rjust don't accept a bytearray as the fill character

2011-07-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 536fccc75f5a by Eli Bendersky in branch 'default': Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. http://hg.python.org/cpython/rev/536fccc75f5a

[issue12644] document the "%a" conversion in the old string formatting operations

2011-07-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9846f6463f23 by Eli Bendersky in branch '3.2': Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti http://hg.python.org/cpython/rev/9846f6463f23 New ch

[issue12514] timeit disables garbage collection if timed code raises an exception

2011-07-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 56e7b42089c8 by Raymond Hettinger in branch '2.7': Issue 12514: Use try/finally to assure that timeit restores GC when done. http://hg.python.org/cpython/rev/56e7b42089c8 -- nosy: +python-dev

[issue12514] timeit disables garbage collection if timed code raises an exception

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1cdb281a78ce by Raymond Hettinger in branch '3.2': Issue 12514: Use try/finally to assure that timeit restores GC when done. http://hg.python.org/cpython/rev/1cdb281a78ce New changeset 7df53f5788a4 by Raymond Hettinger in branch '

[issue12531] documentation index entries for * and **

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8328fe952303 by Eli Bendersky in branch '2.7': Issue #12531: add index entries to documentation of * and ** in function calls http://hg.python.org/cpython/rev/8328fe952303 -- nosy: +

[issue12255] A few changes to .*ignore

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4d351135f128 by Éric Araujo in branch '3.2': Make VCSes ignore the compiled shared library file (#12255) http://hg.python.org/cpython/rev/4d351135f128 New changeset bdad5bc9a2ed by Éric Araujo in branch '3.2': Stop igno

[issue12417] Inappropriate copyright on profile files

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1b3c21b12e92 by Éric Araujo in branch '3.1': Remove mentions of previous license in profile module docs (#12417 followup). http://hg.python.org/cpython/rev/1b3c21b12e92 New changeset 0fbc56b53848 by Éric Araujo in branch '3.2'

[issue10318] "make altinstall" installs many files with incorrect shebangs

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 65d5ecefd50d by Éric Araujo in branch '3.2': Fix missing or wrong shebangs and missing executable bits for scripts (#10318) http://hg.python.org/cpython/rev/65d5ecefd50d New changeset 5467abaaf5eb by Éric Araujo in branch 'default&#

[issue10968] threading.Timer should be a class so that it can be derived

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7f606223578a by Éric Araujo in branch 'default': Remove indirection in threading (issue #10968). http://hg.python.org/cpython/rev/7f606223578a -- nosy: +python-dev ___ Python trac

[issue9723] Add shlex.quote

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5966eeb0457d by Éric Araujo in branch 'default': Add shlex.quote function, to escape filenames and command lines (#9723). http://hg.python.org/cpython/rev/5966eeb0457d -- nosy: +python-dev

[issue12222] All pysetup commands should respect exit codes

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 998566bf7fba by Éric Araujo in branch 'default': Let all pysetup actions return a meaningful 0 or 1 exit code (#1). http://hg.python.org/cpython/rev/998566bf7fba -- nosy: +python-dev

[issue11409] pysetup --search should return non-zero when a dist is not installed and print a message stating the fact.

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 88545218e155 by Éric Araujo in branch 'default': Let pysetup list exit with a non-zero code when no result is found (#11409). http://hg.python.org/cpython/rev/88545218e155 -- nosy: +

[issue12043] Update shutil documentation

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 836548ce4cd2 by Éric Araujo in branch '3.2': Update documentation for shutil.move (#12043) and fix a few typos. http://hg.python.org/cpython/rev/836548ce4cd2 -- nosy: +python-dev ___ Pyth

[issue12542] Remove duplicates of cmp_to_key used in tests

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset fefb7d355361 by Éric Araujo in branch '3.2': Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger) http://hg.python.org/cpython/rev/fefb7d355361 -- nosy: +python-dev ___ Pyth

[issue12255] A few changes to .*ignore

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9356d2d61e9f by Éric Araujo in branch '2.7': Make VCSes ignore the compiled shared library file (#12255) http://hg.python.org/cpython/rev/9356d2d61e9f New changeset 4e5127874adf by Éric Araujo in branch '2.7': Stop igno

[issue12043] Update shutil documentation

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6bf168b55d07 by Éric Araujo in branch '2.7': Update documentation for shutil.move (#12043) and fix a few typos. http://hg.python.org/cpython/rev/6bf168b55d07 -- ___ Python trac

[issue12417] Inappropriate copyright on profile files

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset b9a95ce2692c by Éric Araujo in branch '2.6': Remove mentions of previous license in profile module (#12417 followup) http://hg.python.org/cpython/rev/b9a95ce2692c New changeset 25a496966ecf by Éric Araujo in branch '2.7': M

[issue10318] "make altinstall" installs many files with incorrect shebangs

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7fb0abf928e0 by Éric Araujo in branch '2.7': Fix missing or shebangs and executable bits for scripts (#10318) http://hg.python.org/cpython/rev/7fb0abf928e0 -- ___ Python tracker <http://bu

[issue9723] Add shlex.quote

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 43c41e19527a by Éric Araujo in branch 'default': Expand shlex.quote example (#9723) http://hg.python.org/cpython/rev/43c41e19527a -- ___ Python tracker <http://bugs.python.

[issue10639] reindent.py should not convert newlines

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2547f7965733 by Jason R. Coombs in branch 'default': Issue #10639: spec_newline wasn't defined globally unless main() was called; now spec_newline is set at module import/execution http://hg.python.org/cpython/r

[issue8887] "pydoc str" works but not "pydoc str.translate"

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 68df566cbf92 by Éric Araujo in branch '2.7': Make “pydoc somebuiltin.somemethod” work (#8887) http://hg.python.org/cpython/rev/68df566cbf92 -- nosy: +python-dev ___ Python trac

[issue8887] "pydoc str" works but not "pydoc str.translate"

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset f02a8f906342 by Éric Araujo in branch '3.2': Make “pydoc somebuiltin.somemethod” work (#8887) http://hg.python.org/cpython/rev/f02a8f906342 New changeset 91d6cabf77d6 by Éric Araujo in branch 'default': Merge fix for

[issue9788] atexit and execution order

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset e37fa30c4be4 by Éric Araujo in branch '3.2': Document that atexit execution order is undefined (#9788) http://hg.python.org/cpython/rev/e37fa30c4be4 -- nosy: +python-dev ___ Python trac

[issue9254] __import__ docstring should recommend importlib.import_module()

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7bfc0a45542c by Éric Araujo in branch '3.2': Let the doc of __import__ link to importlib (#9254). http://hg.python.org/cpython/rev/7bfc0a45542c New changeset 4a6cb2d9e906 by Éric Araujo in branch 'default': Merge from 3.2

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

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 939631c6bc6f by Éric Araujo in branch '3.2': Add a link target for argparse.Namespace (#8982) http://hg.python.org/cpython/rev/939631c6bc6f -- ___ Python tracker <http://bugs.python.

[issue9788] atexit and execution order

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset df415bfbb652 by Éric Araujo in branch '2.7': Document that atexit execution order is undefined (#9788) http://hg.python.org/cpython/rev/df415bfbb652 -- ___ Python tracker <http://bu

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

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 01722022f88d by Éric Araujo in branch '2.7': Add a link target for argparse.Namespace (#8982) http://hg.python.org/cpython/rev/01722022f88d -- ___ Python tracker <http://bugs.python.

[issue12464] tempfile.TemporaryDirectory.cleanup follows symbolic links

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5f7e71cfbcd6 by Charles-François Natali in branch '3.2': Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: http://hg.python.org/cpython/rev/5f7e71cfbcd6 New changeset c0bae008df81 by Charles-François Natali

[issue12654] sum() works with bytes objects

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7368d0e9b33e by Benjamin Peterson in branch 'default': bytes should be verboten in sum() (fixes #12654) http://hg.python.org/cpython/rev/7368d0e9b33e -- nosy: +python-dev ___ Python trac

[issue12626] run test cases based on a glob filter

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5d7a2bd9a3d1 by Antoine Pitrou in branch '3.2': Issue #12626: In regrtest, allow to filter tests using a glob filter http://hg.python.org/cpython/rev/5d7a2bd9a3d1 New changeset 018e14a46454 by Antoine Pitrou in branch 'default

[issue11281] smtplib: add ability to bind to specific source IP address/port

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 26839edf3cc1 by Senthil Kumaran in branch 'default': Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paul

[issue12531] documentation index entries for * and **

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset a8aa918041c2 by Eli Bendersky in branch '3.2': Issue #12531: add index entries to documentation of * and ** in function calls http://hg.python.org/cpython/rev/a8aa918041c2 New changeset 221ca00121ef by Eli Bendersky in branch 'defau

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5a248fcfa112 by Eli Bendersky in branch '2.7': Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen http://hg.python.org/cpython/rev/5a248fcfa112 -- nosy: +

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset cfb60dfa7734 by Eli Bendersky in branch '3.2': Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen http://hg.python.org/cpython/rev/cfb60dfa7734 New changeset 27b588dd6155 by Eli Bendersky in branc

[issue12531] documentation index entries for * and **

2011-07-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8862ec62f9ee by Ezio Melotti in branch '3.2': #12531: Fix spaces and markup. http://hg.python.org/cpython/rev/8862ec62f9ee New changeset b47c9982506c by Ezio Melotti in branch 'default': #12531: merge with 3.2. http://hg.py

[issue11651] Improve test targets in Makefile

2011-07-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset b76684d62a8d by Nadeem Vawda in branch 'default': Issue #11651: Improve Makefile test targets. http://hg.python.org/cpython/rev/b76684d62a8d -- nosy: +python-dev ___ Python trac

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

2011-07-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset d98b5e0f0862 by Nadeem Vawda in branch 'default': Fix build error in _curses module when not using libncursesw. http://hg.python.org/cpython/rev/d98b5e0f0862 -- ___ Python trac

[issue12667] Better logging.handler.SMTPHandler doc for 'secure' argument

2011-08-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 42f40f53fd73 by Vinay Sajip in branch '2.7': Closes #12667: Corrected documentation for SMTPHandler secure argument. http://hg.python.org/cpython/rev/42f40f53fd73 New changeset ba5bd8c1ae27 by Vinay Sajip in branch '3.2':

[issue11104] distutils sdist ignores MANIFEST

2011-08-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5d3e22d69d4f by Éric Araujo in branch '3.2': Fix regression with distutils MANIFEST handing (#11104, #8688). http://hg.python.org/cpython/rev/5d3e22d69d4f -- nosy: +python-dev ___ Python trac

[issue9860] Building python outside of source directory fails

2011-08-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 313a71664781 by Éric Araujo in branch '3.2': Let “make patchcheck” work for out-of-dir builds (#9860) http://hg.python.org/cpython/rev/313a71664781 New changeset 5993f91598ce by Éric Araujo in branch 'default': Merge fixes for

[issue12331] lib2to3 and packaging tests fail because they write into protected directory

2011-08-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2b5a0c4e052b by Éric Araujo in branch '3.2': Stop trying to write into the stdlib during lib2to3 tests (#12331). http://hg.python.org/cpython/rev/2b5a0c4e052b New changeset 7ee8f413188e by Éric Araujo in branch 'default': Stop

[issue12331] lib2to3 and packaging tests fail because they write into protected directory

2011-08-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset a425408f1e52 by Éric Araujo in branch '2.7': Stop trying to write into the stdlib during lib2to3 tests (#12331). http://hg.python.org/cpython/rev/a425408f1e52 -- ___ Python trac

[issue11104] distutils sdist ignores MANIFEST

2011-08-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 21feea7f35e5 by Éric Araujo in branch '2.7': Fix regression with distutils MANIFEST handing (#11104, #8688). http://hg.python.org/cpython/rev/21feea7f35e5 -- ___ Python tracker <http://bu

[issue9860] Building python outside of source directory fails

2011-08-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset bea11ce24bb0 by Éric Araujo in branch '2.7': Let “make patchcheck” work for out-of-dir builds (#9860) http://hg.python.org/cpython/rev/bea11ce24bb0 -- ___ Python tracker <http://bu

[issue12295] Fix ResourceWarning in turtledemo help window

2011-08-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 63bd8f42b511 by Éric Araujo in branch '3.2': Fix resource warning when looking at turtledemo’s help (#12295) http://hg.python.org/cpython/rev/63bd8f42b511 New changeset 7af576e3cb0c by Éric Araujo in branch 'default': Merge

[issue11651] Improve test targets in Makefile

2011-08-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset c68a80779434 by Nadeem Vawda in branch 'default': Issue #11651: Move options for running tests into a Python script. http://hg.python.org/cpython/rev/c68a80779434 -- ___ Python trac

[issue11049] add tests for test.support

2011-08-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1a978892a105 by Eli Bendersky in branch 'default': Issue #11049: fix test_forget to work on installed Python, by using a temporary module for import/forget http://hg.python.org/cpython/rev/1a

[issue12676] Bug in http.client

2011-08-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1013c9fbd83c by Senthil Kumaran in branch '3.2': Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. http://hg.python.org/cpython/rev/1013c9fbd83c -- nosy: +python-dev resolution: -> fixed

[issue12676] Bug in http.client

2011-08-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset c099ba0a278e by Senthil Kumaran in branch 'default': Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. http://hg.python.org/cpython/rev/c099ba0a278e --

[issue12183] Document behaviour of shutil.copy2 and copystat with symlinks

2011-08-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 209ad8920b03 by Senthil Kumaran in branch '2.7': Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. http://hg.python.org/cpython/rev/209ad8920b03 -- nosy: +python-dev

[issue12183] Document behaviour of shutil.copy2 and copystat with symlinks

2011-08-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 22730c87 by Senthil Kumaran in branch '3.2': Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. http://hg.python.org/cpython/rev/29

[issue10639] reindent.py should not convert newlines

2011-08-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset dc96af0e7f60 by Jason R. Coombs in branch 'default': Corrected attribute docstring per pep-257 (reference #10639) http://hg.python.org/cpython/rev/dc96af0e7f60 -- ___ Python trac

[issue12183] Document behaviour of shutil.copy2 and copystat with symlinks

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

[issue12670] Fix struct code after forward declaration on ctypes doc

2011-08-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2aa8dd4df650 by Sandro Tosi in branch '2.7': #12670: Fix struct code after forward declaration on ctypes doc http://hg.python.org/cpython/rev/2aa8dd4df650 New changeset 25dd1d3f4b88 by Sandro Tosi in branch '3.2': #12670: F

[issue12665] Dictionary view example has error in set ops

2011-08-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset a70cdec027e7 by Sandro Tosi in branch '3.2': #12665: Dictionary view example has error in set operation http://hg.python.org/cpython/rev/a70cdec027e7 New changeset b2dc821058fe by Sandro Tosi in branch 'default': #12665:

[issue11933] newer() function in dep_util.py mixes up new vs. old files due stat.st_mtime vs stat

2011-08-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset aebe3243bb2c by Éric Araujo in branch '2.7': Fix incorrect mtime comparison in distutils (#11933). http://hg.python.org/cpython/rev/aebe3243bb2c -- nosy: +python-dev ___ Python trac

[issue12679] ThreadError is not in threading.__all__

2011-08-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset bbeda42ea6a8 by Benjamin Peterson in branch 'default': add ThreadError to threading.__all__ (closes #12679) http://hg.python.org/cpython/rev/bbeda42ea6a8 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejec

[issue12655] Expose sched.h functions

2011-08-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 89e92e684b37 by Benjamin Peterson in branch 'default': expose sched.h functions (closes #12655) http://hg.python.org/cpython/rev/89e92e684b37 -- nosy: +python-dev resolution: -> fixed stage: patch review -> committed/rejec

[issue12663] ArgumentParser.error writes to stderr not to stdout

2011-08-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5ff56995976c by Senthil Kumaran in branch '3.2': Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. http://hg.python.org/cpython/rev/5ff56995976c New changeset a5b3d5051fc7 by Senthil Kumaran

[issue11049] add tests for test.support

2011-08-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 07d94cf3521e by Eli Bendersky in branch 'default': Issue #11049: fix test_forget on installed Python - add os.curdir to sys.path http://hg.python.org/cpython/rev/07d94cf3521e -- ___ Pyth

[issue12683] urlparse.urljoin different behavior for different scheme

2011-08-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5278aa2d9d9a by Senthil Kumaran in branch '2.7': Fix closes issue12683 - urljoin to work with relative join of svn scheme. http://hg.python.org/cpython/rev/5278aa2d9d9a New changeset 57a836eb6916 by Senthil Kumaran in branch '3

[issue12540] "Restart Shell" command leaves pythonw.exe processes running

2011-08-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset cc86f4ca5020 by Ned Deily in branch '3.2': Issue #12540: Prevent zombie IDLE processes on Windows due to changes http://hg.python.org/cpython/rev/cc86f4ca5020 New changeset c2fd1ce1c6d4 by Ned Deily in branch 'default': I

[issue11572] bring Lib/copy.py to 100% coverage

2011-08-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 74e79b2c114a by Sandro Tosi in branch 'default': #11572: improvements to copy module tests along with removal of old test suite http://hg.python.org/cpython/rev/74e79b2c114a -- nosy: +

[issue12698] urllib does not use no_proxy when it has blanks

2011-08-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset c5a35bcfa3ee by Senthil Kumaran in branch '2.7': Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) http://hg.python.org/cpython/rev/c5a35bcfa3ee New

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