1. 82a9b60 Use PyString_CHECK_INTERNED. by Jack Jansen · 22 years ago
  2. 603e76e Fixed potential refcount problems with interned strings, adapted comments, added a bit more trace output if verbose > 1. by Jack Jansen · 22 years ago
  3. b19444f Got rid of ifdefs for long-obsolete GUSI versions and other stuff that is now standard (appearance, interned strings) by Jack Jansen · 22 years ago
  4. 101de91 Replace sprintf() with PyOS_snprintf(). by Jack Jansen · 23 years ago
  5. 80c85d8 MacPython -vv equivalent printed incorrect filenames, fixed. Also by Jack Jansen · 23 years ago
  6. b760923 Got rid of 68k-Mac and other outdated ifdefs. by Jack Jansen · 23 years ago
  7. 0297dca Fixed bug that prevented shared libs that are submodules of a by Just van Rossum · 23 years ago
  8. b45032e Fixed a nasty slowdown in imports in frozen applications: the shortcut by Jack Jansen · 23 years ago
  9. add8b24 Release a PYC resource after reading it. No need to keep it incore. by Jack Jansen · 24 years ago
  10. 9ae898b ANSIfication step 2: make sure all needed prototypes are available, and all needed by Jack Jansen · 24 years ago
  11. fe38d29 PyMac_FindModuleExtension now uses a size_t as its size parameter for compatibility. by Jack Jansen · 24 years ago
  12. 2d1306b Started on GUSI2 and threading support. by Jack Jansen · 24 years ago
  13. deff89c Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. by Jack Jansen · 26 years ago
  14. 48a9c36 Mods by Just to allow aliases in sys.path entries by Jack Jansen · 26 years ago
  15. b93f521 Support for freezing packages (Just). by Jack Jansen · 26 years ago
  16. 017e0ff The PYD resource should now contain 2 strings: one for the ppc by Jack Jansen · 26 years ago
  17. 1e2260f All import-related code has moved to macimport.c. by Jack Jansen · 26 years ago