summaryrefslogtreecommitdiff
path: root/Doc/library/_thread.rst
Commit message (Expand)AuthorAgeFilesLines
* 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