summaryrefslogtreecommitdiffstats
path: root/Python/import.c
Commit message (Expand)AuthorAgeFilesLines
...
* Added casts from unsigned char to char when calling rds_object() onGuido van Rossum1996-08-081-2/+2
* Changes for slice and ellipsesGuido van Rossum1996-07-301-1/+1
* new .pyc magic number (** operator)Guido van Rossum1996-07-211-1/+1
* Slightly different Windows ifdefsGuido van Rossum1996-06-281-3/+2
* Cosmetic change to the dox_8x3 hack.Guido van Rossum1996-06-201-4/+3
* struct frozen is now struct _frozen and comes from import.h.Guido van Rossum1996-06-171-11/+5
* moved verbose decl to pydebug.h; added dos_8x3 featureGuido van Rossum1996-05-231-2/+18
* Remember source filename as <module>.__file__.Guido van Rossum1996-05-161-0/+3
* Under NT, interface to mysterious module registry. (Mark H.)Guido van Rossum1996-04-091-0/+8
* Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already takenGuido van Rossum1996-02-211-1/+1
* Removed unused variablesJack Jansen1995-10-031-3/+1
* add imp.get_frozen_object()Guido van Rossum1995-08-041-13/+54
* Undef 'argument' before including mac headersJack Jansen1995-07-281-0/+2
* never close the file in imp.load_...Guido van Rossum1995-07-261-6/+0
* keyword arguments and faster callsGuido van Rossum1995-07-181-2/+2
* new MAGIC; some changes to default files for imp.load_... functionsGuido van Rossum1995-07-071-8/+19
* Added PY_RESOURCE (mac only) to imp moduleJack Jansen1995-06-181-0/+7
* Check if we've already loaded a dynamic module under a different name.Sjoerd Mullender1995-06-121-2/+2
* magic number changes of CR/LF are swappedGuido van Rossum1995-02-191-1/+3
* Added hooks to support importing pyc code from a resource on the mac.Jack Jansen1995-02-151-7/+43
* init_frozen non-static, frozenmain.c not in Makefile any moreGuido van Rossum1995-02-071-1/+3
* fix glaring bug in get_magicGuido van Rossum1995-01-301-2/+2
* don't dictclear deleted modules in doneimportGuido van Rossum1995-01-261-17/+22
* fix import related leaksGuido van Rossum1995-01-201-12/+22
* use getbuiltins() everywhere, it defaults to getbuiltidict()Guido van Rossum1995-01-121-1/+1
* __builtins__ mods (and sys_checkinterval for ceval.c)Guido van Rossum1995-01-091-0/+5
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Lots of changes, most minor (fatal() instead of abort(), use ofGuido van Rossum1995-01-021-568/+681
* Added comment symbols around word after #endif.Sjoerd Mullender1994-12-141-1/+1
* Fix various potential buffer overrun problems.Guido van Rossum1994-09-261-9/+18
* * Import/pythonrun.h, Python/{import,pythonrun}.c,Guido van Rossum1994-09-141-0/+11
* Mods for HP-UX dynamic loading.Guido van Rossum1994-09-121-1/+42
* * Python/import.c: support *.o/*.so as alternative forGuido van Rossum1994-08-291-68/+332
* * import.c (get_module): pass .py filename to parse_file, not .pyc filename!Guido van Rossum1993-11-301-3/+5
* * import.c (get_module): total rewrite, to ensure proper search order: forGuido van Rossum1993-11-171-172/+185
* * filemodule.c: added writelines() -- analogous to readlines()Guido van Rossum1993-10-251-1/+2
* import.c: When something is wrong with the .pyc, properly open the .pySjoerd Mullender1993-10-251-26/+31
* * import.c (MAGIC): Changed magic word to avoid confusion about execGuido van Rossum1993-10-221-1/+1
* * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this isGuido van Rossum1993-10-181-6/+8
* Makefile, import.c: Lance's alternative module search (allow .pyc fileGuido van Rossum1993-10-151-98/+112
* * classobject.c: in instance_getattr, don't make a method out of aGuido van Rossum1993-05-251-2/+2
* Access checks now work, at least for instance data (not for methodsGuido van Rossum1993-05-201-2/+2
* Several changes in one:Guido van Rossum1993-05-191-31/+12
* Support for frozen scripts; added -i option.Guido van Rossum1993-04-011-2/+40
* Changes to speed up local variables enormously, by avoiding dictionaryGuido van Rossum1993-03-301-1/+1
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-261-7/+2
* * Makefile: cosmeticsGuido van Rossum1992-08-051-1/+1
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Print messages about where from modules are imported when -v is given.Guido van Rossum1992-03-271-2/+27