index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_threaded_import.py
Commit message (
Expand
)
Author
Age
*
Hack to avoid test_tempfile failures when run after test_threaded_import
Antoine Pitrou
2010-11-15
*
Merged revisions 85444 via svnmerge from
Antoine Pitrou
2010-10-13
*
Merged revisions 84258,84268 via svnmerge from
Antoine Pitrou
2010-08-22
*
Merged revisions 82919 via svnmerge from
Antoine Pitrou
2010-07-16
*
Merged revisions 82885 via svnmerge from
Antoine Pitrou
2010-07-14
*
Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...
Benjamin Peterson
2009-03-28
*
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Georg Brandl
2008-05-25
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
*
Don't exit test_main() with the lock 'done' held -- there's no cleaner
Michael W. Hudson
2004-08-03
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
SF bug #516372: test_thread: unhandled exc. in thread
Tim Peters
2002-02-16
*
Add a new function imp.lock_held(), and use it to skip test_threaded_import
Tim Peters
2001-08-30
*
Workaround by Tim Peters to skip this test if run from test.autotest,
Jack Jansen
2001-08-29
*
Implementing an idea from Guido on the checkins list:
Tim Peters
2001-05-22
*
New test adapted from the ancient Demo/threads/bug.py.
Tim Peters
2001-05-22