aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/thread.c
Commit message (Expand)AuthorAge
* bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)Victor Stinner2021-08-06
* bpo-40268: Remove explicit pythread.h includes (#19529)Victor Stinner2020-04-15
* bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)Victor Stinner2020-04-14
* bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)Victor Stinner2020-04-14
* bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)Victor Stinner2020-03-13
* bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)Raymond Hettinger2019-09-11
* bpo-35081: Rename internal headers (GH-10275)Victor Stinner2018-11-12
* bpo-35081: Add pycore_ prefix to internal header files (GH-10263)Victor Stinner2018-11-01
* bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)Victor Stinner2018-08-03
* bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...Serhiy Storchaka2017-12-12
* bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)Masayuki Yamamoto2017-10-06
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-07
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-05
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-05
* bpo-30832: Remove own implementation for thread-local storage (#2537)Masayuki Yamamoto2017-07-03
* Doc nits for bpo-16500 (#1841)Antoine Pitrou2017-05-28
* bpo-30279: Remove unused Python/thread_foobar.h (#1473)Masayuki Yamamoto2017-05-05
* bpo-6532: Make the thread id an unsigned integer. (#781)Serhiy Storchaka2017-03-23
* Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-02
|\
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-02
* | Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-01
|\|
| * Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-01
* | Issue #22156: Fix "comparison between signed and unsigned integers" compilerVictor Stinner2014-08-15
|/
* Issue #19787: PyThread_set_key_value() now always set the valueVictor Stinner2013-12-13
* Backout changeset 46393019b650Victor Stinner2013-12-13
* Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,Victor Stinner2013-12-13
* Issue #18520: Add a new PyStructSequence_InitType2() function, same thanVictor Stinner2013-07-22
* Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initializationVictor Stinner2013-07-07
* #16135: Removal of OS/2 support (I)Jesus Cea2012-10-05
* Issue #11863: Remove support for legacy systems deprecated in Python 3.2Antoine Pitrou2011-07-08
* Issue #11223: Replace threading._info() by sys.thread_infoVictor Stinner2011-04-30
* Issue #11223: fix compiler warningsVictor Stinner2011-04-20
* Issue #11223: Add threading._info() function providing informations about theVictor Stinner2011-04-19
* #11565: Merge with 3.1.Ezio Melotti2011-03-16
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-16
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-09
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-09
* | Disable support for Irix threadsAntoine Pitrou2009-10-24
* | Disable GNU pth supportAntoine Pitrou2009-10-24
* | Disable support for SunOS LWPAntoine Pitrou2009-10-24
* | Disable support for Mach C Threads.Antoine Pitrou2009-10-24
* | Remove AtheOS support, as per PEP 11 (which claims that all code was removed ...Antoine Pitrou2009-10-24
|/
* Merged revisions 68455,68476,68542 via svnmerge fromMartin v. Löwis2009-01-12
* Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-...Georg Brandl2008-08-12
* Merged revisions 64212 via svnmerge fromBenjamin Peterson2008-06-13
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-07
* Remove support for BeOSSkip Montanaro2007-08-17
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge the rest of the trunk.Thomas Wouters2006-06-08
* - Changes donated by Elemental Security to make it work on HP-UX 11 onGuido van Rossum2005-09-14