[issue12803] SSLContext.load_cert_chain() should accept a password argument

2011-08-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset cdc6c1b072a5 by Antoine Pitrou in branch 'default': Issue #12803: SSLContext.load_cert_chain() now accepts a password argument http://hg.python.org/cpython/rev/cdc6c1b072a5 -- nosy: +

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 262e03bbe7a9 by Éric Araujo in branch 'default': Another (hopefully last) fix for test_packaging on Windws (#12678) http://hg.python.org/cpython/rev/262e03bbe7a9 -- ___ Python trac

[issue12333] test_packaging failures under Solaris

2011-08-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset c0ec01c95a73 by Antoine Pitrou in branch '3.2': Issue #12333: fix test_distutils failures under Solaris and derivatives http://hg.python.org/cpython/rev/c0ec01c95a73 New changeset 80f814dca274 by Antoine Pitrou in branch 'default

[issue12786] subprocess wait() hangs when stdin is closed

2011-08-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 498b03a55297 by Charles-François Natali in branch '2.7': Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid http://hg.python.org/cpython/rev/498b03a55297 -- nosy: +

[issue9302] distutils API Reference: setup() and Extension parameters' description not correct.

2011-08-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 96f0ccb9716d by Éric Araujo in branch '3.2': Fix type information in distutils API reference (#9302). http://hg.python.org/cpython/rev/96f0ccb9716d New changeset a410b857efe3 by Éric Araujo in branch 'default': Merge from 3.2

[issue9302] distutils API Reference: setup() and Extension parameters' description not correct.

2011-08-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 78b26e7720c0 by Éric Araujo in branch '2.7': Fix type information in distutils API reference (#9302). http://hg.python.org/cpython/rev/78b26e7720c0 -- ___ Python tracker <http://bu

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8ad1670c0f1f by Éric Araujo in branch '2.7': Try to fix test_distutils on Windows (#12678) http://hg.python.org/cpython/rev/8ad1670c0f1f -- ___ Python tracker <http://bugs.python.o

[issue11360] In documentation of getopt, advertise argparse instead of optparse

2011-08-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 40f7a6e71930 by Éric Araujo in branch '3.2': Remove outdated pointer to optparse (fixes #11360). http://hg.python.org/cpython/rev/40f7a6e71930 -- nosy: +python-dev ___ Python trac

[issue11360] In documentation of getopt, advertise argparse instead of optparse

2011-08-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6d3c645fa52f by Éric Araujo in branch '2.7': Remove outdated pointer to optparse (fixes #11360). http://hg.python.org/cpython/rev/6d3c645fa52f -- ___ Python tracker <http://bugs.python.o

[issue12835] Missing SSLSocket.sendmsg() wrapper allows programs to send unencrypted data by mistake

2011-08-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset b06f011a3529 by Nick Coghlan in branch 'default': Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrapped sockets (Patch by David Watson) http://hg.python.org/cpython/rev/b06f011a3529 -- nosy: +

[issue9923] mailcap module may not work on non-POSIX platforms if MAILCAPS env variable is set

2011-08-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7b83d2c1aad9 by Nick Coghlan in branch 'default': Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not backported, since it could break cases where people worked around the old POSIX-specific behaviour on

[issue12839] zlibmodule cannot handle Z_VERSION_ERROR zlib error

2011-08-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset ba5000307b5d by Nadeem Vawda in branch '2.7': Issue #12839: Fix crash in zlib module due to version mismatch. http://hg.python.org/cpython/rev/ba5000307b5d New changeset cc9e794bf94f by Nadeem Vawda in branch '3.2': Issue #1283

[issue12287] ossaudiodev: stack corruption with FD >= FD_SETSIZE

2011-08-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset ff6adb867f40 by Charles-François Natali in branch '2.7': Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is http://hg.python.org/cpython/rev/ff6adb867f40 -- ___ Pyth

[issue12287] ossaudiodev: stack corruption with FD >= FD_SETSIZE

2011-08-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 852ca32eb18d by Charles-François Natali in branch '3.2': Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is http://hg.python.org/cpython/rev/852ca32eb18d New changeset ad1c09b6a5b9 by Charles-François Natali

[issue12837] Patch for issue #12810 removed a valid check on socket ancillary data

2011-08-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3ed2d087e70d by Charles-François Natali in branch 'default': Issue #12837: POSIX.1-2008 allows socklen_t to be a signed integer: re-enable http://hg.python.org/cpython/rev/3ed2d087e70d -- nosy: +

[issue11564] pickle not 64-bit ready

2011-08-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset babc90f3cbf4 by Antoine Pitrou in branch '3.2': Issue #11564: Avoid crashes when trying to pickle huge objects or containers http://hg.python.org/cpython/rev/babc90f3cbf4 New changeset 56242682a931 by Antoine Pitrou in branch '

[issue12847] crash with negative PUT in pickle

2011-08-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0d9e4ce1c010 by Antoine Pitrou in branch '3.2': Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in http://hg.python.org/cpython/rev/0d9e4ce1c010 New changeset fb8d7a666bed by Antoine Pitrou in branch 'default

[issue10946] bdist doesn’t pass --skip-build on to subcommands

2011-08-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 326a7e44bb66 by Éric Araujo in branch '3.2': Make bdist_* commands respect --skip-build passed to bdist (#10946) http://hg.python.org/cpython/rev/326a7e44bb66 New changeset 2f69b4f3df2e by Éric Araujo in branch 'default': Merge

[issue10946] bdist doesn’t pass --skip-build on to subcommands

2011-08-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4ff92eb1a915 by Éric Araujo in branch '2.7': Make bdist_* commands respect --skip-build passed to bdist (#10946) http://hg.python.org/cpython/rev/4ff92eb1a915 -- ___ Python trac

[issue9651] ctypes crash when writing zerolength string buffer to file

2011-08-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4aa00f465b4f by Amaury Forgeot d'Arc in branch '2.7': Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to http://hg.python.org/cpython/rev/4aa00f465b4f -- ___

[issue9651] ctypes crash when writing zerolength string buffer to file

2011-08-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5df1609fbd8f by Amaury Forgeot d'Arc in branch '3.2': Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to http://hg.python.org/cpython/rev/5df1609fbd8f New changeset d8c73a7d65f8 by Amaury Forgeot d'Ar

[issue11241] ctypes: subclassing an already subclassed ArrayType generates AttributeError

2011-08-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5e23532f694d by Amaury Forgeot d'Arc in branch '3.2': Issue #11241: subclasses of ctypes.Array can now be subclassed. http://hg.python.org/cpython/rev/5e23532f694d -- nosy: +python-dev ___

[issue10086] test_sysconfig failure when prefix matches /site

2011-08-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1e01543c3d0a by Éric Araujo in branch '3.2': Fix test_sysconfig when run from a Python installed under /site (#10086). http://hg.python.org/cpython/rev/1e01543c3d0a New changeset 0968acf0e6db by Éric Araujo in branch 'default&

[issue10086] test_sysconfig failure when prefix matches /site

2011-08-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4dcbae65df3f by Éric Araujo in branch '2.7': Fix test_sysconfig when run from a Python installed under /site (#10086). http://hg.python.org/cpython/rev/4dcbae65df3f -- ___ Python trac

[issue12720] Expose linux extended filesystem attributes

2011-08-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4eb0b1819bda by Benjamin Peterson in branch 'default': expose linux extended file system attributes (closes #12720) http://hg.python.org/cpython/rev/4eb0b1819bda -- nosy: +python-dev resolution: -> fixed stage: patch review

[issue2771] Test issue

2011-09-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 90586887032e by Ezio Melotti in branch 'default': test: change the content of the p file so http://hg.python.org/test/rev/90586887032e -- nosy: +python-dev status: open -> closed ___ P

[issue12802] Windows error code 267 should be mapped to ENOTDIR, not EINVAL

2011-09-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 385c2ec78f16 by Antoine Pitrou in branch '3.2': Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now http://hg.python.org/cpython/rev/385c2ec78f16 New changeset d72d5c942232 by Antoine Pitrou in branch 'default'

[issue12868] test_faulthandler.test_stack_overflow() failed on OpenBSD

2011-09-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset a29b72950795 by Charles-François Natali in branch 'default': Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD: http://hg.python.org/cpython/rev/a29b72950795 -- nosy: +

[issue12494] subprocess: check_output() doesn't close pipes on error

2011-09-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 86b7f14485c9 by Victor Stinner in branch 'default': Issue #12494: Close pipes and kill process on error in subprocess functions http://hg.python.org/cpython/rev/86b7f14485c9 -- nosy: +

[issue12636] IDLE ignores -*- coding -*- with -r option

2011-09-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset fef1ed14 by Victor Stinner in branch '3.2': Issue #12636: IDLE reads the coding cookie when executing a Python script. http://hg.python.org/cpython/rev/fef1ed14 New changeset a8748022504f by Victor Stinner in branch 'defa

[issue10454] Clarify compileall command-line options

2011-09-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 755a57f987ca by Éric Araujo in branch '3.2': #10454: a few edits to compileall help messages http://hg.python.org/cpython/rev/755a57f987ca New changeset 892e0ee4ca32 by Éric Araujo in branch 'default': Merge doc changes from

[issue12298] Sphinx glitch in library/functions

2011-09-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7a05cb3beddf by Éric Araujo in branch '3.2': Fix a few links in the table of built-in functions (#12298) http://hg.python.org/cpython/rev/7a05cb3beddf New changeset 58dd7addef3a by Éric Araujo in branch '3.2': Add links from

[issue10454] Clarify compileall command-line options

2011-09-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4ae85348e3e8 by Éric Araujo in branch '2.7': Clarify compileall command-line options (#10454). http://hg.python.org/cpython/rev/4ae85348e3e8 -- ___ Python tracker <http://bugs.python.o

[issue12781] Mention SO_REUSEADDR near socket doc examples

2011-09-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset fe60689d6a2e by Sandro Tosi in branch '2.7': #12781: Mention SO_REUSEADDR flag near socket examples http://hg.python.org/cpython/rev/fe60689d6a2e New changeset c4588cd2d59a by Sandro Tosi in branch '3.2': #12781: Mention SO

[issue12764] segfault in ctypes.Struct with bad _fields_

2011-09-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset b8acee08283c by Amaury Forgeot d'Arc in branch '3.2': Issue #12764: Fix a crash in ctypes when the name of a Structure field is not http://hg.python.org/cpython/rev/b8acee08283c New changeset 1ed1ea0f4cd8 by Amaury Forgeot d'Ar

[issue12764] segfault in ctypes.Struct with bad _fields_

2011-09-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 73827c23cdde by Amaury Forgeot d'Arc in branch '2.7': Issue #12764: Fix a crash in ctypes when the name of a Structure field is not http://hg.python.org/cpython/rev/73827c23cdde -- ___

[issue12878] io.StringIO doesn't provide a __dict__ field

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8ec8a4579788 by Benjamin Peterson in branch '3.2': add a __dict__ descr for IOBase (closes #12878) http://hg.python.org/cpython/rev/8ec8a4579788 New changeset fe0497bd7354 by Benjamin Peterson in branch 'default': mer

[issue12678] test_packaging and test_distutils failures under Windows

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6fe19f421a16 by Nadeem Vawda in branch '3.2': Issue #12678: Fix distutils sdist test on Windows. http://hg.python.org/cpython/rev/6fe19f421a16 New changeset b173cfbf49a0 by Éric Araujo in branch '3.2': Fix distutils tests on Wi

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

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset cba2558b73ee by Sandro Tosi in branch '3.2': #5301: add image/vnd.microsoft.icon (.ico) MIME type http://hg.python.org/cpython/rev/cba2558b73ee -- ___ Python tracker <http://bugs.python.

[issue12213] BufferedRandom: issues with interlaced read-write

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8de8945ebfc3 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/8de8945ebfc3 -- ___ Python

[issue11360] In documentation of getopt, advertise argparse instead of optparse

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset dff0f4db67da by Éric Araujo in branch '3.2': Remove outdated pointer to optparse (fixes #11360). http://hg.python.org/cpython/rev/dff0f4db67da -- ___ Python tracker <http://bugs.python.o

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

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 402c4bbedf9c by Éric Araujo in branch '3.2': Refactor the copying of xxmodule.c in distutils tests (#12141). http://hg.python.org/cpython/rev/402c4bbedf9c -- ___ Python tracker <http://bu

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

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 265da863d017 by Victor Stinner in branch '3.2': Issue #12326: sys.platform is now always 'linux2' on Linux http://hg.python.org/cpython/rev/265da863d017 New changeset e11b4c945f7e by Georg Brandl in branch '3.2': Upda

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

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8083e51522ee by Eli Bendersky in branch '3.2': Issue #12672: remove confusing part of sentence in documentation http://hg.python.org/cpython/rev/8083e51522ee -- ___ Python trac

[issue12333] test_distutils and test_packaging failures under Solaris

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 137e45f15c0b by Antoine Pitrou in branch '3.2': Issue #12333: fix test_distutils failures under Solaris and derivatives http://hg.python.org/cpython/rev/137e45f15c0b -- ___ Python trac

[issue9651] ctypes crash when writing zerolength string buffer to file

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset f19d00b5220a by Amaury Forgeot d'Arc in branch '3.2': Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to http://hg.python.org/cpython/rev/f19d00b5220a -- ___

[issue12761] Typo in Doc/license.rst

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5b21312c3800 by Sandro Tosi in branch '3.2': #12761: fix wording of zlib license section http://hg.python.org/cpython/rev/5b21312c3800 -- ___ Python tracker <http://bugs.python.o

[issue12781] Mention SO_REUSEADDR near socket doc examples

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 126069a5ecf6 by Sandro Tosi in branch '3.2': #12781: Mention SO_REUSEADDR flag near socket examples http://hg.python.org/cpython/rev/126069a5ecf6 -- ___ Python tracker <http://bu

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

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6e156a6c4fd9 by Georg Brandl in branch '3.2': Close #12838: fix range() call. http://hg.python.org/cpython/rev/6e156a6c4fd9 -- ___ Python tracker <http://bugs.python.o

[issue10946] bdist doesn’t pass --skip-build on to subcommands

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset a78629c62ee8 by Éric Araujo in branch '3.2': Make bdist_* commands respect --skip-build passed to bdist (#10946) http://hg.python.org/cpython/rev/a78629c62ee8 -- ___ Python trac

[issue12839] zlibmodule cannot handle Z_VERSION_ERROR zlib error

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2fb00b6ed17c by Nadeem Vawda in branch '3.2': Issue #12839: Fix crash in zlib module due to version mismatch. http://hg.python.org/cpython/rev/2fb00b6ed17c -- ___ Python tracker <http://bu

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

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8730fdc9349f by Ezio Melotti in branch '3.2': #12725: fix working. Patch by Ben Hayden. http://hg.python.org/cpython/rev/8730fdc9349f -- ___ Python tracker <http://bugs.python.o

[issue12888] html.parser.HTMLParser.unescape works only with the first 128 entities

2011-09-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9896fc2a8167 by Ezio Melotti in branch '3.2': #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten. http://hg.python.org/cpython/rev/9896fc2a8167 New changeset 7b60968526

[issue12841] Incorrect tarfile.py extraction

2011-09-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2bc122347351 by Lars Gustäbel in branch '3.2': Issue #12841: Fix tarfile extraction of non-existent uids/gids. http://hg.python.org/cpython/rev/2bc122347351 New changeset da59abc0ce3b by Lars Gustäbel in branch 'default': M

[issue8286] distutils: path '[...]' cannot end with '/' -- need better error message

2011-09-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6cd8c1582dff by Éric Araujo in branch '3.2': Warn instead of crashing because of invalid path in MANIFEST.in (#8286). http://hg.python.org/cpython/rev/6cd8c1582dff New changeset b42661daa5cc by Éric Araujo in branch 'default':

[issue8286] distutils: path '[...]' cannot end with '/' -- need better error message

2011-09-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9cdc845d5f2e by Éric Araujo in branch '2.7': Warn instead of crashing because of invalid path in MANIFEST.in (#8286). http://hg.python.org/cpython/rev/9cdc845d5f2e -- ___ Python trac

[issue11155] multiprocessing.Queue's put() signature differs from docs

2011-09-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset c6d4d4d64405 by Senthil Kumaran in branch '3.2': Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez. http://hg.python.org/cpyt

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

2011-09-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset d95c4b030eac by Victor Stinner in branch '2.7': Issue #12326: Remove plat-linux3 directory http://hg.python.org/cpython/rev/d95c4b030eac New changeset cb47cf5138a4 by Victor Stinner in branch '3.2': Issue #12326: Remove plat-l

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

2011-09-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0fe571d43317 by Victor Stinner in branch '2.7': Update sys.platform doc for #12326. http://hg.python.org/cpython/rev/0fe571d43317 -- ___ Python tracker <http://bugs.python.o

[issue9561] distutils: set encoding to utf-8 for input and output files

2011-09-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset fb4d2e6d393e by Victor Stinner in branch '3.2': Issue #9561: distutils now reads and writes egg-info files using UTF-8 http://hg.python.org/cpython/rev/fb4d2e6d393e New changeset 3c080bf75342 by Victor Stinner in branch 'default

[issue9561] distutils: set encoding to utf-8 for input and output files

2011-09-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 56ab3257ca13 by Victor Stinner in branch 'default': Issue #9561: packaging now writes egg-info files using UTF-8 http://hg.python.org/cpython/rev/56ab3257ca13 -- ___ Python trac

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

2011-09-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset b1e03d10391e by Victor Stinner in branch 'default': Issue #12567: Add curses.unget_wch() function http://hg.python.org/cpython/rev/b1e03d10391e -- ___ Python tracker <http://bugs.python.o

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

2011-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 786668a4fb6b by Victor Stinner in branch 'default': Issue #12567: Fix curses.unget_wch() tests http://hg.python.org/cpython/rev/786668a4fb6b -- ___ Python tracker <http://bugs.python.o

[issue1616] compiler warnings

2011-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset f24352b0df86 by Benjamin Peterson in branch 'default': merge 3.2 (#1616) http://hg.python.org/cpython/rev/f24352b0df86 -- nosy: +python-dev ___ Python tracker <http://bugs.python.

[issue12906] Slight error in logging module's yaml config

2011-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 299ea19c3197 by Vinay Sajip in branch '2.7': Closes #12906: Fixed bug in YAML configuration. http://hg.python.org/cpython/rev/299ea19c3197 New changeset cf811943046b by Vinay Sajip in branch '3.2': Closes #12906: Fixed bug i

[issue12871] Disable sched_get_priority_min/max if Python is compiled without threads

2011-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5c8b6e03ebfe by Charles-François Natali in branch 'default': Issue #12871: sched_get_priority_(min|max) might not be defined even though http://hg.python.org/cpython/rev/5c8b6e03ebfe -- nosy: +

[issue12929] faulthandler: void pointer used in arithmetic

2011-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset e91ad9669c08 by Victor Stinner in branch 'default': Issue #12929: faulthandler now uses char* for arithmetic on pointers http://hg.python.org/cpython/rev/e91ad9669c08 -- nosy: +python-dev

[issue12909] Inconsistent exception usage in PyLong_As* C functions

2011-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4a66a35da3fd by Nadeem Vawda in branch 'default': Issue #12909: Make PyLong_As* functions consistent in their use of exceptions. http://hg.python.org/cpython/rev/4a66a35da3fd -- nosy: +

[issue12852] POSIX level issues in posixmodule.c on OpenBSD 5.0

2011-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset cf66578d03d1 by Victor Stinner in branch 'default': Issue #12852: Set _XOPEN_SOURCE to 700 to get POSIX 2008 http://hg.python.org/cpython/rev/cf66578d03d1 -- nosy: +python-dev ___ Python trac

[issue12852] POSIX level issues in posixmodule.c on OpenBSD 5.0

2011-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 92842e347d98 by Victor Stinner in branch 'default': Issue #12852: Set _POSIX_C_SOURCE to 200809 to get POSIX 2008 http://hg.python.org/cpython/rev/92842e347d98 -- ___ Python trac

[issue12904] Change os.utime &c functions to use nanosecond precision where possible

2011-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1de6619733d9 by Larry Hastings in branch 'default': Issue #12904: os.utime, os.futimes, os.lutimes, and os.futimesat now write http://hg.python.org/cpython/rev/1de6619733d9 -- nosy: +

[issue12333] test_distutils and test_packaging failures under Solaris

2011-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset a74483c12740 by Jesus Cea in branch '2.7': Issue #12333: fix test_distutils failures under Solaris and derivatives. Patch by Antoine Pitrou http://hg.python.org/cpython/rev/a74483c12740 --

[issue12896] Recommended location of the interpreter for Python 3

2011-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4c759be5 by Éric Araujo in branch '3.2': Fix current name of the Python 3 binary on Unix (#12896). http://hg.python.org/cpython/rev/4c759be5 -- nosy: +python-dev ___ Python trac

[issue12948] multiprocessing test failures can hang the buildbots

2011-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset ebeb58f3de39 by Jesus Cea in branch '3.2': Close issue #12948: multiprocessing test failures can hang the buildbots http://hg.python.org/cpython/rev/ebeb58f3de39 New changeset 1e189d55721c by Jesus Cea in branch 'default'

[issue12948] multiprocessing test failures can hang the buildbots

2011-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9f4d72da69a8 by Jesus Cea in branch '2.7': Fix issue #12948: multiprocessing test failures can hang the buildbots http://hg.python.org/cpython/rev/9f4d72da69a8 New changeset 559ea53e25df by Jesus Cea in branch '3.2

[issue12952] Solaris/Illumos (OpenIndiana) Scheduling policies

2011-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset e1644c8edc3e by Jesus Cea in branch 'default': Close issue 12952: Solaris/Illumos (OpenIndiana) Scheduling policies http://hg.python.org/cpython/rev/e1644c8edc3e -- nosy: +python-dev resolution: -> fixed stage: -> co

[issue12763] test_posix failure on OpenIndiana

2011-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset dba886806eb3 by Jesus Cea in branch 'default': Better fix for #12763: test_posix failure on OpenIndiana http://hg.python.org/cpython/rev/dba886806eb3 -- ___ Python tracker <http://bu

[issue12763] test_posix failure on OpenIndiana

2011-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9ef10328180b by Jesus Cea in branch 'default': Yet another fix for #12763: test_posix failure on OpenIndiana http://hg.python.org/cpython/rev/9ef10328180b -- ___ Python tracker <http://bu

[issue12950] multiprocessing "test_fd_transfer" fails under OpenIndiana

2011-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1fde7cf94c76 by Jesus Cea in branch 'default': Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana http://hg.python.org/cpython/rev/1fde7cf94c76 -- nosy: +python-dev resolution: -> f

[issue12950] multiprocessing "test_fd_transfer" fails under OpenIndiana

2011-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset cd15473a9de2 by Jesus Cea in branch '2.7': Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana http://hg.python.org/cpython/rev/cd15473a9de2 -- ___ P

[issue12950] multiprocessing "test_fd_transfer" fails under OpenIndiana

2011-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0f50b8379614 by Jesus Cea in branch '3.2': Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana http://hg.python.org/cpython/rev/0f50b8379614 New changeset e37488e78cfa by Jesus Cea in branch 'defa

[issue12940] Cmd example using turtle left vs. right doc-bug

2011-09-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1ab62d3b96d2 by Ezio Melotti in branch '3.2': #12940: fix cmd example. Patch by Tim Chase. http://hg.python.org/cpython/rev/1ab62d3b96d2 New changeset b239b7d9f752 by Ezio Melotti in branch 'default': #12940: merge with 3.2.

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: Changeset b92334d06445 by Antoine Pitrou : Issue #2771: fixing frobnicator\nI hope this works -- nosy: +python-dev ___ Python tracker <http://bugs.python.org/issue2

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: Changeset b92334d06445 by Antoine Pitrou : Issue #2771: fixing frobnicator\nI hope this works -- nosy: +python-dev ___ Python tracker <http://bugs.python.org/issue2

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: Changeset b92334d06445 by Antoine Pitrou : Issue #2771: fixing frobnicator\nI hope this works -- nosy: +python-dev ___ Python tracker <http://bugs.python.org/issue2

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou : Issue #2771: fixing frobnicator again! -- ___ Python tracker <http://bugs.python.org/issue2

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou: Issue #2771: fixing frobnicator again! -- ___ Python tracker <http://bugs.python.org/issue2

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou: Issue #2771: fixing frobnicator again! -- ___ Python tracker <http://bugs.python.org/issue2

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou: Issue #2771: fixing frobnicator again! -- ___ Python tracker <http://bugs.python.org/issue2

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou: Issue #2771: fixing frobnicator again! http://hg.python.org/cpython/rev/ef6738f4ba2e -- ___ Python tracker <http://bugs.python.org/issue2

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou: Issue #2771: fixing frobnicator again! http://hg.python.org/cpython/rev/ef6738f4ba2e -- ___ Python tracker <http://bugs.python.org/issue2

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou: Issue #2771: fixing frobnicator again! http://hg.python.org/test/rev/ef6738f4ba2e -- ___ Python tracker <http://bugs.python.org/issue2

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou in branch 'default': Issue #2771: fixing frobnicator again! http://hg.python.org/test/rev/ef6738f4ba2e -- ___ Python tracker <http://bugs.python.

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou in branch 'default': Issue #2771: fixing frobnicator again! /rev/ef6738f4ba2e -- ___ Python tracker <http://bugs.python.

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou in branch 'default': Issue #2771: fixing frobnicator again! http://hg.python.org/test/rev/ef6738f4ba2e -- ___ Python tracker <http://bugs.python.

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou in branch 'default': Issue #2771: fixing frobnicator again! http://hg.python.org/test/rev/ef6738f4ba2e -- ___ Python tracker <http://bugs.python.

[issue8594] Add a "source_address" option to ftplib

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7f605fa1688d by Giampaolo Rodol�� in branch 'default': #8594: fix ResourceWarning in test_ftplib.py - patch by Nadeem Vawda. http://hg.python.org/cpython/rev/7f605fa1688d -- nosy: +python-dev

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset a25e4c9f7b3a by éléphant in branch 'default': Issue #2771: héhé http://hg.python.org/test/rev/a25e4c9f7b3a -- ___ Python tracker <http://bugs.python.

[issue11444] logging FileHandler.close should acquire its lock before closing stream

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset fc4d045e3170 by Vinay Sajip in branch '2.6': Issue #11444: Lock handlers while flushing/closing during shutdown. http://hg.python.org/cpython/rev/fc4d045e3170 New changeset c8b651b3a493 by Vinay Sajip in branch '2.7': Issue #1

[issue5622] wrong error from curses.wrapper if curses initialization fails

2011-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset c731e02472c5 by Ned Deily in branch '2.7': Issue #5622: Fix curses.wrapper to raise correct exception if curses http://hg.python.org/cpython/rev/c731e02472c5 -- nosy: +python-dev ___ Pyth

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