COMMITS
/ Python/import.c May 23, 1996
G
moved verbose decl to pydebug.h; added dos_8x3 feature
Guido van Rossum committed
May 16, 1996
G
Remember source filename as <module>.__file__.
Guido van Rossum committed
April 9, 1996
G
Under NT, interface to mysterious module registry. (Mark H.)
Guido van Rossum committed
February 21, 1996
G
Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already taken
Guido van Rossum committed
October 3, 1995
J
Removed unused variables
Jack Jansen committed
August 4, 1995
G
add imp.get_frozen_object()
Guido van Rossum committed
July 28, 1995
J
Undef 'argument' before including mac headers
Jack Jansen committed
July 26, 1995
G
never close the file in imp.load_...
Guido van Rossum committed
July 18, 1995
G
keyword arguments and faster calls
Guido van Rossum committed
July 7, 1995
G
new MAGIC; some changes to default files for imp.load_... functions
Guido van Rossum committed
June 18, 1995
J
Added PY_RESOURCE (mac only) to imp module
Jack Jansen committed
June 12, 1995
S
Check if we've already loaded a dynamic module under a different name.
Sjoerd Mullender committed
February 19, 1995
G
magic number changes of CR/LF are swapped
Guido van Rossum committed
February 15, 1995
J
Added hooks to support importing pyc code from a resource on the mac.
Jack Jansen committed
February 7, 1995
G
init_frozen non-static, frozenmain.c not in Makefile any more
Guido van Rossum committed
January 30, 1995
G
fix glaring bug in get_magic
Guido van Rossum committed
January 26, 1995
G
don't dictclear deleted modules in doneimport
Guido van Rossum committed
January 20, 1995
G
fix import related leaks
Guido van Rossum committed
January 12, 1995
G
use getbuiltins() everywhere, it defaults to getbuiltidict()
Guido van Rossum committed
January 9, 1995
G
__builtins__ mods (and sys_checkinterval for ceval.c)
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
Lots of changes, most minor (fatal() instead of abort(), use of
Guido van Rossum committed
December 14, 1994
S
Added comment symbols around word after #endif.
Sjoerd Mullender committed
September 26, 1994
G
Fix various potential buffer overrun problems.
Guido van Rossum committed
September 14, 1994
G
* Import/pythonrun.h, Python/{import,pythonrun}.c,
Guido van Rossum committed
September 12, 1994
G
Mods for HP-UX dynamic loading.
Guido van Rossum committed
August 29, 1994
G
* Python/import.c: support *.o/*.so as alternative for
Guido van Rossum committed
November 30, 1993
G
* import.c (get_module): pass .py filename to parse_file, not .pyc filename!
Guido van Rossum committed
November 17, 1993
G
* import.c (get_module): total rewrite, to ensure proper search order: for
Guido van Rossum committed
October 25, 1993
G
* filemodule.c: added writelines() -- analogous to readlines()
Guido van Rossum committed
S
import.c: When something is wrong with the .pyc, properly open the .py
Sjoerd Mullender committed
October 22, 1993
G
* import.c (MAGIC): Changed magic word to avoid confusion about exec
Guido van Rossum committed
October 18, 1993
G
* stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is
Guido van Rossum committed
October 15, 1993
G
Makefile, import.c: Lance's alternative module search (allow .pyc file
Guido van Rossum committed
May 25, 1993
G
* classobject.c: in instance_getattr, don't make a method out of a
Guido van Rossum committed
May 20, 1993
G
Access checks now work, at least for instance data (not for methods
Guido van Rossum committed
May 19, 1993
G
Several changes in one:
Guido van Rossum committed
April 1, 1993
G
Support for frozen scripts; added -i option.
Guido van Rossum committed
March 30, 1993
G
Changes to speed up local variables enormously, by avoiding dictionary
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
January 26, 1993
G
* Added Fixcprt.py: script to fix copyright message.
Guido van Rossum committed
August 5, 1992
G
* Makefile: cosmetics
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed
March 27, 1992
G
Print messages about where from modules are imported when -v is given.
Guido van Rossum committed
February 26, 1992
G
Move SEP to osdefs.h. Use MAXPATHLEN from osdefs.h.
Guido van Rossum committed
January 26, 1992
G
getbinaryname is now part of dl_loadmod.
Guido van Rossum committed
January 19, 1992
G
Support for dynamic loading added.
Guido van Rossum committed
December 24, 1991
G
Use IOError and ImportError when import fails.
Guido van Rossum committed
December 16, 1991
G
Change RuntimeError into IOError when module file not found on reload.
Guido van Rossum committed
G
New magic word; and check it.
Guido van Rossum committed