May 2011 Archives by thread
Starting: Sun May 1 01:17:19 CEST 2011
Ending: Tue May 31 22:31:46 CEST 2011
Messages: 910
- [Python-checkins] Python Regression Test Failures all (1)
Neal Norwitz
- [Python-checkins] cpython: Close #11958: Fix FTP tests for IPv6, bind to "::1" instead of "localhost".
victor.stinner
- [Python-checkins] Daily reference leaks (e680564efa8c): sum=0
solipsis at pitrou.net
- [Python-checkins] Python Regression Test Failures doc (1)
Neal Norwitz
- [Python-checkins] peps: PEP 345: platform.python_implementation is now an authorised environment marker.
alexis.metaireau
- [Python-checkins] cpython (2.7): #11971: fix man page; it's -OO not -O0
r.david.murray
- [Python-checkins] cpython (3.1): #11971: fix man page; it's -OO not -O0
r.david.murray
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge #11971: fix man page; it's -OO not -O0
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #11971: fix man page; it's -OO not -O0
r.david.murray
- [Python-checkins] cpython: Split combined code/doctest code blocks in two blocks, to enable proper
georg.brandl
- [Python-checkins] cpython (2.7): Split combined code/doctest code blocks in two blocks, to enable proper
georg.brandl
- [Python-checkins] cpython (3.2): Split combined code/doctest code blocks in two blocks, to enable proper
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
georg.brandl
- [Python-checkins] cpython: regrtest: add the name of the failing test on a child error (-j option)
victor.stinner
- [Python-checkins] cpython (3.1): Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #9756: When calling a method descriptor or a slot wrapper
victor.stinner
- [Python-checkins] cpython (2.7): (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper
victor.stinner
- [Python-checkins] cpython (3.1): note abcs of int and float (closes #11977)
benjamin.peterson
- [Python-checkins] cpython (2.7): note abcs of int and float (closes #11977)
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (3.1): Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X
victor.stinner
- [Python-checkins] cpython (2.7): Fix spelling.
raymond.hettinger
- [Python-checkins] cpython (3.1): Fix spelling.
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] Daily reference leaks (513f6dfd3173): sum=0
solipsis at pitrou.net
- [Python-checkins] Python Regression Test Failures doc (1)
Neal Norwitz
- [Python-checkins] cpython (3.1): Fix wording
eric.araujo
- [Python-checkins] cpython (3.1): Add missing colon
eric.araujo
- [Python-checkins] cpython (merge 3.1 -> 3.1): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge 3.1
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython (2.7): Fix improper tests in RegisterTestCase
eric.araujo
- [Python-checkins] cpython (2.7): Minor tweaks to a few comments in heapq
eric.araujo
- [Python-checkins] cpython (2.7): Fix double use of f.close().
eric.araujo
- [Python-checkins] cpython (2.7): Advertise nesting directives for class/method and class/data combos.
eric.araujo
- [Python-checkins] cpython (2.7): Fix file handle leak
eric.araujo
- [Python-checkins] cpython (2.7): Add docstring to anydbm.open
eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge
eric.araujo
- [Python-checkins] cpython (2.7): Fix wording
eric.araujo
- [Python-checkins] cpython (2.7): Fix grammar to include both integer types in 2.x
eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge
eric.araujo
- [Python-checkins] cpython: Added tests to improve coverage.
vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merge.
vinay.sajip
- [Python-checkins] cpython (3.2): I was right, hardconding the localhost IP doesn't work in linux-vserver.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge: I was right, hardconding the localhost IP doesn't work in linux-vserver.
r.david.murray
- [Python-checkins] cpython: Updated docstrings.
vinay.sajip
- [Python-checkins] cpython: Improved thread interlocks in tests.
vinay.sajip
- [Python-checkins] cpython (3.2): logging: don't define QueueListener if Python has no thread support
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) logging: don't define QueueListener if Python has no thread support
victor.stinner
- [Python-checkins] cpython: cleanup signalmodule.c: use PyModule_AddIntMacro()
victor.stinner
- [Python-checkins] cpython: Issue #11930: Remove deprecated time.accept2dyear.
alexander.belopolsky
- [Python-checkins] cpython (merge default -> default): merge
alexander.belopolsky
- [Python-checkins] cpython (3.2): Backport code cleanup for namedtuples.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): dummy merge
raymond.hettinger
- [Python-checkins] cpython: Issue #11930: Remove year >= 1000 limitation from datetime.strftime.
alexander.belopolsky
- [Python-checkins] cpython: Removed unused variable
alexander.belopolsky
- [Python-checkins] cpython: Relax %Y test.
alexander.belopolsky
- [Python-checkins] cpython (3.2): Backport 3.3 fixes and cleans ups.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): merge
raymond.hettinger
- [Python-checkins] cpython: Issue #11930: Added Misc/NEWS and versionchanged entries.
alexander.belopolsky
- [Python-checkins] peps: Add Windows 2000 and support of COMSPEC->command.com environments.
brian.curtin
- [Python-checkins] Daily reference leaks (bfd741162741): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Adjust OS/2 & VMS grammar, and add Windows 2000 to the unsupported list.
brian.curtin
- [Python-checkins] cpython: Issue #8407: Fix pthread_sigmask() tests on Mac OS X
victor.stinner
- [Python-checkins] cpython (2.7): (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X
victor.stinner
- [Python-checkins] cpython: Issue #8407: pthread_sigmask() checks immediatly if signal handlers have been
victor.stinner
- [Python-checkins] cpython (2.7): Issue #8651: Fix "z#" format of PyArg_Parse*() function: the size was not
victor.stinner
- [Python-checkins] cpython (2.7): Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
victor.stinner
- [Python-checkins] cpython (2.7): Issue #10276: test_zlib checks that inputs of 2 GB are handled correctly by
victor.stinner
- [Python-checkins] cpython (3.2): Fix typo in name of private function
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Fix typo in name of private function
antoine.pitrou
- [Python-checkins] cpython: Issue #8407: disable faulthandler timeout thread on all platforms
victor.stinner
- [Python-checkins] cpython (2.7): Issue #10276: Fix test_zlib, m may be undefined in the finally block
victor.stinner
- [Python-checkins] cpython: Issue #11849: Make it more likely for the system allocator to release
antoine.pitrou
- [Python-checkins] cpython (2.7): #11985: document the return value of platform.python_implementation for PyPy.
ezio.melotti
- [Python-checkins] cpython (3.1): #11985: document the return value of platform.python_implementation for PyPy.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #11985: merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11985: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (3.2): Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable.
raymond.hettinger
- [Python-checkins] cpython (2.7): Denote 3.3.0 as the last supported Windows 2000 release.
brian.curtin
- [Python-checkins] cpython: Remove an unused import and an unused local definition from test_math.py.
mark.dickinson
- [Python-checkins] cpython: test_math.py: Use correct signs on zeros for expected fmod results.
mark.dickinson
- [Python-checkins] Daily reference leaks (21e2e06fea4a): sum=-323
solipsis at pitrou.net
- [Python-checkins] cpython (3.1): Fix #11834. Correct site-packages paths.
brian.curtin
- [Python-checkins] cpython (merge 3.1 -> 3.2): Fix #11834. Correct site-packages paths.
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): Fix #11834. Correct site-packages paths.
brian.curtin
- [Python-checkins] cpython (2.7): Fix #11834. Correct site-packages paths.
brian.curtin
- [Python-checkins] cpython: regrtest: dump all threads on a crash, not only the current thread
victor.stinner
- [Python-checkins] cpython: Issue #11998, issue #8407: workaround _tkinter issue in test_signal
victor.stinner
- [Python-checkins] cpython: Issue #8407: signal.pthread_sigmask() returns a set instead of a list
victor.stinner
- [Python-checkins] cpython (2.7): #11982: fix json.loads('""') to return u'' rather than ''.
ezio.melotti
- [Python-checkins] cpython: Replace open(filename, 'rU') by open(filename, 'r')
victor.stinner
- [Python-checkins] cpython (2.7): Issue #11277: fix issue number in a test_zlib comment
victor.stinner
- [Python-checkins] cpython (2.7): #11982: remove now unused function.
ezio.melotti
- [Python-checkins] cpython: Mention that timezone is a subclass of tzinfo.
alexander.belopolsky
- [Python-checkins] cpython (2.7): #11985: update docstring of platform.python_implementation.
ezio.melotti
- [Python-checkins] cpython (3.1): #11985: update docstring of platform.python_implementation.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #11985: merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11985: merge with 3.2.
ezio.melotti
- [Python-checkins] devguide: Add myself to the expert index for packaging
alexis.metaireau
- [Python-checkins] devguide: Mark theller inactive, update own modules and interest areas
nick.coghlan
- [Python-checkins] cpython: Add a reference to the PEP 398 for python 3.3 release schedule
alexis.metaireau
- [Python-checkins] devguide: experts.rst: move myself from 'testing' to 'test coverage' interest area
giampaolo.rodola
- [Python-checkins] cpython (3.2): Issue #1856: Avoid crashes and lockups when daemon threads run while the
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #1856: Avoid crashes and lockups when daemon threads run while the
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #11277: test_zlib tests a buffer of 1 GB on 32 bits
victor.stinner
- [Python-checkins] cpython (2.7): Issue #11277: oops, fix checksum values of test_zlib on 32 bits
victor.stinner
- [Python-checkins] cpython (3.2): #11335: Fix memory leak after key function failure in sort
daniel.stutzbach
- [Python-checkins] cpython (merge 3.2 -> default): #11335: Merge from 3.2: Fix memory leak after key function failure in sort
daniel.stutzbach
- [Python-checkins] cpython (2.7): #8158: add missing 'description' description to optparse docstring.
r.david.murray
- [Python-checkins] cpython (3.1): #8158: add missing 'description' description to optparse docstring.
r.david.murray
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge #8158: add missing 'description' description to optparse docstring.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #8158: add missing 'description' description to optparse docstring.
r.david.murray
- [Python-checkins] Daily reference leaks (2a403afc4a76): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #11997: fix typo in init.rst.
ezio.melotti
- [Python-checkins] cpython (3.1): #11997: fix typo in init.rst.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #11997: merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11997: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython: Improved coverage and fixed bug in HTTPHandler with POST requests.
vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merged changes.
vinay.sajip
- [Python-checkins] cpython: Tweaked timed rollover test to allow for test-time delays.
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #11647: allow contextmanager objects to be used as decorators as
nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> default): Merge #11647 update from 3.2
nick.coghlan
- [Python-checkins] cpython (3.2): Remove trailing whitespace
nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2
nick.coghlan
- [Python-checkins] cpython (3.2): #11873: Improve test regex so random directory names don't cause test to fail
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge: #11873: Improve test regex so random directory names don't cause test to
r.david.murray
- [Python-checkins] cpython (3.2): Use shared testing facilities in test_threading
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Use shared testing facilities in test_threading
antoine.pitrou
- [Python-checkins] cpython (3.2): Avoid codec spelling issues by just using the utf-8 default.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Avoid codec spelling issues by just using the utf-8 default.
raymond.hettinger
- [Python-checkins] cpython (3.2): Sync-up minor code edits with the default branch.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): null merge
raymond.hettinger
- [Python-checkins] cpython: Added additional output to help diagnose buildbot failures.
vinay.sajip
- [Python-checkins] cpython (3.2): Sync-up minor code edits with the default branch.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): null merge
raymond.hettinger
- [Python-checkins] cpython (merge default -> default): merge
raymond.hettinger
- [Python-checkins] cpython: Userlist.copy() wasn't returning a UserList.
raymond.hettinger
- [Python-checkins] Daily reference leaks (f20373fcdde5): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Close handler opened in test.
vinay.sajip
- [Python-checkins] cpython: Issue #11015: bring test.support docs up to date
eli.bendersky
- [Python-checkins] cpython (merge default -> default): merge
eli.bendersky
- [Python-checkins] cpython (3.1): Fix for issue 10684: Folders get deleted when trying to change case with
ronald.oussoren
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge from 3.1
ronald.oussoren
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
ronald.oussoren
- [Python-checkins] cpython (2.7): Backport fix for issue #10684 from 3.x
ronald.oussoren
- [Python-checkins] cpython: Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and
ezio.melotti
- [Python-checkins] cpython (3.2): Issue #12000: When a SSL certificate has a subjectAltName without any
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12000: When a SSL certificate has a subjectAltName without any
antoine.pitrou
- [Python-checkins] cpython (3.2): ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same file
ronald.oussoren
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
ronald.oussoren
- [Python-checkins] cpython: Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext
antoine.pitrou
- [Python-checkins] cpython: Issue #11072: added MLSD command (RFC-3659) support to ftplib.
giampaolo.rodola
- [Python-checkins] cpython: Refined rollover test for slow test machines.
vinay.sajip
- [Python-checkins] r88829 - in python/branches/release26-maint: Doc/README.txt Doc/copyright.rst Doc/license.rst Include/patchlevel.h LICENSE Lib/distutils/__init__.py Lib/idlelib/idlever.py Lib/pydoc_topics.py Misc/NEWS Misc/RPM/python-2.6.spec PC/python_nt.rc Python/getcopyright.c README
barry.warsaw
- [Python-checkins] r88830 - python/tags/r267rc1
barry.warsaw
- [Python-checkins] cpython (2.7): #11999: sync based on comparing mtimes, not mtime to system clock
r.david.murray
- [Python-checkins] cpython (3.1): #11999: sync based on comparing mtimes, not mtime to system clock
r.david.murray
- [Python-checkins] cpython (merge 3.1 -> 3.2): #11999: sync based on comparing mtimes, not mtime to system clock
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): #11999: sync based on comparing mtimes, not mtime to system clock
r.david.murray
- [Python-checkins] Daily reference leaks (5661480f7763): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Closes Issue 11916: Add a number of MacOSX specific definitions to the errno
ronald.oussoren
- [Python-checkins] cpython (2.7): Issue #11277: Remove useless test from test_zlib.
nadeem.vawda
- [Python-checkins] cpython: faulthandler: save/restore errno in the two signal handlers
victor.stinner
- [Python-checkins] cpython: faulthandler: dump all threads by default
victor.stinner
- [Python-checkins] cpython: _PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII
victor.stinner
- [Python-checkins] Python Regression Test Failures refleak (1)
Neal Norwitz
- [Python-checkins] cpython (3.1): Issue #11277: Add tests for mmap crash when using large sparse files on OS X.
nadeem.vawda
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge: #11277: Add tests for mmap crash when using large sparse files on OS X.
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Merge: #11277: Add tests for mmap crash when using large sparse files on OS X.
nadeem.vawda
- [Python-checkins] cpython (2.7): Issue #11277: Add tests for mmap crash when using large sparse files on OS X.
nadeem.vawda
- [Python-checkins] cpython (2.7): Issue #11277: Fix tests - crash will not trigger if the file is closed and
nadeem.vawda
- [Python-checkins] cpython (3.1): Issue #11277: Fix tests - crash will not trigger if the file is closed and
nadeem.vawda
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge: #11277: Fix tests - crash will not trigger if the file is closed and
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Merge: #11277: Fix tests - crash will not trigger if the file is closed and
nadeem.vawda
- [Python-checkins] cpython (2.7): Fix potential resource leak in test_mmap.
nadeem.vawda
- [Python-checkins] cpython (3.1): Fix potential resource leak in test_mmap.
nadeem.vawda
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge: Fix potential resource leak in test_mmap.
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Fix potential resource leak in test_mmap.
nadeem.vawda
- [Python-checkins] cpython: Close socket on connection failure.
vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merge.
vinay.sajip
- [Python-checkins] cpython: #11072- applying http://bugs.python.org/review/11072/show suggestions
giampaolo.rodola
- [Python-checkins] cpython: Changed where socket close is called on connection failure.
vinay.sajip
- [Python-checkins] cpython: test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10
giampaolo.rodola
- [Python-checkins] cpython (merge default -> default): merge heads
giampaolo.rodola
- [Python-checkins] cpython: test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10
giampaolo.rodola
- [Python-checkins] cpython (2.7): #12017: Fix segfault in json.loads() while decoding highly-nested objects using
ezio.melotti
- [Python-checkins] cpython (3.1): #12017: Fix segfault in json.loads() while decoding highly-nested objects using
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #12017: merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #12017: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython: Closed resource leak in SysLogHandler.
vinay.sajip
- [Python-checkins] cpython: reverting 9688977ef567 committed by accident
giampaolo.rodola
- [Python-checkins] cpython (2.7): #10169: Fix argument parsing in socket.sendto() to avoid error masking.
ezio.melotti
- [Python-checkins] cpython (3.1): #5421: add tests.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #5421: merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #5421: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (3.1): #12002 - ftplib's abort() method raises TypeError
giampaolo.rodola
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge with 3.1
giampaolo.rodola
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
giampaolo.rodola
- [Python-checkins] cpython (merge 3.1 -> 3.1): merge
giampaolo.rodola
- [Python-checkins] cpython (3.1): Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by
antoine.pitrou
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented.
antoine.pitrou
- [Python-checkins] cpython (merge 3.1 -> 3.1): Merge
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge
antoine.pitrou
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by
antoine.pitrou
- [Python-checkins] cpython (2.7): Some tests were incorrectly marked as C specific.
raymond.hettinger
- [Python-checkins] cpython (2.7): Fix cut and paste error.
raymond.hettinger
- [Python-checkins] cpython: Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the
victor.stinner
- [Python-checkins] cpython: Issue #8407: The signal handler writes the signal number as a single byte
victor.stinner
- [Python-checkins] cpython: Issue #8407: Remove debug code from test_signal
victor.stinner
- [Python-checkins] Python Regression Test Failures doc (1)
Neal Norwitz
- [Python-checkins] Daily reference leaks (e3cb2c99a5a9): sum=0
solipsis at pitrou.net
- [Python-checkins] release: Initial hg fixup: replace all references to "svn" with hopefully correct
georg.brandl
- [Python-checkins] release: Remove the "branch" operation, it is nothing more than a wrapper of "hg branch".
georg.brandl
- [Python-checkins] release: Add a check for the correct branch when tagging.
georg.brandl
- [Python-checkins] peps: This should be most of the edits needed for releasing from hg.
georg.brandl
- [Python-checkins] cpython (3.1): Add back Misc/NEWS entry that got lost during merge, and fix a couple of other
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython: Refactor buggy test to correctly use the msg argument of assertRaises.
ezio.melotti
- [Python-checkins] Python Regression Test Failures doc (1)
Neal Norwitz
- [Python-checkins] cpython (2.7): import_fresh_module ought to be in __all__
benjamin.peterson
- [Python-checkins] cpython (3.1): put import_fresh_module in __all__
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython: Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
victor.stinner
- [Python-checkins] cpython: Issue #11888: Add log2 function to math module. Patch written by Mark
victor.stinner
- [Python-checkins] cpython: Close #12032: Fix scripts/crlf.py for Python 3
victor.stinner
- [Python-checkins] cpython: note the point of having log2
benjamin.peterson
- [Python-checkins] cpython (2.7): Add a note to the str.find doc to suggest the use of the "in" operator.
ezio.melotti
- [Python-checkins] cpython (3.1): Add a note to the str.find doc to suggest the use of the "in" operator.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): Fix deprecation warnings in test_unittest.
ezio.melotti
- [Python-checkins] Daily reference leaks (e7d8713f95f3): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #11910: change import_fresh_module to return None when one of the "fresh"
ezio.melotti
- [Python-checkins] cpython (3.1): #11910: change import_fresh_module to return None when one of the "fresh"
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #11910: merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11910: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): #11910: Fix test_heapq to skip the C tests when _heapq is missing.
ezio.melotti
- [Python-checkins] cpython (3.1): #11910: Fix test_heapq to skip the C tests when _heapq is missing.
ezio.melotti
- [Python-checkins] cpython (3.2): Some tests were incorrectly marked as C specific.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #11910: merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11910: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (3.2): Use --as-needed when linking libpython3.so. Closes #11347.
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merge 11347.
martin.v.loewis
- [Python-checkins] cpython (3.2): The option is actually --no-as-needed.
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merged
martin.v.loewis
- [Python-checkins] cpython (3.1): Stop trying to use _xmlplus in the xml module. Closes #11164.
martin.v.loewis
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 11164
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merge 11164
martin.v.loewis
- [Python-checkins] cpython (2.7): Issue 11164: Remove obsolete allnodes test from minidom test.
martin.v.loewis
- [Python-checkins] cpython: Fix cut-and-paste typo in comment: log10 -> log2.
mark.dickinson
- [Python-checkins] cpython: Fix nonunique test ids in math_testcases.txt.
mark.dickinson
- [Python-checkins] cpython: Grammatical fix for a comment for log2, to avoid referring to an *algorithm* as
mark.dickinson
- [Python-checkins] cpython: #10811: Fix recursive usage of cursors. Instead of crashing, raise a
gerhard.haering
- [Python-checkins] cpython: Issue #11888: Use system log2() when available
victor.stinner
- [Python-checkins] cpython: Issue #10811: Use TestCase.assertRaises() in the new test
victor.stinner
- [Python-checkins] cpython: faulthandler: make quiet a gcc 4.6 warning (z was unused)
victor.stinner
- [Python-checkins] cpython: Issue #8407: Use an explicit cast for FreeBSD
victor.stinner
- [Python-checkins] cpython: Issue #11188: In log2 tests, create powers of 2 using ldexp(1, n) instead of
mark.dickinson
- [Python-checkins] cpython: Issue #11743: Rewrite multiprocessing connection classes in pure Python.
antoine.pitrou
- [Python-checkins] cpython: Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the
senthil.kumaran
- [Python-checkins] cpython (2.7): Some more tests were incorrectly marked as C specific.
ezio.melotti
- [Python-checkins] cpython (3.1): Some more tests were incorrectly marked as C specific.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython: Improved Windows test coverage.
vinay.sajip
- [Python-checkins] cpython (3.2): Closes #12036: ConfigParser: Document items() added the vars dictionary to the
lukasz.langa
- [Python-checkins] cpython (merge 3.2 -> default): Merged solution for #12036 from 3.2
lukasz.langa
- [Python-checkins] cpython: Remove dead code from _multiprocessing
antoine.pitrou
- [Python-checkins] cpython: os.dup()-then-close() can be replaced with detach()
antoine.pitrou
- [Python-checkins] cpython: Issue #12041: Make test_wait3 more robust.
antoine.pitrou
- [Python-checkins] cpython: Update incorrect comment.
vinay.sajip
- [Python-checkins] cpython (3.1): Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c,
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clear
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #1195: Fix input() if it is interrupted by CTRL+d and then
victor.stinner
- [Python-checkins] cpython (2.7): (Merge 3.1) Issue #1195: Fix input() if it is interrupted by CTRL+d and then
victor.stinner
- [Python-checkins] cpython (3.1): Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Empty merge, the fix was already applied to 3.3
victor.stinner
- [Python-checkins] cpython: faulthandler: improve_sigabrt() on Visual Studio
victor.stinner
- [Python-checkins] cpython (2.7): (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
victor.stinner
- [Python-checkins] Daily reference leaks (0b8c7cf25d10): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #12039: Now suppress spurious select.error raised on FreeBSD when the
vinay.sajip
- [Python-checkins] cpython (3.2): Issue 12047: Expand the style guide.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge default -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 12047: Expand the style guide.
raymond.hettinger
- [Python-checkins] cpython: Issue #12039: Add end_headers() call to avoid BadStatusLine.
vinay.sajip
- [Python-checkins] cpython (3.2): Actually print out the description of what changed.
lukasz.langa
- [Python-checkins] cpython (merge 3.2 -> default): Merged trivial doc fix from 3.2.
lukasz.langa
- [Python-checkins] cpython: Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError,
victor.stinner
- [Python-checkins] peps: Update with URL of hg repo
antoine.pitrou
- [Python-checkins] peps: Small update wrt.SSLError
antoine.pitrou
- [Python-checkins] peps: Mention the rare issue of having a Windows error code exposed as the errno
antoine.pitrou
- [Python-checkins] peps: Try to rephrase
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
antoine.pitrou
- [Python-checkins] cpython: Issue #11888: remove duplicate check for log2 in configure.in.
mark.dickinson
- [Python-checkins] cpython: run autoreconf
benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #12054: use support.find_unused_port() instead of reinventing the wheel
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12054: use support.find_unused_port() instead of reinventing the wheel
antoine.pitrou
- [Python-checkins] cpython: Issue #11888: skip some log2 tests on Mac OS X Tiger
victor.stinner
- [Python-checkins] cpython: Close #10419, issue #6011: build_scripts command of distutils handles correctly
victor.stinner
- [Python-checkins] cpython (2.7): #12051: Fix segfault in json.dumps() while encoding highly-nested objects using
ezio.melotti
- [Python-checkins] cpython (3.1): #12051: Fix segfault in json.dumps() while encoding highly-nested objects using
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #12051: merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #12051: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (3.2): Close #10419, issue #6011: build_scripts command of distutils handles correctly
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 (empty, patch already applied to 3.3)
victor.stinner
- [Python-checkins] cpython (3.2): Issue #11169: compileall module uses repr() to format filenames and paths to
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 (empty, patch already applied to 3.3)
victor.stinner
- [Python-checkins] cpython (3.1): Issue #10419: Fix build_scripts command of distutils to handle correctly
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge 3.1 (empty merge, a similar patch was already applied)
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 (empty merge, patch already applied to 3.3)
victor.stinner
- [Python-checkins] Daily reference leaks (96235f1cfd7e): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #12039 - Update the http.server.rst with the requirement to call
senthil.kumaran
- [Python-checkins] cpython: issue12039 - update the documentation of send_response method in
senthil.kumaran
- [Python-checkins] cpython: Fix closes Issue #11799: urllib.request Authentication Handlers will raise a
senthil.kumaran
- [Python-checkins] cpython: Fix closed Issue #11968 - the start_response header values in wsgiref shoudl be
senthil.kumaran
- [Python-checkins] cpython (3.2): Issue #11968 - the start_response header values in wsgiref shoudl be str not
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): [Merge Branch] Issue #11968 - the start_response header values in wsgiref
senthil.kumaran
- [Python-checkins] cpython (3.2): Document default fmtspec. Fix inaccurate note. Document exceptions.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Document default fmtspec. Fix inaccurate note. Document exceptions.
raymond.hettinger
- [Python-checkins] cpython (3.1): Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.
kurt.kaiser
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge from 3.1
kurt.kaiser
- [Python-checkins] cpython (3.2): Correct version in IDLE NEWS.txt
kurt.kaiser
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge heads
kurt.kaiser
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2
kurt.kaiser
- [Python-checkins] cpython: Issue #12058: Minor edits to comments in faulthandler
victor.stinner
- [Python-checkins] cpython: Fix markup and working in the doc.
ezio.melotti
- [Python-checkins] cpython: Issue #9971: Write an optimized implementation of BufferedReader.readinto().
antoine.pitrou
- [Python-checkins] cpython: Fix compile error under Windows
antoine.pitrou
- [Python-checkins] Daily reference leaks (eb1b93fd68f5): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: - Issue #12044: Fixed subprocess.Popen when used as a context manager to
gregory.p.smith
- [Python-checkins] cpython (3.2): merge - 7a3f3ad83676 Fixes Issue #12044.
gregory.p.smith
- [Python-checkins] cpython (3.2): normalize whitespace.
gregory.p.smith
- [Python-checkins] cpython (2.7): #12061: remove duplicate glossary entry.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Cleaned up a backward merge after fixes issue #12044.
lukasz.langa
- [Python-checkins] cpython: TimedTRotatingFileHandler test now improved to minimise chances of failure on
vinay.sajip
- [Python-checkins] peps: Mention the lack of "errno" on select.error
antoine.pitrou
- [Python-checkins] peps: Mention the interesting idea of modifiying IOError.__new__
antoine.pitrou
- [Python-checkins] cpython (3.1): Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
kurt.kaiser
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge from 3.1
kurt.kaiser
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2
kurt.kaiser
- [Python-checkins] peps: Fix the spelling of some errno mnemonics
antoine.pitrou
- [Python-checkins] cpython (3.1): Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
antoine.pitrou
- [Python-checkins] cpython (merge 3.1 -> 3.2): Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #12062: In the `io` module, fix a flushing bug when doing a certain
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
kurt.kaiser
- [Python-checkins] Daily reference leaks (05e0227e3879): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Bump to 3.2.1b1.
georg.brandl
- [Python-checkins] cpython (3.2): Update suspicious ignore file.
georg.brandl
- [Python-checkins] cpython (3.2): Added tag v3.2.1b1 for changeset 8ffac2337a33
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge in changes from 3.2.1b1 release repo.
georg.brandl
- [Python-checkins] cpython (3.2): Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson.
georg.brandl
- [Python-checkins] cpython (3.2): Use singular they. Thanks to Mark Summerfield.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2.1 release changes into default branch (a null merge except for the
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge two minor doc changes into default.
georg.brandl
- [Python-checkins] cpython: Added diagnostics to test_logging, after reverting last change.
vinay.sajip
- [Python-checkins] cpython (3.2): Neaten up example so it can be cut and pasted.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Neaten up example so it can be cut and pasted.
raymond.hettinger
- [Python-checkins] cpython (3.2): Further beautification of the example
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Further beautification of the example
raymond.hettinger
- [Python-checkins] cpython: Issue #12068: Fix appears to have worked; added more diagnostics for rare
vinay.sajip
- [Python-checkins] cpython: test_logging: fixed bug in failure diagnostics.
vinay.sajip
- [Python-checkins] cpython: test_logging: extended time range for rollover test.
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #11996: libpython (gdb), replace "py-bt" command by
victor.stinner
- [Python-checkins] Daily reference leaks (804abc2c60de): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Change import_fresh_module to work with packages.
ezio.melotti
- [Python-checkins] cpython (3.1): Change import_fresh_module to work with packages.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): #5723: Improve json tests to be executed with and without accelerations.
ezio.melotti
- [Python-checkins] cpython (3.1): #5723: Improve json tests to be executed with and without accelerations.
ezio.melotti
- [Python-checkins] cpython (3.2): #5723: merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #5723: merge with 3.2.
ezio.melotti
- [Python-checkins] devguide: Now I like json.
ezio.melotti
- [Python-checkins] cpython (2.7): #7960: fix docstrings for captured_output and captured_stdout.
ezio.melotti
- [Python-checkins] cpython (3.1): #7960: fix docstrings for captured_output and captured_stdout.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #7960: merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #7960: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): #11979: improve wording and markup in sockets howto. Patch by Xavier Morel.
ezio.melotti
- [Python-checkins] cpython (3.1): #11979: improve wording and markup in sockets howto. Patch by Xavier Morel.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #11979: merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11979: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython: Skip test in test_fileinput when zlib is missing.
ezio.melotti
- [Python-checkins] cpython (3.2): Update __all__ and docstring.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 and also remove captured_output from __all__ (see #7960).
ezio.melotti
- [Python-checkins] cpython (3.1): Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
nadeem.vawda
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
nadeem.vawda
- [Python-checkins] cpython (2.7): Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
nadeem.vawda
- [Python-checkins] cpython (3.1): Issue #8650: Backport 64-bit safety fixes for compress() and decompress().
nadeem.vawda
- [Python-checkins] cpython (merge 3.1 -> 3.2): Null merge (#8650): zlib.compress() and .decompress() are already 64-bit safe.
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Null merge (#8650): zlib.compress() and .decompress() are already 64-bit safe.
nadeem.vawda
- [Python-checkins] cpython (3.1): pprint usage example rethought.
lukasz.langa
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merged rethought pprint usage example from 3.1.
lukasz.langa
- [Python-checkins] cpython (merge 3.2 -> default): Merged rethought pprint example from 3.2.
lukasz.langa
- [Python-checkins] cpython (3.2): Fix memory leaks in zlib.compress() and .decompress().
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Merge fix for memory leaks in zlib.compress() and .decompress().
nadeem.vawda
- [Python-checkins] cpython (3.1): Issue #6378: Further adjust idle.bat to start associated Python
kurt.kaiser
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge from 3.1
kurt.kaiser
- [Python-checkins] cpython (merge 3.1 -> 3.1): Merge heads
kurt.kaiser
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge heads
kurt.kaiser
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2
kurt.kaiser
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge heads (!)
kurt.kaiser
- [Python-checkins] cpython (merge 3.2 -> default): Merge heads(!)
kurt.kaiser
- [Python-checkins] cpython (3.1): Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
nadeem.vawda
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
nadeem.vawda
- [Python-checkins] cpython (2.7): Fixes Issue #12059: Properly handle missing hash functions even when
gregory.p.smith
- [Python-checkins] cpython (3.2): Fixes Issue #12059: Properly handle missing hash functions even when
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads.
gregory.p.smith
- [Python-checkins] cpython: Fixes Issue #12059: Properly handle missing hash functions even when
gregory.p.smith
- [Python-checkins] cpython (merge default -> default): merge heads
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
gregory.p.smith
- [Python-checkins] cpython (3.2): fix whitespace
gregory.p.smith
- [Python-checkins] cpython: fix whitespace
gregory.p.smith
- [Python-checkins] cpython (3.1): Fix copy-paste mistake in new zlib test.
nadeem.vawda
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge: Fix copy-paste mistake in new zlib test.
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Fix copy-paste mistake in new zlib test.
nadeem.vawda
- [Python-checkins] Daily reference leaks (0bdf5c7e60e8): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.1): Closes #6498: fix several misspellings of "SystemExit" as "SystemError".
georg.brandl
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge #6498 fix from 3.1.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge #6498 fix from 3.2.
georg.brandl
- [Python-checkins] cpython (2.7): Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError".
georg.brandl
- [Python-checkins] cpython: Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname
gregory.p.smith
- [Python-checkins] cpython (3.1): Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module.
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): (Merge 3.1) Issue #12060: Use sig_atomic_t type and volatile keyword in the
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12060: Use sig_atomic_t type and volatile keyword in the
victor.stinner
- [Python-checkins] cpython (3.2): Fix-up NEWS: entries made after 3.2.1b1 go into the 3.2.1c1 section.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge.
georg.brandl
- [Python-checkins] cpython: Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656).
nadeem.vawda
- [Python-checkins] cpython (2.7): Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in
ronald.oussoren
- [Python-checkins] cpython (3.2): Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in
ronald.oussoren
- [Python-checkins] cpython (2.7): NEWS entry for fix of issue #9516
ronald.oussoren
- [Python-checkins] cpython (3.2): NEWS entry for fix of issue #9516
ronald.oussoren
- [Python-checkins] cpython (merge 3.2 -> default): (merge from 3.2) Issue #9516: avoid errors in sysconfig when
ronald.oussoren
- [Python-checkins] cpython (3.1): Issue #10756: atexit normalizes the exception before displaying it. Patch by
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): Null merge 3.1 (fix already applied: 4a82be47a948+5060a92a8597).
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Null merge 3.2 (fix already applied: 4a82be47a948+5060a92a8597).
victor.stinner
- [Python-checkins] cpython: issue #1746656: Fix for OS X. configure and #include changes so that the socket
gregory.p.smith
- [Python-checkins] Daily reference leaks (b6aafb20e5f5): sum=323
solipsis at pitrou.net
- [Python-checkins] peps: Note that the release dir must be group writable.
georg.brandl
- [Python-checkins] cpython (3.1): Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #11614: import __hello__ prints "Hello World!". Patch written
victor.stinner
- [Python-checkins] cpython (3.1): Issue #12057: Convert CJK encoding testcase BLOB into multiple text files
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): (Merge 3.1) Issue #12057: Convert CJK encoding testcase BLOB into multiple text
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12057: Convert CJK encoding testcase BLOB into multiple text
victor.stinner
- [Python-checkins] cpython (3.1): Issue #11614: Fix importlib tests for the new __hello__ module
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): (Merge 3.1) Issue #11614: Fix importlib tests for the new __hello__ module
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #11614: Fix importlib tests for the new __hello__ module
victor.stinner
- [Python-checkins] cpython (2.7): Issue #12057: Convert CJK encoding testcase BLOB into multiple text files
victor.stinner
- [Python-checkins] cpython (3.1): Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): (Merge 3.1) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't
victor.stinner
- [Python-checkins] cpython (2.7): Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore
victor.stinner
- [Python-checkins] cpython (2.7): Fix closes issue #12088 - fixes the tarfile.extractall issue when the
senthil.kumaran
- [Python-checkins] cpython (2.7): #12093: fix typo in struct doc. Patch by Sandro Tosi.
ezio.melotti
- [Python-checkins] cpython (2.7): #12092: backport rephrasing of a paragraph in the tutorial.
ezio.melotti
- [Python-checkins] Daily reference leaks (06473da99270): sum=-323
solipsis at pitrou.net
- [Python-checkins] cpython: Skip some more tests in the absence of threading.
vinay.sajip
- [Python-checkins] cpython: Skip some tests in the absence of multiprocessing.
vinay.sajip
- [Python-checkins] peps: new version of pep-0397 based on python-dev feedback
mark.hammond
- [Python-checkins] cpython (2.7): (backport)Fix #10154 and #10090: locale normalizes the UTF-8 encoding to
ronald.oussoren
- [Python-checkins] cpython (3.1): Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead
ronald.oussoren
- [Python-checkins] cpython (merge 3.1 -> 3.2): (merge) Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8"
ronald.oussoren
- [Python-checkins] cpython (3.2): Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5
ronald.oussoren
- [Python-checkins] cpython (merge 3.2 -> default): Fix for issue 10154, merge from 3.2
ronald.oussoren
- [Python-checkins] cpython (merge 3.2 -> default): Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5
ronald.oussoren
- [Python-checkins] cpython (2.7): (backport) Fixes #11088: IDLE crashes when using F5 to run a script on OSX with
ronald.oussoren
- [Python-checkins] cpython (2.7): Issue #12057: Fix .hgeol and test_multibytecodec_support for the conversion of
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12096: Fix a race condition in
victor.stinner
- [Python-checkins] cpython (2.7): stop using the old brain-dead interface for providing attributes/methods
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
benjamin.peterson
- [Python-checkins] Daily reference leaks (c52807b17e03): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.1): Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, support
victor.stinner
- [Python-checkins] cpython (3.1): Ooops, add the missing file of the backport of commit 33543b4e0e5d from Python
victor.stinner
- [Python-checkins] cpython: Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support
antoine.pitrou
- [Python-checkins] cpython: Also protect ehlo() and quit() with the transient_internet() context manager
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #12065: connect_ex() on an SSL socket now returns the original errno
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12065: connect_ex() on an SSL socket now returns the original errno
antoine.pitrou
- [Python-checkins] cpython (3.2): Fix section title
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Null merge
antoine.pitrou
- [Python-checkins] cpython: Skip test_smtpnet when ssl is not available
antoine.pitrou
- [Python-checkins] cpython: os.sendfile() test: fix "AttributeError: 'NoneType' object has no attribute
giampaolo.rodola
- [Python-checkins] cpython (2.7): Minor code cleanup.
raymond.hettinger
- [Python-checkins] Daily reference leaks (c45e92bd4d81): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: initial import of the packaging package in the standard library
tarek.ziade
- [Python-checkins] cpython: Issue #12109 fixing typo in packaging's test_command_upload_docs
tarek.ziade
- [Python-checkins] cpython: make sure split() is called before the encoding
tarek.ziade
- [Python-checkins] cpython: Issue #12113: make sure generated module is not reused on a second run
tarek.ziade
- [Python-checkins] cpython: packaging: don't use locale encoding to compute MD5 checksums
victor.stinner
- [Python-checkins] cpython: Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging
victor.stinner
- [Python-checkins] cpython: Issue #12115: skipping all tests that need threading under a threadless
tarek.ziade
- [Python-checkins] cpython: fixed the path splitting
tarek.ziade
- [Python-checkins] cpython: packaging: use with open() instead of try/finally: close
victor.stinner
- [Python-checkins] cpython: package: replace open(fn, 'w').close() by open(fn, 'wb').close()
victor.stinner
- [Python-checkins] cpython: Issue #12112: packaging reads and writes setup.cfg using UTF-8
victor.stinner
- [Python-checkins] cpython: Issue #12112: packaging reads/writes metadata using UTF-8
victor.stinner
- [Python-checkins] cpython: removed unused method in packaging.create
tarek.ziade
- [Python-checkins] cpython: Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode check
tarek.ziade
- [Python-checkins] cpython: Skip tests that require zlib in the packaging tests. Also add a requires_zlib
ezio.melotti
- [Python-checkins] cpython: Refactor a few tests to use the new requires_zlib decorator.
ezio.melotti
- [Python-checkins] cpython: Issue #12112: fix the encoding of setup.py in the packaging module
victor.stinner
- [Python-checkins] devguide: Wrong date
antoine.pitrou
- [Python-checkins] hooks: Properly format e-mails when the subject line is non-ASCII
local-hg
- [Python-checkins] cpython: fix packaging.compiler.msvc9compiler: os.environ values are str, not bytes
victor.stinner
- [Python-checkins] cpython: fix packaging.compiler.msvc9compiler: os.environ['path'] value is also a str
victor.stinner
- [Python-checkins] cpython: packaging: fix the constructor of FakePopen
victor.stinner
- [Python-checkins] cpython (3.1): Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): (Merge 3.1) Issue #12124: zipimport doesn't keep a reference to
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12124: zipimport doesn't keep a reference to
victor.stinner
- [Python-checkins] cpython: fix packaging tests on Windows: use os.path.join() in glob patterns
victor.stinner
- [Python-checkins] cpython: packaging.tests.test_command_install_data: restore correctly sysconfig._SCHEMES
victor.stinner
- [Python-checkins] cpython (3.2): test_pydoc: skip PydocServerTest if thread support is disabled
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) test_pydoc: skip PydocServerTest if thread support is disabled
victor.stinner
- [Python-checkins] Daily reference leaks (b0674f66cbf9): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Fix several ResourceWarnings in test_packaging.
ezio.melotti
- [Python-checkins] cpython (2.7): #12072: add missing parenthesis in the doc. Patch by Sandro Tosi.
ezio.melotti
- [Python-checkins] cpython (3.1): #12072: add missing parenthesis in the doc. Patch by Sandro Tosi.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #12072: merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #12072: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython: Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex()
charles-francois.natali
- [Python-checkins] cpython: Fix more ResourceWarnings in test_packaging moving the join() and
ezio.melotti
- [Python-checkins] cpython (3.1): add example for not using access
benjamin.peterson
- [Python-checkins] cpython (2.7): add example for not using access
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (3.1): this should actually be an IOError
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (2.7): this should actually be an IOError
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython: Fix another ResourceWarning in test_packaging.
ezio.melotti
- [Python-checkins] r88831 - python/branches/release26-maint/Lib/SimpleHTTPServer.py
barry.warsaw
- [Python-checkins] r88832 - in python/branches/release26-maint/Lib: test/test_urllib.py test/test_urllib2.py urllib.py urllib2.py
barry.warsaw
- [Python-checkins] r88833 - python/branches/release26-maint/Lib/test/test_urllib2.py
barry.warsaw
- [Python-checkins] cpython: Added SSL capability to TestHTTPServer.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
victor.stinner
- [Python-checkins] r88834 - in python/branches/release26-maint: Include/patchlevel.h Lib/distutils/__init__.py Lib/idlelib/idlever.py Lib/pydoc_topics.py Misc/NEWS Misc/RPM/python-2.6.spec README
barry.warsaw
- [Python-checkins] r88835 - python/tags/r267rc2
barry.warsaw
- [Python-checkins] cpython: Close #12114: fix a potential deadlock in packaging.util._find_exe_version()
victor.stinner
- [Python-checkins] r88836 - in python/branches/release26-maint: Include/patchlevel.h Misc/NEWS
barry.warsaw
- [Python-checkins] Daily reference leaks (bf5b974e7d32): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: fixed a few mocking/cleanup issues in packaging test_util for win32
tarek.ziade
- [Python-checkins] cpython: fixed the separator issues in packaging/resources+config
tarek.ziade
- [Python-checkins] cpython: fixed the way the cfg file markers values are split under win32
tarek.ziade
- [Python-checkins] cpython: Added SSL test for HTTPHandler.
vinay.sajip
- [Python-checkins] cpython: avoid a compiler warning. the compiler doesn't know that the static
gregory.p.smith
- [Python-checkins] cpython: we want to generate /-separated paths setup.cfg files even under win32
tarek.ziade
- [Python-checkins] cpython: fixed the move api in packaging.install, and closing the handle left by
tarek.ziade
- [Python-checkins] cpython (3.2): Update pydoc topics and handle suspicious markup.
georg.brandl
- [Python-checkins] cpython (3.2): Bump to 3.2.1rc1.
georg.brandl
- [Python-checkins] cpython (3.2): Added tag v3.2.1rc1 for changeset cfa9364997c7
georg.brandl
- [Python-checkins] cpython (3.2): Add 3.2.1 UUIDs
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge release branch after 3.2.1rc1.
georg.brandl
- [Python-checkins] cpython (3.2): Set up branch to be rc2 next.
georg.brandl
- [Python-checkins] cpython: Issue #12136: Added change to handle non-availability of the ssl module.
vinay.sajip
- [Python-checkins] cpython (3.2): Simplify example
raymond.hettinger
- [Python-checkins] cpython: Simplify example
raymond.hettinger
- [Python-checkins] cpython (2.7): Simplify example
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2.1rc1 release changes to default.
georg.brandl
- [Python-checkins] cpython: use the same line terminator everywhere
tarek.ziade
- [Python-checkins] cpython: skip the pypi upload doc test via https, if ssl is not available
tarek.ziade
- [Python-checkins] cpython: fixed the export symbols for the win32 linker
tarek.ziade
- [Python-checkins] cpython: make sure the crawler can browse file-based indexes under win32
tarek.ziade
- [Python-checkins] cpython: deactivating one test under win32 for now
tarek.ziade
- [Python-checkins] cpython: added the Content-Length header. that fixes the weird
tarek.ziade
- [Python-checkins] cpython: Issue #12131: Ensure that the sysconfig.cfg file, introduced by packaging,
ned.deily
- [Python-checkins] Daily reference leaks (f37a4e1182d6): sum=579
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue 12126: removing incorrect claim about return value of select
eli.bendersky
- [Python-checkins] cpython (3.1): Issue 12126: removing incorrect claim about return value of select
eli.bendersky
- [Python-checkins] cpython (merge 3.1 -> 3.2): Issue 12126: removing incorrect claim about return value of select
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Issue 12126: removing incorrect claim about return value of select
eli.bendersky
- [Python-checkins] cpython (2.7): Issue #12012: test_ssl uses test_support.import_module()
victor.stinner
- [Python-checkins] cpython: Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a
mark.dickinson
- [Python-checkins] cpython: regrtest: enable faulthandler in main() instead of if __name__ == '__main__':
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12138: fix use of transient_internet() in test_urllibnet
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12138: fix use of transient_internet() in test_urllibnet
antoine.pitrou
- [Python-checkins] cpython: Issue #12105: Add O_CLOEXEC to the os module.
charles-francois.natali
- [Python-checkins] cpython: Issue 10126 - backported distutils fix for the enable-share mode into packaging
tarek.ziade
- [Python-checkins] cpython: Issue 12132 - skip the test_buil_ext test if the xx module is not found
tarek.ziade
- [Python-checkins] cpython (3.1): Issue #10801: Remove a debug print() from test_zipfile
victor.stinner
- [Python-checkins] cpython: not using a server name anymore as the 127.0.0.1 <> localhost symmetry is not
tarek.ziade
- [Python-checkins] cpython: skip more tests in packaging if threading is not supported
tarek.ziade
- [Python-checkins] cpython: Issue #12151: test_logging writes debug messages to stderr, not stdout
victor.stinner
- [Python-checkins] cpython (2.6): These files have Windows line endings in 2.6.
barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): Forward merge.
barry.warsaw
- [Python-checkins] Daily reference leaks (54ffc01b6cc2): sum=579
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue 12003: fixing error in xrange alternative sample
eli.bendersky
- [Python-checkins] cpython (3.2): Add 3.2.1rc2 uuid.
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> 3.2): Add 3.2.1rc2 uuid.
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merged
martin.v.loewis
- [Python-checkins] cpython: Refer to the return value on nameindex and friends as a string, not a byte
gregory.p.smith
- [Python-checkins] cpython: Update documentation to mention bytes instead byte string and correct one
gregory.p.smith
- [Python-checkins] cpython: Close #12153: faulthandler, mark stack_overflow() as static
victor.stinner
- [Python-checkins] cpython: Issue #12105: test_posix, add the value of O_CLOEXEC in the error message
victor.stinner
- [Python-checkins] cpython (3.1): test_codecs now removes the temporay file (created by the test)
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge 3.1
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
victor.stinner
- [Python-checkins] cpython (2.7): test_codecs now removes the temporay file (created by the test)
victor.stinner
- [Python-checkins] cpython: make sure build_dir.build_lib is synced to the faked build location
tarek.ziade
- [Python-checkins] cpython: Issue #6501: os.device_encoding() returns None on Windows if the application
victor.stinner
- [Python-checkins] cpython: make sure the cwd is restored on tearDown
tarek.ziade
- [Python-checkins] cpython: fixed the cwd cleanup in packaging test_util
tarek.ziade
- [Python-checkins] cpython: Issue #12125: fixed the failures under Solaris due to improper test cleanup.
tarek.ziade
- [Python-checkins] cpython (2.6): Replay changeset 70238:03e488b5c009 from fubar branch. Original commit
barry.warsaw
- [Python-checkins] cpython (2.6): Replay changeset 70248:c714e2f92f63 from fubar branch. Original commit
barry.warsaw
- [Python-checkins] cpython (2.6): Replay changeset 70249:b571c7a8cf2e from fubar branch. Original commit
barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): Null merge from 2.6 branch.
barry.warsaw
- [Python-checkins] cpython (3.2): Clean-up example.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Clean-up example.
raymond.hettinger
- [Python-checkins] cpython: Issue #12151: Added diagnostics to help diagnose intermittent socket errors.
vinay.sajip
- [Python-checkins] cpython: Issue #12151: Correction to diagnostic code.
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #12074: regrtest displays also the current number of failures
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12074: regrtest displays also the current number of failures
victor.stinner
- [Python-checkins] cpython (3.1): correctly lookup __dir__
benjamin.peterson
- [Python-checkins] cpython (2.7): correctly lookup __dir__
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython: Issue #12151: Test now ignores datagram socket errors after server is closed.
vinay.sajip
- [Python-checkins] cpython (3.2): #12074: remove the /0 when there are no failures.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #12074: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge default -> default): Merge heads.
ezio.melotti
- [Python-checkins] cpython (2.7): handle old-style instances
benjamin.peterson
- [Python-checkins] cpython: Issue #11377: platform.popen() emits a DeprecationWarning
victor.stinner
- [Python-checkins] cpython: Issue #12158: Move linux_version() from test_socket to test.support
victor.stinner
- [Python-checkins] cpython: Issue #12105: test_posix skips test_oscloexec() on Linux < 2.6.23
victor.stinner
- [Python-checkins] cpython (2.7): must clear an AttributeError if it is set
benjamin.peterson
- [Python-checkins] Daily reference leaks (9a16fa0c9548): sum=579
solipsis at pitrou.net
- [Python-checkins] cpython: Updated test_rollover delay to just over a second.
vinay.sajip
- [Python-checkins] cpython: Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl
victor.stinner
- [Python-checkins] cpython: Issue #12167: packaging.tests.support, LoggingCatcher restores correctly the
victor.stinner
- [Python-checkins] cpython: Issue #12167: packaging.tests.test_dist unloads the temporary module
victor.stinner
- [Python-checkins] cpython: move specialized dir implementations into __dir__ methods (closes #12166)
benjamin.peterson
- [Python-checkins] cpython (3.1): Issue #5715: In socketserver, close the server socket in the child process.
charles-francois.natali
- [Python-checkins] cpython (merge 3.1 -> 3.2): Issue #5715: In socketserver, close the server socket in the child process.
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #5715: In socketserver, close the server socket in the child process.
charles-francois.natali
- [Python-checkins] cpython (3.1): generally, sockets should be closed after they're used
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (3.1): use '->' to indicate return values
benjamin.peterson
- [Python-checkins] cpython (2.7): use '->' to indicate return values
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython: indicate return value on __dir__ methods
benjamin.peterson
- [Python-checkins] cpython (3.1): backout 8b384de4e780, so a proper fix can be considered (#5715)
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython: Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentation
victor.stinner
- [Python-checkins] cpython (3.1): Issue #12100: Don't reset incremental encoders of CJK codecs at each call to
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs at
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12100: Don't reset incremental encoders of CJK codecs at
victor.stinner
- [Python-checkins] cpython (2.7): Issue #12100: Don't reset incremental encoders of CJK codecs at each call to
victor.stinner
- [Python-checkins] r88837 - in tracker/instances/python-dev/extensions: local_replace.py test/test_local_replace.py
ezio.melotti
- [Python-checkins] cpython (2.7): Issue #1441530: In imaplib, use makefile() to wrap the SSL socket to avoid
charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #12070: Fix the Makefile parser of the sysconfig module to handle
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module to
victor.stinner
- [Python-checkins] cpython: Issue #1441530: In imaplib, read the data in one chunk to speed up large
charles-francois.natali
- [Python-checkins] cpython (3.1): Issue #12057: Add tests for the HZ encoding
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): (Merge 3.1) Issue #12057: Add tests for the HZ encoding
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12057: Add tests for the HZ encoding
victor.stinner
- [Python-checkins] cpython (2.7): Issue #12057: Add tests for the HZ encoding
victor.stinner
- [Python-checkins] cpython: Fix typo in bz2 module.
nadeem.vawda
- [Python-checkins] cpython (3.1): Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): (Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile and
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12057: Add cjkencodings directory to the Makefile and
victor.stinner
- [Python-checkins] cpython (2.7): Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py
victor.stinner
- [Python-checkins] cpython: Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has been
victor.stinner
- [Python-checkins] cpython: Issue #10818: Remove deprecated pydoc.serve() function
victor.stinner
- [Python-checkins] cpython: Issue #8533: regrtest replaces also sys.stdout on Windows
victor.stinner
- [Python-checkins] cpython: excellent place for assertRaises
benjamin.peterson
- [Python-checkins] cpython: Issue #8407: Fix the signal handler of the signal module: if it is called
victor.stinner
- [Python-checkins] Daily reference leaks (234021dcad93): sum=61
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #12049: test_ssl now checks also that RAND_bytes() raises an error if
victor.stinner
- [Python-checkins] cpython: Issue #12049: Document errors cases of ssl.RAND_bytes() and
victor.stinner
- [Python-checkins] cpython: Issue #12049: cleanup the warning in the random module doc
victor.stinner
- [Python-checkins] cpython: test values and types of (True/False).(imag/real)
benjamin.peterson
- [Python-checkins] cpython: wrap at 80 chars
benjamin.peterson
- [Python-checkins] cpython: make PyImport_ImportModuleLevel's first arg const like similiar functions
benjamin.peterson
- [Python-checkins] cpython: test that object has a __dir__() implementation
benjamin.peterson
- [Python-checkins] cpython: Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().
antoine.pitrou
- [Python-checkins] cpython: Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fails
senthil.kumaran
- [Python-checkins] cpython: News entry for issue11109.
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge commit.
senthil.kumaran
- [Python-checkins] cpython: Fast path for IncrementalNewlineDecoder.decode() in io.TextIOWrapper.read(-1)
victor.stinner
- [Python-checkins] cpython (3.1): Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): (Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12175: FileIO.readall() now raises a ValueError instead of
victor.stinner
- [Python-checkins] cpython (2.7): Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if
victor.stinner
- [Python-checkins] r88838 - in tracker/instances/python-dev/extensions: local_replace.py test/local_replace_data.txt test/test_local_replace.py
ezio.melotti
- [Python-checkins] cpython (3.1): Issue #12175: RawIOBase.readall() now returns None if read() returns None.
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read()
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read()
victor.stinner
- [Python-checkins] cpython (2.7): Issue #12175: RawIOBase.readall() now returns None if read() returns None.
victor.stinner
- [Python-checkins] cpython: Issue #12180: Fixed a few remaining errors in test_packaging when no threading.
tarek.ziade
- [Python-checkins] cpython: Issue #12175: FileIO.readall() now only reads the file position and size once.
victor.stinner
- [Python-checkins] cpython: Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available.
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12090: backport 79fcd71d0356
stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Null merge: changeset is already in 3.3
stefan.krah
- [Python-checkins] r88839 - in tracker/instances/python-dev/extensions: local_replace.py test/local_replace_data.txt
ezio.melotti
- [Python-checkins] devguide: Update section about links in the tracker comments.
ezio.melotti
- [Python-checkins] cpython (2.7): IDLE: #6378: Further adjust idle.bat to start associated Python
kurt.kaiser
- [Python-checkins] Daily reference leaks (12d6460fe77a): sum=384
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true)
victor.stinner
- [Python-checkins] cpython: Remove useless assignments
victor.stinner
- [Python-checkins] cpython: Avoid useless "++" at the end of functions
victor.stinner
- [Python-checkins] cpython: zipimport: initialize fullpath to NULL
victor.stinner
- [Python-checkins] cpython: socket.sendto(): exit directly after setting the error
victor.stinner
- [Python-checkins] cpython: _posixsubprocess.c: don't redefine _GNU_SOURCE if it's already defined
victor.stinner
- [Python-checkins] cpython: set_repr(): handle correctly PyUnicode_FromUnicode() error (MemoryError)
victor.stinner
- [Python-checkins] cpython: print_exception(): handle correctly PyObject_GetAttrString() failure
victor.stinner
- [Python-checkins] cpython: SystemExit_init(): avoid an useless test
victor.stinner
- [Python-checkins] r88840 - in python/branches/release25-maint: Include/patchlevel.h Lib/idlelib/NEWS.txt Lib/idlelib/idlever.py Misc/NEWS README
martin.v.loewis
- [Python-checkins] r88841 - python/tags/r256
martin.v.loewis
- [Python-checkins] cpython: Remove obsolete 'rU' mode in Tools/scripts too (see be5b8d1ded34)
eric.araujo
- [Python-checkins] cpython: Also add versionchanged directive to the function doc (#11591)
eric.araujo
- [Python-checkins] cpython (3.1): Add missing name in pkgutil.__all__
eric.araujo
- [Python-checkins] cpython (3.1): Fix display of html.parser.HTMLParser.feed docstring
eric.araujo
- [Python-checkins] cpython (merge 3.1 -> 3.1): Branch merge
eric.araujo
- [Python-checkins] cpython (3.2): Fix two typos
eric.araujo
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge 3.1
eric.araujo
- [Python-checkins] cpython: Minor cleanup in sysconfig.
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.1 -> 3.1): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge 3.1
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython (2.7): Make test_distutils pass without zlib (fixes #9435)
eric.araujo
- [Python-checkins] cpython (2.7): Fix two typos
eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge
eric.araujo
- [Python-checkins] cpython (2.7): Add missing name in pkgutil.__all__
eric.araujo
- [Python-checkins] cpython (2.7): Fix display of html.parser.HTMLParser.feed docstrin
eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge
eric.araujo
- [Python-checkins] cpython (2.7): raise an ValueError in getvalue() on closed StringIO (closes #12161)
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
benjamin.peterson
- [Python-checkins] cpython: add ack from 2.7
benjamin.peterson
- [Python-checkins] cpython: Move test_packaging news entries to the tests section
eric.araujo
- [Python-checkins] cpython: fix typo
benjamin.peterson
- [Python-checkins] cpython: Issue #8796: codecs.open() calls the builtin open() function instead of using
victor.stinner
- [Python-checkins] cpython: Issue #1625: BZ2File and bz2.decompress() now support multi-stream files.
nadeem.vawda
- [Python-checkins] cpython: Update bz2 docs following issue #1625.
nadeem.vawda
- [Python-checkins] cpython (merge default -> default): Merge heads
nadeem.vawda
- [Python-checkins] Daily reference leaks (170fad802bb9): sum=384
solipsis at pitrou.net
- [Python-checkins] cpython: remove unused string WILFE attribute
benjamin.peterson
- [Python-checkins] cpython: try to use the same str object for all code filenames when compiling or
benjamin.peterson
- [Python-checkins] cpython: Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions
victor.stinner
- [Python-checkins] cpython: Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin
victor.stinner
- [Python-checkins] cpython: reflect with statements with multiple items in the AST (closes #12106)
benjamin.peterson
- [Python-checkins] cpython: bump ast version
benjamin.peterson
- [Python-checkins] cpython (3.1): fix indentation
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (3.1): fix spacing
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython: add some with syntax examples
benjamin.peterson
- [Python-checkins] r88843 - in tracker/instances/python-dev/html: issue.item.html issue.item.js
ezio.melotti
- [Python-checkins] r88844 - tracker/instances/python-dev/html/issue.item.js
ezio.melotti
- [Python-checkins] Daily reference leaks (c4ddb460f4f2): sum=328
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #9670: Increase the default stack size for secondary threads on
ned.deily
- [Python-checkins] cpython (3.1): Issue #9670: Increase the default stack size for secondary threads on
ned.deily
- [Python-checkins] cpython (merge 3.1 -> 3.2): Issue #9670: Increase the default stack size for secondary threads on
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #9670: Increase the default stack size for secondary threads on
ned.deily
- [Python-checkins] cpython (3.1): Issue #985064: Make plistlib more resilient to faulty input plists.
ned.deily
- [Python-checkins] cpython (merge 3.1 -> 3.2): Issue #985064: Make plistlib more resilient to faulty input plists.
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #985064: Make plistlib more resilient to faulty input plists.
ned.deily
- [Python-checkins] cpython (2.5): r88824: Prepare for 2.5.6c1.
martin.v.loewis
- [Python-checkins] cpython (2.5): r88828: Fix year.
martin.v.loewis
- [Python-checkins] cpython (2.5): r88840: Prepare for 2.5.6.
martin.v.loewis
- [Python-checkins] cpython (2.5): Added tag v2.5.6 for changeset de34c7b097e8
martin.v.loewis
- [Python-checkins] cpython (2.5): Added tag v2.5.6c1 for changeset a87c7b96672b
martin.v.loewis
- [Python-checkins] cpython (merge 2.5 -> 2.5): merge 2.5.6c1 tag
martin.v.loewis
- [Python-checkins] cpython (merge 2.5 -> 2.6): Nearly null-merge 2.5.6
martin.v.loewis
- [Python-checkins] cpython (merge 2.6 -> 2.7): Nearly null-merge 2.5.6
martin.v.loewis
- [Python-checkins] cpython (2.7): Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,
ned.deily
- [Python-checkins] cpython (3.2): Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,
ned.deily
- [Python-checkins] cpython (3.2): Fix ProcessTestCasePOSIXPurePython to test the module from import when
gregory.p.smith
- [Python-checkins] cpython: Fix ProcessTestCasePOSIXPurePython to test the module from import when
gregory.p.smith
- [Python-checkins] cpython: The _posixsubprocess module is now required on POSIX.
gregory.p.smith
- [Python-checkins] cpython: follow on to the last commit, remove the final POSIXPurePythonTestCase
gregory.p.smith
- [Python-checkins] Daily reference leaks (c5bd972391cd): sum=384
solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.2 -> default): Null merge to record previous incorrecly merged changeset from 3.2 branch:
ned.deily
- [Python-checkins] cpython (2.7): Issue #12205: Fix test_subprocess failure due to uninstalled test data.
ned.deily
- [Python-checkins] cpython (3.1): Issue #12205: Fix test_subprocess failure due to uninstalled test data.
ned.deily
- [Python-checkins] cpython (merge 3.1 -> 3.2): Record null merge of Issue #12205
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Record null merge of Issue #12205
ned.deily
- [Python-checkins] cpython: Issue #12196: Add PIPE_MAX_SIZE to test.support, constant larger than the
charles-francois.natali
- [Python-checkins] cpython: Explain that INET is IPv4 and STREAM is TCP.
martin.v.loewis
- [Python-checkins] cpython: Use bytes in myreceive.
martin.v.loewis
- [Python-checkins] cpython (2.7): Fix test_distutils when sys.dont_write_bytecode is true (#9831).
eric.araujo
- [Python-checkins] cpython (2.7): Backport doc improvements for distutils.cmd.Command (#9223).
eric.araujo
- [Python-checkins] cpython (2.7): Re-add missing doc stub for the distutils check command
eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge
eric.araujo
- [Python-checkins] cpython (3.1): Add missing closing paren
eric.araujo
- [Python-checkins] cpython (3.1): Minor doc addition for clarity
eric.araujo
- [Python-checkins] cpython (3.1): Fix test_build_py when sys.dont_write_bytecode is true (#9831).
eric.araujo
- [Python-checkins] cpython (3.1): Minor touch-ups in distutils.cmd.Command doc
eric.araujo
- [Python-checkins] cpython (3.1): Re-add missing doc stub for the distutils check command
eric.araujo
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge doc touch-ups and fixes for #9831 and #9223 from 3.1
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2
eric.araujo
- [Python-checkins] cpython: Port r86353 to packaging (#10359: “;” after function definition is invalid
eric.araujo
- [Python-checkins] cpython: Improve example for crypt module. No string exceptions..
eric.araujo
- [Python-checkins] cpython: Put version* directives at the right scope
eric.araujo
- [Python-checkins] cpython (3.2): Fix typos in Misc/NEWS
eric.araujo
- [Python-checkins] cpython (3.1): Don’t misuse “package data” in pprint example
eric.araujo
- [Python-checkins] cpython (3.1): Fix typo in 0311f62714f7
eric.araujo
- [Python-checkins] cpython (merge 3.1 -> 3.1): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge 3.1
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython: unify TryExcept and TryFinally (closes #12199)
benjamin.peterson
- [Python-checkins] cpython: bump ast version
benjamin.peterson
- [Python-checkins] cpython: Issue #12196: Add pipe2() to the os module.
charles-francois.natali
- [Python-checkins] cpython: Skip test_pipe2 on Linux kernels older than 2.6.27.
charles-francois.natali
- [Python-checkins] cpython (3.1): bump to 3.1.4rc1
benjamin.peterson
- [Python-checkins] cpython (3.1): update pydoc-topics
benjamin.peterson
- [Python-checkins] cpython (3.1): Added tag v3.1.4rc1 for changeset 32fcb9e94985
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (2.7): bump to 2.7.2rc1
benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.2rc1 for changeset f48756685406
benjamin.peterson
- [Python-checkins] cpython: Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
ned.deily
- [Python-checkins] cpython: Issue #10736: Revert changeset de4d34a95603 as it causes failures with
ned.deily
- [Python-checkins] cpython: Miscellaneous cleanups to bz2 and test_bz2 following issue #1625.
nadeem.vawda
- [Python-checkins] cpython: Remove unused data from test_bz2.
nadeem.vawda
- [Python-checkins] cpython: Issue #1625: Add stream ordering test to test_bz2.
nadeem.vawda
- [Python-checkins] cpython: Simplify line-oriented tests in test_bz2.
nadeem.vawda
- [Python-checkins] devguide: spelling #12212
benjamin.peterson
- [Python-checkins] Daily reference leaks (3089f7ff9b30): sum=61
solipsis at pitrou.net
- [Python-checkins] cpython: a resource module for 2 functions is overkill. database is the right place for
tarek.ziade
- [Python-checkins] cpython: cleanup packaging.database
tarek.ziade
- [Python-checkins] cpython: Cleaned up the installer output behavior.
tarek.ziade
- [Python-checkins] cpython: removed spurious output
tarek.ziade
- [Python-checkins] cpython: displaying the faulty project name is a good idea
tarek.ziade
- [Python-checkins] cpython: Increases some test timeouts to fix issue 11864.
brian.quinlan
- [Python-checkins] cpython: use better naming scheme
benjamin.peterson
- [Python-checkins] cpython: don't restrict unexpected EOF errors to the first line (closes #12216)
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: Issue 12218: Removing wsgiref.egg-info
tarek.ziade
- [Python-checkins] cpython: fixed the test_uninstall patch
tarek.ziade
- [Python-checkins] cpython: Update the ACKS file with the packaging contributors
alexis.metaireau
- [Python-checkins] cpython: Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls
victor.stinner
- [Python-checkins] cpython: Close #12089: Remove outdated and unused code from regrtest.
victor.stinner
- [Python-checkins] cpython: Close #12028: Make threading._get_ident() public, rename it to
victor.stinner
- [Python-checkins] cpython: Close #10616: mention bytes and bytearray in PyObject_AsCharBuffer() error
victor.stinner
- [Python-checkins] cpython: Issue #12028: fix NEWS entry
victor.stinner
- [Python-checkins] cpython: better UI when the user does not have the perms to remove the project
tarek.ziade
- [Python-checkins] cpython (2.7): Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12016: my_fgets() now always clears errors before calling
victor.stinner
- [Python-checkins] cpython (2.7): Issue #1195: fix the issue number of the NEWS entry
victor.stinner
- [Python-checkins] cpython (3.2): Issue #1195: fix the issue number of the NEWS entry
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #1195: fix the issue number of the NEWS entry
victor.stinner
- [Python-checkins] cpython (2.7): Issue #12057: Add tests for ISO 2022 codecs
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12057: Add tests for ISO 2022 codecs
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12057: Add tests for ISO 2022 codecs
victor.stinner
- [Python-checkins] cpython: add tests for negative with conjugate
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] Daily reference leaks (94066c3e2236): sum=343
solipsis at pitrou.net
- [Python-checkins] cpython: promoted pysetup3 to a top-level script
tarek.ziade
- [Python-checkins] cpython: improved pysetup list UI
tarek.ziade
- [Python-checkins] [Python-Dev] cpython: Close #12028: Make threading._get_ident() public, rename it to
Nick Coghlan
- [Python-checkins] cpython: Tidy up the additional string module tests added at the Pycon sprints (closes
nick.coghlan
- [Python-checkins] cpython: make sure we check for write access before starting the install, and add
tarek.ziade
- [Python-checkins] cpython: code cleanup in packaging.run
tarek.ziade
- [Python-checkins] r88845 - sandbox/trunk/setuptools/README.txt
phillip.eby
- [Python-checkins] r88846 - sandbox/branches/setuptools-0.6/README.txt
phillip.eby
- [Python-checkins] cpython: Issue #8407: test_signal doesn't check signal delivery order
victor.stinner
Last message date:
Tue May 31 22:31:46 CEST 2011
Archived on: Sun Jul 29 22:23:31 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).