summaryrefslogtreecommitdiffstats
path: root/Python/pystate.c
Commit message (Expand)AuthorAgeFilesLines
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-17/+10
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* CRITICAL PATCH!Guido van Rossum1999-06-181-5/+23
* Make current_tstate a global, _PyThreadState_Current. This is toGuido van Rossum1998-12-211-10/+10
* /* An extension mechanism to store arbitrary additional per-thread state.Guido van Rossum1998-04-101-0/+21
* The warning about thread still having a frame now only happens inGuido van Rossum1997-11-031-1/+1
* Added missing newline to warning msgGuido van Rossum1997-08-211-1/+1
* The last of the mass checkins for separate (sub)interpreters.Guido van Rossum1997-08-021-26/+102
* Remove confusing usage comments at end.Guido van Rossum1997-07-191-28/+0
* Don't use function prototypes in function definition headers.Guido van Rossum1997-05-201-4/+8
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-0/+163