1. 5e79321 bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) by Serhiy Storchaka · 8 years ago
  2. e41390a bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046) by Serhiy Storchaka · 8 years ago
  3. 7bdb516 Issue #29145: Fix overflow checks in string, bytearray and unicode. by Xiang Zhang · 9 years ago
  4. c30f27d Issue #11145: Fixed miscellaneous issues with C-style formatting of types by Serhiy Storchaka · 9 years ago
  5. ca56dd4 Issue #28139: Fix messed up indentation by Martin Panter · 9 years ago
  6. 440bbd0 Correct occurance → occurrence; extracted from patch by Georg Brandl by Martin Panter · 9 years ago
  7. 3d36f0f Spelling and grammar fixes in code comments and documentation by Martin Panter · 9 years ago
  8. 373773d Issue #27473: Fixed possible integer overflow in str, unicode and bytearray by Serhiy Storchaka · 9 years ago
  9. 646b528 Issue #22463: Backport compiler warning fixes and workarounds by Martin Panter · 9 years ago
  10. 200a615 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 9 years ago
  11. b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 9 years ago
  12. 763a61c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
  13. bc62af1 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  14. 5951f23 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 10 years ago
  15. 8d30ad7 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 10 years ago
  16. c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 10 years ago
  17. f8c4b3a fix overflow checking in PyString_Repr (closes #22519) by Benjamin Peterson · 11 years ago
  18. 1643d5c give exception a nice message (closes #22379) by Benjamin Peterson · 11 years ago
  19. be580f2 Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize by Kristján Valur Jónsson · 11 years ago
  20. 8312ecc add braces and fix indentation by Benjamin Peterson · 11 years ago
  21. 0e431b9 fix indentation and add braces by Benjamin Peterson · 11 years ago
  22. 0e413bd Issue 18719: Remove a false optimization by Raymond Hettinger · 12 years ago
  23. 3687e80 Issue #18427: str.replace could crash the interpreter with huge strings. by Ronald Oussoren · 12 years ago
  24. da2c7eb allow any type with __getitem__ to be a mapping for the purposes of % (#15801) by Benjamin Peterson · 12 years ago
  25. a8d64ae Issue #17034: Use Py_CLEAR() in stringobject.c. by Serhiy Storchaka · 13 years ago
  26. 01b3a08 Issue #16975: Fix error handling bug in the escape-decode decoder. by Serhiy Storchaka · 13 years ago
  27. 926f3a3 Issue #15989: Fix possible integer overflow in str formatting as in unicode formatting. by Serhiy Storchaka · 13 years ago
  28. 8f53ded untabify by Benjamin Peterson · 13 years ago
  29. a708adf call PyErr_Clear() when ignoring error from PyNumber_Int (closes #15516) by Benjamin Peterson · 13 years ago
  30. 75d3600 Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. by Mark Dickinson · 13 years ago
  31. ad4b000 Issue #14783: Backport changes from 3.2. by Chris Jerdonek · 13 years ago
  32. 23d49d3 use the stricter PyMapping_Check (closes #15801) by Benjamin Peterson · 13 years ago
  33. aad5b02 Improve tooltips for splitlines() by showing that the default for keepends is False. by Raymond Hettinger · 13 years ago
  34. f51c384 fix build without Py_DEBUG and DNDEBUG (closes #14509) by Benjamin Peterson · 13 years ago
  35. 9d7601f merge 2.6 by Benjamin Peterson · 13 years ago
  36. 26da920 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 13 years ago
  37. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago
  38. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
  39. 5e3a19d merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. by Senthil Kumaran · 14 years ago
  40. cb9bf1a Issue #12164: Document (in docstring) that str.translate accepts None for the first argument. by Mark Dickinson · 14 years ago
  41. e3685f6 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 14 years ago
  42. 44e8168 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  43. 72de205 Issue #11634: Remove misleading paragraph from a comment by Eli Bendersky · 14 years ago
  44. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  45. 6c84085 Improved docstrings for str and unicode methods format and __format__. by Eric Smith · 15 years ago
  46. c535699 Merged revisions 83354,83365 via svnmerge from by Georg Brandl · 15 years ago
  47. 05f819b #9328: string format methods return strings. by Georg Brandl · 15 years ago
  48. 6327bf1 Merged revisions 82248 via svnmerge from by Ezio Melotti · 15 years ago
  49. 2f06b78 Fix extra space. by Ezio Melotti · 15 years ago
  50. 96ec48b Merged revisions 81860 via svnmerge from by Antoine Pitrou · 15 years ago
  51. 619f16e Issue #8930: fix some C code indentation by Antoine Pitrou · 15 years ago
  52. c7c96a9 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
  53. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
  54. 6caf7ff always check _PyString_Resize for error by Benjamin Peterson · 15 years ago
  55. dabb5f7 Merged revisions 77743 via svnmerge from by Ezio Melotti · 16 years ago
  56. 1fafaab #7775: fixed docstring for rpartition by Ezio Melotti · 16 years ago
  57. 6467213 Issue #7622: Improve the split(), rsplit(), splitlines() and replace() by Antoine Pitrou · 16 years ago
  58. 5b7139a Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, by Antoine Pitrou · 16 years ago
  59. c4ab833 Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson. by Eric Smith · 16 years ago
  60. 9dd5e16 Issue #7117, continued: Remove substitution of %g-style formatting for by Mark Dickinson · 16 years ago
  61. 18cfada Remove restriction on precision when formatting floats. This is the by Mark Dickinson · 16 years ago
  62. 82864d1 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, by Mark Dickinson · 16 years ago
  63. 5d2eb34 Merged revisions 75363,75365,75376,75392,75394,75403,75418,75484,75572,75580,75590,75592,75594-75596,75600,75602-75603,75605-75607,75610-75613,75616-75617,75623,75627,75647 via svnmerge from by Georg Brandl · 16 years ago
  64. c1bdf89 Finished removing _PyOS_double_to_string, as mentioned in issue 7117. by Eric Smith · 16 years ago
  65. 9b4e582 #7116: str.join() takes an iterable. by Georg Brandl · 16 years ago
  66. 332d721 add keyword arguments support to str/unicode encode and decode #6300 by Benjamin Peterson · 16 years ago
  67. 4fe0335 use macros by Benjamin Peterson · 16 years ago
  68. 75be68b Merged revisions 74575 via svnmerge from by Mark Dickinson · 16 years ago
  69. 2fdd58a Silence gcc 'comparison always false' warning by Mark Dickinson · 16 years ago
  70. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 16 years ago
  71. 8788619 Merged revisions 70682 via svnmerge from by Mark Dickinson · 16 years ago
  72. 174e909 Issue #532631: Add paranoid check to avoid potential buffer overflow by Mark Dickinson · 16 years ago
  73. a30f349 Merged revisions 70678 via svnmerge from by Mark Dickinson · 16 years ago
  74. 2e648ec Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test by Mark Dickinson · 16 years ago
  75. b90304a Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t. by Martin v. Löwis · 17 years ago
  76. 826f3fe Issue #4445: save 3 bytes (on average, on a typical machine) per by Mark Dickinson · 17 years ago
  77. be2c0a9 Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,66797 via svnmerge from by Benjamin Peterson · 17 years ago
  78. efeb43e Docstring change for *partition: use same tense as other docstrings. by Andrew M. Kuchling · 17 years ago
  79. 3571fbf Issue #3751: str.rpartition would perform a left-partition when called with by Amaury Forgeot d'Arc · 17 years ago
  80. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 17 years ago
  81. 92a6240 Preemptively backport the relevant parts of r65420 by Antoine Pitrou · 17 years ago
  82. e7d8be8 Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 17 years ago
  83. d6c393a Backed out r65069, pending fixing it in Windows. by Eric Smith · 17 years ago
  84. 454816d Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. by Eric Smith · 17 years ago
  85. b7fea62 Rename bytesobject.c back to stringobject.c to keep with the PyString theme. by Gregory P. Smith · 17 years ago[Renamed from Objects/bytesobject.c]
  86. 99a3dce More reverting of r63675 per the mailing list discussions. This restores by Gregory P. Smith · 17 years ago
  87. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  88. 7a6de8b Some style nits. Also clarify in the docstrings what __sizeof__ does. by Georg Brandl · 17 years ago
  89. 51df064 Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. by Robert Schuppenies · 17 years ago
  90. dc13b79 Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 17 years ago
  91. 4472083 Renamed bytesobject.c to bytearrayobject.c by Christian Heimes · 17 years ago
  92. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  93. 3497f94 First step of the C API rename: by Christian Heimes · 17 years ago
  94. 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 17 years ago
  95. bcdc468 Backport manually r62342 from the py3k branch to the trunk. by Alexandre Vassalotti · 17 years ago
  96. 2ea2968 get rid of assert (size >= 0) now that an explicit if (size < 0) is in the code. by Gregory P. Smith · 17 years ago
  97. c00eb73 Raise SystemError when size < 0 is passed into PyString_FromStringAndSize, by Gregory P. Smith · 17 years ago
  98. 4ebd46a Fix memory leaks by Neal Norwitz · 17 years ago
  99. 0bcd613 Fix bytes so it works on 64-bit platforms. by Neal Norwitz · 17 years ago
  100. 1a6387e Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from by Christian Heimes · 17 years ago