Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #13913: Another fix test_pep3120 for the UTF-8 codec name | Victor Stinner | 2012-02-15 | 1 | -2/+2 |
| | |||||
* | Issue #13913: Fix test_pep3120 for the UTF-8 codec name | Victor Stinner | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Make the exception message check for malformed UTF-8 source looser so that ↵ | Brett Cannon | 2009-08-30 | 1 | -1/+2 |
| | | | | SyntaxError triggered from UnicodeDecodeError is also acceptable. | ||||
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -1/+1 |
| | |||||
* | 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 |