1. e3685f6 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  2. 44e8168 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  3. 874d59e Issue #11144: Fix corner cases where float-to-int conversion unnecessarily returned a long. by Mark Dickinson · 13 years ago
  4. 72de205 Issue #11634: Remove misleading paragraph from a comment by Eli Bendersky · 13 years ago
  5. f079c9b Fix obscure set crashers (#4420). Backport of d56b3cafb1e6, reviewed by Raymond. by Éric Araujo · 13 years ago
  6. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  7. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  8. 680e6eb Merged revisions 88735 via svnmerge from by Eli Bendersky · 13 years ago
  9. 28dadd9 Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,87526,87530-87535 via svnmerge from by Georg Brandl · 13 years ago
  10. 3013b16 Merged revisions 88097 via svnmerge from by Antoine Pitrou · 14 years ago
  11. fba3347 Merged revisions 88069 via svnmerge from by Benjamin Peterson · 14 years ago
  12. cd85001 Merged revisions 88066 via svnmerge from by Benjamin Peterson · 14 years ago
  13. cf94b8b Merged revisions 88063 via svnmerge from by Benjamin Peterson · 14 years ago
  14. f4676b0 Merged revisions 87960 via svnmerge from by Benjamin Peterson · 14 years ago
  15. 9b911ca Merged revisions 87952-87954 via svnmerge from by Benjamin Peterson · 14 years ago
  16. 5a72e76 Merged revisions 87834 via svnmerge from by Antoine Pitrou · 14 years ago
  17. ecf8ec6 Merged revisions 87032 via svnmerge from by Mark Dickinson · 14 years ago
  18. 918c90c Merged revisions 86791 via svnmerge from by Stefan Krah · 14 years ago
  19. 39e32a7 Revert r86726. Sorry about interfering with the rc. by Armin Rigo · 14 years ago
  20. 442e447 A no-op change. It looks like this call was not meant to be a recursive by Armin Rigo · 14 years ago
  21. 6c84085 Improved docstrings for str and unicode methods format and __format__. by Eric Smith · 14 years ago
  22. 33c722b CObject use is marked as a Py3k warning, not a deprecation warning by Jesus Cea · 14 years ago
  23. 2ad17e1 Issue 10221: Improve error message for dict.pop(). by Raymond Hettinger · 14 years ago
  24. 638cee6 Issue #9295: Fix a crash under Windows when calling close() on a file by Antoine Pitrou · 14 years ago
  25. bf77554 iterators passed to writelines() can close their files; don't segfault #10125 by Benjamin Peterson · 14 years ago
  26. dc95424 Merged revisions 85392 via svnmerge from by Benjamin Peterson · 14 years ago
  27. 35c6be0 Merged revisions 85193 via svnmerge from by Benjamin Peterson · 14 years ago
  28. a5d5cc4 Merged revisions 85154 via svnmerge from by Benjamin Peterson · 14 years ago
  29. cb61e5d Issue #9869: Make long() and PyNumber_Long return something of type by Mark Dickinson · 14 years ago
  30. caafd77 Issue #4947: The write() method of sys.stdout and sys.stderr uses their by Victor Stinner · 14 years ago
  31. 9cf85f1 Merged revisions 84408-84409 via svnmerge from by Antoine Pitrou · 14 years ago
  32. 1fcdba8 Merged revisions 84391 via svnmerge from by Antoine Pitrou · 14 years ago
  33. a408350 Merged revisions 84344 via svnmerge from by Antoine Pitrou · 14 years ago
  34. 6f3d6a9 Merged revisions 84320 via svnmerge from by Benjamin Peterson · 14 years ago
  35. b8de9fa Merged revisions 84106 via svnmerge from by Alexander Belopolsky · 14 years ago
  36. 172e15f Merged revisions 83833,83838-83839,83859,83878 via svnmerge from by Florent Xicluna · 14 years ago
  37. 3ad323e Issue8757: Implicit set-to-frozenset conversion not thread-safe. by Raymond Hettinger · 14 years ago
  38. d070cc5 Merged revisions 83226-83227,83229-83230,83232 via svnmerge from by Georg Brandl · 14 years ago
  39. e27d044 Recorded merge of revisions 83444 via svnmerge from by Georg Brandl · 14 years ago
  40. 09f0d60 Merged revisions 83395 via svnmerge from by Georg Brandl · 14 years ago
  41. aad57bd Merged revisions 83400 via svnmerge from by Mark Dickinson · 14 years ago
  42. 05f819b #9328: string format methods return strings. by Georg Brandl · 14 years ago
  43. 0b9201f Sub-issue of #9036: Fix incorrect use of Py_CHARMASK. by Stefan Krah · 14 years ago
  44. 3266978 Merged revisions 82814 via svnmerge from by Antoine Pitrou · 14 years ago
  45. 5261b10 Merged revisions 82573 via svnmerge from by Senthil Kumaran · 14 years ago
  46. cf76d1f add space by Benjamin Peterson · 14 years ago
  47. 4c5bc4d remove unused last argument to property_copy by Benjamin Peterson · 14 years ago
  48. 2f06b78 Fix extra space. by Ezio Melotti · 14 years ago
  49. b913389 remove INT_MAX assertions; they can fail with large Py_ssize_t #9058 by Benjamin Peterson · 14 years ago
  50. 8e5effa fix warning with ucs4 by Benjamin Peterson · 14 years ago
  51. cca3a3f Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash by Antoine Pitrou · 14 years ago
  52. 619f16e Issue #8930: fix some C code indentation by Antoine Pitrou · 14 years ago
  53. 7dbe3e3 remove extra byte and fix comment by Benjamin Peterson · 14 years ago
  54. 13e934a correctly overflow when indexes are too large by Benjamin Peterson · 14 years ago
  55. c4afe29 locale grouping strings should end in '\0' by Benjamin Peterson · 14 years ago
  56. e57e50c Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. by Ezio Melotti · 14 years ago
  57. 77acee9 Fix comment typo. by Mark Dickinson · 14 years ago
  58. e4b83e0 Issue #8627: Fix "XXX undetected error" from unchecked PyErr_WarnPy3k return. by Mark Dickinson · 14 years ago
  59. 23f0d6b Issue #8627: remove out-of-date warning about overriding __cmp__ by Mark Dickinson · 14 years ago
  60. d5adb5d _PyObject_LookupSpecial returns a new reference by Benjamin Peterson · 14 years ago
  61. 67783b1 fix ref counting by Benjamin Peterson · 14 years ago
  62. 039c585 implement object.__format__ with PyObject_Format by Benjamin Peterson · 14 years ago
  63. 3a2acb5 remove PyType_Ready call; float should be initialized in interpreter startup by Benjamin Peterson · 14 years ago
  64. 2aa6c38 properly lookup the __format__ special method by Benjamin Peterson · 14 years ago
  65. 4ca7c3c Issue #8748: Fix incorrect results from comparisons between an integer by Mark Dickinson · 14 years ago
  66. 4b3035d Remove declaration for unused variable. by Mark Dickinson · 14 years ago
  67. 8133637 Issue #5211: Complete removal of implicit coercions for the complex by Mark Dickinson · 14 years ago
  68. 54d2898 #8635: document enumerate() start parameter in docstring. by Georg Brandl · 14 years ago
  69. 83137c2 Issue #7079: Fix a possible crash when closing a file object while using by Antoine Pitrou · 14 years ago
  70. 43ca377 Wrap multiline macros in a 'do {} while(0)', for safety. by Mark Dickinson · 14 years ago
  71. fda8d11 Post-detabification cleanup: whitespace fixes and long line rewraps only. by Mark Dickinson · 14 years ago
  72. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  73. 22ff664 Issue #8659: Remove redundant ABS calls. Thanks Daniel Stutzbach. by Mark Dickinson · 14 years ago
  74. a8ac944 Add back in a line that was unneeded which advanced a pointer, but commented by Brett Cannon · 14 years ago
  75. 8a478ce Remove an unneeded assignment. by Brett Cannon · 14 years ago
  76. fee3acb Remove an unneeded variable assignment. by Brett Cannon · 14 years ago
  77. eb3fef5 Remove an unneeded variable. by Brett Cannon · 14 years ago
  78. 6f38175 Remove an unneeded variable increment. by Brett Cannon · 14 years ago
  79. 268e487 Issue #8404: Fix set operations on dictionary views. by Alexandre Vassalotti · 14 years ago
  80. 0d8a859 Pull a NULL pointer check up to cover more cases in the function. by Brett Cannon · 14 years ago
  81. a7f13ee Remove an unneeded variable and assignment. by Brett Cannon · 14 years ago
  82. 328284a Improve error message from nb_int returning a non-integer, in various PyInt_As* functions: by Mark Dickinson · 14 years ago
  83. 35b7602 Issue 8436: set.__init__ accepts keyword args by Raymond Hettinger · 14 years ago
  84. ae530c2 tiny simplification by Benjamin Peterson · 14 years ago
  85. 821a8ea have a clear error when passing something > sys.maxsize to bytearray by Benjamin Peterson · 14 years ago
  86. ef7590e Issue #8328: Silence Visual Studio warnings. by Stefan Krah · 14 years ago
  87. ea7e551 Silence a 'comparison between signed and unsigned integer expressions' gcc warning. by Mark Dickinson · 14 years ago
  88. 3ec9b94 Issue #8259: Get rid of 'outrageous left shift count' error when by Mark Dickinson · 14 years ago
  89. 56506a6 Use a better NaN test in _Py_HashDouble as well. by Mark Dickinson · 14 years ago
  90. 5e0c274 Use a more robust infinity check in _Py_HashDouble. by Mark Dickinson · 14 years ago
  91. 30583e3 Silence a compiler warning. by Raymond Hettinger · 14 years ago
  92. bea424a more _PyString_Resize error checking by Benjamin Peterson · 14 years ago
  93. 6caf7ff always check _PyString_Resize for error by Benjamin Peterson · 14 years ago
  94. d44b2fc Issue 7994: Make object.__format__ with a non-empty format string a PendingDecprecationWarning. Still need to remove uses of this from various tests. by Eric Smith · 14 years ago
  95. 5ac006d Capsule-related changes: by Larry Hastings · 14 years ago
  96. a57df2c Issue #8268: Old-style classes (not just instances) now support weak references. by Antoine Pitrou · 14 years ago
  97. 22b2438 #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14. by Florent Xicluna · 14 years ago
  98. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 14 years ago
  99. 95affc4 Issue #1583863: An unicode subclass can now override the __str__ method by Victor Stinner · 14 years ago
  100. 001a395 Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT. by Collin Winter · 14 years ago