1. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  2. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  3. eab198d Fix testcodec.py and test_charmapcodec.py by Walter Dörwald · 17 years ago
  4. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  5. fe4b34c Fix the encodings package codec search function to only search by Marc-André Lemburg · 18 years ago
  6. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  7. bb2734a Port test_charmapcodec to PyUnit. From SF patch #662807 by Walter Dörwald · 21 years ago
  8. 84cc9bf Committing and closing SF patch #441348 to help Jython to pass this test. by Finn Bock · 23 years ago
  9. d2bf3b7 Whitespace normalization. Leaving tokenize_tests.py alone for now. by Tim Peters · 24 years ago
  10. d2ebe87 Changed name of codec to full path name. This allows importing by Marc-André Lemburg · 24 years ago
  11. ef34274 Moved the test codec definition to a new module and updated the test and by Marc-André Lemburg · 24 years ago
  12. 1109db4 This patch adds a new feature to the builtin charmap codec: by Marc-André Lemburg · 24 years ago