]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2011-09-01  Benjamin Petersonmerge 3.2 (null)
2011-09-01  Benjamin Petersonexpose linux extended file system attributes (closes...
2011-09-01  Benjamin Petersonaccept bytes for the AST 'string' type
2011-08-31  Éric AraujoMerge fix for #10086 from 3.2
2011-08-31  Éric AraujoFix test_sysconfig when run from a Python installed...
2011-08-31  Éric AraujoFix packaging command registry to let Windows machines...
2011-08-31  Éric AraujoBranch merge
2011-08-30  Amaury Forgeot... Remove unused variable
2011-08-30  Antoine PitrouTry to fix one of the bigmem tests in test_pickle
2011-08-30  Antoine PitrouTry to fix one of the bigmem tests in test_pickle
2011-08-30  Éric AraujoMove help texts near to the function they’re related to
2011-08-30  Éric AraujoFix typo I introduced in f93acf8844ec
2011-08-30  Amaury Forgeot... Merge from 3.2:
2011-08-30  Amaury Forgeot... Issue #11241: subclasses of ctypes.Array can now be...
2011-08-30  Amaury Forgeot... Issue #9651: Fix a crash when ctypes.create_string_buff...
2011-08-30  Éric AraujoUpdate list of trove classifiers to match PyPI
2011-08-30  Antoine PitrouRemove misleading comment and code.
2011-08-30  Éric AraujoMerge 3.2
2011-08-30  Éric AraujoBranch merge
2011-08-30  Éric AraujoBranch merge
2011-08-29  Éric AraujoMake bdist_* commands respect --skip-build passed to...
2011-08-29  Éric AraujoRemove obsolete mentions of the compress program and...
2011-08-29  Éric AraujoMerge fix for #10946 from 3.2
2011-08-29  Éric AraujoRemove display options (--name, etc.) from the Distribu...
2011-08-29  Éric AraujoCleanup: move code out of a try block
2011-08-29  Antoine PitrouIssue #12847: Fix a crash with negative PUT and LONG_BI...
2011-08-29  Antoine PitrouIssue #12847: Fix a crash with negative PUT and LONG_BI...
2011-08-29  Antoine PitrouIssue #11564: Avoid crashes when trying to pickle huge...
2011-08-29  Antoine PitrouIssue #11564: Avoid crashes when trying to pickle huge...
2011-08-29  Éric AraujoPrint all fields when calling “pysetup metadata” withou...
2011-08-29  Éric AraujoMake bdist_* commands respect --skip-build passed to...
2011-08-29  Éric AraujoCleanup: use sys.version_info instead of convoluted...
2011-08-29  Éric Araujo3.3 whatsnew: fix markup, add stub for new crypt features
2011-08-28  Charles-François... Issue #12837: POSIX.1-2008 allows socklen_t to be a...
2011-08-28  Charles-François... Issue #12287: Fix a stack corruption in ossaudiodev...
2011-08-28  Charles-François... Issue #12287: Fix a stack corruption in ossaudiodev...
2011-08-28  Nadeem VawdaMerge: #12839: Fix crash in zlib module due to version...
2011-08-28  Nadeem VawdaIssue #12839: Fix crash in zlib module due to version...
2011-08-27  Antoine PitrouMake tests faster by reaping threads only at the end
2011-08-27  Antoine PitrouMake tests faster by reaping threads only at the end
2011-08-27  Antoine PitrouProvide a better diagnosis on socket errors
2011-08-27  Antoine PitrouProvide a better diagnosis on socket errors
2011-08-27  Antoine PitrouAdd pattern to .hgignore in order to mask PC/generrmap.exe
2011-08-27  Antoine PitrouAdd pattern to .hgignore in order to mask PC/generrmap.exe
2011-08-27  Nick CoghlanFix #9923: mailcap now uses the OS path separator for...
2011-08-27  Nick CoghlanFix #12835: prevent use of the unencrypted sendmsg...
2011-08-27  Nadeem VawdaMerge: Make regrtest complain when -M and -j are used...
2011-08-27  Nadeem VawdaMake regrtest complain when -M and -j are used together.
2011-08-26  Éric AraujoMerge from 3.2 (change already committed in py3k)
2011-08-26  Éric AraujoRemove outdated pointer to optparse (fixes #11360).
2011-08-26  Éric AraujoMerge 3.2
2011-08-26  Éric AraujoBranch merge
2011-08-26  Éric AraujoBranch merge
2011-08-25  Éric AraujoSynchronize packaging docs with distutils’ (includes...
2011-08-25  Éric AraujoMerge from 3.2 (#9302 fix and other changes)
2011-08-25  Éric AraujoDocument the "optional" argument of distutils’ Extensio...
2011-08-25  Éric AraujoFix type information in distutils API reference (#9302).
2011-08-25  Éric AraujoMake the list of docs contributors sorted again
2011-08-25  Éric AraujoMinor code simplification
2011-08-25  Éric AraujoTurn two ifs into one in the code I commited a few...
2011-08-25  Antoine PitrouIssue #12333: fix test_distutils failures under Solaris...
2011-08-25  Antoine PitrouIssue #12333: fix test_distutils failures under Solaris...
2011-08-25  Éric AraujoAnother (hopefully last) fix for test_packaging on...
2011-08-25  Antoine PitrouFollowup to cdc6c1b072a5: I forgot to "hg add" the...
2011-08-25  Antoine PitrouIssue #12803: SSLContext.load_cert_chain() now accepts...
2011-08-25  Georg BrandlMerge 3.2.
2011-08-25  Georg BrandlClose #12838: fix range() call.
2011-08-24  Charles-François... Issue #12656: Really fix test_asyncore failures on...
2011-08-24  Charles-François... Issue #12656: Fix test_asyncore failures on Windows...
2011-08-24  Charles-François... Issue #12656: Add tests for IPv6 and Unix sockets to...
2011-08-24  Charles-François... sock_sendmsg/sock_recvmsg: Use {0} to 0-initialize...
2011-08-24  Charles-François... Issue12810: Remove check for negative unsigned value...
2011-08-24  Éric AraujoFix test_packaging on Windows (#12678).
2011-08-23  Éric AraujoMerge distutils bug fix from 3.2
2011-08-23  Éric AraujoFix distutils tests on Windows (#12678).
2011-08-23  Éric AraujoBranch merge
2011-08-23  Éric AraujoTry to fix packaging tests using build_ext on Windows...
2011-08-23  Antoine PitrouMerge
2011-08-23  Charles-François... Null merge.
2011-08-23  Antoine PitrouMerge
2011-08-23  Antoine PitrouIssue #11657: Fix sending file descriptors over 255...
2011-08-23  Charles-François... Issue #12821: Fix test_fcntl failures on OpenBSD 5.
2011-08-23  Antoine PitrouIssue #11657: Fix sending file descriptors over 255...
2011-08-23  Antoine PitrouA warning doesn't equate a failed test
2011-08-23  Nick CoghlanRemove the SSLSocket versions of sendmsg/recvmsg due...
2011-08-23  Victor StinnerClose #12826: fix socketmodule.c for OpenBSD, include...
2011-08-22  Sandro Tosi#12191: added entry in What's New (+ small editing...
2011-08-22  Ezio Melotti#6484: refactor a bit the tests.
2011-08-22  Sandro Tosi#12191: fix build failures, explicitly passing group...
2011-08-22  Ezio MelottiMerge indentation fix and skip decorator with 3.2.
2011-08-22  Ezio MelottiFix indentation and add a skip decorator.
2011-08-22  Sandro Tosi#12191: add shutil.chown() to change user and/or group...
2011-08-22  Ezio Melotti#9200: merge with 3.2.
2011-08-22  Ezio Melotti#10542: Add 4 macros to work with surrogates: Py_UNICOD...
2011-08-22  Ezio Melotti#9200: The str.is* methods now work with strings that...
2011-08-22  Nadeem VawdaFix deprecation warnings in test_socket.
2011-08-22  Nick CoghlanCredit patch authors in NEWS for #6560
2011-08-22  Nick CoghlanFix #12811 by closing files promptly in tabnanny.check...
2011-08-22  Nick CoghlanAdd unit tests for the mailcap module. Patch by Gregory...
2011-08-22  Nick CoghlanAttempt to address Windows buildbot failures
next