1. 047b7ae Issue #22390: Remove files created by tests by Victor Stinner · 10 years ago
  2. 1260418 merge 3.3 by Benjamin Peterson · 10 years ago
  3. 80875fe Reindent by Martin v. Löwis · 10 years ago
  4. 78f1e4c Merge with 3.3 by Martin v. Löwis · 10 years ago
  5. 10dc0eb Issue #18202: Fix minor bugs and cleanup test_source_encoding.py. by Serhiy Storchaka · 11 years ago
  6. 39295e7 Stop using the deprecated unittest.TestCase.assertRaisesRegexp() by Brett Cannon · 11 years ago
  7. 9702a17 Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encoding.py. by Serhiy Storchaka · 11 years ago
  8. 07c805d Issue #18048: Rename test_coding.py to test_source_encoding.py. by Serhiy Storchaka · 11 years ago[Renamed from Lib/test/test_coding.py]
  9. afbdc13 Fix an import race condition. by Brett Cannon · 12 years ago
  10. 8fbddf1 Merged revisions 79030-79032 via svnmerge from by Florent Xicluna · 14 years ago
  11. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  12. f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 15 years ago
  13. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  14. dc3e06c Have test_coding conditionally remove test files instead of assuming that they by Brett Cannon · 16 years ago
  15. dd9e3b8 Correct a failing test when test_import is run after test_coding: by Amaury Forgeot d'Arc · 17 years ago
  16. 65f9ace Correction for issue1134: all source files with a coding spec, except latin-1 by Amaury Forgeot d'Arc · 17 years ago
  17. 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
  18. f7f28fc Fix problem when exec'ing a string with a coding by Neal Norwitz · 17 years ago
  19. db83eb3 Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. by Neal Norwitz · 19 years ago
  20. 40d3781 - Fix segfault with invalid coding. by Neal Norwitz · 19 years ago