COMMITS
/ Python/thread.c May 30, 2025
V
gh-134745: Change PyThread_allocate_lock() implementation to PyMutex (#134747)
Victor Stinner committed
March 17, 2025
V
gh-131238: Add explicit includes to pycore headers (#131257)
Victor Stinner committed
February 21, 2024
V
gh-110850: Cleanup PyTime API: PyTime_t are nanoseconds (#115753)
Victor Stinner committed
February 20, 2024
V
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner committed
October 17, 2023
E
gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)
Eric Snow committed
E
gh-84570: Send-Wait Fixes for _xxinterpchannels (gh-111006)
Eric Snow committed
September 30, 2023
V
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Victor Stinner committed
September 6, 2023
V
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner committed
May 2, 2023
May 1, 2023
E
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)
Eric Snow committed
April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow committed
December 9, 2022
E
gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)
Eric Snow committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner committed
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