1. c62c81e __all__ for several more modules by Skip Montanaro · 23 years ago
  2. 6b71e74 String method conversion. by Eric S. Raymond · 23 years ago
  3. ff1ce0f Support \r in source files. Closes bug #101425. by Martin v. Löwis · 24 years ago
  4. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  5. 56440a5 Fix two bugs in the fstat() line, reported by Fredruk Lundh. by Guido van Rossum · 26 years ago
  6. f984a65 Fix suggested by Sjoerd (long ago!) to get a better error message when by Guido van Rossum · 26 years ago
  7. 9279ec2 On the mac, shouldn't change the creator+type of the *source* file! by Guido van Rossum · 26 years ago
  8. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  9. d8c5b8c Typo (coestring -> codestring) discovered by Mark Hammond. by Guido van Rossum · 26 years ago
  10. 63566e2 Added docstrings. by Guido van Rossum · 27 years ago
  11. e6c128f Use fstat if we can; write MAGIC into file last. by Guido van Rossum · 27 years ago
  12. ef8dc06 compile(): Use the __debug__ flag to determine the proper filename extension by Fred Drake · 27 years ago
  13. 9b67621 Cast mtime gotten from stat() to long int -- else it won't work on the Mac. by Guido van Rossum · 28 years ago
  14. dc42b8a change Mac creator/type by Guido van Rossum · 28 years ago
  15. 2e5168c Get magic number from interpreter (using module imp). by Sjoerd Mullender · 29 years ago
  16. e99c824 Mac-specific code for setting filetype was outdated. by Jack Jansen · 29 years ago
  17. 7e4b2de changes for the Mac by Guido van Rossum · 29 years ago
  18. 3bb5448 New way of generating .pyc files, thanks to Sjoerd. by Guido van Rossum · 30 years ago