Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ae787185dfc2a1eed55a741c15a2a07182d5ac14
/
Lib
/
test
/
regrtest.py
e11e3de
Added a -s option which is useful for narrowing down memory leaks.
by Barry Warsaw
· 26 years ago
6c74fea
There was still something wrong. The original NOTTESTS are replaced
by Guido van Rossum
· 26 years ago
747e1ca
Should pass explicit arguments to findtests(). Should initialize 'nottests'.
by Guido van Rossum
· 26 years ago
6fd83b7
Generalized so it's useful for testing other packages, by Andrew
by Guido van Rossum
· 26 years ago
e87ed5f
Add writelines() method to Compare class.
by Guido van Rossum
· 27 years ago
41360a4
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
4e8ef5f
Catch KeyboardInterrupt separately and propagate it, instead of
by Guido van Rossum
· 27 years ago
f9fa20b
Pass optional arguments (globals(), locals(), []) to __import__() so
by Guido van Rossum
· 27 years ago
a412220
Change default verbosity so that there are only three levels left: -q,
by Guido van Rossum
· 27 years ago
e838701
Don't call sys.exit() all over the place -- simply return the exit
by Guido van Rossum
· 27 years ago
75fce30
Add flush() method to fake file.
by Guido van Rossum
· 27 years ago
9e48b27
Catch all exceptions in test modules.
by Guido van Rossum
· 27 years ago
f58ed25
Add "extra-verbose" mode, triggered by specifying two -v flags. In
by Guido van Rossum
· 28 years ago
152494a
New regression test harness. See usage message / doc string.
by Guido van Rossum
· 28 years ago