summaryrefslogtreecommitdiff
path: root/Include/pythonrun.h
Commit message (Expand)AuthorAgeFilesLines
...
* PEP 302 + zipimport:Just van Rossum2002-12-301-0/+1
* Constify filenames and scripts. Fixes #651362.Martin v. Löwis2002-12-111-32/+32
* Patch #512981: Update readline input stream on sys.stdin/out change.Martin v. Löwis2002-10-261-2/+2
* Correct PyAPI_FUNC to PyAPI_DATA - sorry Jack.Mark Hammond2002-08-121-2/+2
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-57/+57
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-0/+3
* Excise DL_IMPORT/EXPORT from object.h, and related files. This patchMark Hammond2002-07-291-20/+20
* Fix SF Bug 564931: compile() traceback must include filename.Thomas Heller2002-07-091-0/+4
* Removed more hair in support of future-generator stmts.Tim Peters2002-04-121-2/+2
* Add warning mode for classic division, almost exactly as specified inGuido van Rossum2001-08-311-0/+1
* ceval, PyEval_MergeCompilerFlags: wasn't merging in theTim Peters2001-08-171-0/+2
* Refactor future feature handlingJeremy Hylton2001-08-101-7/+2
* Implement PEP 238 in its (almost) full glory.Guido van Rossum2001-08-081-0/+1
* 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