summaryrefslogtreecommitdiffstats
path: root/Include/pystate.h
Commit message (Expand)AuthorAgeFilesLines
* Add a low-level API to access interpreters, for David Beazley.Guido van Rossum2001-07-191-0/+7
* Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.Martin v. Löwis2001-07-181-0/+3
* 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-2/+13
* Add a new API, PyThreadState_DeleteCurrent() that combinesGuido van Rossum2001-01-231-0/+3
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-081-37/+37
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* I can't seem to do anything right :-)Guido van Rossum1998-12-211-1/+1
* Add macro version of PyThreadState_GET(). This usesGuido van Rossum1998-12-211-0/+11
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-9/+9
* On second though, NEXITFUNCS should be defined in pythonrun.c and notGuido van Rossum1998-10-011-2/+0
* Move 'dict' struct member to end of struct. This ensures binaryGuido van Rossum1998-04-131-2/+2
* Add dict struct member and PyThreadState_GetDict() prototype.Guido van Rossum1998-04-101-0/+3
* Mass checkin (more to follow for other directories).Guido van Rossum1997-08-021-42/+14
* Added Py_PROTO macros for SunOS 4.x /bin/cc.Guido van Rossum1997-05-201-6/+6
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-0/+134