1. 6430fd5 Fix hex_digit_to_int() prototype: expect Py_UCS4, not Py_UNICODE by Victor Stinner · 13 years ago
  2. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  3. 57e683e Issue #1621: Fix undefined behaviour in bytes.__hash__, str.__hash__, tuple.__hash__, frozenset.__hash__ and set indexing operations. by Mark Dickinson · 13 years ago
  4. 0d5f6ad Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.splitlines, bytes.splitlines and bytearray.splitlines. by Mark Dickinson · 13 years ago
  5. fcdaaa9 merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. by Senthil Kumaran · 13 years ago
  6. 53516a8 Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. by Senthil Kumaran · 13 years ago
  7. bf1253b #6780: merge with 3.2. by Ezio Melotti · 13 years ago
  8. f2b3f78 #6780: merge with 3.1. by Ezio Melotti · 13 years ago
  9. ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  10. c1ceb64 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  11. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  12. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  13. 1aef6b6 Issue #11634: Remove misleading paragraph from a comment by Eli Bendersky · 13 years ago
  14. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  15. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  16. 28a4dce remove (un)transform methods by Benjamin Peterson · 14 years ago
  17. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  18. 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
  19. c911bbf str, bytes, bytearray docstring: remove unnecessary [...] by Victor Stinner · 14 years ago
  20. e14e212 Fix encode/decode method doc of str, bytes, bytearray types by Victor Stinner · 14 years ago
  21. 9696088 Issue #10288: The deprecated family of "char"-handling macros by David Malcolm · 14 years ago
  22. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  23. f773420 Merged revisions 84629 via svnmerge from by Senthil Kumaran · 14 years ago
  24. 9a9dd1c Revert the doc change done in r83880. str.replace with negative count value is not a feature. by Senthil Kumaran · 14 years ago
  25. bc760d9 Merged revisions 84070,84074 via svnmerge from by Antoine Pitrou · 14 years ago
  26. 0010d37 Fix some compilation warnings under 64-bit Windows (issue #9566). by Antoine Pitrou · 14 years ago
  27. f0f4514 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 by Alexander Belopolsky · 14 years ago
  28. cf940c7 Issue #9530: Fix undefined-behaviour-inducing overflow checks in bytes and bytearray implementations. by Mark Dickinson · 14 years ago
  29. c3ce882 Merged revisions 83882 via svnmerge from by Senthil Kumaran · 14 years ago
  30. f2de1ff spelling mistake. by Senthil Kumaran · 14 years ago
  31. a3aee53 Merged revisions 83880 via svnmerge from by Senthil Kumaran · 14 years ago
  32. 77210b4 Fix Issue5416 - explain negative value for count in bytes object replace. by Senthil Kumaran · 14 years ago
  33. a57aae7 Merged revisions 81862 via svnmerge from by Antoine Pitrou · 14 years ago
  34. d118856 Merged revisions 81860 via svnmerge from by Antoine Pitrou · 14 years ago
  35. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  36. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  37. 0ff8a50 Merged revisions 80125,80128,80130 via svnmerge from by Benjamin Peterson · 14 years ago
  38. 8380dd5 Merged revisions 80126 via svnmerge from by Benjamin Peterson · 14 years ago
  39. 4c81fbb Merged revisions 77745 via svnmerge from by Ezio Melotti · 14 years ago
  40. 5b2b242 Merged revisions 77743 via svnmerge from by Ezio Melotti · 14 years ago
  41. f2c5484 Merged revisions 77461 via svnmerge from by Antoine Pitrou · 15 years ago
  42. 41f58a7 Issue #7382: Fix bytes.__getnewargs__. by Alexandre Vassalotti · 15 years ago
  43. a5c565a Issue #6688: Optimize PyBytes_FromObject(). by Alexandre Vassalotti · 15 years ago
  44. eb6f8de Issue #6687: Moved the special-case for integers out of PyBytes_FromObject. by Alexandre Vassalotti · 15 years ago
  45. 0f78bff Issue #5748: bytesobject.c should not have its own private defines for stringlib macros. Also removed unused defines and include for localutil.h. by Eric Smith · 15 years ago
  46. 308d637 Merged revisions 74929 via svnmerge from by Benjamin Peterson · 15 years ago
  47. 80688ef rename internal methods of the bytes object to bytes_ by Benjamin Peterson · 15 years ago
  48. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  49. abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 15 years ago
  50. a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 15 years ago
  51. e2641f4 Optimize slicing of bytes and bytearray by avoiding useless copying. by Alexandre Vassalotti · 15 years ago
  52. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  53. a4a37fe Merged revisions 68381 via svnmerge from by Benjamin Peterson · 16 years ago
  54. 09923f3 Remove confusing error message in bytes.translate. by Georg Brandl · 16 years ago
  55. fd24b32 Issue #4445: save 3 bytes of memory (on average) per bytes allocation. by Mark Dickinson · 16 years ago
  56. 9e9dcd6 STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != '' by Barry Warsaw · 16 years ago
  57. 1a8501c Merged revisions 66748 via svnmerge from by Christian Heimes · 16 years ago
  58. 4b24a42 add NULL checking for PyBytes_FromObject; R=Neal by Benjamin Peterson · 16 years ago
  59. c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 16 years ago
  60. ce694b7 Fixed yet another compiler warning of 64bit builds. Reviewed by Georg Brandl. by Christian Heimes · 16 years ago
  61. 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 16 years ago
  62. 20443f3 #3650: fix a reference leak in bytes.split('x') by Amaury Forgeot d'Arc · 16 years ago
  63. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  64. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  65. 2f89aa6 #2538: bytes objects can only provide read-only buffers by Antoine Pitrou · 16 years ago
  66. b2750b5 Move the codec decode type checks to bytes/bytearray.decode(). by Marc-André Lemburg · 16 years ago
  67. 00709aa Merged revisions 63856-63857,63859-63860 via svnmerge from by Martin v. Löwis · 16 years ago
  68. e5d68ac Fix misspelling. by Georg Brandl · 16 years ago
  69. 17cb8a8 Fix all return types for str/bytes/bytearray docstrings and make the wording more consistent. by Georg Brandl · 16 years ago
  70. 4116f36 clean up some docstrings and errors in bytesobject.c by Benjamin Peterson · 16 years ago
  71. 2c9c7a5 Renamed files bytesobject.[ch] and stringobject.[ch] Fixed Windows build by Christian Heimes · 16 years ago
  72. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  73. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  74. 14a767d Made the TypeError message in bytes_iconcat() less confusing. by Alexandre Vassalotti · 16 years ago
  75. e0313f2 Re-indented bytes_getbuffer() and bytes_releasebuffer() to 4-space indents. by Alexandre Vassalotti · 16 years ago
  76. 8dcdb25 Improved bytes_extend() to avoid making a full copy of the temporary by Alexandre Vassalotti · 16 years ago
  77. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 16 years ago
  78. ba4af49 Merged revisions 61964-61979 via svnmerge from by Christian Heimes · 16 years ago
  79. 7b87615 Fixed #1969: split and rsplit in bytearray are inconsistent by Christian Heimes · 16 years ago
  80. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  81. 1101940 typo by Skip Montanaro · 17 years ago
  82. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
  83. a74169b Remove a few tab characters introduced by r59314. by Alexandre Vassalotti · 17 years ago
  84. 09121e8 Issue #1283: Allow any iterable of integers to be passed to bytearray.extend(). by Alexandre Vassalotti · 17 years ago
  85. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  86. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  87. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  88. a6c04be Patch 1171 by mfenniak -- allow subclassing of bytes. by Guido van Rossum · 17 years ago
  89. ae404e2 Sort the method lists for str8 and bytes so differences are more apparent. by Guido van Rossum · 17 years ago
  90. a5d2d55 Patch 1335 by Christian Heimes. by Guido van Rossum · 17 years ago
  91. 61ec0d3 Fix some Py_ssize_t warnings on Win64 that were probably bugs by Neal Norwitz · 17 years ago
  92. 40d20bc Issue 1267, continued. by Guido van Rossum · 17 years ago
  93. 60d241f For PEP3137: Adds missing methods to the mutable PyBytes object (soon by Gregory P. Smith · 17 years ago
  94. 1e35e76 Patch #1049 by Thomas Lee. by Guido van Rossum · 17 years ago
  95. 8ae62b6 Change PyBuffer to Py_buffer to be consistent with other non-object structures like Py_complex. Add some more functionality to the memoryview object. by Travis E. Oliphant · 17 years ago
  96. 8f95067 Bug # 1125 (my code). by Guido van Rossum · 17 years ago
  97. 06b8b02 Per Georg's suggestion, get rid of str.decode() (which always raises an by Guido van Rossum · 17 years ago
  98. 16596dd Try to fix the problem on the Windows buildbot where this code: by Neal Norwitz · 17 years ago
  99. 18c3ff8 Make it an error to compare a bytes object and a Unicode object. by Jeremy Hylton · 17 years ago
  100. a74184e Commit strict str/bytes distinction. by Guido van Rossum · 17 years ago