COMMITS
/ Python/thread_pthread.h 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
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 23, 2000
T
This patch partly (some stuff went in already) ports Python to Monterey.
Trent Mick 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
March 15, 1999
G
Rob Riggs wrote:
Guido van Rossum committed
December 21, 1998
G
Thanks to Chris Herborth, the thread primitives now have proper Py*
Guido van Rossum committed
October 7, 1998
G
BSDI specific patches, inspired by Nigel Head and otto@mail.olympus.net.
Guido van Rossum committed
September 10, 1998
G
Apparently on AIX when using gcc you need to call pthread_init()
Guido van Rossum committed
September 4, 1998
G
Correct typo in #ifdef: PY_THREAD_D4, should be PY_PTHREAD_D4.
Guido van Rossum committed
August 27, 1998
G
Add a 'volatile' to the declaration of threadid in get_thread_ident().
Guido van Rossum committed
May 14, 1998
G
Improved version of patch for HPUX from David Arnold.
Guido van Rossum committed
May 7, 1998
G
Support HPUX 10.20 DCE threads.
Guido van Rossum committed
April 10, 1998
G
Make new gcc -Wall happy
Guido van Rossum committed
June 2, 1997
G
Add default case (standard conformance) to avoid piling up
Guido van Rossum committed
May 22, 1997
G
DG/UX thread patches (Ross Andrus)
Guido van Rossum committed
May 15, 1997
G
Add pthred-std define for Linux.
Guido van Rossum committed
May 13, 1997
G
Support for various versions of the pthread draft.
Guido van Rossum committed
April 30, 1997
G
Add detach call so threads are GC'ed.
Guido van Rossum committed
January 17, 1997
G
Working semaphore implementation by Sjoerd.
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 8, 1996
G
Changes necessary for AIX.
Guido van Rossum committed
June 11, 1996
G
Got rid of florida hack and made it work with Solaris 2.5 pthreads.
Guido van Rossum committed
January 9, 1995
G
Alpha OSF/1 fix
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
May 23, 1994
G
ceval.c: dict of local mapping is now a tuple
Guido van Rossum committed
May 11, 1994
G
Tim's changes; removed some remaining non-functional ifdefs
Guido van Rossum committed
May 9, 1994
G
Split thread.c into a number of system-specific files.
Guido van Rossum committed