1. 063e1e8 Trigger a few error cases in Modules/_codecsmodule.c. by Walter Dörwald · 21 years ago
  2. af5c7cf SF #1048865: Fix a trivial typo that breaks StreamReader.readlines() by Hye-Shik Chang · 21 years ago
  3. 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 21 years ago
  4. 3f41974 Add generic codecs.encode() and .decode() APIs that don't impose by Marc-André Lemburg · 21 years ago
  5. 27f8836 Whitespace normalization. by Tim Peters · 21 years ago
  6. a1dde13 Add test case for unicode(somestring, "idna"). by Martin v. Löwis · 21 years ago
  7. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  8. 0eadaac Whitespace normalization. by Tim Peters · 22 years ago
  9. b5c4b7b Skip nameprep test 3.43, as we do allow unassigned characters. The test by Martin v. Löwis · 22 years ago
  10. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 22 years ago
  11. 29273c8 Fix for [ 543344 ] Interpreter crashes when recoding; suggested by Marc-André Lemburg · 23 years ago
  12. 8709a42 Check whether a string resize is necessary at the end by Walter Dörwald · 23 years ago
  13. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  14. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  15. a37171d Test by Martin v. Loewis for the new UTF-16 codec handling of BOM marks. by Marc-André Lemburg · 24 years ago