index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
thread.c
Commit message (
Expand
)
Author
Age
*
gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)
Eric Snow
2023-10-17
*
gh-84570: Send-Wait Fixes for _xxinterpchannels (gh-111006)
Eric Snow
2023-10-17
*
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Victor Stinner
2023-09-30
*
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner
2023-09-06
*
gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Inte...
Eric Snow
2023-05-01
*
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)
Eric Snow
2023-05-01
*
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow
2023-04-27
*
gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)
Eric Snow
2022-12-08
*
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner
2022-11-10
*
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126)
Christian Heimes
2022-08-19
*
gh-95174: Add pthread stubs for WASI (GH-95234)
Christian Heimes
2022-07-27
*
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow
2022-07-25
*
gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)
Gregory P. Smith
2022-05-09
*
bpo-46670: Remove unused macros in the Python directory (GH-31192)
Victor Stinner
2022-02-07
*
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Victor Stinner
2022-01-21
*
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner
2022-01-21
*
bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)
Eric Snow
2021-12-07
*
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
Victor Stinner
2021-08-06
*
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner
2020-04-15
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
*
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner
2020-04-14
*
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Victor Stinner
2020-03-13
*
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
Raymond Hettinger
2019-09-11
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-11-01
*
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner
2018-08-03
*
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...
Serhiy Storchaka
2017-12-12
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-07
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-05
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-05
*
bpo-30832: Remove own implementation for thread-local storage (#2537)
Masayuki Yamamoto
2017-07-03
*
Doc nits for bpo-16500 (#1841)
Antoine Pitrou
2017-05-28
*
bpo-30279: Remove unused Python/thread_foobar.h (#1473)
Masayuki Yamamoto
2017-05-05
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
*
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
|
\
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
*
|
Removed duplicated words in in comments and docs.
Serhiy Storchaka
2014-12-01
|
\
|
|
*
Removed duplicated words in in comments and docs.
Serhiy Storchaka
2014-12-01
*
|
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
Victor Stinner
2014-08-15
|
/
*
Issue #19787: PyThread_set_key_value() now always set the value
Victor Stinner
2013-12-13
*
Backout changeset 46393019b650
Victor Stinner
2013-12-13
*
Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,
Victor Stinner
2013-12-13
*
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner
2013-07-22
*
Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization
Victor Stinner
2013-07-07
*
#16135: Removal of OS/2 support (I)
Jesus Cea
2012-10-05
*
Issue #11863: Remove support for legacy systems deprecated in Python 3.2
Antoine Pitrou
2011-07-08
*
Issue #11223: Replace threading._info() by sys.thread_info
Victor Stinner
2011-04-30
*
Issue #11223: fix compiler warnings
Victor Stinner
2011-04-20
*
Issue #11223: Add threading._info() function providing informations about the
Victor Stinner
2011-04-19
[next]