summaryrefslogtreecommitdiffstats
path: root/Lib/test/support.py
Commit message (Expand)AuthorAgeFilesLines
...
* | More informative skip message in @bigaddrspaceAntoine Pitrou2011-01-121-3/+7
* | Fix @bigmemtest when no limit is given by the user (oops)Antoine Pitrou2011-01-121-1/+1
* | Make test skipping message nicer, and remove the rather useless "overhead" pa...Antoine Pitrou2011-01-121-20/+10
* | Typo.Eric Smith2011-01-111-1/+1
* | Issue 10556: test_zipimport_support implicitly imports too many modules (incl...Nick Coghlan2011-01-111-0/+6
* | Add EHOSTUNREACH ('No route to host') to the errnos trapped by transient_inte...Antoine Pitrou2011-01-081-0/+1
* | Fix #9333 on Windows XP, where os.symlink is not a possibility.Brian Curtin2010-12-291-1/+1
* | Fix #9333. The symlink function is always available now, raising OSErrorBrian Curtin2010-12-281-1/+21
* | Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile...Nick Coghlan2010-12-121-0/+3
* | Fied typoVinay Sajip2010-12-101-1/+1
* | test.support: Added TestHandler and Matcher classes for better support of ass...Vinay Sajip2010-12-101-2/+68
* | More issue #10624: Add requires_IEEE_754 to __all__.Eric Smith2010-12-041-1/+1
* | Issue #10624: Move requires_IEEE_754 into test.support. I'll fix up other use...Eric Smith2010-12-041-0/+5
* | Fix #9333. Expose os.symlink on Windows only when usable.Brian Curtin2010-12-021-22/+1
* | PY_CFLAGS doesn't exist under WindowsAntoine Pitrou2010-10-311-1/+1
* | make gdb skip expectedBenjamin Peterson2010-10-291-0/+13
* | Make check_warnings error messages more informativeAntoine Pitrou2010-10-291-7/+7
* | Replace the "compiler" resource with the more generic "cpu", soAntoine Pitrou2010-10-141-1/+1
* | Inherit interpreter flags in parallel testingAntoine Pitrou2010-10-141-0/+19
* | test_sys: Remove workaround #8611Victor Stinner2010-10-131-8/+0
* | Issue #9819: fix TESTFN_UNENCODABLE for japanese code pageVictor Stinner2010-09-101-2/+3
* | Also catch some gaierrorsAntoine Pitrou2010-09-071-1/+10
* | Improve transient_internet() again to detect more network errors,Antoine Pitrou2010-09-071-8/+24
* | Issue #8574: better implementation of test.support.transient_internet().Antoine Pitrou2010-09-071-7/+31
* | Workaround issue #8611 in test_undecodable_code() of test_sysVictor Stinner2010-08-201-0/+8
* | Decompose TESTFN_UNICODE on Mac OS XVictor Stinner2010-08-181-0/+6
* | Improve PEP 383 tests (in test_os)Victor Stinner2010-08-181-4/+2
* | Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the mod...Nick Coghlan2010-08-171-9/+20
* | Fix TESTFN_UNENCODABLE of test.support on Mac OS XVictor Stinner2010-08-151-6/+5
* | Mac OS X denies unencodable filenames (invalid utf-8)Victor Stinner2010-08-141-1/+2
* | Fix a typo: TESTFN_UNENCODEABLE => TESTFN_UNENCODABLEVictor Stinner2010-08-131-8/+8
* | Oops, I did it again: add missing \ removed in previous commitVictor Stinner2010-08-131-1/+1
* | Oops, create TESTFN_UNENCODEABLE from TEST_FN, not TESTFN_UNICODEVictor Stinner2010-08-131-1/+1
* | Set TESTFN_UNENCODEABLE on non-Windows OSesVictor Stinner2010-08-131-20/+29
* | Factor out stripping of interpreter debug output in test.support.strip_python...Antoine Pitrou2010-08-041-0/+10
* | Set sys.modules[name] to None instead of 0 to block module import.Alexander Belopolsky2010-07-131-1/+1
* | Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-081-2/+23
* | Fix error handling removing files in test.support.unlinkMichael Foord2010-05-041-1/+2
* | Issue #8533: revert r80694; try a different fix: regrtest uses backslashreplaceVictor Stinner2010-05-021-1/+1
* | Issue #8533: Write tracebacks and failed tests to sys.stderr instead ofVictor Stinner2010-05-021-1/+1
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-4/+17
* | Merged revisions 80314-80315 via svnmerge fromAntoine Pitrou2010-04-211-0/+11
* | PEP 3147Barry Warsaw2010-04-171-26/+64
* | Merged revisions 79934 via svnmerge fromBenjamin Peterson2010-04-111-1/+3
* | Merged revisions 78982,78986 via svnmerge fromFlorent Xicluna2010-03-191-3/+26
* | Merged revisions 79049 via svnmerge fromFlorent Xicluna2010-03-181-3/+8
* | Add some tests for ways users can change or shadow globals and builtins.Collin Winter2010-03-171-1/+56
* | Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge fromFlorent Xicluna2010-03-131-1/+3
* | Only the parts which are relevant for 3.x branch.Florent Xicluna2010-03-131-7/+65
* | Merged revisions 78136 via svnmerge fromEzio Melotti2010-02-181-19/+33