1. 1e3c3e9 Issue #25768: Make compileall functions return booleans and document by Brett Cannon · 9 years ago
  2. 2446eab Fixed a typo in the -b option. by Serhiy Storchaka · 9 years ago
  3. f03d50c docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag) by Yury Selivanov · 9 years ago
  4. 100fc3f whatsnew/3.5: Fix library news till Py3.5a1. Update other docs. by Yury Selivanov · 9 years ago
  5. d86ef05 Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist. by Berker Peksag · 9 years ago
  6. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  7. 6554b86 Issue #21338: Add silent mode for compileall. by Berker Peksag · 10 years ago
  8. b83f56f merge with 3.4 by Georg Brandl · 10 years ago
  9. c0a8f8c closes #22528: add source links to symtable and compileall by Georg Brandl · 10 years ago
  10. f1a8df0 Issue #16104: Allow compileall to do parallel bytecode compilation. by Brett Cannon · 10 years ago
  11. 344ff4a allow recursion depth to be specified (closes #19628) by Benjamin Peterson · 10 years ago
  12. f5c801f Fix option description that is a warning in new Sphinx versions. by Georg Brandl · 11 years ago
  13. 1aca953 Fix example ignoring ".svn" directories in compileall. by Georg Brandl · 11 years ago
  14. 01606de #10553: Explain why compileall has no command-line argument to control optimization by Éric Araujo · 13 years ago
  15. 8b24aac Fix argument name typo in compileall docs. by R. David Murray · 14 years ago
  16. 94f58c3 #10454: clarify the compileall docs and help messages. by R. David Murray · 14 years ago
  17. 930df31 Add missing docs and directives related to PEP 3147 and byte-compilation by Éric Araujo · 14 years ago
  18. f68fa05 Add versionadded directive missing from r78983. by Éric Araujo · 14 years ago
  19. 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 14 years ago
  20. 713d303 Fix usage of :option: in the docs (#9312). by Éric Araujo · 14 years ago
  21. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  22. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  23. c2a4f4f Update signature style for optional arguments, part 3. by Georg Brandl · 15 years ago
  24. 5478b47 Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge from by Benjamin Peterson · 16 years ago
  25. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago