index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
thread_pthread.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #22206: Using pthread, PyThread_create_key() now sets errno to ENOMEM and
Victor Stinner
2014-08-17
1
-1/+9
*
Issue #19787: PyThread_set_key_value() now always set the value
Victor Stinner
2013-12-13
1
-3/+0
*
Backout changeset 46393019b650
Victor Stinner
2013-12-13
1
-0/+3
*
Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,
Victor Stinner
2013-12-13
1
-3/+0
*
Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks
Victor Stinner
2013-07-07
1
-6/+6
*
Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
Antoine Pitrou
2013-06-18
1
-0/+3
*
Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
Christian Heimes
2012-12-02
1
-0/+3
|
\
|
*
Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
Christian Heimes
2012-12-02
1
-0/+3
*
|
Signal condition variables with the mutex held. Destroy condition variables
Kristján Valur Jónsson
2012-06-05
1
-6/+9
*
|
Issue #14184: merge
Ned Deily
2012-03-13
1
-8/+12
|
\
\
|
|
/
|
*
Issue #14184: Increase the default stack size for secondary threads on
Ned Deily
2012-03-13
1
-8/+12
*
|
Issue #12469: partial revert of 024827a9db64, freebsd6 thread initialization
Victor Stinner
2011-07-04
1
-4/+1
*
|
Issue #12392: fix thread initialization on FreeBSD 6
Victor Stinner
2011-06-24
1
-1/+4
*
|
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-05-28
1
-0/+12
|
\
\
|
|
/
|
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-05-28
1
-0/+12
|
|
\
|
|
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-05-28
1
-0/+12
*
|
|
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou
2011-05-04
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou
2011-05-04
1
-2/+2
*
|
|
Issue9670: Merge backout from 3.2.
Ned Deily
2011-04-09
1
-12/+0
|
\
\
\
|
|
/
/
|
*
|
Issue9670: Merge backout to 3.2.
Ned Deily
2011-04-09
1
-12/+0
|
|
\
\
|
|
|
/
|
|
*
Issue9670: Back out changeset 378b40d71175; test fails on other platforms
Ned Deily
2011-04-09
1
-12/+0
*
|
|
Issue #9670: merge with current
Ned Deily
2011-04-09
1
-0/+12
|
\
\
\
|
|
/
/
|
*
|
Issue #9670: merge with 3.2
Ned Deily
2011-04-09
1
-0/+12
|
|
\
\
|
|
|
/
|
|
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-04-09
1
-0/+12
|
|
*
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou
2010-05-09
1
-237/+237
*
|
|
Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2
Jesus Cea
2011-03-14
1
-7/+1
|
/
/
*
|
Issue #8844: Regular and recursive lock acquisitions can now be interrupted
Antoine Pitrou
2010-12-15
1
-45/+67
*
|
Issue #10062: Allow building on platforms which do not have sem_timedwait.
Antoine Pitrou
2010-10-10
1
-1/+2
*
|
issue 9786 Native TLS support for pthreads
Kristján Valur Jónsson
2010-09-20
1
-0/+43
*
|
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-264/+264
*
|
Make (most of) Python's tests pass under Thread Sanitizer.
Jeffrey Yasskin
2010-05-03
1
-0/+6
*
|
Issue #7316: the acquire() method of lock objects in the :mod:`threading`
Antoine Pitrou
2010-04-14
1
-20/+81
*
|
Merged revisions 78393 via svnmerge from
Amaury Forgeot d'Arc
2010-02-24
1
-43/+3
|
/
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-3/+74
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-1/+11
*
Don't call memset() before checking that the ptr is not NULL.
Armin Rigo
2005-09-20
1
-1/+1
*
Add 0 to _POSIX_SEMAPHORES. Will backport to 2.4.
Martin v. Löwis
2005-03-28
1
-1/+3
*
Patch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean no
Anthony Baxter
2005-03-16
1
-0/+4
*
This closes patch:
Michael W. Hudson
2004-07-07
1
-11/+0
*
SF Patch #902444: Use process scope thread on FreeBSD. System scope
Hye-Shik Chang
2004-03-04
1
-1/+1
*
typo
Skip Montanaro
2004-03-03
1
-1/+1
*
Remove support for systems defining Py_PTHREAD_D[467] in
Skip Montanaro
2004-02-07
1
-72/+0
*
remove DGUX support.
Skip Montanaro
2004-01-17
1
-10/+2
*
Getting rid of code dependent on GUSI or the MetroWerks compiler.
Jack Jansen
2003-11-19
1
-8/+0
*
Patch 775605: Cygwin pthread_sigmask() workaround patch
Jason Tishler
2003-07-22
1
-1/+1
*
Patch #716969: Detect thread creation failure. Will backport to 2.2.
Martin v. Löwis
2003-04-19
1
-6/+8
*
Patch #711835: Remove unnecessary lock operations. Will backport to 2.2.
Martin v. Löwis
2003-04-18
1
-8/+4
*
Don't use Posix semaphores on Solaris 8. Fixes #662787.
Martin v. Löwis
2003-01-21
1
-1/+1
*
Patch #650415: Avoid redefinition of macros.
Martin v. Löwis
2002-12-11
1
-0/+12
*
Add compile-time errors for unsupported systems.
Martin v. Löwis
2002-12-02
1
-0/+5
[next]