COMMITS
/ Python/thread_pthread.h 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
September 20, 2005
A
Don't call memset() before checking that the ptr is not NULL.
Armin Rigo committed
March 28, 2005
M
Add 0 to _POSIX_SEMAPHORES. Will backport to 2.4.
Martin v. Löwis committed
March 16, 2005
A
Patch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean no
Anthony Baxter committed
July 7, 2004
M
This closes patch:
Michael W. Hudson committed
March 4, 2004
H
SF Patch #902444: Use process scope thread on FreeBSD. System scope
Hye-Shik Chang committed
February 7, 2004
S
Remove support for systems defining Py_PTHREAD_D[467] in
Skip Montanaro committed
January 17, 2004
S
remove DGUX support.
Skip Montanaro committed
November 19, 2003
J
Getting rid of code dependent on GUSI or the MetroWerks compiler.
Jack Jansen committed
July 22, 2003
J
Patch 775605: Cygwin pthread_sigmask() workaround patch
Jason Tishler committed
April 19, 2003
M
Patch #716969: Detect thread creation failure. Will backport to 2.2.
Martin v. Löwis committed
April 18, 2003
M
Patch #711835: Remove unnecessary lock operations. Will backport to 2.2.
Martin v. Löwis committed
January 21, 2003
M
Don't use Posix semaphores on Solaris 8. Fixes #662787.
Martin v. Löwis committed
December 11, 2002
M
Patch #650415: Avoid redefinition of macros.
Martin v. Löwis committed
December 2, 2002
M
Add compile-time errors for unsupported systems.
Martin v. Löwis committed
October 4, 2002
M
Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2.
Martin v. Löwis committed
March 17, 2002
M
Document that _POSIX_SEMAPHORES is predefined.
Martin v. Löwis committed
M
Patch #525532: Add support for POSIX semaphores.
Martin v. Löwis committed
January 19, 2002
F
Remove the unused & broken PyThread_*_sema() functions and related constants.
Fred Drake committed
January 15, 2002
J
Workaround for what is probably a problem in Apple's gcc: <pthread.h> fails
Jack Jansen committed
November 9, 2001
F
Fix memory leak. This is part of SF patch #478006.
Fred Drake committed
October 16, 2001
G
Partial patch from SF #452266, by Jason Petrone.
Guido van Rossum committed
October 15, 2001
M
Do not define _POSIX_THREADS if unistd.h defines it.
Martin v. Löwis committed
October 12, 2001
G
Add SF patch #468347 -- mask signals for non-main pthreads, by Jason Lowe:
Guido van Rossum committed
September 10, 2001
G
Improve threading on Solaris, according to SF patch #460269, submitted
Guido van Rossum committed
August 29, 2001
J
GUSI on the Mac creates threads with a default stack size of 20KB, which is
Jack Jansen committed