1. c166b40 fix typo in r79533, introduced by the fix for issue #8233 by Matthias Klose · 15 years ago
  2. f7f2d6f - Issue #8233: When run as a script, py_compile.py optionally takes a single by Barry Warsaw · 15 years ago
  3. e30b3fa these lines can now be dispensed with by Benjamin Peterson · 15 years ago
  4. f568139 clean up files correctly by Benjamin Peterson · 15 years ago
  5. 5a4c0f5 remove mac 9 code by Benjamin Peterson · 15 years ago
  6. a7bd27f #2225: return nonzero status code from py_compile if not all files could be compiled. by Georg Brandl · 17 years ago
  7. e537d6e Patch #1171150: add a newline to py_compile error output by Georg Brandl · 20 years ago
  8. 98fc683 Getting rid of macfs. by Jack Jansen · 22 years ago
  9. 2c60f7a Whitespace normalization. by Tim Peters · 22 years ago
  10. 0c6774d Patch #661719: Expose compilation errors as exceptions on request. by Martin v. Löwis · 22 years ago
  11. 61cf440 Added a main() function and support to run this module as a script. by Fred Drake · 23 years ago
  12. a96f1a3 Refactor: Remove some code that was obsoleted when this module was by Fred Drake · 23 years ago
  13. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 23 years ago
  14. 16e3c42 Replace boolean test with is None. by Raymond Hettinger · 23 years ago
  15. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 23 years ago
  16. c62c81e __all__ for several more modules by Skip Montanaro · 24 years ago
  17. 6b71e74 String method conversion. by Eric S. Raymond · 24 years ago
  18. ff1ce0f Support \r in source files. Closes bug #101425. by Martin v. Löwis · 25 years ago
  19. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 25 years ago
  20. 56440a5 Fix two bugs in the fstat() line, reported by Fredruk Lundh. by Guido van Rossum · 27 years ago
  21. f984a65 Fix suggested by Sjoerd (long ago!) to get a better error message when by Guido van Rossum · 27 years ago
  22. 9279ec2 On the mac, shouldn't change the creator+type of the *source* file! by Guido van Rossum · 27 years ago
  23. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  24. d8c5b8c Typo (coestring -> codestring) discovered by Mark Hammond. by Guido van Rossum · 27 years ago
  25. 63566e2 Added docstrings. by Guido van Rossum · 27 years ago
  26. e6c128f Use fstat if we can; write MAGIC into file last. by Guido van Rossum · 27 years ago
  27. ef8dc06 compile(): Use the __debug__ flag to determine the proper filename extension by Fred Drake · 28 years ago
  28. 9b67621 Cast mtime gotten from stat() to long int -- else it won't work on the Mac. by Guido van Rossum · 29 years ago
  29. dc42b8a change Mac creator/type by Guido van Rossum · 29 years ago
  30. 2e5168c Get magic number from interpreter (using module imp). by Sjoerd Mullender · 30 years ago
  31. e99c824 Mac-specific code for setting filetype was outdated. by Jack Jansen · 30 years ago
  32. 7e4b2de changes for the Mac by Guido van Rossum · 30 years ago
  33. 3bb5448 New way of generating .pyc files, thanks to Sjoerd. by Guido van Rossum · 31 years ago