summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-11/+11
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-061-3/+6
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-041-0/+14
* Merged revisions 59952-59984 via svnmerge fromGuido van Rossum2008-01-151-1/+1
* Merged revisions 59933-59951 via svnmerge fromChristian Heimes2008-01-141-1/+12
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-1/+1
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-5/+5
* Merged revisions 59245-59254 via svnmerge fromChristian Heimes2007-12-011-0/+2
* Patch from Georg Brandl and me for #1493Christian Heimes2007-11-251-1/+1
* Reset original sys.stdout, stderr and displayhook even in the case of an errorChristian Heimes2007-11-071-9/+10
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-20/+3
* Patch #1303: Adapt str8 constructor to bytes (now buffer) one.Georg Brandl2007-10-241-2/+2
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-7/+7
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-5/+0
* 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