1. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
  2. 3abcb01 Apply SF patch #1698994: Add getstate() and setstate() by Walter Dörwald · 18 years ago
  3. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  4. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 19 years ago
  5. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  6. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  7. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  8. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 19 years ago
  9. ca19943 If size is specified, try to read at least size characters. by Walter Dörwald · 19 years ago
  10. 412ed3b Patch #1177307: UTF-8-Sig codec. by Martin v. Löwis · 20 years ago
  11. 690402f Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c. by Walter Dörwald · 20 years ago
  12. e22d339 Add tests for various error cases and for readbuffer_encode() and by Walter Dörwald · 20 years ago
  13. d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 20 years ago
  14. a47d1c0 SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain by Walter Dörwald · 20 years ago
  15. 8b59514 Make IDNA return an empty string when the input is empty. Fixes #1163178. by Martin v. Löwis · 20 years ago
  16. c9878e1 Make attributes and local variables in the StreamReader str objects instead by Walter Dörwald · 20 years ago
  17. 43148c8 Update test to the current readline() behaviour. by Walter Dörwald · 20 years ago
  18. 7a6dc13 Fix for SF bug #1175396: readline() will now read one more character, if by Walter Dörwald · 20 years ago
  19. 729c31f Reset internal buffers when seek() is called. This fixes SF bug #1156259. by Walter Dörwald · 20 years ago
  20. a9620d1 Fix stupid typo: Don't read from a writer. by Walter Dörwald · 20 years ago
  21. 1f1d252 Add a test for UTF-16 reading where the byte sequence doesn't start with a BOM. by Walter Dörwald · 21 years ago
  22. 9fa0946 Fix and test for SF bug #1098990: codec readline() splits lines apart. by Walter Dörwald · 21 years ago
  23. ee1d247 Add a test that checks the basic functionality of every encoding. by Walter Dörwald · 21 years ago
  24. e57d7b1 The changes to the stateful codecs in 2.4 resulted in StreamReader.readline() by Walter Dörwald · 21 years ago
  25. 063e1e8 Trigger a few error cases in Modules/_codecsmodule.c. by Walter Dörwald · 21 years ago
  26. af5c7cf SF #1048865: Fix a trivial typo that breaks StreamReader.readlines() by Hye-Shik Chang · 21 years ago
  27. 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 21 years ago
  28. 3f41974 Add generic codecs.encode() and .decode() APIs that don't impose by Marc-André Lemburg · 21 years ago
  29. 27f8836 Whitespace normalization. by Tim Peters · 21 years ago
  30. a1dde13 Add test case for unicode(somestring, "idna"). by Martin v. Löwis · 21 years ago
  31. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  32. 0eadaac Whitespace normalization. by Tim Peters · 22 years ago
  33. b5c4b7b Skip nameprep test 3.43, as we do allow unassigned characters. The test by Martin v. Löwis · 22 years ago
  34. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 22 years ago
  35. 29273c8 Fix for [ 543344 ] Interpreter crashes when recoding; suggested by Marc-André Lemburg · 23 years ago
  36. 8709a42 Check whether a string resize is necessary at the end by Walter Dörwald · 23 years ago
  37. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  38. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  39. a37171d Test by Martin v. Loewis for the new UTF-16 codec handling of BOM marks. by Marc-André Lemburg · 24 years ago