1. 0a3cdf0 Issue #18202: Fix minor bugs and cleanup test_coding.py. by Serhiy Storchaka · 11 years ago
  2. afbdc13 Fix an import race condition. by Brett Cannon · 12 years ago
  3. 8fbddf1 Merged revisions 79030-79032 via svnmerge from by Florent Xicluna · 14 years ago
  4. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  5. f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 16 years ago
  6. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  7. dc3e06c Have test_coding conditionally remove test files instead of assuming that they by Brett Cannon · 16 years ago
  8. dd9e3b8 Correct a failing test when test_import is run after test_coding: by Amaury Forgeot d'Arc · 17 years ago
  9. 65f9ace Correction for issue1134: all source files with a coding spec, except latin-1 by Amaury Forgeot d'Arc · 17 years ago
  10. 49d90bc Fix a test failure on non-UTF-8 locales: bad_coding2.py is encoded in utf-8. by Hye-Shik Chang · 17 years ago
  11. f7f28fc Fix problem when exec'ing a string with a coding by Neal Norwitz · 17 years ago
  12. db83eb3 Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. by Neal Norwitz · 19 years ago
  13. 40d3781 - Fix segfault with invalid coding. by Neal Norwitz · 19 years ago