summaryrefslogtreecommitdiffstats
path: root/Python/pystate.c
Commit message (Expand)AuthorAgeFilesLines
* Assorted patches from Armin Rigo:Michael W. Hudson2002-11-081-0/+11
* missed this one on the previous multi-file checkin - seeSkip Montanaro2002-09-031-2/+0
* Add a low-level API to access interpreters, for David Beazley.Guido van Rossum2001-07-191-0/+25
* Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.Martin v. Löwis2001-07-181-0/+17
* This change adjusts the profiling/tracing support so that the commonFred Drake2001-07-031-0/+1
* Revise the interface to the profiling and tracing support for theFred Drake2001-06-271-4/+8
* Add a new API, PyThreadState_DeleteCurrent() that combinesGuido van Rossum2001-01-231-4/+27
* PyInterpreterState_New is not thread-safe, and the recent fix to _PyPcloseTim Peters2000-09-021-0/+4
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Removing warnings by gcc -Wall -- cast ugly || to void.Moshe Zadka2000-08-041-1/+1
* 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