1. 1dd4982 Issue #23681: The -b option now affects comparisons of bytes with int. by Serhiy Storchaka · 9 years ago
  2. 650c1e8 Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer() by Stefan Krah · 9 years ago
  3. 4e1942b Don't use deprecated assertEquals. by Serhiy Storchaka · 10 years ago
  4. b95b561 Issue20284: Implement PEP461 by Ethan Furman · 10 years ago
  5. 65ee467 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  6. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  7. 83cf99d Issue #20335: bytes constructor now raises TypeError when encoding or errors by Serhiy Storchaka · 10 years ago
  8. 0b2cacb Issue #20335: bytes constructor now raises TypeError when encoding or errors by Serhiy Storchaka · 10 years ago
  9. 8a03896 Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform. by Antoine Pitrou · 10 years ago
  10. cc23154 Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform. by Antoine Pitrou · 10 years ago
  11. a2f9388 merge 3.4 (#22379) by Benjamin Peterson · 10 years ago
  12. c31f12d check that exception messages are not empty (#22379) by Benjamin Peterson · 10 years ago
  13. ffff144 Issue #22077: Improve index error messages for bytearrays, bytes, lists, and by Terry Jan Reedy · 10 years ago
  14. 7611964 Fix test_bytes when sys.stdin is None, for example on Windows when using by Victor Stinner · 10 years ago
  15. 507ac3a (Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if by Victor Stinner · 11 years ago
  16. c9362cf Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c" by Victor Stinner · 11 years ago
  17. 5df8a8a Issue #19087: Improve bytearray allocation in order to allow cheap popping of data at the front (slice deletion). by Antoine Pitrou · 11 years ago
  18. c4a10f5 Merge 3.3. by Stefan Krah · 12 years ago
  19. 6e572b8 Adapt test_bytes for a build --without-doc-strings. by Stefan Krah · 12 years ago
  20. 5b1acc0 #16910: merge with 3.3. by Ezio Melotti · 12 years ago
  21. 0dceb56 #16910: test_bytes, test_unicode, and test_userstring now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  22. 8b33dd8 Use OESeeror instead of os.error (#16720) by Andrew Svetlov · 12 years ago
  23. 7643c92 merge 3.3 (#16722) by Benjamin Peterson · 12 years ago
  24. 5ff3f73 try to call __bytes__ before __index__ (closes #16722) by Benjamin Peterson · 12 years ago
  25. 212843b #8401: merge with 3.3. by Ezio Melotti · 12 years ago
  26. 7376801 #8401: merge with 3.2. by Ezio Melotti · 12 years ago
  27. c64bcbe #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error. by Ezio Melotti · 12 years ago
  28. cfc22b4 Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects. by Antoine Pitrou · 12 years ago
  29. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  30. cda6b6d #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearray.split may now be passed as keyword arguments. by Ezio Melotti · 12 years ago
  31. f8eac00 Issue #13623: Fix a performance regression introduced by issue #12170 in by Victor Stinner · 13 years ago
  32. ac65d96 Issue #12170: The count(), find(), rfind(), index() and rindex() methods by Antoine Pitrou · 13 years ago
  33. 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 13 years ago
  34. bf1253b #6780: merge with 3.2. by Ezio Melotti · 13 years ago
  35. f2b3f78 #6780: merge with 3.1. by Ezio Melotti · 13 years ago
  36. ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  37. 5020e00 Merge with 3.2. by Ezio Melotti · 13 years ago
  38. af92842 Use non-deprecated method name. by Ezio Melotti · 13 years ago
  39. c1ceb64 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  40. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  41. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  42. e0c8635d8 Merged revisions 88735 via svnmerge from by Eli Bendersky · 13 years ago
  43. 1bc4f19 Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays by Eli Bendersky · 13 years ago
  44. 4db28d3 Issue #10516: added copy() and clear() methods to bytearrays as well by Eli Bendersky · 13 years ago
  45. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  46. 29e762c test_bytes: test PyBytes_FromFormat() using ctypes by Victor Stinner · 14 years ago
  47. 28a4dce remove (un)transform methods by Benjamin Peterson · 14 years ago
  48. 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
  49. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  50. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  51. edf5f0d Strengthen BytesWarning tests. by Florent Xicluna · 14 years ago
  52. cf940c7 Issue #9530: Fix undefined-behaviour-inducing overflow checks in bytes and bytearray implementations. by Mark Dickinson · 14 years ago
  53. dcb2403 Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, by Victor Stinner · 14 years ago
  54. 0ff8a50 Merged revisions 80125,80128,80130 via svnmerge from by Benjamin Peterson · 14 years ago
  55. 8380dd5 Merged revisions 80126 via svnmerge from by Benjamin Peterson · 14 years ago
  56. 4c04583 Merged revisions 80123-80124 via svnmerge from by Benjamin Peterson · 14 years ago
  57. 41a08bc Clean up warnings filter use in test_bytes. by Brett Cannon · 14 years ago
  58. 9b86b9a Merged revisions 79100 via svnmerge from by Florent Xicluna · 14 years ago
  59. a53f2c9 Merged revisions 77823 via svnmerge from by Mark Dickinson · 15 years ago
  60. bc09964 Merged revisions 77821 via svnmerge from by Mark Dickinson · 15 years ago
  61. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  62. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  63. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  64. 20d6c15 Merged revisions 77576 via svnmerge from by Antoine Pitrou · 15 years ago
  65. fc8d6f4 Merged revisions 77573 via svnmerge from by Antoine Pitrou · 15 years ago
  66. cbaa6250 Merged revisions 77475 via svnmerge from by Antoine Pitrou · 15 years ago
  67. f845302 Merged revisions 77448 via svnmerge from by Antoine Pitrou · 15 years ago
  68. 41f58a7 Issue #7382: Fix bytes.__getnewargs__. by Alexandre Vassalotti · 15 years ago
  69. 344ec44 Merged revisions 76010 via svnmerge from by Antoine Pitrou · 15 years ago
  70. c9e9216 Fix test skipping in multibyte codec tests by Antoine Pitrou · 15 years ago
  71. 96bb15b Merged revisions 75404 via svnmerge from by Antoine Pitrou · 15 years ago
  72. 403ce78 Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans when by Antoine Pitrou · 15 years ago
  73. 308d637 Merged revisions 74929 via svnmerge from by Benjamin Peterson · 15 years ago
  74. 424d75a Merged revisions 74675 via svnmerge from by Mark Dickinson · 15 years ago
  75. 54a3db9 Merged revisions 74673 via svnmerge from by Mark Dickinson · 15 years ago
  76. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  77. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  78. db12d45 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. by Martin v. Löwis · 15 years ago
  79. abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 15 years ago
  80. ccc47b6 #4759: allow None as first argument of bytearray.translate(), for consistency with bytes.translate(). by Georg Brandl · 16 years ago
  81. 5504e89 Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 16 years ago
  82. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  83. 0f3641c Merged revisions 67291 via svnmerge from by Benjamin Peterson · 16 years ago
  84. d0d0b65 Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. by Hirokazu Yamamoto · 16 years ago
  85. 9e9dcd6 STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != '' by Barry Warsaw · 16 years ago
  86. c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 16 years ago
  87. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  88. 47d305d Issue #3571: test_bytes mistakingly closed stdin by Antoine Pitrou · 16 years ago
  89. 2f89aa6 #2538: bytes objects can only provide read-only buffers by Antoine Pitrou · 16 years ago
  90. 9a54d7c Merged revisions 65041 via svnmerge from by Georg Brandl · 16 years ago
  91. eb2c964 Add test case for r63810. by Georg Brandl · 16 years ago
  92. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  93. 4f06612 Enabled fromhex('') test for bytes by Christian Heimes · 17 years ago
  94. 5f63d18 Removed unused import by Christian Heimes · 17 years ago
  95. 510711d Patch #1972 by Antoine Pitrou: improve bytes and bytearray tests by Christian Heimes · 17 years ago
  96. 7b87615 Fixed #1969: split and rsplit in bytearray are inconsistent by Christian Heimes · 17 years ago
  97. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  98. 09121e8 Issue #1283: Allow any iterable of integers to be passed to bytearray.extend(). by Alexandre Vassalotti · 17 years ago
  99. b2b6262 Removed some leftovers from the str8 days by Christian Heimes · 17 years ago
  100. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago