Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #17177: Stop using imp with py_compile | Brett Cannon | 2013-06-15 | 1 | -2/+2 |
* | make test more robust under Windows | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
* | Issue #17222: Raise FileExistsError when py_compile.compile would | Brett Cannon | 2013-06-14 | 1 | -0/+20 |
* | Issue #17244: Windows doesn't let you set permissions on directories. | Brett Cannon | 2013-04-24 | 1 | -0/+2 |
* | add a newline | Brett Cannon | 2013-04-14 | 1 | -1/+1 |
* | Issue #17244: Don't mask exceptions raised during the creation of | Brett Cannon | 2013-04-14 | 1 | -3/+14 |
* | Issue #12618: py_compile cannot create files in current directory | Meador Inge | 2011-11-28 | 1 | -0/+9 |
* | Issue #12618: fix py_compile unit tests to handle different drives on Windows | Meador Inge | 2011-11-26 | 1 | -0/+10 |
* | Issue #12618: create unit tests for the py_compile module | Meador Inge | 2011-11-25 | 1 | -0/+42 |