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: +
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
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
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: +
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
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
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
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
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
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: +
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
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
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
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
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: +
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 '
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
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
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
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
--
___
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
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
___
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&
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
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
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
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'
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: +
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: +
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
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
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
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
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
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
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
--
___
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
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
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.
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
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
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
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
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
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
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
--
___
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
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
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
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
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
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
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
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
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':
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
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
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
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
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
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
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
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
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.
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
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: +
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
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: +
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
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
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: +
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
--
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
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'
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
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
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
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
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
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
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
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.
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
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
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
Roundup Robot added the comment:
New changeset ef6738f4ba2e by Antoine Pitrou :
Issue #2771: fixing frobnicator again!
--
___
Python tracker
<http://bugs.python.org/issue2
Roundup Robot added the comment:
New changeset ef6738f4ba2e by Antoine Pitrou:
Issue #2771: fixing frobnicator again!
--
___
Python tracker
<http://bugs.python.org/issue2
Roundup Robot added the comment:
New changeset ef6738f4ba2e by Antoine Pitrou:
Issue #2771: fixing frobnicator again!
--
___
Python tracker
<http://bugs.python.org/issue2
Roundup Robot added the comment:
New changeset ef6738f4ba2e by Antoine Pitrou:
Issue #2771: fixing frobnicator again!
--
___
Python tracker
<http://bugs.python.org/issue2
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
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
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
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.
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.
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.
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.
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
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.
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
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
1201 - 1300 of 15085 matches
Mail list logo