1. 1a2dd82 bpo-36786: Run compileall in parallel during "make install" (GH-13078) by Antoine Pitrou · 5 years ago
  2. 8377cd4 Clean up code which checked presence of os.{stat,lstat,chmod} (#11643) by Anthony Sottile · 5 years ago
  3. 1d817e4 bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856) by Dustin Spicuzza · 6 years ago
  4. a6b3ec5 bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607) by Elvis Pranskevichus · 6 years ago
  5. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  6. d8e9713 Issue #28226: Fix test_compileall on Windows by Berker Peksag · 8 years ago
  7. 812a2b6 Issue #28226: compileall now supports pathlib by Berker Peksag · 8 years ago
  8. 408b78c Issue #27322: Set sys.path to a temp dir in test_compile_path by Berker Peksag · 8 years ago
  9. 6d6602c Issue #27322: back out the commit. needs to be addressed after beta1. by Christian Heimes · 8 years ago
  10. 1396521 Issue #27322: skip test_compile_path when sys.path is not writeable. by Christian Heimes · 8 years ago
  11. 9def284 subprocess._optim_args_from_interpreter_flags() by Victor Stinner · 9 years ago
  12. c437d0c Fix test_compilepath() of test_compileall by Victor Stinner · 9 years ago
  13. 1e3c3e9 Issue #25768: Make compileall functions return booleans and document by Brett Cannon · 9 years ago
  14. 939614c Merge: #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  15. ced699b #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  16. 89065d9 Issue #25099: Skip relevant tests in test_compileall when an entry on by Brett Cannon · 9 years ago
  17. 65ed750 Issue #25099: Skip relevant tests in test_compileall when an entry on by Brett Cannon · 9 years ago
  18. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  19. d86ef05 Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist. by Berker Peksag · 9 years ago
  20. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  21. 6554b86 Issue #21338: Add silent mode for compileall. by Berker Peksag · 10 years ago
  22. f1a8df0 Issue #16104: Allow compileall to do parallel bytecode compilation. by Brett Cannon · 10 years ago
  23. 344ff4a allow recursion depth to be specified (closes #19628) by Benjamin Peterson · 10 years ago
  24. 755d5ea Merge: #19532: make compileall with no file/dir args respect -f and -q. by R David Murray · 11 years ago
  25. 8a1d1e6 #19532: make compileall with no file/dir args respect -f and -q. by R David Murray · 11 years ago
  26. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  27. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  28. e8785ff Close #18754: Run Python child processes in isolated more in the test suite. by Victor Stinner · 11 years ago
  29. 7822e12 Issue #17177: stop using imp for compileall. by Brett Cannon · 11 years ago
  30. a820c7c fix test_compileall when run with -O[O] by Benjamin Peterson · 12 years ago
  31. ee1a7cb #11873: another try at fixing the regex, courtesy of Victor Stinner by R David Murray · 13 years ago
  32. a3bb2f5 #11873: fix test regex so it covers windows os.sep as well. by R David Murray · 13 years ago
  33. 5307126 Issue #11169: compileall module uses repr() to format filenames and paths to by Victor Stinner · 13 years ago
  34. 66a18fd #11873: Improve test regex so random directory names don't cause test to fail by R David Murray · 13 years ago
  35. 4543846 #11132: pass optimize parameter to recursive call in compileall.compile_dir(). Reviewed by Eric A. by Georg Brandl · 13 years ago
  36. e0436bc Make test_compileall more robust by using -S to keep sys.path minimized. by R. David Murray · 14 years ago
  37. 9281202 Revert incorrect patch made at the wrong time. by R. David Murray · 14 years ago
  38. bf90044 Make test_compileall more robust by using -S to keep sys.path minimized. by R. David Murray · 14 years ago
  39. 5317e9c #10719: restore messages generated on invalid compileall args by R. David Murray · 14 years ago
  40. 95333e3 More comprehensive compileall cli tests, and fixes. by R. David Murray · 14 years ago
  41. 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
  42. 31717e8 #10453 follow-up: Fix test_quiet on Windows, thanks to Stephan Krah. by Éric Araujo · 14 years ago
  43. 5cb823d Fix one compileall test (#10453). Patch by Michele Orrù. by Éric Araujo · 14 years ago
  44. a491ced Try to get more useful output from failing buildbot by Éric Araujo · 14 years ago
  45. 650f147 #10453: compileall now uses argparse instead of getopt, so -h works. by R. David Murray · 14 years ago
  46. 1463a3f #9964: fix running test_compileall under -O and -OO. by Georg Brandl · 14 years ago
  47. c8a99de Bug 8563 - compileall.compile_file() creates empty __pycache__ directories in by Barry Warsaw · 14 years ago
  48. c04317f Bug 8527 - multiple compileall calls produce cascading __pycache__ directories. by Barry Warsaw · 14 years ago
  49. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  50. 4b00307 Issue #6716/2: Backslash-replace error output in compilall. by Martin v. Löwis · 14 years ago
  51. c33b902 Merged revisions 78983,78985 via svnmerge from by Matthias Klose · 14 years ago
  52. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  53. befb14f Merged revisions 69481 via svnmerge from by Brett Cannon · 15 years ago