Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
1a3284ed69d545e4ef59869998cb8c29233a45fa
/
Lib
/
test
/
test_sys.py
1a3284e
#1535: rename __builtin__ module to builtins.
by Georg Brandl
· 18 years ago
9385266
Merged revisions 59245-59254 via svnmerge from
by Christian Heimes
· 18 years ago
4a22b5d
Patch from Georg Brandl and me for #1493 Remove unbound method objects
by Christian Heimes
· 18 years ago
ef181a7
Reset original sys.stdout, stderr and displayhook even in the case of an error
by Christian Heimes
· 18 years ago
98297ee
Merging the py3k-pep3137 branch back into the py3k branch.
by Guido van Rossum
· 18 years ago
bd1c68c
Patch #1303: Adapt str8 constructor to bytes (now buffer) one.
by Georg Brandl
· 18 years ago
3172c5d
Patch# 1258 by Christian Heimes: kill basestring.
by Guido van Rossum
· 18 years ago
828f04a
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
by Collin Winter
· 18 years ago
34d1928
SF patch# 1770008 by Christian Heimes (plus some extras).
by Guido van Rossum
· 18 years ago
e61fd5b
Patch by Christian Heimes to change self.assert_(x == y) into
by Guido van Rossum
· 18 years ago
5b22213
Make identifiers str (not str8) objects throughout.
by Martin v. Löwis
· 18 years ago
e7ba495
Merged revisions 55631-55794 via svnmerge from
by Guido van Rossum
· 18 years ago
2a0c081
Change sys.intern() so that unicode strings can be
by Walter Dörwald
· 18 years ago
4aeaa96
Remove tests for have_unicode.
by Walter Dörwald
· 18 years ago
af2362a
Make test_sys pass.
by Guido van Rossum
· 18 years ago
221085d
Change all the function attributes from func_* -> __*__. This gets rid
by Neal Norwitz
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 19 years ago
66a796e
Patch #1601678: move intern() to sys.intern().
by Georg Brandl
· 19 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
4e41a4b
Disable a few other tests, that can't work if Python is compiled without
by Walter Dörwald
· 20 years ago
f0db38d
Whitespace normalization.
by Tim Peters
· 20 years ago
f058858
Test that SystemExits are handled properly by the exit machinery. I
by Michael W. Hudson
· 20 years ago
e5e065b
New function sys.getcheckinterval(), to complement setcheckinterval().
by Tim Peters
· 22 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
d6473d1
Reindent the new code properly.
by Guido van Rossum
· 22 years ago
46d3dc3
- New function sys.exc_clear() clears the current exception. This is
by Guido van Rossum
· 22 years ago
f2715e0
Whitespace normalization.
by Tim Peters
· 22 years ago
eb2a5ef
Fix SF bug #688424, 64-bit test problems
by Neal Norwitz
· 22 years ago
e7028ac
Fix typo.
by Walter Dörwald
· 23 years ago
c350246
Add a new test script that tests various features of the sys
by Walter Dörwald
· 23 years ago