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