COMMITS
/ Python/pystate.c January 23, 2001
G
Add a new API, PyThreadState_DeleteCurrent() that combines
Guido van Rossum committed
September 2, 2000
T
PyInterpreterState_New is not thread-safe, and the recent fix to _PyPclose
Tim Peters committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 4, 2000
M
Removing warnings by gcc -Wall -- cast ugly || to void.
Moshe Zadka 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
June 18, 1999
G
CRITICAL PATCH!
Guido van Rossum committed
December 21, 1998
G
Make current_tstate a global, _PyThreadState_Current. This is to
Guido van Rossum committed
April 10, 1998
G
/* An extension mechanism to store arbitrary additional per-thread state.
Guido van Rossum committed
November 3, 1997
G
The warning about thread still having a frame now only happens in
Guido van Rossum committed
August 21, 1997
G
Added missing newline to warning msg
Guido van Rossum committed
August 2, 1997
G
The last of the mass checkins for separate (sub)interpreters.
Guido van Rossum committed
July 19, 1997
G
Remove confusing usage comments at end.
Guido van Rossum committed
May 20, 1997
G
Don't use function prototypes in function definition headers.
Guido van Rossum committed
May 5, 1997
G
Massive changes for separate thread state management.
Guido van Rossum committed