COMMITS
/ Python/thread_nt.h March 30, 2011
A
Issue #11618: Fix the timeout logic in threading.Lock.acquire() under
Antoine Pitrou committed
December 15, 2010
A
Issue #8844: Regular and recursive lock acquisitions can now be interrupted
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 81029 via svnmerge from
Antoine Pitrou 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
January 12, 2009
M
Merged revisions 68455,68476,68542 via svnmerge from
Martin v. Löwis committed
May 14, 2007
G
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
June 8, 2006
T
Merge the rest of the trunk.
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
July 8, 2005
G
bug [ 1234979 ] Lock.acquire treats only 1 as True
Georg Brandl committed
July 4, 2003
T
An Anonymous Coward on c.l.py posted a little program with bizarre
Tim Peters committed
February 28, 2002
T
SF patch 522961: Leak in Python/thread_nt.h, from Gerald S. Williams.
Tim Peters committed
January 19, 2002
F
Remove the unused & broken PyThread_*_sema() functions and related constants.
Fred Drake committed
October 16, 2001
G
Fix a bug in the previous checkin. The wrong bootstrap function was
Guido van Rossum committed
G
Partial patch from SF #452266, by Jason Petrone.
Guido van Rossum committed
August 29, 2001
T
SF bug [#456252] Python should never stomp on [u]intptr_t.
Tim Peters committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 7, 2000
F
-- from Trent Mick: [Patch #101010] replace use of INT_PTR
Fredrik Lundh committed
July 22, 2000
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
F
Trent Mick <trentm@activestate.com>:
Fred Drake committed
June 29, 2000
F
- workaround to make 1.6 build under MSVC 5.0. hopefully,
Fredrik Lundh committed
June 28, 2000
G
Trent Mick's Win64 changes: size_t vs. int or long; also some overflow
Guido van Rossum committed
May 11, 2000
G
Bill Tutt:
Guido van Rossum committed
May 5, 2000
G
Quick fix by Mark Hammond -- Yakov changed a dprintf call but it was
Guido van Rossum committed
May 4, 2000
G
Fast NonRecursiveMutex support by Yakov Markovitch, markovitch@iso.ru,
Guido van Rossum committed
January 20, 2000
G
The rest of the changes by Trent Mick and Dale Nagata for warning-free
Guido van Rossum committed
December 21, 1998
G
Thanks to Chris Herborth, the thread primitives now have proper Py*
Guido van Rossum committed
August 14, 1997
G
Use _beginthread() and _endthread() in favor of CreateThread() and
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
October 8, 1996
G
Sjoerd's thread changes (including down_sema typo fix).
Guido van Rossum committed
January 17, 1995
G
nt thread support
Guido van Rossum committed