index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_threaded_import.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #7449, last part (11): fix many tests if thread support is disabled
Victor Stinner
2010-04-27
1
-2/+2
*
Fix various missing import/unbound name errors.
Georg Brandl
2010-02-06
1
-0/+1
*
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
Benjamin Peterson
2009-03-26
1
-2/+2
*
remove test_support.TestSkipped and just use unittest.SkipTest
Benjamin Peterson
2009-03-26
1
-2/+2
*
Repair KeyError when running test_threaded_import under -R,
Tim Peters
2006-06-19
1
-4/+3
*
SF bug #1473760 TempFile can hang on Windows.
Tim Peters
2006-04-21
1
-1/+20
*
Don't exit test_main() with the lock 'done' held -- there's no cleaner
Michael W. Hudson
2004-08-03
1
-0/+1
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
SF bug #516372: test_thread: unhandled exc. in thread
Tim Peters
2002-02-16
1
-2/+6
*
Add a new function imp.lock_held(), and use it to skip test_threaded_import
Tim Peters
2001-08-30
1
-4/+6
*
Workaround by Tim Peters to skip this test if run from test.autotest,
Jack Jansen
2001-08-29
1
-1/+5
*
Implementing an idea from Guido on the checkins list:
Tim Peters
2001-05-22
1
-23/+17
*
New test adapted from the ancient Demo/threads/bug.py.
Tim Peters
2001-05-22
1
-0/+52