COMMITS
/ Include/pythonrun.h March 1, 2001
J
Useful future statement support for the interactive interpreter
Jeremy Hylton committed
February 2, 2001
J
Move a bunch of definitions that were internal to compile.c to
Jeremy Hylton committed
October 11, 2000
T
Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.py
Trent Mick committed
September 16, 2000
G
Add typedef PyOS_sighandler_t and prototypes for PyOS_getsig() and
Guido van Rossum committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 27, 2000
G
Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(),
Guido van Rossum committed
F
implements PyOS_CheckStack for Windows and MSVC. this fixes a
Fredrik Lundh committed
August 7, 2000
J
Added a prototype for PyOS_CheckStack (within #ifdef USE_STACKCHECK).
Jack Jansen committed
July 9, 2000
F
ANSI-fication and Py_PROTO extermination.
Fred Drake committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
June 26, 2000
G
Fredrik Lundh: get rid of warning in pythonrun.c
Guido van Rossum committed
May 25, 2000
B
Now that standard exceptions are builtin, we don't need two phase init
Barry Warsaw committed
December 4, 1998
G
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum committed
February 6, 1998
G
- Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allow
Guido van Rossum committed
August 29, 1997
B
Declarations for two phase initialization and finalization functions
Barry Warsaw committed
August 22, 1997
G
Added new Py_IsInitalized() API function to test the 'initialized' flag.
Guido van Rossum committed
August 12, 1997
G
Added decls for stuff from myreadline.
Guido van Rossum committed
G
Added prototype for various finalizers.
Guido van Rossum committed
August 2, 1997
G
Mass checkin (more to follow for other directories).
Guido van Rossum committed
July 19, 1997
G
Added declarations for Py_{Set,Get}ProgramName() and a bunch of other
Guido van Rossum committed
February 14, 1997
G
Added decl for Py_FdIsInteractive.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
May 22, 1996
G
Don't declare Py_FatalError.
Guido van Rossum committed
February 17, 1995
G
add Py_FatalError
Guido van Rossum committed
February 7, 1995
G
added callable, removed run_pyc_file
Guido van Rossum committed
January 17, 1995
G
new names for lots of new functions
Guido van Rossum committed
January 12, 1995
G
The great renaming, phase two: all header files have been updated to
Guido van Rossum committed
January 4, 1995
G
Added 1995 copyright.
Guido van Rossum committed
September 14, 1994
G
pythonrun.h: added run_pyc_file
Guido van Rossum committed
September 7, 1994
G
pythgonrun.h: added Py_AtExit().
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
November 1, 1993
G
* ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,
Guido van Rossum committed
July 28, 1993
G
* Added support for X11 modules.
Guido van Rossum committed
June 17, 1993
G
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum committed
March 30, 1993
G
* Fixed some subtleties with fastlocals. You can no longer access
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed
February 19, 1991
G
Added copyright notice.
Guido van Rossum committed
December 20, 1990
G
"Compiling" version
Guido van Rossum committed