Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
28cee96ee1106aa5597f7b51be1a8ba0d2bdfcb2
/
Lib
/
test
/
test_threadedtempfile.py
88d9498
fix small typo
by Benjamin Peterson
· 17 years ago
b03ca4b
fix more threading API related bugs
by Benjamin Peterson
· 17 years ago
2067bfd
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
by Georg Brandl
· 17 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 17 years ago
34d1928
SF patch# 1770008 by Christian Heimes (plus some extras).
by Guido van Rossum
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
d8a9d2a
SF bug 613233: test_threadedtempfile hangs
by Tim Peters
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
9df3eab
Add "import thread" at the top of the module; this prevents us from
by Guido van Rossum
· 24 years ago
73cbc5e
Fix stupidity.
by Tim Peters
· 24 years ago
9fadfb0
Guido found a brand new race in tempfile on Linux, due to Linux changing
by Tim Peters
· 24 years ago