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_dummy_thread.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143)
Victor Stinner
2019-06-17
1
-276/+0
*
bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943)
Joost Lek
2019-06-17
1
-0/+21
*
bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)
Victor Stinner
2018-12-17
1
-2/+2
*
Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3...
Antoine Pitrou
2017-09-18
1
-0/+255
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-255/+0
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
1
-2/+1
*
Issue11551 - Increase the test coverage of _dummy_thread module to 100%.
Senthil Kumaran
2016-09-08
1
-41/+115
*
Issue #20556: Used specific assert methods in threading tests.
Serhiy Storchaka
2016-03-14
1
-8/+8
*
Followup to issue #11140 and r88682: also patch _dummy_thread.
Antoine Pitrou
2011-03-01
1
-2/+2
*
Merged revisions 77727 via svnmerge from
Ezio Melotti
2010-01-24
1
-5/+5
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-19/+19
*
Merged revisions 64903 via svnmerge from
Brett Cannon
2008-07-13
1
-0/+1
*
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Georg Brandl
2008-05-25
1
-3/+3
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-7/+7
*
Rename Queue module to queue.
Alexandre Vassalotti
2008-05-11
1
-3/+3
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-1/+1
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-10/+10
*
Whitespace normalization.
Tim Peters
2003-06-15
1
-1/+1
*
Cause calling interrupt_main in main thread raise KeyboardInterrupt instantly.
Brett Cannon
2003-06-13
1
-0/+5
*
dummy_thread modified to have interrupt_main and to behave appropriately when
Brett Cannon
2003-06-13
1
-0/+8
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-5/+1
*
Make time.sleep calls go to 0 for common testing.
Brett Cannon
2003-04-30
1
-10/+15
*
Whitespace normalization.
Tim Peters
2003-02-19
1
-5/+5
*
Brett Cannon's dummy_thread and dummy_threading modules (SF patch
Guido van Rossum
2002-12-30
1
-0/+167