| Commit message (Expand) | Author | Age |
* | make call_pyc_file static | Guido van Rossum | 1995-01-26 |
* | use getbuiltins() everywhere, it defaults to getbuiltidict() | Guido van Rossum | 1995-01-12 |
* | __builtins__ mods (and sys_checkinterval for ceval.c) | Guido van Rossum | 1995-01-09 |
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 |
* | Lots of changes, most minor (fatal() instead of abort(), use of | Guido van Rossum | 1995-01-02 |
* | Removed extraneous fclose() in case of .pyc file argument | Jack Jansen | 1994-12-14 |
* | * Python/pythonrun.c: add string "Python" to fatal error message | Guido van Rossum | 1994-09-29 |
* | * Python/pythonrun.c (print_error): print only last line of | Guido van Rossum | 1994-09-19 |
* | * Import/pythonrun.h, Python/{import,pythonrun}.c, | Guido van Rossum | 1994-09-14 |
* | added Py_AtExit() -- register cleanup functions for C modules | Guido van Rossum | 1994-09-07 |
* | * Python/pythonrun.c (print_error): added INCREF/DECREF pair -- | Guido van Rossum | 1994-08-29 |
* | * timemodule.c: Add hack for Solaris 2. | Guido van Rossum | 1993-11-23 |
* | * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, | Guido van Rossum | 1993-11-01 |
* | * Extended X interface: pixmap objects, colormap objects visual objects, | Sjoerd Mullender | 1993-10-11 |
* | * Makefile: added all: and default: targets. | Guido van Rossum | 1993-07-05 |
* | Access checks now work, at least for instance data (not for methods | Guido van Rossum | 1993-05-20 |
* | * pythonrun.c: Print exception type+arg *after* stack trace instead of | Guido van Rossum | 1993-05-12 |
* | * Fixed some subtleties with fastlocals. You can no longer access | Guido van Rossum | 1993-03-30 |
* | Changes to speed up local variables enormously, by avoiding dictionary | Guido van Rossum | 1993-03-30 |
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 |
* | * bltinmodule.c: added built-in function cmp(a, b) | Guido van Rossum | 1992-10-18 |
* | Modified most (but not yet all) I/O to always go through sys.stdout or | Guido van Rossum | 1992-09-25 |
* | Add sys.exitfunc feature. Make askync non-static. | Guido van Rossum | 1992-09-03 |
* | New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() | Guido van Rossum | 1992-08-17 |
* | To ignore a call, cast it to (void), not to (void *)... | Guido van Rossum | 1992-08-12 |
* | * Makefile: cosmetics | Guido van Rossum | 1992-08-05 |
* | * Makefile adapted to changes below. | Guido van Rossum | 1992-08-04 |