COMMITS
/ Python/thread.c June 25, 2002
J
Silence compiler warning
Jeremy Hylton committed
June 11, 2002
M
Patch #488073: AtheOS port.
Martin v. Löwis committed
March 25, 2002
T
I've been waiting 8 years for KSR to re-emerge from bankruptcy. If they
Tim Peters committed
March 9, 2002
M
Patch #504224: add plan9 threads include to thread.c.
Martin v. Löwis 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
July 26, 2001
T
Repair more now-obsolete references to config.h.
Tim Peters committed
M
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
Martin v. Löwis committed
October 6, 2000
F
Donn Cave <donn@u.washington.edu>:
Fred Drake committed
September 19, 2000
G
Make better use of GNU Pth -- patch by Andy Dustman.
Guido van Rossum committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 24, 2000
T
Prototype yet another forward declaration.
Thomas Wouters 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
May 8, 2000
G
Andy Dustman: add GNU pth user-space thread support.
Guido van Rossum committed
April 24, 2000
G
Jack Jansen: Posix threads are now supported on the Macintosh too.
Guido van Rossum committed
April 7, 1999
G
Changes by Mark Hammond for Windows CE. Mostly of the form
Guido van Rossum committed
December 21, 1998
G
Thanks to Chris Herborth, the thread primitives now have proper Py*
Guido van Rossum committed
December 4, 1998
G
Need to add default decl of DL_IMPORT, for mymalloc.h
Guido van Rossum committed
October 1, 1998
G
Renamed thread.h to pythread.h.
Guido van Rossum committed
August 4, 1998
G
Changes for BeOS, QNX and long long, by Chris Herborth.
Guido van Rossum committed
November 22, 1997
G
os2 patch by Jeff Rush
Guido van Rossum committed
May 22, 1997
G
DG/UX thread patches (Ross Andrus)
Guido van Rossum committed
April 29, 1997
G
Ugly hack for SGI IRIX 6.2. Apparently _POSIX_THREADS is defined even
Guido van Rossum committed
December 30, 1996
G
Rename DEBUG macro to Py_DEBUG
Guido van Rossum committed
December 5, 1996
G
Keep gcc -Wall happy.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
August 19, 1996
G
Always include config.h
Guido van Rossum committed
January 17, 1995
G
nt thread support
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
August 30, 1994
G
Merge back to main trunk
Guido van Rossum committed
December 3, 1993
S
Port to Solaris 2.3.
Sjoerd Mullender committed
October 12, 1993
S
Added widget methods {Height,Width}{,MM}OfScreen.
Sjoerd Mullender committed
January 26, 1993
G
* Added Fixcprt.py: script to fix copyright message.
Guido van Rossum committed
January 13, 1993
S
ushdr_t was not defined so fill in its size instead of using sizeof.
Sjoerd Mullender committed
S
Added error checking.
Sjoerd Mullender committed
January 6, 1993
S
Various changes.
Sjoerd Mullender committed
September 11, 1992
S
Added C++ support in thread.h; don't use signals if not strictly
Sjoerd Mullender committed
September 2, 1992
S
newest version
Sjoerd Mullender committed
S
adapted SV module to the new svideo library.
Sjoerd Mullender committed
August 17, 1992
G
New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway()
Guido van Rossum committed
August 5, 1992
G
* Makefile: cosmetics
Guido van Rossum committed
August 4, 1992
G
* Makefile adapted to changes below.
Guido van Rossum committed