summaryrefslogtreecommitdiffstats
path: root/Doc/library/threading.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-115664: Fix ordering of more versionadded and versionchanged directives (G...Serhiy Storchaka2024-03-071-3/+3
* Doc: Clarify the return type of Event.wait when timeout is used (GH-104168)Phil Elson2024-02-261-10/+7
* gh-114315: Make `threading.Lock` a real class, not a factory function (#114479)Nikita Sobolev2024-01-251-3/+4
* gh-81925: Implement native thread ids for kFreeBSD (#111761)Samuel Thibault2023-11-091-1/+4
* gh-101100: Fix sphinx warnings in `threading.rst` (#108684)Nikita Sobolev2023-08-311-8/+8
* gh-86509: Add link to Lib/_threading_local.py in threading docs (#101824)Owain Davies2023-03-101-1/+1
* GH-93503: Add thread-specific APIs to set profiling and tracing functions in ...Pablo Galindo Salgado2022-08-241-0/+18
* gh-96098: Clearly link concurrent.futures from threading & multiprocessing do...Nick Coghlan2022-08-211-1/+13
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Christian Heimes2022-08-021-0/+1
* gh-95415: Make availability directive consistent (GH-95416)Christian Heimes2022-07-291-2/+4
* gh-71223: Improve rendering of some references in the docs (GH-93041)Serhiy Storchaka2022-05-211-2/+4
* bpo-42047: Add native thread ID for DragonFlyBSD (#22714)David CARLIER2022-05-181-1/+1
* bpo-38738: Fix formatting of True and False in the threading documentation (G...Géry Ogam2022-03-041-8/+8
* bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)Charlie Zhao2022-02-261-1/+14
* bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation (#23192)Irit Katriel2021-05-111-4/+5
* bpo-43723: Deprecate camelCase aliases from threading (GH-25174)Jelle Zijlstra2021-04-121-5/+17
* bpo-43293: Doc: move note about GIL to top of threading module (GH-24622)Guanzhong Chen2021-02-241-13/+13
* bpo-42308: Add threading.__excepthook__ (GH-23218)Mario Corchero2020-11-121-0/+7
* bpo-42251: Add gettrace and getprofile to threading (GH-23125)Mario Corchero2020-11-041-0/+20
* bpo-41833: threading.Thread now uses the target name (GH-22357)Victor Stinner2020-09-231-2/+7
* bpo-40204: Fix reference to terms in the doc (GH-21865)Victor Stinner2020-08-141-1/+2
* Minor change on threading.Thread.native_id documentation. (GH-18129)Antoine2020-06-121-5/+4
* bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreter...Victor Stinner2020-04-121-8/+0
* Fix Lock.locked() to remove extra bold highlighting (#18042)Grant Jenks2020-01-171-0/+1
* document threading.Lock.locked() (GH-17427)idomic2019-12-011-0/+4
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-11/+11
* bpo-38466: Fix threading.excepthook doc (GH-16891)Daniel Baskal2019-10-221-2/+2
* bpo-10978: Semaphores can release multiple threads at a time (GH-15588)Raymond Hettinger2019-08-291-4/+7
* bpo-36084: Add threading Native ID information to What's New documentation (G...Jake Tesler2019-07-301-1/+1
* bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)Victor Stinner2019-06-141-0/+8
* bpo-37261: Document sys.unraisablehook corner cases (GH-14059)Victor Stinner2019-06-141-0/+8
* 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-2/+2
* bpo-1230540: Add threading.excepthook() (GH-13515)Victor Stinner2019-05-271-0/+30
* bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)Jake Tesler2019-05-221-0/+32
* Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993...Victor Stinner2019-05-211-31/+0
* Correct typos in the Barrier specification (GH-9395)Géry Ogam2019-05-171-2/+2
* bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)Jake Tesler2019-05-121-0/+31
* replace 'sequencial argument' by 'positional' in doc (GH-12925)Mathieu Dupuy2019-04-231-1/+1
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-191-2/+2
* bpo-11233: Create availability directive for documentation (GH-9692)Cheryl Sabella2018-10-121-1/+2
* closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)Benjamin Peterson2018-09-121-1/+2
* bpo-32208: update threading.Semaphore docs and add unit test (#4709)Garrett Berg2017-12-071-13/+13
* point to the module-level get_ident function rather than the one in _thread (...Benjamin Peterson2017-09-271-4/+4
* Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3...Antoine Pitrou2017-09-181-2/+2
* bpo-31191: Improve grammar in threading.Barrier docs (GH-3080)Saurabh Chaturvedi2017-08-141-2/+2
* bpo-27618: Clarify that threading.Lock is a factory function (GH-1307)csabella2017-06-011-2/+3
* Issue #28960: Drop comma attached to dash in Thread.join() descriptionMartin Panter2016-12-241-1/+1
* Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-1/+1