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