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_pthread.h
Commit message (
Expand
)
Author
Age
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
*
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
*
remove support for BSD/OS (closes bpo-31624) (#3812)
Benjamin Peterson
2017-09-28
*
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
*
bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (#2403)
Antoine Pitrou
2017-06-26
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
*
bpo-29859: Fix error messages from return codes for pthread_* calls (GH-741)
Daniel Birnstiel
2017-03-21
*
Issue #22206: Using pthread, PyThread_create_key() now sets errno to ENOMEM and
Victor Stinner
2014-08-17
*
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 #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks
Victor Stinner
2013-07-07
*
Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
Antoine Pitrou
2013-06-18
*
Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
Christian Heimes
2012-12-02
|
\
|
*
Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
Christian Heimes
2012-12-02
*
|
Signal condition variables with the mutex held. Destroy condition variables
Kristján Valur Jónsson
2012-06-05
*
|
Issue #14184: merge
Ned Deily
2012-03-13
|
\
|
|
*
Issue #14184: Increase the default stack size for secondary threads on
Ned Deily
2012-03-13
*
|
Issue #12469: partial revert of 024827a9db64, freebsd6 thread initialization
Victor Stinner
2011-07-04
*
|
Issue #12392: fix thread initialization on FreeBSD 6
Victor Stinner
2011-06-24
*
|
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-05-28
|
\
|
|
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-05-28
|
|
\
|
|
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-05-28
*
|
|
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou
2011-05-04
|
\
|
|
|
*
|
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou
2011-05-04
*
|
|
Issue9670: Merge backout from 3.2.
Ned Deily
2011-04-09
|
\
|
|
|
*
|
Issue9670: Merge backout to 3.2.
Ned Deily
2011-04-09
|
|
\
|
|
|
*
Issue9670: Back out changeset 378b40d71175; test fails on other platforms
Ned Deily
2011-04-09
*
|
|
Issue #9670: merge with current
Ned Deily
2011-04-09
|
\
|
|
|
*
|
Issue #9670: merge with 3.2
Ned Deily
2011-04-09
|
|
\
|
|
|
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-04-09
|
|
*
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou
2010-05-09
*
|
|
Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2
Jesus Cea
2011-03-14
|
/
/
*
|
Issue #8844: Regular and recursive lock acquisitions can now be interrupted
Antoine Pitrou
2010-12-15
*
|
Issue #10062: Allow building on platforms which do not have sem_timedwait.
Antoine Pitrou
2010-10-10
*
|
issue 9786 Native TLS support for pthreads
Kristján Valur Jónsson
2010-09-20
*
|
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
*
|
Make (most of) Python's tests pass under Thread Sanitizer.
Jeffrey Yasskin
2010-05-03
*
|
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 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
*
Don't call memset() before checking that the ptr is not NULL.
Armin Rigo
2005-09-20
*
Add 0 to _POSIX_SEMAPHORES. Will backport to 2.4.
Martin v. Löwis
2005-03-28
*
Patch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean no
Anthony Baxter
2005-03-16
*
This closes patch:
Michael W. Hudson
2004-07-07
[next]