summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pep3120.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #13913: Another fix test_pep3120 for the UTF-8 codec nameVictor Stinner2012-02-151-2/+2
|
* Issue #13913: Fix test_pep3120 for the UTF-8 codec nameVictor Stinner2012-02-151-1/+1
|
* Make the exception message check for malformed UTF-8 source looser so that ↵Brett Cannon2009-08-301-1/+2
| | | | SyntaxError triggered from UnicodeDecodeError is also acceptable.
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
|
* Latin-1 source code was not being properly decoded when passed throughBrett Cannon2008-10-171-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.supportBenjamin Peterson2008-05-201-2/+2
|
* Implement PEP 3120.Martin v. Löwis2007-07-291-0/+30