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