COMMITS
/ Python/thread_solaris.h April 19, 2003
M
Patch #716969: Detect thread creation failure. Will backport to 2.2.
Martin v. Löwis committed
January 19, 2002
F
Remove the unused & broken PyThread_*_sema() functions and related constants.
Fred Drake committed
January 12, 2002
M
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis committed
October 16, 2001
G
Partial patch from SF #452266, by Jason Petrone.
Guido van Rossum committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum 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
April 13, 1999
G
While I can't really test this thoroughly, Pat Knight and the Solaris
Guido van Rossum committed
December 21, 1998
G
Thanks to Chris Herborth, the thread primitives now have proper Py*
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
August 26, 1996
G
typo (#indef -> #undef)
Guido van Rossum committed
August 21, 1996
G
Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd).
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
Lots of changes, most minor (fatal() instead of abort(), use of
Guido van Rossum committed
May 23, 1994
G
ceval.c: dict of local mapping is now a tuple
Guido van Rossum committed
May 9, 1994
G
Split thread.c into a number of system-specific files.
Guido van Rossum committed