aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_coding.py
Commit message (Collapse)AuthorAge
* Correct a failing test when test_import is run after test_coding:Amaury Forgeot d'Arc2007-11-16
| | | | be sure to import a fresh module by removing it from sys.modules
* Correction for issue1134: all source files with a coding spec, except latin-1Amaury Forgeot d'Arc2007-11-15
| | | | | and utf-8, crashed when parsing a multiline string, or a line longer that 512 columns.
* Fix a test failure on non-UTF-8 locales: bad_coding2.py is encodedHye-Shik Chang2007-08-13
| | | | in utf-8.
* Fix problem when exec'ing a string with a codingNeal Norwitz2007-08-11
|
* Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter.Neal Norwitz2005-12-18
| | | | Needs backport.
* - Fix segfault with invalid coding.Neal Norwitz2005-10-02
- SF Bug #772896, unknown encoding results in MemoryError, which is not helpful I will only backport the segfault fix. I'll let Anthony decide if he wants the other changes backported. I will do the backport if asked.