COMMITS
/ Python/thread_pthread.h February 20, 2019
I
bpo-12822: use monotonic clock for condvar if possible (GH-11723)
Inada Naoki committed
November 30, 2018
S
bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008)
Siddhesh Poyarekar committed
November 1, 2018
V
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner committed
January 22, 2018
V
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner committed
November 8, 2017
V
Replace KB unit with KiB (#4293)
Victor Stinner committed
October 24, 2017
V
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner committed
October 6, 2017
M
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto committed
September 29, 2017
B
remove support for BSD/OS (closes bpo-31624) (#3812)
Benjamin Peterson 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
June 26, 2017
A
bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (#2403)
Antoine Pitrou committed
March 23, 2017
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
March 21, 2017
D
bpo-29859: Fix error messages from return codes for pthread_* calls (GH-741)
Daniel Birnstiel committed
August 17, 2014
V
Issue #22206: Using pthread, PyThread_create_key() now sets errno to ENOMEM and
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 7, 2013
V
Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks
Victor Stinner committed
June 18, 2013
A
Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
Antoine Pitrou committed
December 2, 2012
C
Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
Christian Heimes committed
C
Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
Christian Heimes committed
June 5, 2012
K
Signal condition variables with the mutex held. Destroy condition variables
Kristján Valur Jónsson committed
March 13, 2012
N
Issue #14184: merge
Ned Deily committed
N
Issue #14184: Increase the default stack size for secondary threads on
Ned Deily committed
July 4, 2011
V
Issue #12469: partial revert of 024827a9db64, freebsd6 thread initialization
Victor Stinner committed
June 24, 2011
V
Issue #12392: fix thread initialization on FreeBSD 6
Victor Stinner committed
May 28, 2011
N
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily committed
N
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily committed
N
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily committed
May 4, 2011
A
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou committed
A
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou committed
April 9, 2011
N
Issue9670: Merge backout from 3.2.
Ned Deily committed
N
Issue9670: Merge backout to 3.2.
Ned Deily committed
N
Issue9670: Back out changeset 378b40d71175; test fails on other platforms
Ned Deily committed
N
Issue #9670: merge with current
Ned Deily committed
N
Issue #9670: merge with 3.2
Ned Deily committed
N
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily committed
March 14, 2011
J
Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2
Jesus Cea committed
December 15, 2010
A
Issue #8844: Regular and recursive lock acquisitions can now be interrupted
Antoine Pitrou committed
October 10, 2010
A
Issue #10062: Allow building on platforms which do not have sem_timedwait.
Antoine Pitrou committed
September 20, 2010
K
issue 9786 Native TLS support for pthreads
Kristján Valur Jónsson 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
May 3, 2010
J
Make (most of) Python's tests pass under Thread Sanitizer.
Jeffrey Yasskin committed
April 14, 2010
A
Issue #7316: the acquire() method of lock objects in the :mod:`threading`
Antoine Pitrou committed
February 24, 2010
A
Merged revisions 78393 via svnmerge from
Amaury Forgeot d'Arc committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed