summaryrefslogtreecommitdiffstats
path: root/Lib/_dummy_thread.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143)Victor Stinner2019-06-171-197/+0
* bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943)Joost Lek2019-06-171-1/+31
* bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)Victor Stinner2019-06-141-0/+4
* Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993...Victor Stinner2019-05-211-4/+0
* bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)Jake Tesler2019-05-121-0/+4
* Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3...Antoine Pitrou2017-09-181-0/+163
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-163/+0
* bpo-6532: Make the thread id an unsigned integer. (#781)Serhiy Storchaka2017-03-231-1/+1
* Issue 21137: Better repr for threading.Lock()Raymond Hettinger2014-05-261-0/+8
* Issue #18808: Thread.join() now waits for the underlying thread state to be d...Antoine Pitrou2013-09-071-0/+4
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-141-1/+1
* Issue #11223: Replace threading._info() by sys.thread_infoVictor Stinner2011-04-301-3/+0
* Issue #11223: fix test_dummy_threading, add _dummy_thread.info()Victor Stinner2011-04-191-0/+3
* Followup to issue #11140 and r88682: also patch _dummy_thread.Antoine Pitrou2011-03-011-5/+1
* Fix bootstrap issues when building without threadsAntoine Pitrou2010-11-051-4/+8
* Issue #7316: the acquire() method of lock objects in the :mod:`threading`Antoine Pitrou2010-04-141-1/+7
* Merged revisions 65787 via svnmerge fromBrett Cannon2008-08-171-1/+0
* Merged revisions 64903 via svnmerge fromBrett Cannon2008-07-131-6/+3
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-0/+149