Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add pattern to .hgignore in order to mask PC/generrmap.exe | Antoine Pitrou | 2011-08-27 | 1 | -0/+1 |
|\ | |||||
| * | Add pattern to .hgignore in order to mask PC/generrmap.exe | Antoine Pitrou | 2011-08-27 | 1 | -0/+1 |
| | | |||||
* | | Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. ↵ | Nick Coghlan | 2011-08-27 | 2 | -3/+6 |
| | | | | | | | | Not backported, since it could break cases where people worked around the old POSIX-specific behaviour on non-POSIX platforms. | ||||
* | | Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL ↵ | Nick Coghlan | 2011-08-27 | 3 | -0/+26 |
| | | | | | | | | wrapped sockets (Patch by David Watson) | ||||
* | | Merge: Make regrtest complain when -M and -j are used together. | Nadeem Vawda | 2011-08-27 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | | | | | -j doesn't pass the memlimit on to child processes, so this doesn't work at present, and even if it did, running multiple bigmem tests at once would usually not be desirable (since you generally want to devote as much of the available RAM as possible to each test). | ||||
| * | Make regrtest complain when -M and -j are used together. | Nadeem Vawda | 2011-08-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | -j doesn't pass the memlimit on to child processes, so this doesn't work at present, and even if it did, running multiple bigmem tests at once would usually not be desirable (since you generally want to devote as much of the available RAM as possible to each test). | ||||
* | | Merge from 3.2 (change already committed in py3k) | Éric Araujo | 2011-08-26 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Remove outdated pointer to optparse (fixes #11360). | Éric Araujo | 2011-08-26 | 1 | -3/+0 |
| | | | | | | | | The doc already points to argparse. | ||||
* | | Merge 3.2 | Éric Araujo | 2011-08-26 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Branch merge | Éric Araujo | 2011-08-26 | 1 | -0/+4 |
| |\ | |||||
* | \ | Branch merge | Éric Araujo | 2011-08-26 | 6 | -69/+82 |
|\ \ \ | |||||
| * | | | Synchronize packaging docs with distutils’ (includes fix for #9302) | Éric Araujo | 2011-08-25 | 3 | -33/+42 |
| | | | | |||||
| * | | | Merge from 3.2 (#9302 fix and other changes) | Éric Araujo | 2011-08-25 | 3 | -33/+38 |
| |\ \ \ | | |/ / | |||||
| | * | | Document the "optional" argument of distutils’ Extension class | Éric Araujo | 2011-08-25 | 1 | -0/+5 |
| | | | | |||||
| | * | | Fix type information in distutils API reference (#9302). | Éric Araujo | 2011-08-25 | 2 | -28/+29 |
| | | | | | | | | | | | | | | | | Initial patch by Yue Shuaijie. | ||||
| | * | | Make the list of docs contributors sorted again | Éric Araujo | 2011-08-25 | 1 | -2/+2 |
| | | | | |||||
| | * | | Turn two ifs into one in the code I commited a few days ago | Éric Araujo | 2011-08-25 | 1 | -3/+2 |
| | | | | |||||
| * | | | Minor code simplification | Éric Araujo | 2011-08-25 | 1 | -3/+2 |
| | | | | |||||
* | | | | Issue #12333: fix test_distutils failures under Solaris and derivatives | Antoine Pitrou | 2011-08-25 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Issue #12333: fix test_distutils failures under Solaris and derivatives | Antoine Pitrou | 2011-08-25 | 1 | -0/+4 |
| |/ | |||||
* | | Another (hopefully last) fix for test_packaging on Windws (#12678) | Éric Araujo | 2011-08-25 | 1 | -3/+13 |
| | | |||||
* | | Followup to cdc6c1b072a5: I forgot to "hg add" the test files | Antoine Pitrou | 2011-08-25 | 2 | -0/+51 |
| | | |||||
* | | Issue #12803: SSLContext.load_cert_chain() now accepts a password argument | Antoine Pitrou | 2011-08-25 | 5 | -22/+227 |
| | | | | | | | | to be used if the private key is encrypted. Patch by Adam Simpkins. | ||||
* | | Merge 3.2. | Georg Brandl | 2011-08-25 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Close #12838: fix range() call. | Georg Brandl | 2011-08-25 | 1 | -1/+1 |
| | | |||||
* | | Issue #12656: Really fix test_asyncore failures on Windows buildbots... | Charles-François Natali | 2011-08-24 | 1 | -1/+2 |
| | | |||||
* | | Issue #12656: Fix test_asyncore failures on Windows buildbots. | Charles-François Natali | 2011-08-24 | 1 | -5/+7 |
| | | |||||
* | | Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore. | Charles-François Natali | 2011-08-24 | 2 | -46/+87 |
| | | |||||
* | | sock_sendmsg/sock_recvmsg: Use {0} to 0-initialize aggregate types with | Charles-François Natali | 2011-08-24 | 1 | -7/+2 |
| | | | | | | | | automatic storage class. | ||||
* | | Issue12810: Remove check for negative unsigned value in socketmodule.c. Patch | Charles-François Natali | 2011-08-24 | 2 | -1/+2 |
| | | | | | | | | by Joel Stanley. | ||||
* | | Fix test_packaging on Windows (#12678). | Éric Araujo | 2011-08-24 | 2 | -4/+16 |
| | | | | | | | | See the distutils commit message for more detail. | ||||
* | | Merge distutils bug fix from 3.2 | Éric Araujo | 2011-08-23 | 3 | -23/+30 |
|\ \ | |/ | |||||
| * | Fix distutils tests on Windows (#12678). | Éric Araujo | 2011-08-23 | 3 | -23/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - First, support.fixup_build_ext (already used to set proper library_dirs value under Unix shared builds) gains the ability to correctly set the debug attribute under Windows debug builds. - Second, the filename for the extension module gets a _d suffix under debug builds. - Third, the test code properly puts our customized build_ext object into an internal dictionary to make sure that the install command will later use our object instead of re-creating one. That’s the downside of using low-level APIs in our test code: we have to manually push knobs and turn handles that would otherwise be handled behind the scenes. Thanks to Nadeem for the testing. | ||||
| * | Merge | Antoine Pitrou | 2011-08-23 | 2 | -6/+8 |
| |\ | |||||
* | \ | Branch merge | Éric Araujo | 2011-08-23 | 2 | -19/+18 |
|\ \ \ | |||||
| * | | | Try to fix packaging tests using build_ext on Windows (#12678) | Éric Araujo | 2011-08-23 | 2 | -19/+18 |
| | | | | |||||
* | | | | Merge | Antoine Pitrou | 2011-08-23 | 4 | -4/+86 |
|\ \ \ \ | |||||
| * \ \ \ | Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. | Antoine Pitrou | 2011-08-23 | 4 | -4/+86 |
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | Also added some tests. | ||||
| | * | | | Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. | Antoine Pitrou | 2011-08-23 | 3 | -3/+86 |
| | | | | | | | | | | | | | | | | | | | | Also added some tests. | ||||
| | * | | | A warning doesn't equate a failed test | Antoine Pitrou | 2011-08-23 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | (this broken -F with e.g. test_multiprocessing) | ||||
* | | | | | Null merge. | Charles-François Natali | 2011-08-23 | 0 | -0/+0 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | Issue #12821: Fix test_fcntl failures on OpenBSD 5. | Charles-François Natali | 2011-08-23 | 2 | -6/+8 |
| |/ / | |||||
* | | | Remove the SSLSocket versions of sendmsg/recvmsg due to lack of proper tests ↵ | Nick Coghlan | 2011-08-23 | 2 | -40/+0 |
| | | | | | | | | | | | | and documentation in conjunction with lack of any known use cases (see issue #6560 for details) | ||||
* | | | Close #12826: fix socketmodule.c for OpenBSD, include sys/uio.h | Victor Stinner | 2011-08-23 | 2 | -0/+5 |
| |/ |/| | | | | | Patch written by Remi Pointel. | ||||
* | | #12191: added entry in What's New (+ small editing on shutil section) | Sandro Tosi | 2011-08-22 | 1 | -3/+6 |
| | | |||||
* | | #6484: refactor a bit the tests. | Ezio Melotti | 2011-08-22 | 1 | -52/+70 |
| | | |||||
* | | #12191: fix build failures, explicitly passing group argument when I want to ↵ | Sandro Tosi | 2011-08-22 | 1 | -2/+2 |
| | | | | | | | | test it | ||||
* | | Merge indentation fix and skip decorator with 3.2. | Ezio Melotti | 2011-08-22 | 1 | -24/+28 |
|\ \ | |/ | |||||
| * | Fix indentation and add a skip decorator. | Ezio Melotti | 2011-08-22 | 1 | -24/+28 |
| | | |||||
* | | #12191: add shutil.chown() to change user and/or group owner of a given path ↵ | Sandro Tosi | 2011-08-22 | 5 | -0/+110 |
| | | | | | | | | also specifying their names. |