summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys.py
Commit message (Expand)AuthorAgeFilesLines
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-3/+3
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-111-1/+1
* Make identifiers str (not str8) objects throughout.Martin v. Löwis2007-06-101-6/+6
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-41/+0
* Change sys.intern() so that unicode strings can beWalter Dörwald2007-06-051-1/+12
* Remove tests for have_unicode.Walter Dörwald2007-05-221-7/+4
* Make test_sys pass.Guido van Rossum2007-05-151-2/+2
* 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