1. 74a651b Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. by Serhiy Storchaka · 11 years ago
  2. b4f3d80 Backported tests for issue #22406. by Serhiy Storchaka · 11 years ago
  3. 76249ea Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  4. 6a03679 Issue #20520: Fixed readline test in test_codecs. by Serhiy Storchaka · 12 years ago
  5. 2403a78 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 12 years ago
  6. f105672 Issue #19279: UTF-7 decoder no more produces illegal unicode strings. by Serhiy Storchaka · 12 years ago
  7. 74e449f Add tests for raw-unicode-escape codec. by Serhiy Storchaka · 13 years ago
  8. 7277f9d Clean up escape-decode decoder tests. by Serhiy Storchaka · 13 years ago
  9. c8e5812 Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 13 years ago
  10. 01b3a08 Issue #16975: Fix error handling bug in the escape-decode decoder. by Serhiy Storchaka · 13 years ago
  11. 9599745 Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" by Serhiy Storchaka · 13 years ago
  12. c4b82c0 Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 13 years ago
  13. e3ae321 Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). by Antoine Pitrou · 13 years ago
  14. 715a63b Issue #14579: Fix error handling bug in the utf-16 decoder. by Antoine Pitrou · 13 years ago
  15. 4cfae02 Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. by Antoine Pitrou · 14 years ago
  16. 6c603c4 test_codecs now removes the temporay file (created by the test) by Victor Stinner · 14 years ago
  17. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  18. cca3a3f Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash by Antoine Pitrou · 15 years ago
  19. f0757a2 #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.) by Georg Brandl · 15 years ago
  20. 7df55da Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32 by Victor Stinner · 15 years ago
  21. 262be5e Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice by Victor Stinner · 15 years ago
  22. 034b0ac fix escape_encode to return the correct consumed size by Philip Jenvey · 15 years ago
  23. f4b6186 #691291: codecs.open() should not convert end of lines on reading and writing. by Florent Xicluna · 15 years ago
  24. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
  25. e9741f3 Issue #6922: Fix an infinite loop when trying to decode an invalid by Georg Brandl · 16 years ago
  26. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  27. a7fb408 Issue 3739: The unicode-internal encoder now reports the number of *characters* by Walter Dörwald · 16 years ago
  28. 5087980 The incremental decoder for utf-7 must preserve its state between calls. by Amaury Forgeot d'Arc · 18 years ago
  29. 183744d Fix for #1444: utf_8_sig.StreamReader was (indirectly through decode()) by Walter Dörwald · 18 years ago
  30. fc7e72d Fix typo in comment. by Walter Dörwald · 18 years ago
  31. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 18 years ago
  32. 4234827 Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the by Walter Dörwald · 18 years ago
  33. 39b8b6a Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig')) by Walter Dörwald · 19 years ago
  34. abd8a33 Whitespace normalization. by Tim Peters · 19 years ago
  35. 1ead698 I'm assuming this is correct, it fixes the tests so they pass again by Neal Norwitz · 19 years ago
  36. 98c70ac Add tests for incremental codecs with an errors argument. by Walter Dörwald · 19 years ago
  37. 2c9838e Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 19 years ago
  38. 5b4e1c2 Fix the new EncodedFile test to work with big endian platforms. by Georg Brandl · 19 years ago
  39. 8f99f81 Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and by Georg Brandl · 19 years ago
  40. 6d3d339 Verify the crash due to EncodingMap not initialized does not return by Neal Norwitz · 19 years ago
  41. 78a0be6 Add a BufferedIncrementalEncoder class that can be used for implementing by Walter Dörwald · 19 years ago
  42. 15be5ec Call encode()/decode() with final==True as the last call in the by Walter Dörwald · 19 years ago
  43. 9ae019b Add tests for the C APIs PyCodec_IncrementalEncoder() and by Walter Dörwald · 19 years ago
  44. abb02e5 Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass by Walter Dörwald · 19 years ago
  45. ca19943 If size is specified, try to read at least size characters. by Walter Dörwald · 19 years ago
  46. 412ed3b Patch #1177307: UTF-8-Sig codec. by Martin v. Löwis · 20 years ago
  47. 690402f Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c. by Walter Dörwald · 20 years ago
  48. e22d339 Add tests for various error cases and for readbuffer_encode() and by Walter Dörwald · 20 years ago
  49. d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 20 years ago
  50. a47d1c0 SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain by Walter Dörwald · 20 years ago
  51. 8b59514 Make IDNA return an empty string when the input is empty. Fixes #1163178. by Martin v. Löwis · 20 years ago
  52. c9878e1 Make attributes and local variables in the StreamReader str objects instead by Walter Dörwald · 20 years ago
  53. 43148c8 Update test to the current readline() behaviour. by Walter Dörwald · 20 years ago
  54. 7a6dc13 Fix for SF bug #1175396: readline() will now read one more character, if by Walter Dörwald · 20 years ago
  55. 729c31f Reset internal buffers when seek() is called. This fixes SF bug #1156259. by Walter Dörwald · 20 years ago
  56. a9620d1 Fix stupid typo: Don't read from a writer. by Walter Dörwald · 20 years ago
  57. 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
  58. 9fa0946 Fix and test for SF bug #1098990: codec readline() splits lines apart. by Walter Dörwald · 21 years ago
  59. ee1d247 Add a test that checks the basic functionality of every encoding. by Walter Dörwald · 21 years ago
  60. e57d7b1 The changes to the stateful codecs in 2.4 resulted in StreamReader.readline() by Walter Dörwald · 21 years ago
  61. 063e1e8 Trigger a few error cases in Modules/_codecsmodule.c. by Walter Dörwald · 21 years ago
  62. af5c7cf SF #1048865: Fix a trivial typo that breaks StreamReader.readlines() by Hye-Shik Chang · 21 years ago
  63. 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 21 years ago
  64. 3f41974 Add generic codecs.encode() and .decode() APIs that don't impose by Marc-André Lemburg · 21 years ago
  65. 27f8836 Whitespace normalization. by Tim Peters · 21 years ago
  66. a1dde13 Add test case for unicode(somestring, "idna"). by Martin v. Löwis · 21 years ago
  67. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  68. 0eadaac Whitespace normalization. by Tim Peters · 22 years ago
  69. b5c4b7b Skip nameprep test 3.43, as we do allow unassigned characters. The test by Martin v. Löwis · 22 years ago
  70. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 22 years ago
  71. 29273c8 Fix for [ 543344 ] Interpreter crashes when recoding; suggested by Marc-André Lemburg · 23 years ago
  72. 8709a42 Check whether a string resize is necessary at the end by Walter Dörwald · 23 years ago
  73. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  74. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  75. a37171d Test by Martin v. Loewis for the new UTF-16 codec handling of BOM marks. by Marc-André Lemburg · 24 years ago