Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
7d9d7a265955d7a9988d7dff18b7e138910de8b2
/
Lib
/
test
/
test_atexit.py
7d9d7a2
save/restore stdout/stderr instead of relying on __*__ versions
by Skip Montanaro
· 17 years ago
0d8372b
Simplify individual tests by defining setUp and tearDown methods.
by Skip Montanaro
· 17 years ago
a74d675
backport the atexit test for r66563
by Benjamin Peterson
· 17 years ago
a7a3e28
Fix test_atexit so that it still passes when -3 is supplied. (It was catching the warning messages on stdio from using the reload() function.)
by Steven Bethard
· 17 years ago
00afb07
Whitespace normalization.
by Tim Peters
· 21 years ago
599bd5e
Fix bug 1052242. Also includes rewrite of test case using unittest and
by Skip Montanaro
· 21 years ago
0c44c04
sys.executable can contain spaces, cater for this when passing it to
by Jack Jansen
· 22 years ago
41c570f
Make the test pass for jython where there are no sys.executable.
by Finn Bock
· 23 years ago
408b6d3
Complete the absolute import patch for the test suite. All relative
by Barry Warsaw
· 23 years ago
aeb6a60
Reorganized so the test is skipped if os.popen() doesn't exist (in stead of failing).
by Jack Jansen
· 23 years ago
c7b6bed
Use sys.executable to run Python, as suggested by Neal Norwitz.
by Tim Peters
· 23 years ago
c411dba
Whitespace normalization.
by Tim Peters
· 23 years ago
012b69c
The atexit module effectively turned itself off if sys.exitfunc already
by Tim Peters
· 23 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 25 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 25 years ago
c19425d
Added the atexit module and documentation from Skip Montanaro
by Fred Drake
· 25 years ago