1. 0501070 Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin by Victor Stinner · 13 years ago
  2. 98fe1a0 Issue #8796: codecs.open() calls the builtin open() function instead of using by Victor Stinner · 13 years ago
  3. d688170 Merge 3.2 by Victor Stinner · 13 years ago
  4. b43dd4b Merge 3.1 by Victor Stinner · 13 years ago
  5. 2cca057 test_codecs now removes the temporay file (created by the test) by Victor Stinner · 13 years ago
  6. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  7. 28a4dce remove (un)transform methods by Benjamin Peterson · 14 years ago
  8. 53a9dd7 Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters by Victor Stinner · 14 years ago
  9. 0252462 #7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2. by Georg Brandl · 14 years ago
  10. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  11. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  12. 5a6214a Merged revisions 81499,81506 via svnmerge from by Benjamin Peterson · 14 years ago
  13. 554f3f0 Issue #850997: mbcs encoding (Windows only) handles errors argument: strict by Victor Stinner · 14 years ago
  14. 6107a68 Merged revisions 81908 via svnmerge from by Antoine Pitrou · 14 years ago
  15. cc0cfd3 Merged revisions 81907 via svnmerge from by Antoine Pitrou · 14 years ago
  16. ddf0d03 Merged revisions 79780 via svnmerge from by Philip Jenvey · 14 years ago
  17. 3dcb5ac Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format by Victor Stinner · 14 years ago
  18. b64d0eb Merged revisions 81474 via svnmerge from by Victor Stinner · 14 years ago
  19. a92ad7e Merged revisions 81471-81472 via svnmerge from by Victor Stinner · 14 years ago
  20. 37b8200 Merged revisions 81461 via svnmerge from by Victor Stinner · 14 years ago
  21. 3fed087 Merged revisions 81459 via svnmerge from by Victor Stinner · 14 years ago
  22. 158701d Merged revisions 80382 via svnmerge from by Victor Stinner · 14 years ago
  23. 31be90b Issue #8092: Fix PyUnicode_EncodeUTF8() to support error handler producing by Victor Stinner · 14 years ago
  24. 66a1bd5 Merged revisions 79779 via svnmerge from by Philip Jenvey · 14 years ago
  25. e36b2c6 Recorded merge of revisions 78462,78484 via svnmerge from by Florent Xicluna · 14 years ago
  26. c1c415f Merged revisions 78461 via svnmerge from by Florent Xicluna · 14 years ago
  27. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  28. 7b10c9f Merged revisions 74871 via svnmerge from by Georg Brandl · 15 years ago
  29. 791f4e1 Merged revisions 74869 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk by Georg Brandl · 15 years ago
  30. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  31. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  32. e5344d6 Merged revisions 73698 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  33. 84ec8d9 #6373: SystemError in str.encode('latin1', 'surrogateescape') by Amaury Forgeot d'Arc · 15 years ago
  34. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  35. e0a2b72 Rename the surrogates error handler to surrogatepass. by Martin v. Löwis · 15 years ago
  36. 8dc33d5 Merged revisions 72404-72406 via svnmerge from by Walter Dörwald · 15 years ago
  37. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  38. db12d45 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. by Martin v. Löwis · 15 years ago
  39. 81fabdb Issue #4874: Most builtin decoders now reject unicode input. by Antoine Pitrou · 16 years ago
  40. 616d285 Issue #2394: implement more of the memoryview API. by Antoine Pitrou · 16 years ago
  41. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  42. 5d14c2b Merged revisions 59056-59076 via svnmerge from by Christian Heimes · 17 years ago
  43. 87c0f1d Merged revisions 59041-59055 via svnmerge from by Guido van Rossum · 17 years ago
  44. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  45. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  46. 04c70ad Fix the one failing test (can't decode twice). by Guido van Rossum · 17 years ago
  47. 09549f4 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  48. 41980ca Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and by Walter Dörwald · 17 years ago
  49. 2233d27 Change readbuffer_encode() and charbuffer_encode() to return bytes objects. by Walter Dörwald · 17 years ago
  50. 32a4c71 Patch by Ron Adam: Don't use u prefix in unicode error messages by Walter Dörwald · 17 years ago
  51. 42748a8 Rip out all codecs that can't work in a unicode/bytes world: by Walter Dörwald · 17 years ago
  52. 092a225 Fix tests for unicode-internal codec. by Walter Dörwald · 17 years ago
  53. f4cfc8f Make test_codecs work. The CJK codecs now use bytes instead of str8 for by Guido van Rossum · 17 years ago
  54. 583118a Fix tests for string encodings. by Walter Dörwald · 17 years ago
  55. 9d2ac22 Fix io.StringIO: String are stored encoded (using "unicode-internal" as the by Walter Dörwald · 17 years ago
  56. 0ac30f8 Enhance the punycode decoder so that it can decode unicode objects. by Walter Dörwald · 17 years ago
  57. c3ab0a7 Use io.BytesIO instead of StringIO.StringIO in all by Walter Dörwald · 17 years ago
  58. a4c6128 Fix punycode codec and tests. by Walter Dörwald · 17 years ago
  59. 5c4501a Don't insist on cStringIO. by Guido van Rossum · 17 years ago
  60. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  61. ca8a8d0 Make the BOM constants in codecs.py bytes. by Walter Dörwald · 17 years ago
  62. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  63. 3abcb01 Apply SF patch #1698994: Add getstate() and setstate() by Walter Dörwald · 17 years ago
  64. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  65. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  66. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  67. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  68. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  69. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  70. ca19943 If size is specified, try to read at least size characters. by Walter Dörwald · 18 years ago
  71. 412ed3b Patch #1177307: UTF-8-Sig codec. by Martin v. Löwis · 19 years ago
  72. 690402f Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c. by Walter Dörwald · 19 years ago
  73. e22d339 Add tests for various error cases and for readbuffer_encode() and by Walter Dörwald · 19 years ago
  74. d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 19 years ago
  75. a47d1c0 SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain by Walter Dörwald · 19 years ago
  76. 8b59514 Make IDNA return an empty string when the input is empty. Fixes #1163178. by Martin v. Löwis · 19 years ago
  77. c9878e1 Make attributes and local variables in the StreamReader str objects instead by Walter Dörwald · 19 years ago
  78. 43148c8 Update test to the current readline() behaviour. by Walter Dörwald · 19 years ago
  79. 7a6dc13 Fix for SF bug #1175396: readline() will now read one more character, if by Walter Dörwald · 19 years ago
  80. 729c31f Reset internal buffers when seek() is called. This fixes SF bug #1156259. by Walter Dörwald · 19 years ago
  81. a9620d1 Fix stupid typo: Don't read from a writer. by Walter Dörwald · 20 years ago
  82. 1f1d252 Add a test for UTF-16 reading where the byte sequence doesn't start with a BOM. by Walter Dörwald · 20 years ago
  83. 9fa0946 Fix and test for SF bug #1098990: codec readline() splits lines apart. by Walter Dörwald · 20 years ago
  84. ee1d247 Add a test that checks the basic functionality of every encoding. by Walter Dörwald · 20 years ago
  85. e57d7b1 The changes to the stateful codecs in 2.4 resulted in StreamReader.readline() by Walter Dörwald · 20 years ago
  86. 063e1e8 Trigger a few error cases in Modules/_codecsmodule.c. by Walter Dörwald · 20 years ago
  87. af5c7cf SF #1048865: Fix a trivial typo that breaks StreamReader.readlines() by Hye-Shik Chang · 20 years ago
  88. 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 20 years ago
  89. 3f41974 Add generic codecs.encode() and .decode() APIs that don't impose by Marc-André Lemburg · 20 years ago
  90. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  91. a1dde13 Add test case for unicode(somestring, "idna"). by Martin v. Löwis · 20 years ago
  92. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  93. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  94. b5c4b7b Skip nameprep test 3.43, as we do allow unassigned characters. The test by Martin v. Löwis · 21 years ago
  95. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 21 years ago
  96. 29273c8 Fix for [ 543344 ] Interpreter crashes when recoding; suggested by Marc-André Lemburg · 22 years ago
  97. 8709a42 Check whether a string resize is necessary at the end by Walter Dörwald · 22 years ago
  98. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  99. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  100. a37171d Test by Martin v. Loewis for the new UTF-16 codec handling of BOM marks. by Marc-André Lemburg · 23 years ago