1. 2532f11 Clarify compileall command-line options (#10454). by Éric Araujo · 13 years ago
  2. c11ba76 Add doc for compileall.compile_file by Éric Araujo · 14 years ago
  3. fae23dc - Fix typo in Lib/compileall.py(__all__). by Matthias Klose · 15 years ago
  4. b13d04c - Issue #8140: extend compileall to compile single files. Add -i option. by Matthias Klose · 15 years ago
  5. ca02f3a this little exception dance is pointless by Benjamin Peterson · 15 years ago
  6. 9be2697 Automatic conversion of floats to integers for struct.pack integer codes by Mark Dickinson · 15 years ago
  7. 28d1088 compileall used the ctime of bytecode and source to determine if the bytecode by Brett Cannon · 16 years ago
  8. a28df13 fix typo by Fred Drake · 17 years ago
  9. 7b4b788 Bugs item #1069409 C:\Python24\Lib\compileall.py returns False by Raymond Hettinger · 20 years ago
  10. 873a277 Patch #975885: print file name in err msg in quiet mode by Martin v. Löwis · 20 years ago
  11. 4651f53 Fix typo in docstring: The switch is '-x', not '-s'. by Thomas Heller · 21 years ago
  12. 6f2adc7 Catch IOErrors. by Martin v. Löwis · 22 years ago
  13. 0c6774d Patch #661719: Expose compilation errors as exceptions on request. by Martin v. Löwis · 22 years ago
  14. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  15. 8989ea6 Use is None rather than general boolean by Raymond Hettinger · 22 years ago
  16. 5c137c2 Patch #495598: add an -q (quiet) option to pycompile. by Martin v. Löwis · 23 years ago
  17. 12b6457 Fix compileall.py so that it fails on SyntaxErrors by Jeremy Hylton · 23 years ago
  18. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  19. 9065ea3 When run as a script, report failures in the exit code as well. by Fred Drake · 25 years ago
  20. 0b56a3e A mod whose author I forget. (I must've mislaid the email. If it's by Guido van Rossum · 26 years ago
  21. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  22. c567b81 Revamped, to match py_compile.py: by Guido van Rossum · 27 years ago
  23. 68f56e4 Don't trip over empty string in sys.path. by Guido van Rossum · 28 years ago
  24. c7acf2a handle class exceptions by Guido van Rossum · 30 years ago
  25. 3bb5448 New way of generating .pyc files, thanks to Sjoerd. by Guido van Rossum · 30 years ago