summaryrefslogtreecommitdiffstats
path: root/Lib/test/support.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 77956-77957 via svnmerge fromBrett Cannon2010-02-031-1/+1
* Merged revisions 77729 via svnmerge fromEzio Melotti2010-01-241-26/+2
* Issue #6551: test_zipimport could import and then destroy some modules ofAntoine Pitrou2009-11-131-0/+17
* Merged revisions 76037 via svnmerge fromAntoine Pitrou2009-11-011-2/+9
* Merged revisions 75958 via svnmerge fromAntoine Pitrou2009-10-301-12/+17
* Merged revisions 75528 via svnmerge fromR. David Murray2009-10-191-1/+2
* Note that a number of the changes listed below were not applicable to the Py3...Nick Coghlan2009-10-181-0/+29
* Fix open_urlresource() to pass its arguments to open() when the resource is c...Alexandre Vassalotti2009-07-221-1/+1