1. 5c4501a Don't insist on cStringIO. by Guido van Rossum · 17 years ago
  2. 62b8871 Don't insist on cStringIO. by Guido van Rossum · 17 years ago
  3. e2c8f2d Fix code depending on exception unpacking. by Guido van Rossum · 17 years ago
  4. 7fe7d1a Don't insist on cStringIO. by Guido van Rossum · 17 years ago
  5. a5c313d Add to an XXX comment. by Guido van Rossum · 17 years ago
  6. 0e02abb Random modifications that slightly improve the chances of this not blowing up. by Guido van Rossum · 17 years ago
  7. ccf4f0f Use AsCharBuffer to get a C string out of a Python string. by Guido van Rossum · 17 years ago
  8. 83857e3 Use AsCharBuffer to get C strings out of Python strings. by Guido van Rossum · 17 years ago
  9. 63eac15 The NULL pointer for empty strings turns out to be a pain. by Guido van Rossum · 17 years ago
  10. d70539a Be more robust around bytes for e[st]#? formats. by Guido van Rossum · 17 years ago
  11. 6262cc7 More uniform approach to getting (UTF8) bytes out of a string. by Guido van Rossum · 17 years ago
  12. 33f3124 Support PEP-263-style coding declarations. Default to UTF-8 per PEP-3120. by Guido van Rossum · 17 years ago
  13. cd6ae68 I don't know how come bytes.join() was a class method, but that's clearly by Guido van Rossum · 17 years ago
  14. 0925e41 Forwardport checkin: by Walter Dörwald · 17 years ago
  15. 3699582 Fix trivial bug in idna encoding. by Guido van Rossum · 17 years ago
  16. 00048f0 test_codeccallbacks.py passes again. by Walter Dörwald · 17 years ago
  17. 580ceed Mention type in the exception message. by Walter Dörwald · 17 years ago
  18. e6d3904 Make test_marshal pass. Not my best work. :-( by Guido van Rossum · 17 years ago
  19. bc14efb Make the StringIO test pass. by Guido van Rossum · 17 years ago
  20. cfe5f20 Got test_pickletools and test_pickle working. by Guido van Rossum · 17 years ago
  21. f9e91c9 Given that ord() of a bytes object of length 1 is defined, it should by Guido van Rossum · 17 years ago
  22. 2b08b38 Fix a few places where a str instead of a bytes object was used. by Guido van Rossum · 17 years ago
  23. 57b93ad repr(b"\0") should return b"\x00", not the (unusual) b"\0". by Guido van Rossum · 17 years ago
  24. e5e80b8 Kill u"..." string quotes. Thought I already did that. by Guido van Rossum · 17 years ago
  25. b8142c3 Got test_exceptions.py working. by Guido van Rossum · 17 years ago
  26. 74302db Get rid of 'file' built-in. Get rid of types.StringType and friends. by Guido van Rossum · 17 years ago
  27. 317e774 Merged revisions 55180-55183 via svnmerge from by Guido van Rossum · 17 years ago
  28. 617dbc4 Checkpoint. A b it closer to working pickles and pickletools. by Guido van Rossum · 17 years ago
  29. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  30. 598d98a Initialized merge tracking via "svnmerge" with revisions "1-55006" from by Guido van Rossum · 17 years ago
  31. 32c38e7 Fix some trivial things in cPickle due to the renaming of the string types. by Guido van Rossum · 17 years ago
  32. 6cb726a Verify checkins to py3k branches go to 3000 list. by Neal Norwitz · 17 years ago
  33. a14c4bb Check whether the strlen() result overflows Py_ssize_t. by Walter Dörwald · 17 years ago
  34. 9bc4712 Add two more space tests. by Walter Dörwald · 17 years ago
  35. 20badb3 Remove duplicate tests. by Walter Dörwald · 17 years ago
  36. 51ab414 Change PyUnicode_EncodeUTF7() to return a bytes object. by Walter Dörwald · 17 years ago
  37. ce32db3 Silence gcc warnings. by Walter Dörwald · 17 years ago
  38. 071b9da When creating a unicode object from a char * characters by Walter Dörwald · 17 years ago
  39. db290f0 Fix %c overflow test. by Walter Dörwald · 17 years ago
  40. 67e8388 test_unicode.py passes again 9except for problems with the idna codec. by Walter Dörwald · 17 years ago
  41. acaa5a1 Add PyUnicode_FromString(), which create a unicode object from a by Walter Dörwald · 17 years ago
  42. 1255ed6 Much more pickling now works. by Guido van Rossum · 17 years ago
  43. 2e6a4b3 Checkpoint. Make pickle.py read/write bytes. by Guido van Rossum · 17 years ago
  44. 612344f Change UnicodeDecodeError objects so that the 'object' attribute by Walter Dörwald · 17 years ago
  45. c2b87a6 Don't use StringType -- always test for basestring. by Guido van Rossum · 17 years ago
  46. 7fcf224 Add 8-bit chr() back as chr8(). by Guido van Rossum · 17 years ago
  47. ca8a8d0 Make the BOM constants in codecs.py bytes. by Walter Dörwald · 17 years ago
  48. 3cc3452 Change PyUnicode_EncodeUTF16() so that it returns by Walter Dörwald · 17 years ago
  49. bf58bd6 Use basestring instead of (str, str8) to test whether cls is a module *name*. by Walter Dörwald · 17 years ago
  50. c8c8233 It's ok for __repr__ to return unicode. by Guido van Rossum · 17 years ago
  51. d7c43dd test_exceptions.py passes, except for pickling of course. by Guido van Rossum · 17 years ago
  52. d1ea73b Make test_types.py pass. by Guido van Rossum · 17 years ago
  53. 4355a47 Make all of test_bytes pass (except pickling, which is too badly busted). by Guido van Rossum · 17 years ago
  54. 6c1e674 Add trailing null bytes to a few more places. by Guido van Rossum · 17 years ago
  55. 09dc34f Compare and hash unicode objects like their UTF-8 representations. by Guido van Rossum · 17 years ago
  56. f15a29f More coding by random modification. by Guido van Rossum · 17 years ago
  57. bae5ced Temporary fix: Module names are still 8bit strings. This by Walter Dörwald · 17 years ago
  58. aa97f04 Fix various spots where int/long and str/unicode unification by Walter Dörwald · 17 years ago
  59. 5d7a700 Fix type name (str has been renamed to str8). by Walter Dörwald · 17 years ago
  60. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  61. 938ef57 Kill unichr() itself. by Guido van Rossum · 17 years ago
  62. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  63. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  64. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  65. d4617f2 Start working on the str/unicode unification. by Guido van Rossum · 17 years ago
  66. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  67. 6247fdb Fix print syntax so this runs using 3.0. by Guido van Rossum · 17 years ago
  68. 4a76da7 fix some markup errors by Fred Drake · 17 years ago
  69. 71011e2 Allow decorators and return annotations to be used together (fixes SF#1697248) by Nick Coghlan · 17 years ago
  70. 4138bfe Don't crash when nonlocal is used at module level (fixes SF#1705365) by Nick Coghlan · 17 years ago
  71. 846f1ee Add a note to this file that it might be out of date and need some care. by Neal Norwitz · 17 years ago
  72. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  73. 4d2adcc Make it compile with C89. by Guido van Rossum · 17 years ago
  74. 2fa74bb If $PYTHONNEWIO is set and nonempty, by Guido van Rossum · 17 years ago
  75. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  76. ff11334 Remove the SlowParser class because it depended on the xmllib module by Neal Norwitz · 17 years ago
  77. 53855c6 Remove the xmllib module that was obsolete. by Neal Norwitz · 17 years ago
  78. e6c6e3d Remove old string module by Neal Norwitz · 17 years ago
  79. 9b483f1 Remove ancient platforms: AIX 3 and Irix 5. (AIX 4 and Irix 6 remain.) by Neal Norwitz · 17 years ago
  80. d76e779 Instead of pickling the whole decoder, use the new getstate/setstate API. by Guido van Rossum · 17 years ago
  81. 3abcb01 Apply SF patch #1698994: Add getstate() and setstate() by Walter Dörwald · 17 years ago
  82. 8981ad0 Check in the inevitable change to the version number. by Guido van Rossum · 17 years ago
  83. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  84. 6ef6306 Oops, don't test for a name attribute here. That's a higher-level feature. by Guido van Rossum · 17 years ago
  85. 13633bb Support name and mode attributes on all file types. by Guido van Rossum · 17 years ago
  86. 913dd0b struct.unpack() allows a bytes string too (if it has the right size). by Guido van Rossum · 17 years ago
  87. 98f9746 Support marshal.dump(x, f) where f is not a real file. by Guido van Rossum · 17 years ago
  88. 84d79dd Disallow u"..." + b"..." and b"..." + u"...". by Guido van Rossum · 17 years ago
  89. ad7d8d1 Rough and dirty job -- allow concatenation of bytes and arbitrary by Guido van Rossum · 17 years ago
  90. dc0b1a1 Make a few more tests pass with the new I/O library. by Guido van Rossum · 17 years ago
  91. b6f1fdc Clean up trailing whitespace. by Guido van Rossum · 17 years ago
  92. 682faf8 Fix most XXX remarks. by Guido van Rossum · 17 years ago
  93. 31c3a57 Test closed, mode attribute; don't test __exit__(). by Guido van Rossum · 17 years ago
  94. d410395 Make sure that writing an array instance returns the number of bytes, by Guido van Rossum · 17 years ago
  95. aa43ed9 TextIO improvement: by Guido van Rossum · 17 years ago
  96. 57b39e0 Bug #1697782: remove all remaining code that uses types.InstanceType. by Georg Brandl · 17 years ago
  97. b5ddcfd Make array().tofile() work with a new I/O object. by Guido van Rossum · 17 years ago
  98. d071281 Re-enable cleanup code. by Guido van Rossum · 17 years ago
  99. b9c4c3e Speed up next() by disabling snapshot updating then. by Guido van Rossum · 17 years ago
  100. cba608c More efficient implementation of tell(); _read_chunk() doesn't have to by Guido van Rossum · 17 years ago