| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #9931: Fix hangs in GUI tests under Windows in certain conditions. | Antoine Pitrou | 2011-02-26 | 1 | -0/+34 |
|
|
* | Removed fcmp and FUZZ from test.support, following the discussion on python-dev: | Eli Bendersky | 2011-02-25 | 1 | -19/+1 |
|
|
* | Fix imports from collections.abc | Raymond Hettinger | 2011-02-23 | 1 | -2/+2 |
|
|
* | Issue #10992: make tests pass when run under coverage. | Brett Cannon | 2011-02-22 | 1 | -0/+11 |
|
|
* | Issue #10990: Prevent tests from clobbering a set trace function. | Brett Cannon | 2011-02-21 | 1 | -0/+15 |
|
|
* | A better message again | Antoine Pitrou | 2011-01-12 | 1 | -1/+1 |
|
|
* | More informative skip message in @bigaddrspace | Antoine Pitrou | 2011-01-12 | 1 | -3/+7 |
|
|
* | Fix @bigmemtest when no limit is given by the user (oops) | Antoine Pitrou | 2011-01-12 | 1 | -1/+1 |
|
|
* | Make test skipping message nicer, and remove the rather useless "overhead" pa... | Antoine Pitrou | 2011-01-12 | 1 | -20/+10 |
|
|
* | Typo. | Eric Smith | 2011-01-11 | 1 | -1/+1 |
|
|
* | Issue 10556: test_zipimport_support implicitly imports too many modules (incl... | Nick Coghlan | 2011-01-11 | 1 | -0/+6 |
|
|
* | Add EHOSTUNREACH ('No route to host') to the errnos trapped by transient_inte... | Antoine Pitrou | 2011-01-08 | 1 | -0/+1 |
|
|
* | Fix #9333 on Windows XP, where os.symlink is not a possibility. | Brian Curtin | 2010-12-29 | 1 | -1/+1 |
|
|
* | Fix #9333. The symlink function is always available now, raising OSError | Brian Curtin | 2010-12-28 | 1 | -1/+21 |
|
|
* | Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile... | Nick Coghlan | 2010-12-12 | 1 | -0/+3 |
|
|
* | Fied typo | Vinay Sajip | 2010-12-10 | 1 | -1/+1 |
|
|
* | test.support: Added TestHandler and Matcher classes for better support of ass... | Vinay Sajip | 2010-12-10 | 1 | -2/+68 |
|
|
* | More issue #10624: Add requires_IEEE_754 to __all__. | Eric Smith | 2010-12-04 | 1 | -1/+1 |
|
|
* | Issue #10624: Move requires_IEEE_754 into test.support. I'll fix up other use... | Eric Smith | 2010-12-04 | 1 | -0/+5 |
|
|
* | Fix #9333. Expose os.symlink on Windows only when usable. | Brian Curtin | 2010-12-02 | 1 | -22/+1 |
|
|
* | PY_CFLAGS doesn't exist under Windows | Antoine Pitrou | 2010-10-31 | 1 | -1/+1 |
|
|
* | make gdb skip expected | Benjamin Peterson | 2010-10-29 | 1 | -0/+13 |
|
|
* | Make check_warnings error messages more informative | Antoine Pitrou | 2010-10-29 | 1 | -7/+7 |
|
|
* | Replace the "compiler" resource with the more generic "cpu", so | Antoine Pitrou | 2010-10-14 | 1 | -1/+1 |
|
|
* | Inherit interpreter flags in parallel testing | Antoine Pitrou | 2010-10-14 | 1 | -0/+19 |
|
|
* | test_sys: Remove workaround #8611 | Victor Stinner | 2010-10-13 | 1 | -8/+0 |
|
|
* | Issue #9819: fix TESTFN_UNENCODABLE for japanese code page | Victor Stinner | 2010-09-10 | 1 | -2/+3 |
|
|
* | Also catch some gaierrors | Antoine Pitrou | 2010-09-07 | 1 | -1/+10 |
|
|
* | Improve transient_internet() again to detect more network errors, | Antoine Pitrou | 2010-09-07 | 1 | -8/+24 |
|
|
* | Issue #8574: better implementation of test.support.transient_internet(). | Antoine Pitrou | 2010-09-07 | 1 | -7/+31 |
|
|
* | Workaround issue #8611 in test_undecodable_code() of test_sys | Victor Stinner | 2010-08-20 | 1 | -0/+8 |
|
|
* | Decompose TESTFN_UNICODE on Mac OS X | Victor Stinner | 2010-08-18 | 1 | -0/+6 |
|
|
* | Improve PEP 383 tests (in test_os) | Victor Stinner | 2010-08-18 | 1 | -4/+2 |
|
|
* | Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the mod... | Nick Coghlan | 2010-08-17 | 1 | -9/+20 |
|
|
* | Fix TESTFN_UNENCODABLE of test.support on Mac OS X | Victor Stinner | 2010-08-15 | 1 | -6/+5 |
|
|
* | Mac OS X denies unencodable filenames (invalid utf-8) | Victor Stinner | 2010-08-14 | 1 | -1/+2 |
|
|
* | Fix a typo: TESTFN_UNENCODEABLE => TESTFN_UNENCODABLE | Victor Stinner | 2010-08-13 | 1 | -8/+8 |
|
|
* | Oops, I did it again: add missing \ removed in previous commit | Victor Stinner | 2010-08-13 | 1 | -1/+1 |
|
|
* | Oops, create TESTFN_UNENCODEABLE from TEST_FN, not TESTFN_UNICODE | Victor Stinner | 2010-08-13 | 1 | -1/+1 |
|
|
* | Set TESTFN_UNENCODEABLE on non-Windows OSes | Victor Stinner | 2010-08-13 | 1 | -20/+29 |
|
|
* | Factor out stripping of interpreter debug output in test.support.strip_python... | Antoine Pitrou | 2010-08-04 | 1 | -0/+10 |
|
|
* | Set sys.modules[name] to None instead of 0 to block module import. | Alexander Belopolsky | 2010-07-13 | 1 | -1/+1 |
|
|
* | Implement #1578269. Patch by Jason R. Coombs. | Brian Curtin | 2010-07-08 | 1 | -2/+23 |
|
|
* | Fix error handling removing files in test.support.unlink | Michael Foord | 2010-05-04 | 1 | -1/+2 |
|
|
* | Issue #8533: revert r80694; try a different fix: regrtest uses backslashreplace | Victor Stinner | 2010-05-02 | 1 | -1/+1 |
|
|
* | Issue #8533: Write tracebacks and failed tests to sys.stderr instead of | Victor Stinner | 2010-05-02 | 1 | -1/+1 |
|
|
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -4/+17 |
|
|
* | Merged revisions 80314-80315 via svnmerge from | Antoine Pitrou | 2010-04-21 | 1 | -0/+11 |
|
|
* | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -26/+64 |
|
|
* | Merged revisions 79934 via svnmerge from | Benjamin Peterson | 2010-04-11 | 1 | -1/+3 |
|
|