Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Fix typo in bz2 module. | Nadeem Vawda | 2011-05-24 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | (Merge 3.2) Issue #12057: Add tests for the HZ encoding | Victor Stinner | 2011-05-24 | 3 | -0/+33 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | (Merge 3.1) Issue #12057: Add tests for the HZ encoding | Victor Stinner | 2011-05-24 | 3 | -0/+33 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | Issue #12057: Add tests for the HZ encoding | Victor Stinner | 2011-05-24 | 3 | -0/+33 | |
| | | | | | | | | ||||||
* | | | | | | | | Issue #1441530: In imaplib, read the data in one chunk to speed up large | Charles-François Natali | 2011-05-24 | 2 | -9/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reads and simplify code. | |||||
* | | | | | | | | (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module to | Victor Stinner | 2011-05-24 | 3 | -12/+31 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | handle correctly references to "bogus variable" (e.g. "prefix=$/opt/python"). | |||||
| * | | | | | | | Issue #12070: Fix the Makefile parser of the sysconfig module to handle | Victor Stinner | 2011-05-24 | 3 | -12/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correctly references to "bogus variable" (e.g. "prefix=$/opt/python"). | |||||
* | | | | | | | | (Merge 3.2) Issue #12100: Don't reset incremental encoders of CJK codecs at | Victor Stinner | 2011-05-24 | 3 | -4/+38 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | each call to their encode() method anymore, but continue to call the reset() method if the final argument is True. | |||||
| * | | | | | | | (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs at | Victor Stinner | 2011-05-24 | 3 | -4/+38 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | each call to their encode() method anymore, but continue to call the reset() method if the final argument is True. | |||||
| | * | | | | | | Issue #12100: Don't reset incremental encoders of CJK codecs at each call to | Victor Stinner | 2011-05-24 | 3 | -4/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | their encode() method anymore, but continue to call the reset() method if the final argument is True. | |||||
* | | | | | | | | Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentation | Victor Stinner | 2011-05-24 | 2 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add also a security warning in the module random pointing to ssl.RAND_bytes(). | |||||
* | | | | | | | | merge 3.2 | Benjamin Peterson | 2011-05-24 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | merge 3.1 | Benjamin Peterson | 2011-05-24 | 1 | -2/+0 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | backout 8b384de4e780, so a proper fix can be considered (#5715) | Benjamin Peterson | 2011-05-24 | 1 | -2/+0 | |
| | | | | | | | | ||||||
* | | | | | | | | indicate return value on __dir__ methods | Benjamin Peterson | 2011-05-24 | 2 | -3/+3 | |
| | | | | | | | | ||||||
* | | | | | | | | merge 3.2 | Benjamin Peterson | 2011-05-24 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | merge 3.1 | Benjamin Peterson | 2011-05-24 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | use '->' to indicate return values | Benjamin Peterson | 2011-05-24 | 1 | -3/+3 | |
| | | | | | | | | ||||||
* | | | | | | | | merge 3.2 | Benjamin Peterson | 2011-05-24 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | merge 3.1 | Benjamin Peterson | 2011-05-24 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | generally, sockets should be closed after they're used | Benjamin Peterson | 2011-05-24 | 1 | -1/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | Issue #5715: In socketserver, close the server socket in the child process. | Charles-François Natali | 2011-05-24 | 2 | -1/+3 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Issue #5715: In socketserver, close the server socket in the child process. | Charles-François Natali | 2011-05-24 | 2 | -1/+3 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | / / / | | |_|_|/ / / | |/| | | | | | ||||||
| | * | | | | | Issue #5715: In socketserver, close the server socket in the child process. | Charles-François Natali | 2011-05-24 | 2 | -1/+3 | |
| | | |_|/ / | | |/| | | | ||||||
* | | | | | | move specialized dir implementations into __dir__ methods (closes #12166) | Benjamin Peterson | 2011-05-24 | 5 | -178/+178 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Issue #12167: packaging.tests.test_dist unloads the temporary module | Victor Stinner | 2011-05-24 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | Fix a reference leak. | |||||
* | | | | | Issue #12167: packaging.tests.support, LoggingCatcher restores correctly the | Victor Stinner | 2011-05-24 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | log level. Avoid also calls to .addCleanup() in setUp(). | |||||
* | | | | | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl | Victor Stinner | 2011-05-24 | 6 | -4/+106 | |
| | | | | | | | | | | | | | | | | | | | | module. | |||||
* | | | | | Updated test_rollover delay to just over a second. | Vinay Sajip | 2011-05-24 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Issue #12105: test_posix skips test_oscloexec() on Linux < 2.6.23 | Victor Stinner | 2011-05-23 | 1 | -2/+5 | |
| | | | | | ||||||
* | | | | | Issue #12158: Move linux_version() from test_socket to test.support | Victor Stinner | 2011-05-23 | 2 | -11/+11 | |
| | | | | | ||||||
* | | | | | Issue #11377: platform.popen() emits a DeprecationWarning | Victor Stinner | 2011-05-23 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | Merge heads. | Ezio Melotti | 2011-05-23 | 1 | -2/+4 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | #12074: merge with 3.2. | Ezio Melotti | 2011-05-23 | 1 | -2/+4 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | #12074: remove the /0 when there are no failures. | Ezio Melotti | 2011-05-23 | 1 | -2/+4 | |
| | | | | | | ||||||
* | | | | | | Issue #12151: Test now ignores datagram socket errors after server is closed. | Vinay Sajip | 2011-05-23 | 1 | -10/+11 | |
|/ / / / / | ||||||
* | | | | | merge 3.2 | Benjamin Peterson | 2011-05-23 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge heads | Benjamin Peterson | 2011-05-23 | 1 | -5/+6 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | merge heads | Benjamin Peterson | 2011-05-23 | 2 | -5/+21 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | (Merge 3.2) Issue #12074: regrtest displays also the current number of failures | Victor Stinner | 2011-05-23 | 1 | -5/+6 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | Issue #12074: regrtest displays also the current number of failures | Victor Stinner | 2011-05-23 | 1 | -5/+6 | |
| | | | | | | | ||||||
| * | | | | | | Issue #12151: Correction to diagnostic code. | Vinay Sajip | 2011-05-23 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Issue #12151: Added diagnostics to help diagnose intermittent socket errors. | Vinay Sajip | 2011-05-23 | 1 | -0/+15 | |
| | | | | | | | ||||||
* | | | | | | | merge 3.2 | Benjamin Peterson | 2011-05-23 | 3 | -5/+10 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | | | ||||||
| * | | | | | merge 3.1 | Benjamin Peterson | 2011-05-23 | 3 | -5/+10 | |
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | ||||||
| | * | | | correctly lookup __dir__ | Benjamin Peterson | 2011-05-23 | 3 | -5/+10 | |
| | | | | | ||||||
* | | | | | Clean-up example. | Raymond Hettinger | 2011-05-23 | 1 | -31/+41 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Clean-up example. | Raymond Hettinger | 2011-05-23 | 1 | -31/+41 | |
| | | | | | ||||||
* | | | | | Issue #12125: fixed the failures under Solaris due to improper test cleanup. | Tarek Ziade | 2011-05-23 | 4 | -1/+16 | |
| | | | | | ||||||
* | | | | | fixed the cwd cleanup in packaging test_util | Tarek Ziade | 2011-05-23 | 1 | -1/+8 | |
| | | | | |