aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_py_compile.py
Commit message (Expand)AuthorAge
* Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa.Christian Heimes2013-10-25
* Issue #17177: Stop using imp with py_compileBrett Cannon2013-06-15
* make test more robust under WindowsBrett Cannon2013-06-14
* Issue #17222: Raise FileExistsError when py_compile.compile wouldBrett Cannon2013-06-14
* Issue #17244: Windows doesn't let you set permissions on directories.Brett Cannon2013-04-24
* add a newlineBrett Cannon2013-04-14
* Issue #17244: Don't mask exceptions raised during the creation ofBrett Cannon2013-04-14
* Issue #12618: py_compile cannot create files in current directoryMeador Inge2011-11-28
* Issue #12618: fix py_compile unit tests to handle different drives on WindowsMeador Inge2011-11-26
* Issue #12618: create unit tests for the py_compile moduleMeador Inge2011-11-25