| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-81925: Implement native thread ids for kFreeBSD (#111761) | Samuel Thibault | 2023-11-09 | 1 | -1/+4 |
|
|
* | gh-110631: Fix reST indentation in `Doc/library` (#110685) | Ezio Melotti | 2023-10-11 | 1 | -1/+1 |
|
|
* | gh-101100: Fix some broken sphinx references (#107095) | wulmer | 2023-07-23 | 1 | -4/+5 |
|
|
* | gh-106909: Use role :const: for referencing module constants (GH-106910) | Serhiy Storchaka | 2023-07-21 | 1 | -2/+2 |
|
|
* | GH-97950: Use new-style index directive ('module') (#103996) | Adam Turner | 2023-05-04 | 1 | -1/+1 |
|
|
* | gh-99377: Add audit events for thread creation and clear (GH-99378) | Steve Dower | 2022-11-16 | 1 | -0/+2 |
|
|
* | gh-96448: fix documentation for _thread.lock.acquire (#96449) | Daniel Giger | 2022-10-04 | 1 | -5/+5 |
|
|
* | gh-95415: Make availability directive consistent (GH-95416) | Christian Heimes | 2022-07-29 | 1 | -1/+3 |
|
|
* | bpo-42047: Add native thread ID for DragonFlyBSD (#22714) | David CARLIER | 2022-05-18 | 1 | -1/+1 |
|
|
* | bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755) | Antoine Pitrou | 2021-03-11 | 1 | -4/+16 |
|
|
* | 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 | -1/+1 |
|
|
* | bpo-37076: _thread.start_new_thread() calls _PyErr_WriteUnraisableMsg() (GH-1... | Victor Stinner | 2019-05-29 | 1 | -6/+16 |
|
|
* | bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand... | Matěj Cepl | 2019-05-23 | 1 | -2/+6 |
|
|
* | bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463) | Jake Tesler | 2019-05-22 | 1 | -0/+12 |
|
|
* | Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993... | Victor Stinner | 2019-05-21 | 1 | -12/+0 |
|
|
* | bpo-36084: Add native thread ID to threading.Thread objects (GH-11993) | Jake Tesler | 2019-05-12 | 1 | -0/+12 |
|
|
* | bpo-11233: Create availability directive for documentation (GH-9692) | Cheryl Sabella | 2018-10-12 | 1 | -1/+2 |
|
|
* | Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3... | Antoine Pitrou | 2017-09-18 | 1 | -7/+3 |
|
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -1/+2 |
|
|
* | Issue #24952: Clarify default argument of stack_size() in threading, _thread | Martin Panter | 2015-08-31 | 1 | -1/+2 |
|
|
* | Issue #22006: Remove outdated _thread caveat. Thanks Dan O'Reilly for the re... | Mark Dickinson | 2014-07-19 | 1 | -4/+0 |
|
|
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -1/+1 |
|
|
* | Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. | Serhiy Storchaka | 2013-02-16 | 1 | -4/+4 |
|
|
* | Replace ThreadError by RuntimeError: the former is now an obsolete alias of t... | Georg Brandl | 2012-04-05 | 1 | -1/+1 |
|
|
* | Issue #11140: Lock.release() now raises a RuntimeError when attempting | Antoine Pitrou | 2011-02-28 | 1 | -0/+3 |
|
|
* | Issue #8844: Regular and recursive lock acquisitions can now be interrupted | Antoine Pitrou | 2010-12-15 | 1 | -0/+4 |
|
|
* | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 1 | -1/+1 |
|
|
* | Remove obsolete mention of IRIX native threads -- we don't use them anymore. | Antoine Pitrou | 2010-04-19 | 1 | -5/+3 |
|
|
* | Add version{added,changed} for lock timeout support. | Antoine Pitrou | 2010-04-19 | 1 | -0/+5 |
|
|
* | Issue #7316: the acquire() method of lock objects in the :mod:`threading` | Antoine Pitrou | 2010-04-14 | 1 | -8/+23 |
|
|
* | Merged revisions 75969 via svnmerge from | Antoine Pitrou | 2009-10-30 | 1 | -13/+0 |
|
|
* | Merged revisions 75958 via svnmerge from | Antoine Pitrou | 2009-10-30 | 1 | -0/+13 |
|
|
* | Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,... | Georg Brandl | 2009-09-01 | 1 | -1/+1 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -0/+169 |
|
|