COMMITS
/ Python/thread.c August 17, 2007
S
Remove support for BeOS
Skip Montanaro 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
September 14, 2005
G
- Changes donated by Elemental Security to make it work on HP-UX 11 on
Guido van Rossum committed
October 10, 2004
T
find_key(): This routine wasn't thread-correct, and accounts for the
Tim Peters committed
October 9, 2004
T
Document the results of painful reverse-engineering of the "portable TLS"
Tim Peters committed
T
Style guide & consistency changes. No semantic changes.
Tim Peters committed
August 16, 2004
M
The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSD
Matthias Klose committed
February 10, 2004
S
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
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
September 20, 2003
M
Patch #805613: Fix usage of the PTH library.
Martin v. Löwis committed
April 19, 2003
M
New PyGILState_ API - implements pep 311, from patch 684256.
Mark Hammond committed
July 19, 2002
M
Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.
Mark Hammond committed
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