summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys.py
Commit message (Expand)AuthorAgeFilesLines
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-11/+8
* Patch #1601678: move intern() to sys.intern().Georg Brandl2006-12-191-0/+25
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+84
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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