summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* get_terminal_size() can also fail with ENOTTY if the fd is not connected to a...Antoine Pitrou2012-02-081-2/+9
* Relax tests to fix buildbot failureAntoine Pitrou2012-02-082-4/+4
* Issue #13609: Add two functions to query the terminal size:Antoine Pitrou2012-02-082-1/+85
* Backout f8409b3d6449: the PEP 410 is not accepted yetVictor Stinner2012-02-082-60/+4
* PEP 410Victor Stinner2012-02-082-4/+60
* Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()Charles-François Natali2012-02-081-0/+1
|\
| * Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()Charles-François Natali2012-02-081-0/+1
* | Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on ConnectionCharles-François Natali2012-02-081-0/+12
* | Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestampVictor Stinner2012-02-081-0/+11
* | Issue #13964: Split os.*utime*() subsecond tests into multiple tests to helpVictor Stinner2012-02-081-38/+75
* | Issue #13964: Test also os.futimesat()Victor Stinner2012-02-081-1/+8
* | Issue #13964: Write tests for new os.*utime*() functionsVictor Stinner2012-02-081-0/+37
* | Issue #13846: Add time.monotonic(), monotonic clock.Victor Stinner2012-02-071-1/+17
* | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), toCharles-François Natali2012-02-062-6/+6
* | Issue #10881: mergeNed Deily2012-02-061-10/+13
|\ \ | |/
| * Issue #10881: Fix test_site failure with OS X framework builds.Ned Deily2012-02-051-10/+13
* | Issue #13734: Add os.fwalk(), a directory walking function yielding fileCharles-François Natali2012-02-051-2/+58
* | Fix failing test on big-endian machines (issue #13806).Antoine Pitrou2012-02-041-8/+23
|\ \ | |/
| * Fix failing test on big-endian machines (issue #13806).Antoine Pitrou2012-02-041-8/+23
* | Issue #13861: mergeNed Deily2012-02-031-2/+2
|\ \ | |/
| * Issue #13861: Prevent test_apropos* test case failures in test_pydoc.Ned Deily2012-02-031-2/+2
* | Merge.Charles-François Natali2012-02-021-0/+23
|\ \ | |/
| * Merge.Charles-François Natali2012-02-021-0/+23
| |\
| | * Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fixCharles-François Natali2012-02-021-0/+23
* | | Merge branch 3.2Petri Lehtinen2012-02-021-0/+3
|\ \ \ | |/ /
| * | Document absoluteness of sys.executablePetri Lehtinen2012-02-021-0/+3
| |/
* | Issue #1813: merge changeset that reverts a glibc workaround for theStefan Krah2012-02-021-3/+0
|\ \ | |/
| * Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot.Stefan Krah2012-02-021-3/+0
* | Issue #8828: Add new function os.replace(), for cross-platform renaming with ...Antoine Pitrou2012-01-301-0/+12
* | Issue #13847: Fix test_time, time.gmtime() doesn't use localtime()Victor Stinner2012-01-291-1/+0
* | Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-292-0/+10
|\ \ | |/
| * Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-292-0/+10
* | merge 3.2Benjamin Peterson2012-01-291-285/+0
|\ \ | |/
| * remove tests from really old regex moduleBenjamin Peterson2012-01-291-285/+0
* | Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-281-6/+19
|\ \ | |/
| * Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-281-6/+19
* | Issue #13895: fix test_ssl hanging under UbuntuAntoine Pitrou2012-01-281-25/+25
|\ \ | |/
| * Issue #13895: fix test_ssl hanging under UbuntuAntoine Pitrou2012-01-281-20/+20
* | Fix typo in comment.Nadeem Vawda2012-01-281-1/+1
* | Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. PatchCharles-François Natali2012-01-281-0/+1
|\ \ | |/
| * Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. PatchCharles-François Natali2012-01-281-0/+1
* | Fix intermittent test_ssl failure.Antoine Pitrou2012-01-271-0/+1
|\ \ | |/
| * Fix intermittent test_ssl failure.Antoine Pitrou2012-01-271-0/+1
* | Issue #13812: When a multiprocessing Process child raises an exception, flush...Antoine Pitrou2012-01-271-0/+23
|\ \ | |/
| * Issue #13812: When a multiprocessing Process child raises an exception, flush...Antoine Pitrou2012-01-271-0/+23
* | Issue #13847: Make test_localtime_failure() more robustVictor Stinner2012-01-271-10/+15
* | Issue #13847: Fix test_mktime(), time.localtime() now raises OSErrorVictor Stinner2012-01-261-1/+1
* | Issue #13847: time.localtime() and time.gmtime() now raise an OSError insteadVictor Stinner2012-01-261-0/+15
* | Issue #13862: Relax zlib version test to avoid spurious failures.Nadeem Vawda2012-01-251-6/+6
* | Port import fixes from 2.7.Antoine Pitrou2012-01-251-1/+1
|\ \ | |/