index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_sys.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-3/+3
*
Patch by Christian Heimes to change self.assert_(x == y) into
Guido van Rossum
2007-07-11
1
-1/+1
*
Make identifiers str (not str8) objects throughout.
Martin v. Löwis
2007-06-10
1
-6/+6
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
1
-41/+0
*
Change sys.intern() so that unicode strings can be
Walter Dörwald
2007-06-05
1
-1/+12
*
Remove tests for have_unicode.
Walter Dörwald
2007-05-22
1
-7/+4
*
Make test_sys pass.
Guido van Rossum
2007-05-15
1
-2/+2
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-1/+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-11/+8
*
Patch #1601678: move intern() to sys.intern().
Georg Brandl
2006-12-19
1
-0/+25
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+84
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-0/+5
*
Disable a few other tests, that can't work if Python is compiled without
Walter Dörwald
2005-08-03
1
-1/+2
*
Whitespace normalization.
Tim Peters
2005-02-15
1
-2/+2
*
Test that SystemExits are handled properly by the exit machinery. I
Michael W. Hudson
2005-02-15
1
-0/+12
*
New function sys.getcheckinterval(), to complement setcheckinterval().
Tim Peters
2003-07-06
1
-2/+4
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-3/+1
*
Reindent the new code properly.
Guido van Rossum
2003-03-01
1
-22/+22
*
- New function sys.exc_clear() clears the current exception. This is
Guido van Rossum
2003-03-01
1
-0/+44
*
Whitespace normalization.
Tim Peters
2003-02-19
1
-10/+10
*
Fix SF bug #688424, 64-bit test problems
Neal Norwitz
2003-02-18
1
-1/+1
*
Fix typo.
Walter Dörwald
2003-02-03
1
-1/+1
*
Add a new test script that tests various features of the sys
Walter Dörwald
2003-02-03
1
-0/+211