summaryrefslogtreecommitdiff
path: root/Doc/library/_thread.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-37077: Add native thread ID (TID) for AIX (GH-13624)Michael Felt2019-06-131-1/+1
* bpo-37160: Thread native ID NetBSD support (GH-13835)David Carlier2019-06-121-1/+1
* bpo-37087: Adding native ID support for OpenBSD (GH-13654)David Carlier2019-06-031-1/+1
* bpo-37076: _thread.start_new_thread() calls _PyErr_WriteUnraisableMsg() (GH-1...Victor Stinner2019-05-291-6/+16
* bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...Matěj Cepl2019-05-231-2/+6
* bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)Jake Tesler2019-05-221-0/+12
* Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993...Victor Stinner2019-05-211-12/+0
* bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)Jake Tesler2019-05-121-0/+12
* bpo-11233: Create availability directive for documentation (GH-9692)Cheryl Sabella2018-10-121-1/+2
* Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3...Antoine Pitrou2017-09-181-7/+3
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-1/+2
* Issue #24952: Clarify default argument of stack_size() in threading, _threadMartin Panter2015-08-311-1/+2
* Issue #22006: Remove outdated _thread caveat. Thanks Dan O'Reilly for the re...Mark Dickinson2014-07-191-4/+0
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-1/+1
* Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.Serhiy Storchaka2013-02-161-4/+4
* Replace ThreadError by RuntimeError: the former is now an obsolete alias of t...Georg Brandl2012-04-051-1/+1
* Issue #11140: Lock.release() now raises a RuntimeError when attemptingAntoine Pitrou2011-02-281-0/+3
* Issue #8844: Regular and recursive lock acquisitions can now be interruptedAntoine Pitrou2010-12-151-0/+4
* #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
* Remove obsolete mention of IRIX native threads -- we don't use them anymore.Antoine Pitrou2010-04-191-5/+3
* Add version{added,changed} for lock timeout support.Antoine Pitrou2010-04-191-0/+5
* Issue #7316: the acquire() method of lock objects in the :mod:`threading`Antoine Pitrou2010-04-141-8/+23
* Merged revisions 75969 via svnmerge fromAntoine Pitrou2009-10-301-13/+0
* Merged revisions 75958 via svnmerge fromAntoine Pitrou2009-10-301-0/+13
* Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,...Georg Brandl2009-09-011-1/+1
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-0/+169