COMMITS
/ Modules/threadmodule.c August 3, 2000
A
Use METH_OLDARGS instead of numeric constant 0 in method def. tables
Andrew M. Kuchling committed
A
Use METH_VARARGS instead of numeric constant 1 in method def. tables
Andrew M. Kuchling committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 10, 2000
P
ANSI-fication
Peter Schneider-Kamp committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
February 29, 2000
G
Massive patch by Skip Montanaro to add ":name" to as many
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
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
October 7, 1998
G
Make gcc -Wall happy:
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
June 27, 1998
G
# Remove an extra blank line from a doc string.
Guido van Rossum committed
G
Added doc strings. Also export LockType from the modoule, and give it
Guido van Rossum committed
May 28, 1998
F
t_bootstrap(): Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...).
Fred Drake committed
February 6, 1998
G
Don't store the exception info from an unhandled exception in a thread
Guido van Rossum committed
October 1, 1997
G
Apply two changes, systematically:
Guido van Rossum committed
August 2, 1997
G
Oops, one more checkin. Use the new tstate/interp interface.
Guido van Rossum committed
July 18, 1997
G
Use the new functions PyEval_AcquireThread() and
Guido van Rossum committed
May 5, 1997
G
Massive changes for separate thread state management.
Guido van Rossum committed
January 13, 1997
B
initthread(): Removed extraneous Py_INCREF(ThreadError)
Barry Warsaw 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
March 17, 1995
G
implement exit_thread through SystemExit exception
Guido van Rossum committed
January 10, 1995
G
cosmetic changes so these modules will work with the strict new naming scheme
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
Another bulky set of minor changes.
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
December 3, 1993
S
Port to Solaris 2.3.
Sjoerd Mullender committed
June 17, 1993
G
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum committed
January 26, 1993
G
* Added Fixcprt.py: script to fix copyright message.
Guido van Rossum committed
January 6, 1993
S
Various changes.
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