COMMITS
/ Python/thread.c August 19, 2022
C
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126)
Christian Heimes committed
July 27, 2022
C
gh-95174: Add pthread stubs for WASI (GH-95234)
Christian Heimes committed
July 25, 2022
E
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow committed
May 9, 2022
G
gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)
Gregory P. Smith committed
February 7, 2022
V
bpo-46670: Remove unused macros in the Python directory (GH-31192)
Victor Stinner committed
January 21, 2022
V
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Victor Stinner committed
V
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner committed
December 7, 2021
E
bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)
Eric Snow committed
August 6, 2021
V
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner committed
March 13, 2020
V
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Victor Stinner committed
September 11, 2019
R
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
Raymond Hettinger committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
December 12, 2017
S
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
Serhiy Storchaka committed
October 6, 2017
M
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 6, 2017
E
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow committed
E
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow committed
July 3, 2017
M
bpo-30832: Remove own implementation for thread-local storage (#2537)
Masayuki Yamamoto committed
May 28, 2017
A
Doc nits for bpo-16500 (#1841)
Antoine Pitrou committed
May 5, 2017
M
bpo-30279: Remove unused Python/thread_foobar.h (#1473)
Masayuki Yamamoto committed
March 23, 2017
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
November 2, 2015
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
December 1, 2014
S
Removed duplicated words in in comments and docs.
Serhiy Storchaka committed
S
Removed duplicated words in in comments and docs.
Serhiy Storchaka committed
August 15, 2014
V
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
Victor Stinner committed
December 13, 2013
V
Issue #19787: PyThread_set_key_value() now always set the value
Victor Stinner committed
V
Backout changeset 46393019b650
Victor Stinner committed
V
Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,
Victor Stinner committed
July 22, 2013
V
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner committed
July 7, 2013
V
Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization
Victor Stinner committed
October 4, 2012
J
#16135: Removal of OS/2 support (I)
Jesus Cea committed
July 8, 2011
A
Issue #11863: Remove support for legacy systems deprecated in Python 3.2
Antoine Pitrou committed
April 30, 2011
V
Issue #11223: Replace threading._info() by sys.thread_info
Victor Stinner committed
April 20, 2011
V
Issue #11223: fix compiler warnings
Victor Stinner committed
April 19, 2011
V
Issue #11223: Add threading._info() function providing informations about the
Victor Stinner committed
March 16, 2011
E
#11565: Merge with 3.1.
Ezio Melotti committed
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
October 24, 2009
A
Disable support for Irix threads
Antoine Pitrou committed
A
Disable GNU pth support
Antoine Pitrou committed
A
Disable support for SunOS LWP
Antoine Pitrou committed
A
Disable support for Mach C Threads.
Antoine Pitrou committed
A
Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0).
Antoine Pitrou committed