10 Commits (d858df20d0d82eeefbdbe9982cfd68207a0cd446)

Author SHA1 Message Date
Benjamin Peterson d76c8da098 Merged revisions 73623-73624 via svnmerge from 17 years ago
Benjamin Peterson f5b52246ed ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 17 years ago
Benjamin Peterson ee8712cda4 #2621 rename test.test_support to test.support 18 years ago
Brett Cannon dc3e06ce3a Have test_coding conditionally remove test files instead of assuming that they 18 years ago
Amaury Forgeot d'Arc dd9e3b8736 Correct a failing test when test_import is run after test_coding: 18 years ago
Amaury Forgeot d'Arc 65f9aced6e Correction for issue1134: all source files with a coding spec, except latin-1 18 years ago
Hye-Shik Chang 49d90bc9ef Fix a test failure on non-UTF-8 locales: bad_coding2.py is encoded 19 years ago
Neal Norwitz f7f28fc46b Fix problem when exec'ing a string with a coding 19 years ago
Neal Norwitz db83eb3170 Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. 20 years ago
Neal Norwitz 40d3781416 - Fix segfault with invalid coding. 21 years ago