summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Branch mergeÉric Araujo2011-08-3022-211/+158
|\
| * Make bdist_* commands respect --skip-build passed to bdist (#10946).Éric Araujo2011-08-295-34/+28
| * Remove obsolete mentions of the compress program and .Z archives.Éric Araujo2011-08-295-40/+27
| * Merge fix for #10946 from 3.2Éric Araujo2011-08-295-25/+43
| |\
| | * Make bdist_* commands respect --skip-build passed to bdist (#10946)Éric Araujo2011-08-295-25/+43
| * | Remove display options (--name, etc.) from the Distribution class.Éric Araujo2011-08-295-87/+35
| * | Cleanup: move code out of a try blockÉric Araujo2011-08-291-4/+6
| * | Print all fields when calling “pysetup metadata” without options.Éric Araujo2011-08-292-12/+8
| * | Cleanup: use sys.version_info instead of convoluted hexversion lshiftsÉric Araujo2011-08-291-11/+6
| * | 3.3 whatsnew: fix markup, add stub for new crypt featuresÉric Araujo2011-08-291-1/+8
* | | Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments inAntoine Pitrou2011-08-294-1/+31
|\ \ \
| * | | Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments inAntoine Pitrou2011-08-294-1/+31
* | | | Issue #11564: Avoid crashes when trying to pickle huge objects or containersAntoine Pitrou2011-08-295-81/+216
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Issue #11564: Avoid crashes when trying to pickle huge objects or containersAntoine Pitrou2011-08-295-81/+217
| |/
* | Issue #12837: POSIX.1-2008 allows socklen_t to be a signed integer: re-enableCharles-François Natali2011-08-281-1/+2
* | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD isCharles-François Natali2011-08-286-19/+21
|\ \ | |/
| * Issue #12287: Fix a stack corruption in ossaudiodev module when the FD isCharles-François Natali2011-08-286-19/+21
* | Merge: #12839: Fix crash in zlib module due to version mismatch.Nadeem Vawda2011-08-283-1/+11
|\ \ | |/
| * Issue #12839: Fix crash in zlib module due to version mismatch.Nadeem Vawda2011-08-283-1/+11
* | Make tests faster by reaping threads only at the endAntoine Pitrou2011-08-271-4/+1
|\ \ | |/
| * Make tests faster by reaping threads only at the endAntoine Pitrou2011-08-271-4/+1
* | Provide a better diagnosis on socket errorsAntoine Pitrou2011-08-271-2/+4
|\ \ | |/
| * Provide a better diagnosis on socket errorsAntoine Pitrou2011-08-271-2/+4
* | Add pattern to .hgignore in order to mask PC/generrmap.exeAntoine Pitrou2011-08-271-0/+1
|\ \ | |/
| * Add pattern to .hgignore in order to mask PC/generrmap.exeAntoine Pitrou2011-08-271-0/+1
* | Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not...Nick Coghlan2011-08-272-3/+6
* | Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrappe...Nick Coghlan2011-08-273-0/+26
* | Merge: Make regrtest complain when -M and -j are used together.Nadeem Vawda2011-08-271-0/+2
|\ \ | |/
| * Make regrtest complain when -M and -j are used together.Nadeem Vawda2011-08-271-0/+2
* | Merge from 3.2 (change already committed in py3k)Éric Araujo2011-08-260-0/+0
|\ \ | |/
| * Remove outdated pointer to optparse (fixes #11360).Éric Araujo2011-08-261-3/+0
* | Merge 3.2Éric Araujo2011-08-260-0/+0
|\ \ | |/
| * Branch mergeÉric Araujo2011-08-261-0/+4
| |\
* | \ Branch mergeÉric Araujo2011-08-266-69/+82
|\ \ \
| * | | Synchronize packaging docs with distutils’ (includes fix for #9302)Éric Araujo2011-08-253-33/+42
| * | | Merge from 3.2 (#9302 fix and other changes)Éric Araujo2011-08-253-33/+38
| |\ \ \ | | |/ /
| | * | Document the "optional" argument of distutils’ Extension classÉric Araujo2011-08-251-0/+5
| | * | Fix type information in distutils API reference (#9302).Éric Araujo2011-08-252-28/+29
| | * | Make the list of docs contributors sorted againÉric Araujo2011-08-251-2/+2
| | * | Turn two ifs into one in the code I commited a few days agoÉric Araujo2011-08-251-3/+2
| * | | Minor code simplificationÉric Araujo2011-08-251-3/+2
* | | | Issue #12333: fix test_distutils failures under Solaris and derivativesAntoine Pitrou2011-08-251-0/+4
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #12333: fix test_distutils failures under Solaris and derivativesAntoine Pitrou2011-08-251-0/+4
| |/
* | Another (hopefully last) fix for test_packaging on Windws (#12678)Éric Araujo2011-08-251-3/+13
* | Followup to cdc6c1b072a5: I forgot to "hg add" the test filesAntoine Pitrou2011-08-252-0/+51
* | Issue #12803: SSLContext.load_cert_chain() now accepts a password argumentAntoine Pitrou2011-08-255-22/+227
* | Merge 3.2.Georg Brandl2011-08-251-1/+1
|\ \ | |/
| * Close #12838: fix range() call.Georg Brandl2011-08-251-1/+1
* | Issue #12656: Really fix test_asyncore failures on Windows buildbots...Charles-François Natali2011-08-241-1/+2
* | Issue #12656: Fix test_asyncore failures on Windows buildbots.Charles-François Natali2011-08-241-5/+7