COMMITS
/ Python/import.c January 24, 1997
G
New magin number (because of linenumber table).
Guido van Rossum committed
January 17, 1997
G
New MAGIC number (code objects have one more item when marshalled).
Guido van Rossum committed
December 5, 1996
G
Keep gcc -Wall happy.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
August 22, 1996
G
PYTHONWIN -> MS_COREDLL
Guido van Rossum committed
August 8, 1996
G
Added casts from unsigned char to char when calling rds_object() on
Guido van Rossum committed
July 30, 1996
G
Changes for slice and ellipses
Guido van Rossum committed
July 21, 1996
G
new .pyc magic number (** operator)
Guido van Rossum committed
June 28, 1996
G
Slightly different Windows ifdefs
Guido van Rossum committed
June 20, 1996
G
Cosmetic change to the dox_8x3 hack.
Guido van Rossum committed
June 17, 1996
G
struct frozen is now struct _frozen and comes from import.h.
Guido van Rossum committed
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