summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in bz2 module.Nadeem Vawda2011-05-241-1/+1
* (Merge 3.2) Issue #12057: Add tests for the HZ encodingVictor Stinner2011-05-243-0/+33
|\
| * (Merge 3.1) Issue #12057: Add tests for the HZ encodingVictor Stinner2011-05-243-0/+33
| |\
| | * Issue #12057: Add tests for the HZ encodingVictor Stinner2011-05-243-0/+33
* | | Issue #1441530: In imaplib, read the data in one chunk to speed up largeCharles-François Natali2011-05-241-9/+1
* | | (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module toVictor Stinner2011-05-242-12/+28
|\ \ \ | |/ /
| * | Issue #12070: Fix the Makefile parser of the sysconfig module to handleVictor Stinner2011-05-242-12/+28
* | | (Merge 3.2) Issue #12100: Don't reset incremental encoders of CJK codecs atVictor Stinner2011-05-241-0/+30
|\ \ \ | |/ /
| * | (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs atVictor Stinner2011-05-241-0/+30
| |\ \ | | |/
| | * Issue #12100: Don't reset incremental encoders of CJK codecs at each call toVictor Stinner2011-05-241-0/+30
* | | merge 3.2Benjamin Peterson2011-05-241-2/+0
|\ \ \ | |/ /
| * | merge 3.1Benjamin Peterson2011-05-241-2/+0
| |\ \ | | |/
| | * backout 8b384de4e780, so a proper fix can be considered (#5715)Benjamin Peterson2011-05-241-2/+0
* | | merge 3.2Benjamin Peterson2011-05-241-1/+2
|\ \ \ | |/ /
| * | merge 3.1Benjamin Peterson2011-05-241-1/+2
| |\ \ | | |/
| | * generally, sockets should be closed after they're usedBenjamin Peterson2011-05-241-1/+2
* | | Issue #5715: In socketserver, close the server socket in the child process.Charles-François Natali2011-05-241-1/+1
|\ \ \ | |/ /
| * | Issue #5715: In socketserver, close the server socket in the child process.Charles-François Natali2011-05-241-1/+1
| |\ \ | | |/
| | * Issue #5715: In socketserver, close the server socket in the child process.Charles-François Natali2011-05-241-1/+1
* | | move specialized dir implementations into __dir__ methods (closes #12166)Benjamin Peterson2011-05-241-0/+1
* | | Issue #12167: packaging.tests.test_dist unloads the temporary moduleVictor Stinner2011-05-241-0/+2
* | | Issue #12167: packaging.tests.support, LoggingCatcher restores correctly theVictor Stinner2011-05-241-1/+2
* | | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the sslVictor Stinner2011-05-242-1/+9
* | | Updated test_rollover delay to just over a second.Vinay Sajip2011-05-241-1/+1
* | | Issue #12105: test_posix skips test_oscloexec() on Linux < 2.6.23Victor Stinner2011-05-231-2/+5
* | | Issue #12158: Move linux_version() from test_socket to test.supportVictor Stinner2011-05-232-11/+11
* | | Issue #11377: platform.popen() emits a DeprecationWarningVictor Stinner2011-05-231-0/+2
* | | Merge heads.Ezio Melotti2011-05-231-2/+4
|\ \ \
| * \ \ #12074: merge with 3.2.Ezio Melotti2011-05-231-2/+4
| |\ \ \ | | |/ /
| | * | #12074: remove the /0 when there are no failures.Ezio Melotti2011-05-231-2/+4
| | * | merge headsBenjamin Peterson2011-05-231-5/+6
| | |\ \
* | | | | Issue #12151: Test now ignores datagram socket errors after server is closed.Vinay Sajip2011-05-231-10/+11
|/ / / /
* | | | merge headsBenjamin Peterson2011-05-232-5/+21
|\ \ \ \
| * \ \ \ (Merge 3.2) Issue #12074: regrtest displays also the current number of failuresVictor Stinner2011-05-231-5/+6
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #12074: regrtest displays also the current number of failuresVictor Stinner2011-05-231-5/+6
| * | | | Issue #12151: Correction to diagnostic code.Vinay Sajip2011-05-231-1/+1
| * | | | Issue #12151: Added diagnostics to help diagnose intermittent socket errors.Vinay Sajip2011-05-231-0/+15
* | | | | merge 3.2Benjamin Peterson2011-05-231-0/+1
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | merge 3.1Benjamin Peterson2011-05-231-0/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * correctly lookup __dir__Benjamin Peterson2011-05-231-0/+1
* | | Issue #12125: fixed the failures under Solaris due to improper test cleanup.Tarek Ziade2011-05-233-1/+14
* | | fixed the cwd cleanup in packaging test_utilTarek Ziade2011-05-231-1/+8
* | | make sure the cwd is restored on tearDownTarek Ziade2011-05-231-0/+5
* | | make sure build_dir.build_lib is synced to the faked build locationTarek Ziade2011-05-231-0/+4
* | | Merge 3.2Victor Stinner2011-05-231-7/+6
|\ \ \ | |/ /
| * | Merge 3.1Victor Stinner2011-05-231-7/+6
| |\ \ | | |/
| | * test_codecs now removes the temporay file (created by the test)Victor Stinner2011-05-231-7/+6
| | * Issue #10801: Remove a debug print() from test_zipfileVictor Stinner2011-05-221-1/+0
* | | Issue #12105: test_posix, add the value of O_CLOEXEC in the error messageVictor Stinner2011-05-231-1/+2
* | | Update documentation to mention bytes instead byte string and correct oneGregory P. Smith2011-05-231-2/+2