Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | Issue #12167: packaging.tests.support, LoggingCatcher restores correctly the | Victor Stinner | 2011-05-24 | 1 | -1/+2 |
* | | | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl | Victor Stinner | 2011-05-24 | 6 | -4/+106 |
* | | | 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 |
* | | | make sure the cwd is restored on tearDown | Tarek Ziade | 2011-05-23 | 1 | -0/+5 |
* | | | Issue #6501: os.device_encoding() returns None on Windows if the application | Victor Stinner | 2011-05-23 | 2 | -10/+16 |
* | | | make sure build_dir.build_lib is synced to the faked build location | Tarek Ziade | 2011-05-23 | 1 | -0/+4 |
* | | | Merge 3.2 | Victor Stinner | 2011-05-23 | 1 | -7/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.1 | Victor Stinner | 2011-05-23 | 1 | -7/+6 |
| |\ \ | | |/ | |||||
| | * | test_codecs now removes the temporay file (created by the test) | Victor Stinner | 2011-05-23 | 1 | -7/+6 |
| | * | Issue #10801: Remove a debug print() from test_zipfile | Victor Stinner | 2011-05-22 | 1 | -1/+0 |
* | | | Issue #12105: test_posix, add the value of O_CLOEXEC in the error message | Victor Stinner | 2011-05-23 | 1 | -1/+2 |
* | | | Close #12153: faulthandler, mark stack_overflow() as static | Victor Stinner | 2011-05-23 | 1 | -1/+1 |
* | | | Update documentation to mention bytes instead byte string and correct one | Gregory P. Smith | 2011-05-23 | 2 | -5/+6 |
* | | | Refer to the return value on nameindex and friends as a string, not a byte | Gregory P. Smith | 2011-05-23 | 1 | -3/+3 |
* | | | merged | Martin v. Löwis | 2011-05-23 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Add 3.2.1rc2 uuid. | Martin v. Löwis | 2011-05-23 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | Add 3.2.1rc2 uuid. | Martin v. Loewis | 2011-05-22 | 1 | -0/+1 |
* | | | | Issue #12151: test_logging writes debug messages to stderr, not stdout | Victor Stinner | 2011-05-22 | 1 | -2/+2 |