Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Latin-1 source code was not being properly decoded when passed through | Brett Cannon | 2008-10-17 | 1 | -1/+17 |
| | | | | | | | compile(). This was due to left-over special-casing before UTF-8 became the default source encoding. Closes issue #3574. Thanks to Victor Stinner for help with the patch. | ||||
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
| | |||||
* | Implement PEP 3120. | Martin v. Löwis | 2007-07-29 | 1 | -0/+30 |