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