1. 507ac3a (Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if by Victor Stinner · 11 years ago
  2. c9362cf Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c" by Victor Stinner · 11 years ago
  3. d3afe78 Silence expression result unused warnings with clang. by Christian Heimes · 11 years ago
  4. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  5. 745d54d #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs(). by Ezio Melotti · 11 years ago
  6. fd9e44d Issue #16286: optimize PyUnicode_RichCompare() for identical strings (same by Victor Stinner · 11 years ago
  7. c8bc537 Issue #16286: write a new subfunction bytes_compare_eq() by Victor Stinner · 11 years ago
  8. 986e224 Issue #18408: Fix error handling in PyBytes_FromObject() by Victor Stinner · 11 years ago
  9. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  10. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  11. b8cbba5 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 11 years ago
  12. 801d955 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 11 years ago
  13. 5e61f14 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 11 years ago
  14. 8911ef5 Issue #17034: Use Py_CLEAR() in bytesobject.c. by Serhiy Storchaka · 11 years ago
  15. d357a3f Issue #17034: Use Py_CLEAR() in bytesobject.c. by Serhiy Storchaka · 11 years ago
  16. f458a03 Issue #17034: Use Py_CLEAR() in bytesobject.c. by Serhiy Storchaka · 11 years ago
  17. f584aba Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 12 years ago
  18. e58785b Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 12 years ago
  19. ace3ad3 Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 12 years ago
  20. 7643c92 merge 3.3 (#16722) by Benjamin Peterson · 12 years ago
  21. 5ff3f73 try to call __bytes__ before __index__ (closes #16722) by Benjamin Peterson · 12 years ago
  22. 27cbcd6 Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
  23. e7f2186 Issue #16495: remove extraneous NULL encoding check from bytes_decode(). by Chris Jerdonek · 12 years ago
  24. cfc22b4 Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects. by Antoine Pitrou · 12 years ago
  25. aa9a79d Issue #16148: implemented PEP 424 by Armin Ronacher · 12 years ago
  26. 7d12d9d Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. by Stefan Krah · 12 years ago
  27. ca28e99 Issue #14889: PyBytes_FromObject(bytes) now just increfs and returns. by Larry Hastings · 12 years ago
  28. d0880d5 Simplify and optimize formatlong() by Victor Stinner · 12 years ago
  29. 8f82506 Check newly created consistency using _PyUnicode_CheckConsistency(str, 1) by Victor Stinner · 12 years ago
  30. ca819c3 merge 3.1 (#14509) by Benjamin Peterson · 12 years ago
  31. f6622c8 fix build without Py_DEBUG and DNDEBUG (closes #14509) by Benjamin Peterson · 12 years ago
  32. a701388 Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. by Antoine Pitrou · 12 years ago
  33. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  34. 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
  35. e249dca merge 3.2 by Benjamin Peterson · 12 years ago
  36. 69e9727 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 12 years ago
  37. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  38. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  39. 20f6bc2 merge with 3.2 by Georg Brandl · 13 years ago
  40. beca27a Fix #13834: strip() strips leading and trailing whitespace. by Georg Brandl · 13 years ago
  41. 63e6c32 Consolidate the occurrances of the prime used as the multiplier when hashing by Gregory P. Smith · 13 years ago
  42. bb2e9c4 Issue #11231: Fix bytes and bytearray docstrings by Victor Stinner · 13 years ago
  43. e010fc0 Issue #11231: Fix bytes and bytearray docstrings by Victor Stinner · 13 years ago
  44. ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 13 years ago
  45. 9e30aa5 Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH() by Victor Stinner · 13 years ago
  46. ac65d96 Issue #12170: The count(), find(), rfind(), index() and rindex() methods by Antoine Pitrou · 13 years ago
  47. f5cff56 Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 by Victor Stinner · 13 years ago
  48. 6430fd5 Fix hex_digit_to_int() prototype: expect Py_UCS4, not Py_UNICODE by Victor Stinner · 13 years ago
  49. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  50. 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
  51. 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
  52. 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
  53. 53516a8 Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. by Senthil Kumaran · 13 years ago
  54. bf1253b #6780: merge with 3.2. by Ezio Melotti · 13 years ago
  55. f2b3f78 #6780: merge with 3.1. by Ezio Melotti · 13 years ago
  56. ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  57. c1ceb64 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  58. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  59. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  60. 1aef6b6 Issue #11634: Remove misleading paragraph from a comment by Eli Bendersky · 13 years ago
  61. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  62. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  63. 28a4dce remove (un)transform methods by Benjamin Peterson · 14 years ago
  64. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  65. 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
  66. c911bbf str, bytes, bytearray docstring: remove unnecessary [...] by Victor Stinner · 14 years ago
  67. e14e212 Fix encode/decode method doc of str, bytes, bytearray types by Victor Stinner · 14 years ago
  68. 9696088 Issue #10288: The deprecated family of "char"-handling macros by David Malcolm · 14 years ago
  69. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  70. f773420 Merged revisions 84629 via svnmerge from by Senthil Kumaran · 14 years ago
  71. 9a9dd1c Revert the doc change done in r83880. str.replace with negative count value is not a feature. by Senthil Kumaran · 14 years ago
  72. bc760d9 Merged revisions 84070,84074 via svnmerge from by Antoine Pitrou · 14 years ago
  73. 0010d37 Fix some compilation warnings under 64-bit Windows (issue #9566). by Antoine Pitrou · 14 years ago
  74. f0f4514 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 by Alexander Belopolsky · 14 years ago
  75. cf940c7 Issue #9530: Fix undefined-behaviour-inducing overflow checks in bytes and bytearray implementations. by Mark Dickinson · 14 years ago
  76. c3ce882 Merged revisions 83882 via svnmerge from by Senthil Kumaran · 14 years ago
  77. f2de1ff spelling mistake. by Senthil Kumaran · 14 years ago
  78. a3aee53 Merged revisions 83880 via svnmerge from by Senthil Kumaran · 14 years ago
  79. 77210b4 Fix Issue5416 - explain negative value for count in bytes object replace. by Senthil Kumaran · 14 years ago
  80. a57aae7 Merged revisions 81862 via svnmerge from by Antoine Pitrou · 14 years ago
  81. d118856 Merged revisions 81860 via svnmerge from by Antoine Pitrou · 14 years ago
  82. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  83. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  84. 0ff8a50 Merged revisions 80125,80128,80130 via svnmerge from by Benjamin Peterson · 14 years ago
  85. 8380dd5 Merged revisions 80126 via svnmerge from by Benjamin Peterson · 14 years ago
  86. 4c81fbb Merged revisions 77745 via svnmerge from by Ezio Melotti · 15 years ago
  87. 5b2b242 Merged revisions 77743 via svnmerge from by Ezio Melotti · 15 years ago
  88. f2c5484 Merged revisions 77461 via svnmerge from by Antoine Pitrou · 15 years ago
  89. 41f58a7 Issue #7382: Fix bytes.__getnewargs__. by Alexandre Vassalotti · 15 years ago
  90. a5c565a Issue #6688: Optimize PyBytes_FromObject(). by Alexandre Vassalotti · 15 years ago
  91. eb6f8de Issue #6687: Moved the special-case for integers out of PyBytes_FromObject. by Alexandre Vassalotti · 15 years ago
  92. 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
  93. 308d637 Merged revisions 74929 via svnmerge from by Benjamin Peterson · 15 years ago
  94. 80688ef rename internal methods of the bytes object to bytes_ by Benjamin Peterson · 15 years ago
  95. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  96. abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 15 years ago
  97. a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 15 years ago
  98. e2641f4 Optimize slicing of bytes and bytearray by avoiding useless copying. by Alexandre Vassalotti · 15 years ago
  99. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  100. a4a37fe Merged revisions 68381 via svnmerge from by Benjamin Peterson · 16 years ago