History log of /external/python/cpython3/Lib/_dummy_thread.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
62f4dad81607d8d0a70223ef3feacdfd3aa5e898 26-May-2014 Raymond Hettinger <python@rcn.com> Issue 21137: Better repr for threading.Lock()
/external/python/cpython3/Lib/_dummy_thread.py
7b4769937fb612d576b6829c3b834f3dd31752f1 07-Sep-2013 Antoine Pitrou <solipsis@pitrou.net> Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning.
This prevents unpredictable aborts in Py_EndInterpreter() when some non-daemon threads are still running.
/external/python/cpython3/Lib/_dummy_thread.py
cd171c8e92c10d327151400fd8f16b11a4964615 04-Jul-2013 Brett Cannon <brett@python.org> Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
/external/python/cpython3/Lib/_dummy_thread.py
0a140668faf18bf7f8d2ea15e57da5e2a0625292 14-Jun-2013 Brett Cannon <brett@python.org> Issue #18200: Update the stdlib (except tests) to use
ModuleNotFoundError.
/external/python/cpython3/Lib/_dummy_thread.py
d5c355ccc70d011ef2010537838d9a82e24b2b80 30-Apr-2011 Victor Stinner <victor.stinner@haypocalc.com> Issue #11223: Replace threading._info() by sys.thread_info
/external/python/cpython3/Lib/_dummy_thread.py
2d70e299985e59b626aedec6d803fc051b863f0c 20-Apr-2011 Victor Stinner <victor.stinner@haypocalc.com> Issue #11223: fix test_dummy_threading, add _dummy_thread.info()
/external/python/cpython3/Lib/_dummy_thread.py
819c40ff35aeead0f78c71e18efdc634ffb7b187 02-Mar-2011 Antoine Pitrou <solipsis@pitrou.net> Followup to issue #11140 and r88682: also patch _dummy_thread.
Patch by Aymeric Augustin.
/external/python/cpython3/Lib/_dummy_thread.py
db1bad2d70a0c11f3540c172d341edc92ba68c30 05-Nov-2010 Antoine Pitrou <solipsis@pitrou.net> Fix bootstrap issues when building without threads
/external/python/cpython3/Lib/_dummy_thread.py
7c3e5773954009d65520eb063621cf7724da88e3 14-Apr-2010 Antoine Pitrou <solipsis@pitrou.net> Issue #7316: the acquire() method of lock objects in the :mod:`threading`
module now takes an optional timeout argument in seconds. Timeout support
relies on the system threading library, so as to avoid a semi-busy wait
loop.
/external/python/cpython3/Lib/_dummy_thread.py
b5ebf27b88e52836bfa6d97d7817f7f381a1394d 18-Aug-2008 Brett Cannon <bcannon@gmail.com> Merged revisions 65787 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r65787 | brett.cannon | 2008-08-17 15:10:11 -0700 (Sun, 17 Aug 2008) | 3 lines

Remove imports of 'warnings' that are no longer needed in dummy_thread,
filecmp, and shelve.
........
/external/python/cpython3/Lib/_dummy_thread.py
40c8f23a25b48b6fd79025fdfcd84190fe1a8a1f 13-Jul-2008 Brett Cannon <bcannon@gmail.com> Merged revisions 64903 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r64903 | brett.cannon | 2008-07-12 18:15:07 -0700 (Sat, 12 Jul 2008) | 6 lines

dummy_thread.acquire() would return None if no waitflag argument was given. It
should have returned True.

Fixes issue #3339. Thanks, Henk Punt for the report and Andrii v. Mishkovskiyi
for attempting a patch.
........
/external/python/cpython3/Lib/_dummy_thread.py
2067bfdf253e134a4144d3747300dbfcc7cc6203 25-May-2008 Georg Brandl <georg@python.org> Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
/external/python/cpython3/Lib/_dummy_thread.py