| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix various potential buffer overrun problems. | Guido van Rossum | 1994-09-26 | 1 | -9/+18 |
|
|
* | * Import/pythonrun.h, Python/{import,pythonrun}.c, | Guido van Rossum | 1994-09-14 | 1 | -0/+11 |
|
|
* | Mods for HP-UX dynamic loading. | Guido van Rossum | 1994-09-12 | 1 | -1/+42 |
|
|
* | * Python/import.c: support *.o/*.so as alternative for | Guido van Rossum | 1994-08-29 | 1 | -68/+332 |
|
|
* | * import.c (get_module): pass .py filename to parse_file, not .pyc filename! | Guido van Rossum | 1993-11-30 | 1 | -3/+5 |
|
|
* | * import.c (get_module): total rewrite, to ensure proper search order: for | Guido van Rossum | 1993-11-17 | 1 | -172/+185 |
|
|
* | * filemodule.c: added writelines() -- analogous to readlines() | Guido van Rossum | 1993-10-25 | 1 | -1/+2 |
|
|
* | import.c: When something is wrong with the .pyc, properly open the .py | Sjoerd Mullender | 1993-10-25 | 1 | -26/+31 |
|
|
* | * import.c (MAGIC): Changed magic word to avoid confusion about exec | Guido van Rossum | 1993-10-22 | 1 | -1/+1 |
|
|
* | * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is | Guido van Rossum | 1993-10-18 | 1 | -6/+8 |
|
|
* | Makefile, import.c: Lance's alternative module search (allow .pyc file | Guido van Rossum | 1993-10-15 | 1 | -98/+112 |
|
|
* | * classobject.c: in instance_getattr, don't make a method out of a | Guido van Rossum | 1993-05-25 | 1 | -2/+2 |
|
|
* | Access checks now work, at least for instance data (not for methods | Guido van Rossum | 1993-05-20 | 1 | -2/+2 |
|
|
* | Several changes in one: | Guido van Rossum | 1993-05-19 | 1 | -31/+12 |
|
|
* | Support for frozen scripts; added -i option. | Guido van Rossum | 1993-04-01 | 1 | -2/+40 |
|
|
* | Changes to speed up local variables enormously, by avoiding dictionary | Guido van Rossum | 1993-03-30 | 1 | -1/+1 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -2/+2 |
|
|
* | * Added Fixcprt.py: script to fix copyright message. | Guido van Rossum | 1993-01-26 | 1 | -7/+2 |
|
|
* | * Makefile: cosmetics | Guido van Rossum | 1992-08-05 | 1 | -1/+1 |
|
|
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
|
|
* | Print messages about where from modules are imported when -v is given. | Guido van Rossum | 1992-03-27 | 1 | -2/+27 |
|
|
* | Move SEP to osdefs.h. Use MAXPATHLEN from osdefs.h. | Guido van Rossum | 1992-02-26 | 1 | -15/+2 |
|
|
* | getbinaryname is now part of dl_loadmod. | Guido van Rossum | 1992-01-26 | 1 | -63/+2 |
|
|
* | Support for dynamic loading added. | Guido van Rossum | 1992-01-19 | 1 | -5/+132 |
|
|
* | Use IOError and ImportError when import fails. | Guido van Rossum | 1991-12-24 | 1 | -4/+8 |
|
|
* | Change RuntimeError into IOError when module file not found on reload. | Guido van Rossum | 1991-12-16 | 1 | -1/+1 |
|
|
* | New magic word; and check it. | Guido van Rossum | 1991-12-16 | 1 | -3/+8 |
|
|
* | Use more dict2 functions./ | Guido van Rossum | 1991-08-16 | 1 | -4/+6 |
|
|
* | Generalize to macintosh. | Guido van Rossum | 1991-06-24 | 1 | -5/+1 |
|
|
* | Support ".pyc" files: cached compilation results. | Guido van Rossum | 1991-06-04 | 1 | -5/+72 |
|
|
* | Pre-define MS-DOS separator | Guido van Rossum | 1991-05-05 | 1 | -0/+4 |
|
|
* | Added forward declaration (to satisfy Standard C). | Guido van Rossum | 1991-04-03 | 1 | -0/+3 |
|
|
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
|
|
* | Call the init function of a built-in module here. | Guido van Rossum | 1991-02-19 | 1 | -2/+31 |
|
|
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -191/+99 |
|
|
* | Add extra DECREF. | Guido van Rossum | 1990-11-18 | 1 | -0/+1 |
|
|
* | Added reload() functionality. | Guido van Rossum | 1990-10-26 | 1 | -21/+66 |
|
|
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+252 |
|
|