index
:
cpython
3.10
3.11
3.12
3.13
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
/
Include
/
pythread.h
Commit message (
Expand
)
Author
Age
*
gh-87135: Hang non-main threads that attempt to acquire the GIL during finali...
Jeremy Maitin-Shepard
2024-10-02
*
gh-81925: Implement native thread ids for kFreeBSD (#111761)
Samuel Thibault
2023-11-09
*
gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217)
Victor Stinner
2023-10-02
*
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Victor Stinner
2023-09-30
*
bpo-42047: Add native thread ID for DragonFlyBSD (#22714)
David CARLIER
2022-05-18
*
gh-79315: Add Include/cpython/pythread.h header (#91798)
Victor Stinner
2022-04-21
*
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
Christian Heimes
2022-01-13
*
bpo-41710: Fix PY_TIMEOUT_MAX on Windows (GH-28673)
Victor Stinner
2021-10-01
*
bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643)
Victor Stinner
2021-09-30
*
bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)
Victor Stinner
2020-04-07
*
bpo-39372: Clean header files of declared interfaces with no implementations ...
Pablo Galindo
2020-01-18
*
bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard...
Sergey Fedoseev
2019-12-05
*
bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
Michael Felt
2019-06-13
*
bpo-37160: Thread native ID NetBSD support (GH-13835)
David Carlier
2019-06-12
*
bpo-37087: Adding native ID support for OpenBSD (GH-13654)
David Carlier
2019-06-03
*
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
Zackery Spytz
2019-05-28
*
bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)
Jake Tesler
2019-05-22
*
Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993...
Victor Stinner
2019-05-21
*
bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)
Jake Tesler
2019-05-12
*
bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)
Victor Stinner
2019-05-04
*
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner
2017-10-24
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
*
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka
2016-12-27
*
stop using Py_LL and Py_ULL
Benjamin Peterson
2016-09-18
*
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
*
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-05
*
Issue #11223: Replace threading._info() by sys.thread_info
Victor Stinner
2011-04-30
*
Issue #11223: Add threading._info() function providing informations about the
Victor Stinner
2011-04-19
*
Issue #8844: Regular and recursive lock acquisitions can now be interrupted
Antoine Pitrou
2010-12-15
*
Issue #9318: Use Py_LL for old compiler.
Hirokazu Yamamoto
2010-09-11
*
Issue #7316: the acquire() method of lock objects in the :mod:`threading`
Antoine Pitrou
2010-04-14
*
Merged revisions 78393 via svnmerge from
Amaury Forgeot d'Arc
2010-02-24
*
Merged revisions 64212 via svnmerge from
Benjamin Peterson
2008-06-13
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
New PyGILState_ API - implements pep 311, from patch 684256.
Mark Hammond
2003-04-19
*
Excise DL_EXPORT from Include.
Mark Hammond
2002-08-12
*
Remove the unused & broken PyThread_*_sema() functions and related constants.
Fred Drake
2002-01-19
*
Partial patch from SF #452266, by Jason Petrone.
Guido van Rossum
2001-10-16
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
*
ANSI-fication and Py_PROTO extermination.
Fred Drake
2000-07-09
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
*
Change copyright notice.
Guido van Rossum
2000-06-30
*
Conform to standard boilerplate.
Guido van Rossum
1999-03-24
*
Thanks to Chris Herborth, the thread primitives now have proper Py*
Guido van Rossum
1998-12-21
*
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum
1998-12-04
*
Changes for BeOS, QNX and long long, by Chris Herborth.
Guido van Rossum
1998-08-04
*
Massive changes for separate thread state management.
Guido van Rossum
1997-05-05
*
Add Macros defining new names for all external symbols.
Guido van Rossum
1997-03-14
*
Add waitflag to down_sema().
Guido van Rossum
1996-10-08
[next]