COMMITS
/ Python/import.c August 15, 1997
G
Keep gcc -Wall happy
Guido van Rossum committed
August 14, 1997
G
Added Jim Fulton's PyImport_Import(), which calls whatever
Guido van Rossum committed
August 12, 1997
G
Use string interning and caching to get speedups on the mac (Jack).
Guido van Rossum committed
August 5, 1997
G
New rules for deleting modules. Rather than having an elaborate
Guido van Rossum committed
August 2, 1997
G
The last of the mass checkins for separate (sub)interpreters.
Guido van Rossum committed
July 21, 1997
G
Removed some variables that are used to exchange data between import.c and
Guido van Rossum committed
July 10, 1997
G
Fix problem discovered by Greg McFarlane: when an imported module
Guido van Rossum committed
May 14, 1997
G
One last rename glitch: import_modules -> _PyImport_Modules.
Guido van Rossum committed
May 7, 1997
G
Instead of importing graminit.h whenever one of the three grammar 'root'
Guido van Rossum committed
April 29, 1997
G
Oops, forgot one: inittab.
Guido van Rossum committed
G
Quickly renamed the remaining files -- this directory is done.
Guido van Rossum committed
April 11, 1997
G
Keep gcc -Wall and Microsoft VC happy.
Guido van Rossum committed
March 11, 1997
G
When -O is given, use ".pyo" instead of ".pyc".
Guido van Rossum committed
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