1. ffff144 Issue #22077: Improve index error messages for bytearrays, bytes, lists, and by Terry Jan Reedy · 10 years ago
  2. af9049e merge 3.3 by Benjamin Peterson · 10 years ago
  3. 4a42cd4 avoid referencing past the bounds of an array by Benjamin Peterson · 10 years ago
  4. 1aca78d merge 3.3 by Benjamin Peterson · 10 years ago
  5. ef87f8c avoid referencing out-of-bounds memory by Benjamin Peterson · 10 years ago
  6. 25dded0 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  7. c5cc501 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  8. 35f2803 Close #19578: Fix list_ass_subscript(), handle list_resize() failure by Victor Stinner · 11 years ago
  9. 4a58707 Add _PyUnicodeWriter_WriteASCIIString() function by Victor Stinner · 11 years ago
  10. 4d3f109 Issue #19513: Disable overallocation of the PyUnicodeWriter before the last write by Victor Stinner · 11 years ago
  11. b8fb197 Issue #19513: Simplify list_repr() by Victor Stinner · 11 years ago
  12. 5c73347 Issue #19513: repr(list) now uses the PyUnicodeWriter API, it is faster than by Victor Stinner · 11 years ago
  13. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  14. 2c40f64 Issue #18408: Fix list_ass_slice(), handle list_resize() failure by Victor Stinner · 11 years ago
  15. 095d99f Issue #18408: Fix listpop(), handle list_ass_slice() failure by Victor Stinner · 11 years ago
  16. 32fd6ea Issue #18408: Fix list.extend(), handle list_resize() failure by Victor Stinner · 11 years ago
  17. b27cd3e Issue #18408: Fix list.pop() to handle list_resize() failure (MemoryError). by Victor Stinner · 11 years ago
  18. 7660b88 Issue #9566: More long/Py_ssize_t fixes in tuple and list iterators (it_index) by Victor Stinner · 11 years ago
  19. aa9a79d Issue #16148: implemented PEP 424 by Armin Ronacher · 12 years ago
  20. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  21. a701388 Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. by Antoine Pitrou · 12 years ago
  22. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  23. d0acb41 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  24. 0197ff9 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  25. 9a812cb Issue #13389: Full garbage collection passes now clear the freelists for by Antoine Pitrou · 13 years ago
  26. 9589ab1 Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  27. ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  28. 864741b Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. by Amaury Forgeot d'Arc · 13 years ago
  29. 8e9f6c4 Accept None as start and stop parameters for list.index() and tuple.index(). by Petri Lehtinen · 13 years ago
  30. c2f0a46 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 13 years ago
  31. 388349a Closes #12192: Document that mutating list methods do not return the instance (original patch by Mike Hoy). by Georg Brandl · 13 years ago
  32. c61c8d7 Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  33. eeb7eea Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  34. c7d93b7 Issue #1621: Fix undefined behaviour from signed overflow in datetime module hashes, array and list iterations, and get_integer (stringlib/string_format.h) by Mark Dickinson · 13 years ago
  35. 8f53d09 Merge issue #12973 list_repeat fix. by Mark Dickinson · 13 years ago
  36. c0420fd Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat. by Mark Dickinson · 13 years ago
  37. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  38. eda70b8 #11335: Fix memory leak after key function failure in sort by Daniel Stutzbach · 13 years ago
  39. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  40. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  41. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  42. 8eda5f7 #11335: Fix memory leak when a sort key function throws an exception by Daniel Stutzbach · 13 years ago
  43. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 13 years ago
  44. 0fcab4a Issue #9566: use Py_ssize_t instead of int by Victor Stinner · 14 years ago
  45. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  46. 9efdcca code style by Benjamin Peterson · 14 years ago
  47. 9833822 Issue9915: speeding up sorting with a key by Daniel Stutzbach · 14 years ago
  48. 00da4e0 Remove unneeded casts to hashfunc. by Georg Brandl · 14 years ago
  49. 0538064 reorder and save a comparison by Benjamin Peterson · 14 years ago
  50. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  51. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  52. 807e98e Merged revisions 78541 via svnmerge from by Ezio Melotti · 14 years ago
  53. 7f807b7 Merged revisions 78515-78516,78522 via svnmerge from by Ezio Melotti · 14 years ago
  54. 5a41a4c Merged revisions 78185 via svnmerge from by Mark Dickinson · 14 years ago
  55. 66f575b Merged revisions 78183-78184 via svnmerge from by Mark Dickinson · 14 years ago
  56. a53f2c9 Merged revisions 77823 via svnmerge from by Mark Dickinson · 14 years ago
  57. bc09964 Merged revisions 77821 via svnmerge from by Mark Dickinson · 14 years ago
  58. f6489f9 Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from by Benjamin Peterson · 15 years ago
  59. 8f6713f Merged revisions 76235 via svnmerge from by Benjamin Peterson · 15 years ago
  60. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
  61. e836423 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 15 years ago
  62. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  63. f5b6411 Issue 3689: list_reverseiterator should support __length_hint__ instead of __len__. by Raymond Hettinger · 16 years ago
  64. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  65. cb9a551 remove a trace of the cmp argument for list.sort by Benjamin Peterson · 16 years ago
  66. d1abd25 Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash level indicator that the default hash implementation has not been inherited by Nick Coghlan · 16 years ago
  67. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  68. 00709aa Merged revisions 63856-63857,63859-63860 via svnmerge from by Martin v. Löwis · 16 years ago
  69. 4a983c5 #2285: remove cmp keyword from list.sort docstring. by Georg Brandl · 16 years ago
  70. 23daade0 Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from by Christian Heimes · 16 years ago
  71. 77c02eb Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from by Christian Heimes · 16 years ago
  72. 2202f87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 16 years ago
  73. 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 16 years ago
  74. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 16 years ago
  75. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  76. 2c18161 Merged revisions 59512-59540 via svnmerge from by Christian Heimes · 17 years ago
  77. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
  78. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
  79. 79a082b Fix issue #1553: An errornous __length_hint__ can make list() raise a by Alexandre Vassalotti · 17 years ago
  80. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  81. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  82. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 17 years ago
  83. f83be4e Added view and iterator types to collections / _abcoll by Christian Heimes · 17 years ago
  84. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  85. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  86. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  87. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  88. ed2b739 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  89. 53cbdaa Convert a bunch of constant strings in C to unicode. by Neal Norwitz · 17 years ago
  90. 04dbf3b Kill all uses and definitions of tp_print under Objects/. (Others will follow.) by Guido van Rossum · 17 years ago
  91. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  92. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  93. 27d517b Merged revisions 53875-53911 via svnmerge from by Thomas Wouters · 17 years ago
  94. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  95. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  96. f1624cd Fix a bunch of compiler warnings. In at least one case these were serious bugs! by Guido van Rossum · 18 years ago
  97. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  98. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  99. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  100. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago