summaryrefslogtreecommitdiff
path: root/Lib/test/test_coding.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,...Benjamin Peterson2009-06-281-0/+12
* ignore the coding cookie in compile(), exec(), and eval() if the source is a ...Benjamin Peterson2009-03-021-3/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Have test_coding conditionally remove test files instead of assuming that theyBrett Cannon2008-04-171-3/+3
* Correct a failing test when test_import is run after test_coding:Amaury Forgeot d'Arc2007-11-161-4/+7
* Correction for issue1134: all source files with a coding spec, except latin-1Amaury Forgeot d'Arc2007-11-151-1/+21
* Fix a test failure on non-UTF-8 locales: bad_coding2.py is encodedHye-Shik Chang2007-08-131-1/+1
* Fix problem when exec'ing a string with a codingNeal Norwitz2007-08-111-0/+5
* Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter.Neal Norwitz2005-12-181-0/+7
* - Fix segfault with invalid coding.Neal Norwitz2005-10-021-0/+21