summaryrefslogtreecommitdiffstats
path: root/Doc/library/_thread.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-81925: Implement native thread ids for kFreeBSD (#111761)Samuel Thibault2023-11-091-1/+4
* gh-110631: Fix reST indentation in `Doc/library` (#110685)Ezio Melotti2023-10-111-1/+1
* gh-101100: Fix some broken sphinx references (#107095)wulmer2023-07-231-4/+5
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-211-2/+2
* GH-97950: Use new-style index directive ('module') (#103996)Adam Turner2023-05-041-1/+1
* gh-99377: Add audit events for thread creation and clear (GH-99378)Steve Dower2022-11-161-0/+2
* gh-96448: fix documentation for _thread.lock.acquire (#96449)Daniel Giger2022-10-041-5/+5
* gh-95415: Make availability directive consistent (GH-95416)Christian Heimes2022-07-291-1/+3
* bpo-42047: Add native thread ID for DragonFlyBSD (#22714)David CARLIER2022-05-181-1/+1
* bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)Antoine Pitrou2021-03-111-4/+16
* 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