1. c04ddff Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  2. c4fe3fe PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak. by Christian Heimes · 12 years ago
  3. d5a8804 PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak. by Christian Heimes · 12 years ago
  4. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  5. a701388 Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. by Antoine Pitrou · 12 years ago
  6. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  7. d0acb41 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  8. 0197ff9 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  9. f5b62a9 Consolidate the occurrances of the prime used as the multiplier when hashing. by Gregory P. Smith · 13 years ago
  10. 63e6c32 Consolidate the occurrances of the prime used as the multiplier when hashing by Gregory P. Smith · 13 years ago
  11. 9589ab1 Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  12. ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  13. 8e9f6c4 Accept None as start and stop parameters for list.index() and tuple.index(). by Petri Lehtinen · 13 years ago
  14. c2f0a46 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 13 years ago
  15. c61c8d7 Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  16. eeb7eea Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  17. 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
  18. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  19. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  20. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  21. 8035bc5 follow up to #9778: define and use an unsigned hash type by Benjamin Peterson · 14 years ago
  22. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  23. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  24. 7f807b7 Merged revisions 78515-78516,78522 via svnmerge from by Ezio Melotti · 14 years ago
  25. 6b7dfc9 Merged revisions 76763 via svnmerge from by Antoine Pitrou · 15 years ago
  26. acc5d6b Merged revisions 70550 via svnmerge from by Antoine Pitrou · 15 years ago
  27. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  28. f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 15 years ago
  29. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  30. a4a37fe Merged revisions 68381 via svnmerge from by Benjamin Peterson · 16 years ago
  31. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  32. 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 16 years ago
  33. 35c8658 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  34. 3fe8216 Fixed a bug in the representation of self-referential tuples. by Alexandre Vassalotti · 16 years ago
  35. a156e09 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,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 16 years ago
  36. 65baa34 Issue 2025: Add index() and count() methods to tuple so that it will follow by Raymond Hettinger · 16 years ago
  37. 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
  38. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  39. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  40. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 17 years ago
  41. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  42. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  43. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  44. 04dbf3b Kill all uses and definitions of tp_print under Objects/. (Others will follow.) by Guido van Rossum · 17 years ago
  45. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  46. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  47. 27d517b Merged revisions 53875-53911 via svnmerge from by Thomas Wouters · 17 years ago
  48. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  49. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  50. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  51. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  52. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  53. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  54. eb079f1 Use Py_ssize_t for counts and sizes. Convert Py_ssize_t using PyInt_FromSsize_t by Martin v. Löwis · 18 years ago
  55. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  56. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 18 years ago
  57. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  58. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  59. 57c2d93 Add a final permutation step to the tuple hash function. by Raymond Hettinger · 20 years ago
  60. 4ec44e8 Replaced arbitrary addend in tuple_hash with one that is known to generate by Raymond Hettinger · 20 years ago
  61. 41bd022 SF bug #942952: Weakness in tuple hash by Raymond Hettinger · 20 years ago
  62. 6fce78e Restored revision 2.87. by Armin Rigo · 20 years ago
  63. 1c3fd87 PyTuple_New(): vrbl i no longer referenced, so removed it (which kills by Tim Peters · 20 years ago
  64. 5671615 This is the fastest I could get on Intel GCC. I kept the memset() in to clear by Armin Rigo · 20 years ago
  65. 7cdf3e8 memset() hunt continuing. This is a net win. by Armin Rigo · 20 years ago
  66. 435bf58 Make iterators length transparent where possible. by Raymond Hettinger · 20 years ago
  67. 325d169 Eliminate an unnecessary test on a common code path. by Raymond Hettinger · 20 years ago
  68. a6366fe Optimize inner loops for subscript, repeat, and concat. by Raymond Hettinger · 20 years ago
  69. b7d05db Optimize tuple_slice() and make further improvements to list_slice() by Raymond Hettinger · 20 years ago
  70. cb2da43 Extended tuple's C API to include a new function, PyTuple_Pack() that is by Raymond Hettinger · 21 years ago
  71. 686b14d SF bug #730296: Unexpected Changes in list Iterator by Raymond Hettinger · 21 years ago
  72. 2af713c Squashed new compiler wngs about trying to compare pointers to by Tim Peters · 21 years ago
  73. 9928571 SF bug 665835: filter() treatment of str and tuple inconsistent by Raymond Hettinger · 21 years ago
  74. 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 21 years ago
  75. 0153826 Created PyObject_GenericGetIter(). by Raymond Hettinger · 21 years ago
  76. 5d9113d Implement appropriate __getnewargs__ for all immutable subclassable builtin by Guido van Rossum · 21 years ago
  77. a5c0e6d Add checks for size overflow on list*n, list+list, tuple+tuple. by Guido van Rossum · 22 years ago
  78. bb9c5f5 PyObject_RichCompareBool() already returns -1, 0, or 1, so return its value by Neal Norwitz · 22 years ago
  79. bd9adab Micro-optimization for list_contains. Factored double if test out of the loop. by Raymond Hettinger · 22 years ago
  80. e3a8e7e Call me anal, but there was a particular phrase that was speading to by Guido van Rossum · 22 years ago
  81. 48923c5 Moved special case for tuples from iterobject.c to by Raymond Hettinger · 22 years ago
  82. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  83. 3459251 object.h special-build macro minefield: renamed all the new lexical by Tim Peters · 22 years ago
  84. 8b47dff Fix for SF bug 571885 by Jeremy Hylton · 22 years ago
  85. 35fc760 SF #561244 Micro optimizations by Neal Norwitz · 22 years ago
  86. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  87. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  88. 626d774 PyObject_GC_Del can now be used as a function designator. by Neil Schemenauer · 22 years ago
  89. ff413af This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction). by Guido van Rossum · 22 years ago
  90. f70590f _PyTuple_Resize(): this dumped core on tuple(globals()) for me. Turns by Guido van Rossum · 23 years ago
  91. 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 23 years ago
  92. 7b07a41 The endless 460020 bug. by Tim Peters · 23 years ago
  93. 1b8ca0d Rewrite the tuple() docstring to parallel the list() docstring. by Tim Peters · 23 years ago
  94. 9577761 Repair apparent cut'n'pasteo in tuple() docstring. by Tim Peters · 23 years ago
  95. 4b8c0f6 More stuff discovered while writing the simplest of testcases: by Guido van Rossum · 23 years ago
  96. ae960af Make str and tuple types subclassable. by Guido van Rossum · 23 years ago
  97. e83c00e Use new GC API. by Neil Schemenauer · 23 years ago
  98. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  99. a725959 SF bug 433228: repr(list) woes when len(list) big. by Tim Peters · 23 years ago
  100. 0dcea59 _PyTuple_Resize: guard against PyTuple_New() returning NULL, using Tim's by Thomas Wouters · 23 years ago