aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/pythonrun.c
Commit message (Expand)AuthorAge
* Greatly renamed. Not a very thorough job -- I'm going to restructureGuido van Rossum1997-03-05
* Added new global flag variable Py_InteractiveFlag and new functionGuido van Rossum1997-02-14
* Keep gcc -Wall happy.Guido van Rossum1996-12-05
* New permission notice, includes CNRI.Guido van Rossum1996-10-25
* Rationalized MS ifdefsGuido van Rossum1996-09-11
* rename printrefs, getobjects to _Py_ prefixGuido van Rossum1996-05-24
* Use new names for debug macros. Don't include pythonrun.h.Guido van Rossum1996-05-22
* Add'l change for NT (Mark H.).Guido van Rossum1996-04-09
* Moved mac-specific exit handling to macmain.cJack Jansen1995-10-27
* keep exitfunc alive while calling itGuido van Rossum1995-10-07
* #undef argument, for the MacGuido van Rossum1995-09-18
* mac CW-only fix for messy windows upon exitJack Jansen1995-07-29
* keyword arguments and faster callsGuido van Rossum1995-07-18
* flush stdout before writing to stderr in print_error()Guido van Rossum1995-03-30
* fix dusty debugging macrosGuido van Rossum1995-03-29
* In NT, write fatal() msg to debugging deviceGuido van Rossum1995-03-14
* mac changes:Jack Jansen1995-02-13
* print class name for exceptions that are classesGuido van Rossum1995-02-07
* Under CodeWarrior, make the window go away on exit(0)Jack Jansen1995-02-02
* Think C mod to suppress pausing at normal exitGuido van Rossum1995-01-30
* make call_pyc_file staticGuido van Rossum1995-01-26
* use getbuiltins() everywhere, it defaults to getbuiltidict()Guido van Rossum1995-01-12
* __builtins__ mods (and sys_checkinterval for ceval.c)Guido van Rossum1995-01-09
* Added 1995 to copyright message.Guido van Rossum1995-01-04
* Lots of changes, most minor (fatal() instead of abort(), use ofGuido van Rossum1995-01-02
* Removed extraneous fclose() in case of .pyc file argumentJack Jansen1994-12-14
* * Python/pythonrun.c: add string "Python" to fatal error messageGuido van Rossum1994-09-29
* * Python/pythonrun.c (print_error): print only last line ofGuido van Rossum1994-09-19
* * Import/pythonrun.h, Python/{import,pythonrun}.c,Guido van Rossum1994-09-14
* added Py_AtExit() -- register cleanup functions for C modulesGuido van Rossum1994-09-07
* * Python/pythonrun.c (print_error): added INCREF/DECREF pair --Guido van Rossum1994-08-29
* * timemodule.c: Add hack for Solaris 2.Guido van Rossum1993-11-23
* * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,Guido van Rossum1993-11-01
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-11
* * Makefile: added all: and default: targets.Guido van Rossum1993-07-05
* Access checks now work, at least for instance data (not for methodsGuido van Rossum1993-05-20
* * pythonrun.c: Print exception type+arg *after* stack trace instead ofGuido van Rossum1993-05-12
* * Fixed some subtleties with fastlocals. You can no longer accessGuido van Rossum1993-03-30
* Changes to speed up local variables enormously, by avoiding dictionaryGuido van Rossum1993-03-30
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-29
* * bltinmodule.c: added built-in function cmp(a, b)Guido van Rossum1992-10-18
* Modified most (but not yet all) I/O to always go through sys.stdout orGuido van Rossum1992-09-25
* Add sys.exitfunc feature. Make askync non-static.Guido van Rossum1992-09-03
* New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway()Guido van Rossum1992-08-17
* To ignore a call, cast it to (void), not to (void *)...Guido van Rossum1992-08-12
* * Makefile: cosmeticsGuido van Rossum1992-08-05
* * Makefile adapted to changes below.Guido van Rossum1992-08-04