1. b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 6 years ago
  2. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  3. 812a2b6 Issue #28226: compileall now supports pathlib by Berker Peksag · 8 years ago
  4. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  5. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  6. 1e3c3e9 Issue #25768: Make compileall functions return booleans and document by Brett Cannon · 9 years ago
  7. 2446eab Fixed a typo in the -b option. by Serhiy Storchaka · 9 years ago
  8. f03d50c docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag) by Yury Selivanov · 9 years ago
  9. 100fc3f whatsnew/3.5: Fix library news till Py3.5a1. Update other docs. by Yury Selivanov · 9 years ago
  10. d86ef05 Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist. by Berker Peksag · 9 years ago
  11. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  12. 6554b86 Issue #21338: Add silent mode for compileall. by Berker Peksag · 10 years ago
  13. b83f56f merge with 3.4 by Georg Brandl · 10 years ago
  14. c0a8f8c closes #22528: add source links to symtable and compileall by Georg Brandl · 10 years ago
  15. f1a8df0 Issue #16104: Allow compileall to do parallel bytecode compilation. by Brett Cannon · 10 years ago
  16. 344ff4a allow recursion depth to be specified (closes #19628) by Benjamin Peterson · 10 years ago
  17. f5c801f Fix option description that is a warning in new Sphinx versions. by Georg Brandl · 10 years ago
  18. 1aca953 Fix example ignoring ".svn" directories in compileall. by Georg Brandl · 11 years ago
  19. 01606de #10553: Explain why compileall has no command-line argument to control optimization by Éric Araujo · 13 years ago
  20. 8b24aac Fix argument name typo in compileall docs. by R. David Murray · 13 years ago
  21. 94f58c3 #10454: clarify the compileall docs and help messages. by R. David Murray · 14 years ago
  22. 930df31 Add missing docs and directives related to PEP 3147 and byte-compilation by Éric Araujo · 14 years ago
  23. f68fa05 Add versionadded directive missing from r78983. by Éric Araujo · 14 years ago
  24. 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
  25. 713d303 Fix usage of :option: in the docs (#9312). by Éric Araujo · 14 years ago
  26. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  27. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  28. c2a4f4f Update signature style for optional arguments, part 3. by Georg Brandl · 15 years ago
  29. 5478b47 Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge from by Benjamin Peterson · 16 years ago
  30. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago