1. f1a8df0 Issue #16104: Allow compileall to do parallel bytecode compilation. by Brett Cannon · 10 years ago
  2. 344ff4a allow recursion depth to be specified (closes #19628) by Benjamin Peterson · 10 years ago
  3. 755d5ea Merge: #19532: make compileall with no file/dir args respect -f and -q. by R David Murray · 11 years ago
  4. 8a1d1e6 #19532: make compileall with no file/dir args respect -f and -q. by R David Murray · 11 years ago
  5. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  6. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  7. e8785ff Close #18754: Run Python child processes in isolated more in the test suite. by Victor Stinner · 11 years ago
  8. 7822e12 Issue #17177: stop using imp for compileall. by Brett Cannon · 11 years ago
  9. a820c7c fix test_compileall when run with -O[O] by Benjamin Peterson · 12 years ago
  10. ee1a7cb #11873: another try at fixing the regex, courtesy of Victor Stinner by R David Murray · 13 years ago
  11. a3bb2f5 #11873: fix test regex so it covers windows os.sep as well. by R David Murray · 13 years ago
  12. 5307126 Issue #11169: compileall module uses repr() to format filenames and paths to by Victor Stinner · 13 years ago
  13. 66a18fd #11873: Improve test regex so random directory names don't cause test to fail by R David Murray · 13 years ago
  14. 4543846 #11132: pass optimize parameter to recursive call in compileall.compile_dir(). Reviewed by Eric A. by Georg Brandl · 14 years ago
  15. e0436bc Make test_compileall more robust by using -S to keep sys.path minimized. by R. David Murray · 14 years ago
  16. 9281202 Revert incorrect patch made at the wrong time. by R. David Murray · 14 years ago
  17. bf90044 Make test_compileall more robust by using -S to keep sys.path minimized. by R. David Murray · 14 years ago
  18. 5317e9c #10719: restore messages generated on invalid compileall args by R. David Murray · 14 years ago
  19. 95333e3 More comprehensive compileall cli tests, and fixes. by R. David Murray · 14 years ago
  20. 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
  21. 31717e8 #10453 follow-up: Fix test_quiet on Windows, thanks to Stephan Krah. by Éric Araujo · 14 years ago
  22. 5cb823d Fix one compileall test (#10453). Patch by Michele Orrù. by Éric Araujo · 14 years ago
  23. a491ced Try to get more useful output from failing buildbot by Éric Araujo · 14 years ago
  24. 650f147 #10453: compileall now uses argparse instead of getopt, so -h works. by R. David Murray · 14 years ago
  25. 1463a3f #9964: fix running test_compileall under -O and -OO. by Georg Brandl · 14 years ago
  26. c8a99de Bug 8563 - compileall.compile_file() creates empty __pycache__ directories in by Barry Warsaw · 14 years ago
  27. c04317f Bug 8527 - multiple compileall calls produce cascading __pycache__ directories. by Barry Warsaw · 14 years ago
  28. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  29. 4b00307 Issue #6716/2: Backslash-replace error output in compilall. by Martin v. Löwis · 15 years ago
  30. c33b902 Merged revisions 78983,78985 via svnmerge from by Matthias Klose · 15 years ago
  31. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 15 years ago
  32. befb14f Merged revisions 69481 via svnmerge from by Brett Cannon · 16 years ago