]> granicus.if.org Git - python/shortlog
python
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-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
2011-08-22 Nick CoghlanAdd support for the send/recvmsg API to the socket...
2011-08-21 Nadeem VawdaNull merge; fix already present in default branch.
2011-08-21 Nadeem VawdaIssue #12678: Fix distutils sdist test on Windows.
2011-08-21 Éric AraujoFix test_command_install_dist in shared Python builds
2011-08-21 Éric AraujoFactor out the build_ext fixup for shared Python builds.
2011-08-21 Éric AraujoRemove obsolete code
2011-08-21 Éric AraujoMerge build_ext fix from 3.2
2011-08-21 Éric AraujoFix distutils test_install for shared CPython builds
2011-08-21 Éric AraujoFactor out the build_ext fixup for shared Python builds.
2011-08-21 Nadeem VawdaUpdate README section on testing following issue #11651.
2011-08-21 Nadeem VawdaIssue #12804: Prevent "make test" from using network...
2011-08-21 Éric AraujoMerge 3.2
2011-08-21 Éric AraujoAdd missing name in shutil
2011-08-21 Éric AraujoMerge 3.2
2011-08-21 Éric AraujoAdd missing closing paren in docstring (thanks Ezio)
2011-08-21 Charles-François... Issue #12783: Fix test_posix failures on FreeBSD buildb...
2011-08-21 Victor StinnerIssue #12326: update sys.platform doc for Linux
2011-08-20 Victor StinnerIssue #12326: refactor usage of sys.platform
2011-08-20 Sandro Tosi#5301: merge with 3.2
2011-08-20 Sandro Tosi#5301: add image/vnd.microsoft.icon (.ico) MIME type
2011-08-20 Victor StinnerIssue #12326: woops, I really mean 'linux', not 'linux2'
2011-08-20 Victor StinnerClose #12326: sys.platform is now always 'linux' on...
2011-08-20 Éric AraujoMerge 3.2
2011-08-20 Éric AraujoBranch merge
2011-08-20 Éric AraujoBranch merge
2011-08-20 Éric AraujoBranch merge
2011-08-20 Éric AraujoFix sdist test on Windows (#12678). Patch by Jeremy...
2011-08-20 Antoine PitrouIssue #12213: make it clear that BufferedRWPair shouldn...
2011-08-20 Antoine PitrouIssue #12213: make it clear that BufferedRWPair shouldn...
next