1. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  2. 9efdcca code style by Benjamin Peterson · 14 years ago
  3. 9833822 Issue9915: speeding up sorting with a key by Daniel Stutzbach · 14 years ago
  4. 00da4e0 Remove unneeded casts to hashfunc. by Georg Brandl · 14 years ago
  5. 0538064 reorder and save a comparison by Benjamin Peterson · 14 years ago
  6. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  7. 7f807b7 Merged revisions 78515-78516,78522 via svnmerge from by Ezio Melotti · 14 years ago
  8. 66f575b Merged revisions 78183-78184 via svnmerge from by Mark Dickinson · 14 years ago
  9. bc09964 Merged revisions 77821 via svnmerge from by Mark Dickinson · 14 years ago
  10. 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
  11. 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
  12. e836423 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 15 years ago
  13. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  14. f5b6411 Issue 3689: list_reverseiterator should support __length_hint__ instead of __len__. by Raymond Hettinger · 16 years ago
  15. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  16. cb9a551 remove a trace of the cmp argument for list.sort by Benjamin Peterson · 16 years ago
  17. 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
  18. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  19. 00709aa Merged revisions 63856-63857,63859-63860 via svnmerge from by Martin v. Löwis · 16 years ago
  20. 4a983c5 #2285: remove cmp keyword from list.sort docstring. by Georg Brandl · 16 years ago
  21. 23daade0 Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from by Christian Heimes · 16 years ago
  22. 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
  23. 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
  24. 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 16 years ago
  25. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
  26. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  27. 2c18161 Merged revisions 59512-59540 via svnmerge from by Christian Heimes · 17 years ago
  28. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
  29. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
  30. 79a082b Fix issue #1553: An errornous __length_hint__ can make list() raise a by Alexandre Vassalotti · 17 years ago
  31. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  32. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  33. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 17 years ago
  34. f83be4e Added view and iterator types to collections / _abcoll by Christian Heimes · 17 years ago
  35. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  36. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  37. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  38. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  39. ed2b739 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  40. 53cbdaa Convert a bunch of constant strings in C to unicode. by Neal Norwitz · 17 years ago
  41. 04dbf3b Kill all uses and definitions of tp_print under Objects/. (Others will follow.) by Guido van Rossum · 17 years ago
  42. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  43. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  44. 27d517b Merged revisions 53875-53911 via svnmerge from by Thomas Wouters · 17 years ago
  45. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  46. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  47. f1624cd Fix a bunch of compiler warnings. In at least one case these were serious bugs! by Guido van Rossum · 18 years ago
  48. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  49. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  50. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  51. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  52. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  53. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  54. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  55. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  56. 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
  57. e0e89f7 Revert 42400. by Martin v. Löwis · 18 years ago
  58. 2c95cc6 Support %zd in PyErr_Format and PyString_FromFormat. by Martin v. Löwis · 18 years ago
  59. 26efe40 Get rid of compiler warnings (gcc 3.3.4 on x86) by Neal Norwitz · 18 years ago
  60. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  61. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 18 years ago
  62. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  63. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  64. a710b33 SF bug #1242657: list(obj) can swallow KeyboardInterrupt by Raymond Hettinger · 19 years ago
  65. fb09f0e Finalize the freelist of list objects. by Raymond Hettinger · 20 years ago
  66. aa241e0 Checkin Tim's fix to an error discussed on python-dev. Also, add a testcase. by Raymond Hettinger · 20 years ago
  67. a84f3ab SF #1022910: Conserve memory with list.pop() by Raymond Hettinger · 20 years ago
  68. 55be9ea Typo fix: 'comparisions' is not a word by Andrew M. Kuchling · 20 years ago
  69. f076953 SF patch #1005778, Fix seg fault if list object is modified during list.index() by Neal Norwitz · 20 years ago
  70. 651dd52 Previous commit was viewed as "perverse". Changed to just cast the unused by Brett Cannon · 20 years ago
  71. 5ad28e1 Tweak previous patch to silence a warning about the unused left value in the by Brett Cannon · 20 years ago
  72. 8fc4a91 list_ass_slice(): Document the obscure new intent that deleting a slice by Tim Peters · 20 years ago
  73. 7357222 list_ass_slice(): The difference between "recycle" and "recycled" was by Tim Peters · 20 years ago
  74. 8d9eb10 Armin asked for a list_ass_slice review in his checkin, so here's the result. by Tim Peters · 20 years ago
  75. 1dd04a0 This is a reorganization of list_ass_slice(). It should probably be reviewed, by Armin Rigo · 20 years ago
  76. a37bbf2 What if you call lst.__init__() while it is being sorted? :-) by Armin Rigo · 20 years ago
  77. c0aaa2d * Simplify and speed-up list_resize(). Relying on the newly documented by Raymond Hettinger · 20 years ago
  78. 93677f0 * drop the unreasonable list invariant that ob_item should never come back by Armin Rigo · 20 years ago
  79. f414fc4 Minor memory leak. by Armin Rigo · 20 years ago
  80. 51b4ade Fix obscure breakage (relative to 2.3) in listsort: the test for list by Tim Peters · 20 years ago
  81. b38e2b6 Trimmed trailing whitespace. by Tim Peters · 20 years ago
  82. 3986d4e PyList_New(): we went to all the trouble of computing and bounds-checking by Tim Peters · 20 years ago
  83. 9ba301e Moved SunPro warning suppression into pyport.h and out of individual by Nicholas Bastin · 20 years ago
  84. 1ce9e4c Fixed end-of-loop code not reached warning when using SunPro C by Nicholas Bastin · 20 years ago
  85. fdfe618 Nits: by Raymond Hettinger · 20 years ago
  86. 0468e41 SF patch #947476: Apply freelist technique to lists by Raymond Hettinger · 20 years ago
  87. 45d0b5c Use Py_RETURN_NONE macro where applicable. by Raymond Hettinger · 20 years ago
  88. 501f02c Small refactoring saving one function() and eliminating some indirection. by Raymond Hettinger · 20 years ago
  89. 40a0382 * Specialize ins1() into app1() for appends. Saves several unnecessary by Raymond Hettinger · 20 years ago
  90. 70d172d Get rid of listextend_internal() and explain why the special case by Armin Rigo · 20 years ago
  91. 435bf58 Make iterators length transparent where possible. by Raymond Hettinger · 20 years ago
  92. d4ff741 Revert last change. Found an application that was worse off with resize by Raymond Hettinger · 20 years ago
  93. 0e91643 list_resize() now has an "exact" option for bypassing the overallocation by Raymond Hettinger · 20 years ago
  94. 42bec93 Make PySequence_Fast_ITEMS public. (Thanks Skip.) by Raymond Hettinger · 20 years ago
  95. 6e058d7 * Eliminate duplicate call to PyObject_Size(). (Spotted by Michael Hudson.) by Raymond Hettinger · 20 years ago
  96. c1e4f9d Use a new macro, PySequence_Fast_ITEMS to factor out code common to by Raymond Hettinger · 20 years ago
  97. 57c4542 Now that list.extend() is at the root of many list operations, it becomes by Raymond Hettinger · 20 years ago
  98. 8ca92ae Eliminate a big block of duplicate code in PySequence_List() by by Raymond Hettinger · 20 years ago
  99. 97bc618 list_inplace_concat() is now expressed in terms of list_extend() which by Raymond Hettinger · 20 years ago
  100. 66d31f8 Use memcpy() instead of memmove() when the buffers are known to be distinct. by Raymond Hettinger · 20 years ago