summaryrefslogtreecommitdiffstats
path: root/Include/pythonrun.h
Commit message (Expand)AuthorAgeFilesLines
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-2/+2
* Ugly. A pile of new xxxFlags() functions, to communicate to the parserTim Peters2001-07-161-0/+3
* Part way to allowing "from __future__ import generators" to communicateTim Peters2001-07-161-1/+6
* Add sys.excepthook.Ka-Ping Yee2001-03-231-0/+1
* Extend support for from __future__ import nested_scopesJeremy Hylton2001-03-221-0/+13
* Useful future statement support for the interactive interpreterJeremy Hylton2001-03-011-0/+5
* Move a bunch of definitions that were internal to compile.c toJeremy Hylton2001-02-021-0/+1
* Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.pyTrent Mick2000-10-111-1/+1
* Add typedef PyOS_sighandler_t and prototypes for PyOS_getsig() andGuido van Rossum2000-09-161-0/+6
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(),Guido van Rossum2000-08-271-0/+4
* implements PyOS_CheckStack for Windows and MSVC. this fixes aFredrik Lundh2000-08-271-1/+13
* Added a prototype for PyOS_CheckStack (within #ifdef USE_STACKCHECK).Jack Jansen2000-08-071-0/+3
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-56/+56
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Fredrik Lundh: get rid of warning in pythonrun.cGuido van Rossum2000-06-261-0/+1
* Now that standard exceptions are builtin, we don't need two phase initBarry Warsaw2000-05-251-6/+3
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-49/+49
* - Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allowGuido van Rossum1998-02-061-0/+4
* Declarations for two phase initialization and finalization functionsBarry Warsaw1997-08-291-2/+4
* Added new Py_IsInitalized() API function to test the 'initialized' flag.Guido van Rossum1997-08-221-0/+1
* Added decls for stuff from myreadline.Guido van Rossum1997-08-121-0/+5
* Added prototype for various finalizers.Guido van Rossum1997-08-121-0/+13
* Mass checkin (more to follow for other directories).Guido van Rossum1997-08-021-6/+8
* Added declarations for Py_{Set,Get}ProgramName() and a bunch of otherGuido van Rossum1997-07-191-0/+17
* Added decl for Py_FdIsInteractive.Guido van Rossum1997-02-141-0/+2
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Don't declare Py_FatalError.Guido van Rossum1996-05-221-1/+2
* add Py_FatalErrorGuido van Rossum1995-02-171-0/+2
* added callable, removed run_pyc_fileGuido van Rossum1995-02-071-1/+0
* new names for lots of new functionsGuido van Rossum1995-01-171-1/+1
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-16/+16
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* pythonrun.h: added run_pyc_fileGuido van Rossum1994-09-141-0/+1
* pythgonrun.h: added Py_AtExit().Guido van Rossum1994-09-071-0/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-3/+5
* * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,Guido van Rossum1993-11-011-4/+0
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-0/+1
* * Fixed some subtleties with fastlocals. You can no longer accessGuido van Rossum1993-03-301-0/+2
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-0/+23