| Commit message (Expand) | Author | Age | Files | Lines |
* | get_terminal_size() can also fail with ENOTTY if the fd is not connected to a... | Antoine Pitrou | 2012-02-08 | 1 | -2/+9 |
|
|
* | Relax tests to fix buildbot failure | Antoine Pitrou | 2012-02-08 | 2 | -4/+4 |
|
|
* | Issue #13609: Add two functions to query the terminal size: | Antoine Pitrou | 2012-02-08 | 2 | -1/+85 |
|
|
* | Backout f8409b3d6449: the PEP 410 is not accepted yet | Victor Stinner | 2012-02-08 | 2 | -60/+4 |
|
|
* | PEP 410 | Victor Stinner | 2012-02-08 | 2 | -4/+60 |
|
|
* | Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() | Charles-François Natali | 2012-02-08 | 1 | -0/+1 |
|\ |
|
| * | Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() | Charles-François Natali | 2012-02-08 | 1 | -0/+1 |
|
|
* | | Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection | Charles-François Natali | 2012-02-08 | 1 | -0/+12 |
|
|
* | | Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestamp | Victor Stinner | 2012-02-08 | 1 | -0/+11 |
|
|
* | | Issue #13964: Split os.*utime*() subsecond tests into multiple tests to help | Victor Stinner | 2012-02-08 | 1 | -38/+75 |
|
|
* | | Issue #13964: Test also os.futimesat() | Victor Stinner | 2012-02-08 | 1 | -1/+8 |
|
|
* | | Issue #13964: Write tests for new os.*utime*() functions | Victor Stinner | 2012-02-08 | 1 | -0/+37 |
|
|
* | | Issue #13846: Add time.monotonic(), monotonic clock. | Victor Stinner | 2012-02-07 | 1 | -1/+17 |
|
|
* | | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to | Charles-François Natali | 2012-02-06 | 2 | -6/+6 |
|
|
* | | Issue #10881: merge | Ned Deily | 2012-02-06 | 1 | -10/+13 |
|\ \
| |/ |
|
| * | Issue #10881: Fix test_site failure with OS X framework builds. | Ned Deily | 2012-02-05 | 1 | -10/+13 |
|
|
* | | Issue #13734: Add os.fwalk(), a directory walking function yielding file | Charles-François Natali | 2012-02-05 | 1 | -2/+58 |
|
|
* | | Fix failing test on big-endian machines (issue #13806). | Antoine Pitrou | 2012-02-04 | 1 | -8/+23 |
|\ \
| |/ |
|
| * | Fix failing test on big-endian machines (issue #13806). | Antoine Pitrou | 2012-02-04 | 1 | -8/+23 |
|
|
* | | Issue #13861: merge | Ned Deily | 2012-02-03 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #13861: Prevent test_apropos* test case failures in test_pydoc. | Ned Deily | 2012-02-03 | 1 | -2/+2 |
|
|
* | | Merge. | Charles-François Natali | 2012-02-02 | 1 | -0/+23 |
|\ \
| |/ |
|
| * | Merge. | Charles-François Natali | 2012-02-02 | 1 | -0/+23 |
| |\ |
|
| | * | Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix | Charles-François Natali | 2012-02-02 | 1 | -0/+23 |
|
|
* | | | Merge branch 3.2 | Petri Lehtinen | 2012-02-02 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Document absoluteness of sys.executable | Petri Lehtinen | 2012-02-02 | 1 | -0/+3 |
| |/ |
|
* | | Issue #1813: merge changeset that reverts a glibc workaround for the | Stefan Krah | 2012-02-02 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot. | Stefan Krah | 2012-02-02 | 1 | -3/+0 |
|
|
* | | Issue #8828: Add new function os.replace(), for cross-platform renaming with ... | Antoine Pitrou | 2012-01-30 | 1 | -0/+12 |
|
|
* | | Issue #13847: Fix test_time, time.gmtime() doesn't use localtime() | Victor Stinner | 2012-01-29 | 1 | -1/+0 |
|
|
* | | Issue #13848: open() and the FileIO constructor now check for NUL characters ... | Antoine Pitrou | 2012-01-29 | 2 | -0/+10 |
|\ \
| |/ |
|
| * | Issue #13848: open() and the FileIO constructor now check for NUL characters ... | Antoine Pitrou | 2012-01-29 | 2 | -0/+10 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2012-01-29 | 1 | -285/+0 |
|\ \
| |/ |
|
| * | remove tests from really old regex module | Benjamin Peterson | 2012-01-29 | 1 | -285/+0 |
|
|
* | | Issue #13806: The size check in audioop decompression functions was too stric... | Antoine Pitrou | 2012-01-28 | 1 | -6/+19 |
|\ \
| |/ |
|
| * | Issue #13806: The size check in audioop decompression functions was too stric... | Antoine Pitrou | 2012-01-28 | 1 | -6/+19 |
|
|
* | | Issue #13895: fix test_ssl hanging under Ubuntu | Antoine Pitrou | 2012-01-28 | 1 | -25/+25 |
|\ \
| |/ |
|
| * | Issue #13895: fix test_ssl hanging under Ubuntu | Antoine Pitrou | 2012-01-28 | 1 | -20/+20 |
|
|
* | | Fix typo in comment. | Nadeem Vawda | 2012-01-28 | 1 | -1/+1 |
|
|
* | | Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch | Charles-François Natali | 2012-01-28 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch | Charles-François Natali | 2012-01-28 | 1 | -0/+1 |
|
|
* | | Fix intermittent test_ssl failure. | Antoine Pitrou | 2012-01-27 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Fix intermittent test_ssl failure. | Antoine Pitrou | 2012-01-27 | 1 | -0/+1 |
|
|
* | | Issue #13812: When a multiprocessing Process child raises an exception, flush... | Antoine Pitrou | 2012-01-27 | 1 | -0/+23 |
|\ \
| |/ |
|
| * | Issue #13812: When a multiprocessing Process child raises an exception, flush... | Antoine Pitrou | 2012-01-27 | 1 | -0/+23 |
|
|
* | | Issue #13847: Make test_localtime_failure() more robust | Victor Stinner | 2012-01-27 | 1 | -10/+15 |
|
|
* | | Issue #13847: Fix test_mktime(), time.localtime() now raises OSError | Victor Stinner | 2012-01-26 | 1 | -1/+1 |
|
|
* | | Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead | Victor Stinner | 2012-01-26 | 1 | -0/+15 |
|
|
* | | Issue #13862: Relax zlib version test to avoid spurious failures. | Nadeem Vawda | 2012-01-25 | 1 | -6/+6 |
|
|
* | | Port import fixes from 2.7. | Antoine Pitrou | 2012-01-25 | 1 | -1/+1 |
|\ \
| |/ |
|