1. 2f2370b Oops. One of last nights ANSIfication patches accidentily upped the bytecode by Thomas Wouters · 24 years ago
  2. b4bd21c ANSIfy as many declarations as possible. by Thomas Wouters · 24 years ago
  3. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  4. cbf630f Include macglue.h for some function prototypes, and renamed a few by Jack Jansen · 24 years ago
  5. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  6. 63e97ad Jack Jansen, Mac patch: by Guido van Rossum · 24 years ago
  7. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  8. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  9. 4c82b23 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  10. 9262b8a another typo caught by Rob Hooft by Jeremy Hylton · 24 years ago
  11. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  12. 96774c1 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  13. 22b65a8 Robin Becker: The following patch seems to fix a module case bug in by Guido van Rossum · 24 years ago
  14. 1cb6cd0 As Marc-Andre Lemburg points out, the magic number needs to change by Guido van Rossum · 24 years ago
  15. b33aa1a Jack Jansen: The new version of the GUSI i/o library on the Macintosh by Guido van Rossum · 24 years ago
  16. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  17. 96a8fb7 Cleanup patches from Greg Stein: by Guido van Rossum · 25 years ago
  18. ed1170e In _PyImport_Init(), dynamically construct the table of legal suffixes by Guido van Rossum · 25 years ago
  19. 2571cc8 Changes by Mark Hammond for Windows CE. Mostly of the form by Guido van Rossum · 25 years ago
  20. 3879333 PyImport_ReloadModule(): Nailed a small memory leak. In the by Barry Warsaw · 25 years ago
  21. 6058eb4 Improve comment for PyImport_Import() as suggested by Bill Tutt. by Guido van Rossum · 26 years ago
  22. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  23. 6646856 Jim Fulton writes: by Guido van Rossum · 26 years ago
  24. 2f3667a Replace fprintf(stderr, ...) with PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
  25. 49b5606 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  26. 566373e While scalling sys.modules, skip entries that don't have string keys, by Guido van Rossum · 26 years ago
  27. a0f0a33 Mac-specific mod to enable aliases on import paths. by Guido van Rossum · 26 years ago
  28. afd3dae __file__ used to be always set to the .pyc (or .pyo) file, even if by Guido van Rossum · 26 years ago
  29. 0506a43 Patch by Just van Rossum that changes how we search for submodules of by Guido van Rossum · 26 years ago
  30. 0f84a34 Added handling for Mac code resource modules (Jack Jansen). by Guido van Rossum · 26 years ago
  31. 1a8791e Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  32. b68cd42 Fix two smal memory leaks discovered by Vadim Chugunov. by Guido van Rossum · 26 years ago
  33. 323bf5e Ignore Windows case check for ALL CAPS 8.3 files by Guido van Rossum · 26 years ago
  34. 9c0afe5 Fix a curious bug: statements like "import sys.time" would succeed, by Guido van Rossum · 26 years ago
  35. 09cae1f New APIs for embedding applications that want to add their own entries by Guido van Rossum · 26 years ago
  36. 111c20b Reject empty module names -- otherwise __import__("") does something weird! by Guido van Rossum · 26 years ago
  37. 8766a77 Comment out a label on an #endif. by Guido van Rossum · 26 years ago
  38. 39b0f89 Address warnings issued by the MSVC++ compiler by Guido van Rossum · 26 years ago
  39. a5568d3 Support for frozen packages, matching the revamped Tools/freeze. by Guido van Rossum · 26 years ago
  40. d65911b Oops -- overuse of dabbrev-expand introduced a strange bug, where by Guido van Rossum · 26 years ago
  41. 75acc9c Add a single Python-wide (!) lock on import. Only one thread at a by Guido van Rossum · 26 years ago
  42. 05f9dce Moved clear_carefully() to _PyModule_Clear() in moduleobject.c by Guido van Rossum · 26 years ago
  43. aeca79b Small patches to the DJGPP version of check_case(). by Guido van Rossum · 26 years ago
  44. 4d1b3b9 Added DJGPP version of check_case(), by Pit Scrorpion (Hans Nowak). by Guido van Rossum · 26 years ago
  45. 0980bd9 Add case checking feature on import. by Guido van Rossum · 26 years ago
  46. e32bf6e Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to by Guido van Rossum · 26 years ago
  47. a0fec2b Two more refinements of the cleanup process. by Guido van Rossum · 26 years ago
  48. 758eec0 Rewritten PyImport_Cleanup() and its helper, clear_carefully(). They by Guido van Rossum · 26 years ago
  49. e8c27bb Oops! Should've renamed dos_8x3 to dos-8x3 here, too. by Guido van Rossum · 27 years ago
  50. 595d7ba Jeff Rush: add definition for S_IFMT for VisualAge C/C++ under OS2. by Guido van Rossum · 27 years ago
  51. 197346f New policy for package imports: only a directory containing by Guido van Rossum · 27 years ago
  52. 771c6c8 Instead of using _PyImport_Inittab[] directly, use the new "official" by Guido van Rossum · 27 years ago
  53. 9a61dc9 Moved mac-specific speedup to a different place (Jack) by Guido van Rossum · 27 years ago
  54. a7f2e81 Remove unreachable "return 1" at end of ensure_fromlist(). by Guido van Rossum · 27 years ago
  55. 0207e6d Added docstrings. Not for the obsolete functions though. by Guido van Rossum · 27 years ago
  56. c172f26 Deleted find_module_in_package and find_module_in_directory -- they by Guido van Rossum · 27 years ago
  57. a86f77d Crrected a flow control error that caused the wrong error message when by Guido van Rossum · 27 years ago
  58. 9905ef9 Added support for __all__, which should be a list of modules to be by Guido van Rossum · 27 years ago
  59. 0c81945 Bugfix: import A.B from inside package was busted by mark_miss optimization. by Guido van Rossum · 27 years ago
  60. f5f5fdb Significant speedup -- when a submodule imports a global module, add a by Guido van Rossum · 27 years ago
  61. 222ef56 Fix reload() for package submodules. by Guido van Rossum · 27 years ago
  62. 17fc85f Phase two of package import. "import a.b.c" and all variants now do the by Guido van Rossum · 27 years ago
  63. aee0bad First part of package support. by Guido van Rossum · 27 years ago
  64. 7c14103 Keep gcc -Wall happy by Guido van Rossum · 27 years ago
  65. d47a0a8 Added Jim Fulton's PyImport_Import(), which calls whatever by Guido van Rossum · 27 years ago
  66. 741689d Use string interning and caching to get speedups on the mac (Jack). by Guido van Rossum · 27 years ago
  67. 085d269 New rules for deleting modules. Rather than having an elaborate by Guido van Rossum · 27 years ago
  68. 25ce566 The last of the mass checkins for separate (sub)interpreters. by Guido van Rossum · 27 years ago
  69. ef3d02e Removed some variables that are used to exchange data between import.c and by Guido van Rossum · 27 years ago
  70. b65e85c Fix problem discovered by Greg McFarlane: when an imported module by Guido van Rossum · 27 years ago
  71. af5dfb4 One last rename glitch: import_modules -> _PyImport_Modules. by Guido van Rossum · 27 years ago
  72. b05a5c7 Instead of importing graminit.h whenever one of the three grammar 'root' by Guido van Rossum · 27 years ago
  73. 0bac33b Oops, forgot one: inittab. by Guido van Rossum · 27 years ago
  74. 79f25d9 Quickly renamed the remaining files -- this directory is done. by Guido van Rossum · 27 years ago
  75. 6bf62da Keep gcc -Wall and Microsoft VC happy. by Guido van Rossum · 27 years ago
  76. 0824f63 When -O is given, use ".pyo" instead of ".pyc". by Guido van Rossum · 27 years ago
  77. 99d1825 New magin number (because of linenumber table). by Guido van Rossum · 27 years ago
  78. dd5db43 New MAGIC number (code objects have one more item when marshalled). by Guido van Rossum · 27 years ago
  79. 80bb965 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  80. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  81. ac27910 PYTHONWIN -> MS_COREDLL by Guido van Rossum · 28 years ago
  82. 1741d60 Added casts from unsigned char to char when calling rds_object() on frozen code. by Guido van Rossum · 28 years ago
  83. 8861b74 Changes for slice and ellipses by Guido van Rossum · 28 years ago
  84. 42cd305 new .pyc magic number (** operator) by Guido van Rossum · 28 years ago
  85. 6f489d9 Slightly different Windows ifdefs by Guido van Rossum · 28 years ago
  86. 0e41c8c Cosmetic change to the dox_8x3 hack. by Guido van Rossum · 28 years ago
  87. cfd0a22 struct frozen is now struct _frozen and comes from import.h. by Guido van Rossum · 28 years ago
  88. 40f470f moved verbose decl to pydebug.h; added dos_8x3 feature by Guido van Rossum · 28 years ago
  89. 9c9a07c Remember source filename as <module>.__file__. by Guido van Rossum · 28 years ago
  90. a5a3db7 Under NT, interface to mysterious module registry. (Mark H.) by Guido van Rossum · 28 years ago
  91. be1a6e2 Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already taken by Guido van Rossum · 28 years ago
  92. 95ffa23 Removed unused variables by Jack Jansen · 29 years ago
  93. 6ec1efb add imp.get_frozen_object() by Guido van Rossum · 29 years ago
  94. 614cf81 Undef 'argument' before including mac headers by Jack Jansen · 29 years ago
  95. ce0a6de never close the file in imp.load_... by Guido van Rossum · 29 years ago
  96. 681d79a keyword arguments and faster calls by Guido van Rossum · 29 years ago
  97. 7faeab3 new MAGIC; some changes to default files for imp.load_... functions by Guido van Rossum · 29 years ago
  98. ae12e19 Added PY_RESOURCE (mac only) to imp module by Jack Jansen · 29 years ago
  99. fbe6d33 Check if we've already loaded a dynamic module under a different name. by Sjoerd Mullender · 29 years ago
  100. c388068 magic number changes of CR/LF are swapped by Guido van Rossum · 29 years ago