summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys.py
Commit message (Expand)AuthorAgeFilesLines
* Temporarily disable this test. It's been broken for a week.Raymond Hettinger2008-02-091-15/+15
* Small adjustments for test compact freelist test. It's no passing on Windows ...Christian Heimes2008-02-041-5/+5
* Increase debugging to investige failing tests on some build botsChristian Heimes2008-02-041-0/+3
* Patch #1953Christian Heimes2008-02-041-0/+18
* Typo fixesAndrew M. Kuchling2008-01-151-1/+1
* Now that I've learnt about structseq objects I felt like converting sys.float...Christian Heimes2008-01-141-1/+1
* Applied patch #1816: sys.flags patchChristian Heimes2008-01-141-0/+12
* Feature #1534Christian Heimes2007-12-011-0/+2
* current_frames_with_threads(): There's actually no wayTim Peters2006-07-251-3/+4
* SF bug 1524317: configure --without-threads fails to buildTim Peters2006-07-191-0/+22
* After approval from Anthony, merge the tim-current_framesTim Peters2006-07-101-0/+61
* Add test case for #43581.Martin v. Löwis2006-04-031-0/+5
* Disable a few other tests, that can't work if Python is compiled withoutWalter Dörwald2005-08-031-1/+2
* Whitespace normalization.Tim Peters2005-02-151-2/+2
* Test that SystemExits are handled properly by the exit machinery. IMichael W. Hudson2005-02-151-0/+12
* New function sys.getcheckinterval(), to complement setcheckinterval().Tim Peters2003-07-061-2/+4
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-3/+1
* Reindent the new code properly.Guido van Rossum2003-03-011-22/+22
* - New function sys.exc_clear() clears the current exception. This isGuido van Rossum2003-03-011-0/+44
* Whitespace normalization.Tim Peters2003-02-191-10/+10
* Fix SF bug #688424, 64-bit test problemsNeal Norwitz2003-02-181-1/+1
* Fix typo.Walter Dörwald2003-02-031-1/+1
* Add a new test script that tests various features of the sysWalter Dörwald2003-02-031-0/+211