| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-59705: Set OS thread name when Thread.name is changed (#127702) | Victor Stinner | 2024-12-10 | 1 | -0/+12 |
|
|
* | gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546) | Sam Gross | 2024-10-17 | 1 | -0/+3 |
|
|
* | Fix typos in docs, error messages and comments (#122502) | jianghuyiyuan | 2024-08-01 | 1 | -1/+1 |
|
|
* | gh-121905: Consistently use "floating-point" instead of "floating point" (GH-... | Serhiy Storchaka | 2024-07-19 | 1 | -3/+3 |
|
|
* | gh-70795: Rework RLock documentation (#103853) | uıɐɾ ʞ ʇɐɯɐs | 2024-05-22 | 1 | -24/+51 |
|
|
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | gh-115664: Fix ordering of more versionadded and versionchanged directives (G... | Serhiy Storchaka | 2024-03-07 | 1 | -3/+3 |
|
|
* | Doc: Clarify the return type of Event.wait when timeout is used (GH-104168) | Phil Elson | 2024-02-26 | 1 | -10/+7 |
|
|
* | gh-114315: Make `threading.Lock` a real class, not a factory function (#114479) | Nikita Sobolev | 2024-01-25 | 1 | -3/+4 |
|
|
* | gh-81925: Implement native thread ids for kFreeBSD (#111761) | Samuel Thibault | 2023-11-09 | 1 | -1/+4 |
|
|
* | gh-101100: Fix sphinx warnings in `threading.rst` (#108684) | Nikita Sobolev | 2023-08-31 | 1 | -8/+8 |
|
|
* | gh-86509: Add link to Lib/_threading_local.py in threading docs (#101824) | Owain Davies | 2023-03-10 | 1 | -1/+1 |
|
|
* | GH-93503: Add thread-specific APIs to set profiling and tracing functions in ... | Pablo Galindo Salgado | 2022-08-24 | 1 | -0/+18 |
|
|
* | gh-96098: Clearly link concurrent.futures from threading & multiprocessing do... | Nick Coghlan | 2022-08-21 | 1 | -1/+13 |
|
|
* | gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) | Christian Heimes | 2022-08-02 | 1 | -0/+1 |
|
|
* | gh-95415: Make availability directive consistent (GH-95416) | Christian Heimes | 2022-07-29 | 1 | -2/+4 |
|
|
* | gh-71223: Improve rendering of some references in the docs (GH-93041) | Serhiy Storchaka | 2022-05-21 | 1 | -2/+4 |
|
|
* | bpo-42047: Add native thread ID for DragonFlyBSD (#22714) | David CARLIER | 2022-05-18 | 1 | -1/+1 |
|
|
* | bpo-38738: Fix formatting of True and False in the threading documentation (G... | Géry Ogam | 2022-03-04 | 1 | -8/+8 |
|
|
* | bpo-45735: Promise the long-time truth that `args=list` works (GH-30982) | Charlie Zhao | 2022-02-26 | 1 | -1/+14 |
|
|
* | bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation (#23192) | Irit Katriel | 2021-05-11 | 1 | -4/+5 |
|
|
* | bpo-43723: Deprecate camelCase aliases from threading (GH-25174) | Jelle Zijlstra | 2021-04-12 | 1 | -5/+17 |
|
|
* | bpo-43293: Doc: move note about GIL to top of threading module (GH-24622) | Guanzhong Chen | 2021-02-24 | 1 | -13/+13 |
|
|
* | bpo-42308: Add threading.__excepthook__ (GH-23218) | Mario Corchero | 2020-11-12 | 1 | -0/+7 |
|
|
* | bpo-42251: Add gettrace and getprofile to threading (GH-23125) | Mario Corchero | 2020-11-04 | 1 | -0/+20 |
|
|
* | bpo-41833: threading.Thread now uses the target name (GH-22357) | Victor Stinner | 2020-09-23 | 1 | -2/+7 |
|
|
* | bpo-40204: Fix reference to terms in the doc (GH-21865) | Victor Stinner | 2020-08-14 | 1 | -1/+2 |
|
|
* | Minor change on threading.Thread.native_id documentation. (GH-18129) | Antoine | 2020-06-12 | 1 | -5/+4 |
|
|
* | bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreter... | Victor Stinner | 2020-04-12 | 1 | -8/+0 |
|
|
* | Fix Lock.locked() to remove extra bold highlighting (#18042) | Grant Jenks | 2020-01-17 | 1 | -0/+1 |
|
|
* | document threading.Lock.locked() (GH-17427) | idomic | 2019-12-01 | 1 | -0/+4 |
|
|
* | bpo-38738: Fix formatting of True and False. (GH-17083) | Serhiy Storchaka | 2019-11-12 | 1 | -11/+11 |
|
|
* | bpo-38466: Fix threading.excepthook doc (GH-16891) | Daniel Baskal | 2019-10-22 | 1 | -2/+2 |
|
|
* | bpo-10978: Semaphores can release multiple threads at a time (GH-15588) | Raymond Hettinger | 2019-08-29 | 1 | -4/+7 |
|
|
* | bpo-36084: Add threading Native ID information to What's New documentation (G... | Jake Tesler | 2019-07-30 | 1 | -1/+1 |
|
|
* | bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049) | Victor Stinner | 2019-06-14 | 1 | -0/+8 |
|
|
* | bpo-37261: Document sys.unraisablehook corner cases (GH-14059) | Victor Stinner | 2019-06-14 | 1 | -0/+8 |
|
|
* | bpo-37077: Add native thread ID (TID) for AIX (GH-13624) | Michael Felt | 2019-06-13 | 1 | -1/+1 |
|
|
* | bpo-37160: Thread native ID NetBSD support (GH-13835) | David Carlier | 2019-06-12 | 1 | -1/+1 |
|
|
* | bpo-37087: Adding native ID support for OpenBSD (GH-13654) | David Carlier | 2019-06-03 | 1 | -2/+2 |
|
|
* | bpo-1230540: Add threading.excepthook() (GH-13515) | Victor Stinner | 2019-05-27 | 1 | -0/+30 |
|
|
* | bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463) | Jake Tesler | 2019-05-22 | 1 | -0/+32 |
|
|
* | Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993... | Victor Stinner | 2019-05-21 | 1 | -31/+0 |
|
|
* | Correct typos in the Barrier specification (GH-9395) | Géry Ogam | 2019-05-17 | 1 | -2/+2 |
|
|
* | bpo-36084: Add native thread ID to threading.Thread objects (GH-11993) | Jake Tesler | 2019-05-12 | 1 | -0/+31 |
|
|
* | replace 'sequencial argument' by 'positional' in doc (GH-12925) | Mathieu Dupuy | 2019-04-23 | 1 | -1/+1 |
|
|
* | bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) | Serhiy Storchaka | 2018-12-19 | 1 | -2/+2 |
|
|
* | bpo-11233: Create availability directive for documentation (GH-9692) | Cheryl Sabella | 2018-10-12 | 1 | -1/+2 |
|
|
* | closes bpo-34004: Skip lock interruption tests on musl. (GH-9224) | Benjamin Peterson | 2018-09-12 | 1 | -1/+2 |
|
|
* | bpo-32208: update threading.Semaphore docs and add unit test (#4709) | Garrett Berg | 2017-12-07 | 1 | -13/+13 |
|
|