| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #14387: Do not include accu.h from Python.h. | Antoine Pitrou | 2012-03-22 | 1 | -0/+1 |
|
|
* | Revert "Accept None as start and stop parameters for list.index() and tuple.i... | Petri Lehtinen | 2011-11-06 | 1 | -11/+3 |
|
|
* | Accept None as start and stop parameters for list.index() and tuple.index() | Petri Lehtinen | 2011-11-05 | 1 | -3/+11 |
|
|
* | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 1 | -46/+35 |
|
|
* | Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat. | Mark Dickinson | 2011-09-19 | 1 | -3/+3 |
|
|
* | #11335: Fix memory leak after key function failure in sort | Daniel Stutzbach | 2011-05-04 | 1 | -0/+2 |
|
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -2103/+2103 |
|
|
| * | Merged revisions 78541 via svnmerge from | Ezio Melotti | 2010-03-01 | 1 | -2/+2 |
|
|
| * | Merged revisions 78185 via svnmerge from | Mark Dickinson | 2010-02-14 | 1 | -7/+8 |
|
|
| * | Merged revisions 77823 via svnmerge from | Mark Dickinson | 2010-01-29 | 1 | -1/+2 |
|
|
| * | Merged revisions 76235 via svnmerge from | Benjamin Peterson | 2009-11-13 | 1 | -2/+8 |
|
|
* | | Issue #9566: use Py_ssize_t instead of int | Victor Stinner | 2011-01-04 | 1 | -1/+1 |
|
|
* | | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -2/+2 |
|
|
* | | code style | Benjamin Peterson | 2010-12-03 | 1 | -5/+10 |
|
|
* | | Issue9915: speeding up sorting with a key | Daniel Stutzbach | 2010-12-02 | 1 | -225/+238 |
|
|
* | | Remove unneeded casts to hashfunc. | Georg Brandl | 2010-10-18 | 1 | -1/+1 |
|
|
* | | reorder and save a comparison | Benjamin Peterson | 2010-08-23 | 1 | -5/+5 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -2117/+2117 |
|
|
* | | Merged revisions 78515-78516,78522 via svnmerge from | Ezio Melotti | 2010-03-01 | 1 | -2/+2 |
|
|
* | | Merged revisions 78183-78184 via svnmerge from | Mark Dickinson | 2010-02-14 | 1 | -7/+8 |
|
|
* | | Merged revisions 77821 via svnmerge from | Mark Dickinson | 2010-01-29 | 1 | -1/+2 |
|
|
* | | Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,... | Benjamin Peterson | 2009-11-25 | 1 | -2/+16 |
|
|
* | | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 1 | -2/+8 |
|/ |
|
* | Issue 1242657: list(obj) can swallow KeyboardInterrupt. | Raymond Hettinger | 2009-02-02 | 1 | -0/+4 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -4/+4 |
|
|
* | Issue 3689: list_reverseiterator should support __length_hint__ instead of _... | Raymond Hettinger | 2008-12-02 | 1 | -8/+9 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -3/+6 |
|
|
* | remove a trace of the cmp argument for list.sort | Benjamin Peterson | 2008-09-30 | 1 | -2/+1 |
|
|
* | Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l... | Nick Coghlan | 2008-07-15 | 1 | -1/+1 |
|
|
* | Merged revisions 64114 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -3/+19 |
|
|
* | Merged revisions 63856-63857,63859-63860 via svnmerge from | Martin v. Löwis | 2008-06-04 | 1 | -0/+12 |
|
|
* | #2285: remove cmp keyword from list.sort docstring. | Georg Brandl | 2008-03-14 | 1 | -1/+1 |
|
|
* | Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge... | Christian Heimes | 2008-02-25 | 1 | -2/+4 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 1 | -2/+30 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-06 | 1 | -11/+13 |
|
|
* | Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). | Raymond Hettinger | 2008-01-30 | 1 | -190/+29 |
|
|
* | Merged revisions 60284-60349 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -6/+7 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -82/+82 |
|
|
* | Merged revisions 59512-59540 via svnmerge from | Christian Heimes | 2007-12-17 | 1 | -5/+5 |
|
|
* | Merged revisions 59376-59406 via svnmerge from | Christian Heimes | 2007-12-08 | 1 | -11/+1 |
|
|
* | Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. | Martin v. Löwis | 2007-12-04 | 1 | -1/+5 |
|
|
* | Fix issue #1553: An errornous __length_hint__ can make list() raise a | Alexandre Vassalotti | 2007-12-04 | 1 | -2/+3 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -5/+5 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -1/+1 |
|
|
* | Added all PyTypeObjects to the appropriate header files. | Christian Heimes | 2007-11-29 | 1 | -8/+8 |
|
|
* | Added view and iterator types to collections / _abcoll | Christian Heimes | 2007-11-28 | 1 | -2/+2 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -4/+7 |
|
|
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 1 | -0/+3 |
|
|