summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Clean up packaging.util: add __all__, remove some unused functions.Éric Araujo2011-09-018-144/+42
* Merge fix for #10086 from 3.2Éric Araujo2011-08-311-2/+2
|\
| * Fix test_sysconfig when run from a Python installed under /site (#10086).Éric Araujo2011-08-311-2/+2
* | Fix packaging command registry to let Windows machines find bdist_msiÉric Araujo2011-08-311-2/+7
* | Branch mergeÉric Araujo2011-08-313-122/+109
|\ \
| * | Move help texts near to the function they’re related toÉric Araujo2011-08-301-121/+101
| * | Fix typo I introduced in f93acf8844ecÉric Araujo2011-08-301-1/+1
| * | Update list of trove classifiers to match PyPIÉric Araujo2011-08-301-0/+7
* | | Remove unused variableAmaury Forgeot d'Arc2011-08-301-1/+0
* | | Try to fix one of the bigmem tests in test_pickleAntoine Pitrou2011-08-301-0/+5
|\ \ \ | | |/ | |/|
| * | Try to fix one of the bigmem tests in test_pickleAntoine Pitrou2011-08-301-0/+5
* | | Merge from 3.2:Amaury Forgeot d'Arc2011-08-302-0/+56
|\ \ \ | |/ /
| * | Issue #11241: subclasses of ctypes.Array can now be subclassed.Amaury Forgeot d'Arc2011-08-301-0/+52
| * | Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed toAmaury Forgeot d'Arc2011-08-301-0/+4
| * | Branch mergeÉric Araujo2011-08-304-25/+40
| |\ \
* | | | Remove misleading comment and code.Antoine Pitrou2011-08-301-2/+1
| |_|/ |/| |
* | | Branch mergeÉric Araujo2011-08-3017-194/+140
|\ \ \
| * | | Make bdist_* commands respect --skip-build passed to bdist (#10946).Éric Araujo2011-08-294-33/+26
| * | | Remove obsolete mentions of the compress program and .Z archives.Éric Araujo2011-08-293-25/+22
| * | | Merge fix for #10946 from 3.2Éric Araujo2011-08-294-25/+40
| |\ \ \ | | | |/ | | |/|
| | * | Make bdist_* commands respect --skip-build passed to bdist (#10946)Éric Araujo2011-08-294-25/+40
| * | | 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-291-11/+7
| * | | Cleanup: use sys.version_info instead of convoluted hexversion lshiftsÉric Araujo2011-08-291-11/+6
* | | | Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments inAntoine Pitrou2011-08-292-0/+18
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments inAntoine Pitrou2011-08-292-0/+18
* | | | Issue #11564: Avoid crashes when trying to pickle huge objects or containersAntoine Pitrou2011-08-293-9/+110
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Issue #11564: Avoid crashes when trying to pickle huge objects or containersAntoine Pitrou2011-08-293-9/+111
| |/
* | 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
* | Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not...Nick Coghlan2011-08-271-3/+3
* | Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrappe...Nick Coghlan2011-08-272-0/+22
* | 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
| * Branch mergeÉric Araujo2011-08-261-0/+4
| |\
* | \ Branch mergeÉric Araujo2011-08-262-6/+4
|\ \ \
| * \ \ Merge from 3.2 (#9302 fix and other changes)Éric Araujo2011-08-251-3/+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-251-0/+57
* | 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
* | Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore.Charles-François Natali2011-08-241-46/+85