1. 2e33ecd bpo-22640: Add silent mode to py_compile.compile() (GH-12976) by Joannah Nanjekye · 5 years ago
  2. a6b3ec5 bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607) by Elvis Pranskevichus · 6 years ago
  3. ccbe581 bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200) by Bernhard M. Wiedemann · 6 years ago
  4. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  5. 5fbadb6 Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  6. 2a23adf Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  7. 9d2a01f Issue #23822: Fix test_py_compile to not fail under -O. by Brett Cannon · 9 years ago
  8. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  9. eb2763d Fix the test to use an os.sep agnostic test. Hopefully this will fix the by Barry Warsaw · 10 years ago
  10. 9d98c9b Make this change a little more robust for up-merging. by Barry Warsaw · 10 years ago
  11. 2a41385 - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is by Barry Warsaw · 10 years ago
  12. a42ad6b Remove unused imports. by Berker Peksag · 10 years ago
  13. a7614d0 Issue #19447: Suppress output of py_compile.compile(). by Berker Peksag · 10 years ago
  14. 0242f79 Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding + 'c'``. by Berker Peksag · 10 years ago
  15. 31f8a67 Issue #19447: Add a test case to py_compile.compile() to make sure by Berker Peksag · 10 years ago
  16. 349b04e Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa. by Christian Heimes · 11 years ago
  17. df96068 Issue #17177: Stop using imp with py_compile by Brett Cannon · 11 years ago
  18. 0b16b0d make test more robust under Windows by Brett Cannon · 11 years ago
  19. 33915eb Issue #17222: Raise FileExistsError when py_compile.compile would by Brett Cannon · 11 years ago
  20. 51460cc Issue #17244: Windows doesn't let you set permissions on directories. by Brett Cannon · 11 years ago
  21. 255fb3e add a newline by Brett Cannon · 11 years ago
  22. edfd6ae Issue #17244: Don't mask exceptions raised during the creation of by Brett Cannon · 11 years ago
  23. 22b9b37 Issue #12618: py_compile cannot create files in current directory by Meador Inge · 13 years ago
  24. fb36b3f Issue #12618: fix py_compile unit tests to handle different drives on Windows by Meador Inge · 13 years ago
  25. 6f16660 Issue #12618: create unit tests for the py_compile module by Meador Inge · 13 years ago