1. a0fec2b Two more refinements of the cleanup process. by Guido van Rossum · 26 years ago
  2. 758eec0 Rewritten PyImport_Cleanup() and its helper, clear_carefully(). They by Guido van Rossum · 26 years ago
  3. e8c27bb Oops! Should've renamed dos_8x3 to dos-8x3 here, too. by Guido van Rossum · 27 years ago
  4. 595d7ba Jeff Rush: add definition for S_IFMT for VisualAge C/C++ under OS2. by Guido van Rossum · 27 years ago
  5. 197346f New policy for package imports: only a directory containing by Guido van Rossum · 27 years ago
  6. 771c6c8 Instead of using _PyImport_Inittab[] directly, use the new "official" by Guido van Rossum · 27 years ago
  7. 9a61dc9 Moved mac-specific speedup to a different place (Jack) by Guido van Rossum · 27 years ago
  8. a7f2e81 Remove unreachable "return 1" at end of ensure_fromlist(). by Guido van Rossum · 27 years ago
  9. 0207e6d Added docstrings. Not for the obsolete functions though. by Guido van Rossum · 27 years ago
  10. c172f26 Deleted find_module_in_package and find_module_in_directory -- they by Guido van Rossum · 27 years ago
  11. a86f77d Crrected a flow control error that caused the wrong error message when by Guido van Rossum · 27 years ago
  12. 9905ef9 Added support for __all__, which should be a list of modules to be by Guido van Rossum · 27 years ago
  13. 0c81945 Bugfix: import A.B from inside package was busted by mark_miss optimization. by Guido van Rossum · 27 years ago
  14. f5f5fdb Significant speedup -- when a submodule imports a global module, add a by Guido van Rossum · 27 years ago
  15. 222ef56 Fix reload() for package submodules. by Guido van Rossum · 27 years ago
  16. 17fc85f Phase two of package import. "import a.b.c" and all variants now do the by Guido van Rossum · 27 years ago
  17. aee0bad First part of package support. by Guido van Rossum · 27 years ago
  18. 7c14103 Keep gcc -Wall happy by Guido van Rossum · 27 years ago
  19. d47a0a8 Added Jim Fulton's PyImport_Import(), which calls whatever by Guido van Rossum · 27 years ago
  20. 741689d Use string interning and caching to get speedups on the mac (Jack). by Guido van Rossum · 27 years ago
  21. 085d269 New rules for deleting modules. Rather than having an elaborate by Guido van Rossum · 27 years ago
  22. 25ce566 The last of the mass checkins for separate (sub)interpreters. by Guido van Rossum · 27 years ago
  23. ef3d02e Removed some variables that are used to exchange data between import.c and by Guido van Rossum · 27 years ago
  24. b65e85c Fix problem discovered by Greg McFarlane: when an imported module by Guido van Rossum · 27 years ago
  25. af5dfb4 One last rename glitch: import_modules -> _PyImport_Modules. by Guido van Rossum · 27 years ago
  26. b05a5c7 Instead of importing graminit.h whenever one of the three grammar 'root' by Guido van Rossum · 27 years ago
  27. 0bac33b Oops, forgot one: inittab. by Guido van Rossum · 27 years ago
  28. 79f25d9 Quickly renamed the remaining files -- this directory is done. by Guido van Rossum · 27 years ago
  29. 6bf62da Keep gcc -Wall and Microsoft VC happy. by Guido van Rossum · 27 years ago
  30. 0824f63 When -O is given, use ".pyo" instead of ".pyc". by Guido van Rossum · 27 years ago
  31. 99d1825 New magin number (because of linenumber table). by Guido van Rossum · 27 years ago
  32. dd5db43 New MAGIC number (code objects have one more item when marshalled). by Guido van Rossum · 27 years ago
  33. 80bb965 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  34. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  35. ac27910 PYTHONWIN -> MS_COREDLL by Guido van Rossum · 28 years ago
  36. 1741d60 Added casts from unsigned char to char when calling rds_object() on frozen code. by Guido van Rossum · 28 years ago
  37. 8861b74 Changes for slice and ellipses by Guido van Rossum · 28 years ago
  38. 42cd305 new .pyc magic number (** operator) by Guido van Rossum · 28 years ago
  39. 6f489d9 Slightly different Windows ifdefs by Guido van Rossum · 28 years ago
  40. 0e41c8c Cosmetic change to the dox_8x3 hack. by Guido van Rossum · 28 years ago
  41. cfd0a22 struct frozen is now struct _frozen and comes from import.h. by Guido van Rossum · 28 years ago
  42. 40f470f moved verbose decl to pydebug.h; added dos_8x3 feature by Guido van Rossum · 28 years ago
  43. 9c9a07c Remember source filename as <module>.__file__. by Guido van Rossum · 28 years ago
  44. a5a3db7 Under NT, interface to mysterious module registry. (Mark H.) by Guido van Rossum · 28 years ago
  45. be1a6e2 Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already taken by Guido van Rossum · 28 years ago
  46. 95ffa23 Removed unused variables by Jack Jansen · 29 years ago
  47. 6ec1efb add imp.get_frozen_object() by Guido van Rossum · 29 years ago
  48. 614cf81 Undef 'argument' before including mac headers by Jack Jansen · 29 years ago
  49. ce0a6de never close the file in imp.load_... by Guido van Rossum · 29 years ago
  50. 681d79a keyword arguments and faster calls by Guido van Rossum · 29 years ago
  51. 7faeab3 new MAGIC; some changes to default files for imp.load_... functions by Guido van Rossum · 29 years ago
  52. ae12e19 Added PY_RESOURCE (mac only) to imp module by Jack Jansen · 29 years ago
  53. fbe6d33 Check if we've already loaded a dynamic module under a different name. by Sjoerd Mullender · 29 years ago
  54. c388068 magic number changes of CR/LF are swapped by Guido van Rossum · 29 years ago
  55. 9c96a92 Added hooks to support importing pyc code from a resource on the mac. by Jack Jansen · 29 years ago
  56. 0b34490 init_frozen non-static, frozenmain.c not in Makefile any more by Guido van Rossum · 29 years ago
  57. 90f0e07 fix glaring bug in get_magic by Guido van Rossum · 29 years ago
  58. 0de81bf don't dictclear deleted modules in doneimport by Guido van Rossum · 29 years ago
  59. 7f9fa97 fix import related leaks by Guido van Rossum · 29 years ago
  60. 94390ec use getbuiltins() everywhere, it defaults to getbuiltidict() by Guido van Rossum · 30 years ago
  61. 6135a87 __builtins__ mods (and sys_checkinterval for ceval.c) by Guido van Rossum · 30 years ago
  62. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  63. 1ae940a Lots of changes, most minor (fatal() instead of abort(), use of by Guido van Rossum · 30 years ago
  64. 06fe7e5 Added comment symbols around word after #endif. by Sjoerd Mullender · 30 years ago
  65. 6c84969 Fix various potential buffer overrun problems. by Guido van Rossum · 30 years ago
  66. fdef271 * Import/pythonrun.h, Python/{import,pythonrun}.c, by Guido van Rossum · 30 years ago
  67. ae311bd Mods for HP-UX dynamic loading. by Guido van Rossum · 30 years ago
  68. 74e6a11 * Python/import.c: support *.o/*.so as alternative for by Guido van Rossum · 30 years ago
  69. 590baa4 * import.c (get_module): pass .py filename to parse_file, not .pyc filename! by Guido van Rossum · 31 years ago
  70. c45611d * import.c (get_module): total rewrite, to ensure proper search order: for by Guido van Rossum · 31 years ago
  71. 5a2a683 * filemodule.c: added writelines() -- analogous to readlines() by Guido van Rossum · 31 years ago
  72. 52c1f51 import.c: When something is wrong with the .pyc, properly open the .py by Sjoerd Mullender · 31 years ago
  73. 89b3325 * import.c (MAGIC): Changed magic word to avoid confusion about exec by Guido van Rossum · 31 years ago
  74. cacd957 * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is by Guido van Rossum · 31 years ago
  75. 21d335e Makefile, import.c: Lance's alternative module search (allow .pyc file by Guido van Rossum · 31 years ago
  76. eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 31 years ago
  77. 81daa32 Access checks now work, at least for instance data (not for methods by Guido van Rossum · 31 years ago
  78. 2583165 Several changes in one: by Guido van Rossum · 31 years ago
  79. f56e3db Support for frozen scripts; added -i option. by Guido van Rossum · 31 years ago
  80. 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 31 years ago
  81. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  82. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 31 years ago
  83. ff4949e * Makefile: cosmetics by Guido van Rossum · 32 years ago
  84. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  85. 4cd8b5c Print messages about where from modules are imported when -v is given. by Guido van Rossum · 32 years ago
  86. d8bac6d Move SEP to osdefs.h. Use MAXPATHLEN from osdefs.h. by Guido van Rossum · 32 years ago
  87. e0513de getbinaryname is now part of dl_loadmod. by Guido van Rossum · 32 years ago
  88. e25c256 Support for dynamic loading added. by Guido van Rossum · 32 years ago
  89. 4135e78 Use IOError and ImportError when import fails. by Guido van Rossum · 33 years ago
  90. 6e93c07 Change RuntimeError into IOError when module file not found on reload. by Guido van Rossum · 33 years ago
  91. 3ddee71 New magic word; and check it. by Guido van Rossum · 33 years ago
  92. f0ada4a Use more dict2 functions./ by Guido van Rossum · 33 years ago
  93. d6a15ad Generalize to macintosh. by Guido van Rossum · 33 years ago
  94. c405b7b Support ".pyc" files: cached compilation results. by Guido van Rossum · 33 years ago
  95. 175a9ea Pre-define MS-DOS separator by Guido van Rossum · 33 years ago
  96. 66f1fa8 Added forward declaration (to satisfy Standard C). by Guido van Rossum · 33 years ago
  97. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  98. 7f133ed Call the init function of a built-in module here. , by Guido van Rossum · 33 years ago
  99. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  100. 3304975 Add extra DECREF. by Guido van Rossum · 34 years ago