summaryrefslogtreecommitdiff
path: root/Objects/listobject.c
Commit message (Expand)AuthorAgeFilesLines
* #11565: Merge with 3.2.Ezio Melotti2011-03-161-1/+1
|\
| * #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
| |\
| | * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| | * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-2103/+2103
| | * Merged revisions 78541 via svnmerge fromEzio Melotti2010-03-011-2/+2
| | * Merged revisions 78185 via svnmerge fromMark Dickinson2010-02-141-7/+8
| | * Merged revisions 77823 via svnmerge fromMark Dickinson2010-01-291-1/+2
| | * Merged revisions 76235 via svnmerge fromBenjamin Peterson2009-11-131-2/+8
* | | #11335: Fix memory leak when a sort key function throws an exceptionDaniel Stutzbach2011-03-021-0/+2
* | | Issue #10516: adding list.clear() and list.copy() methodsEli Bendersky2011-02-251-1/+20
|/ /
* | Issue #9566: use Py_ssize_t instead of intVictor Stinner2011-01-041-1/+1
* | Merge branches/pep-0384.Martin v. Löwis2010-12-031-2/+2
* | code styleBenjamin Peterson2010-12-031-5/+10
* | Issue9915: speeding up sorting with a keyDaniel Stutzbach2010-12-021-225/+238
* | Remove unneeded casts to hashfunc.Georg Brandl2010-10-181-1/+1
* | reorder and save a comparisonBenjamin Peterson2010-08-231-5/+5
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-2117/+2117
* | Merged revisions 78515-78516,78522 via svnmerge fromEzio Melotti2010-03-011-2/+2
* | Merged revisions 78183-78184 via svnmerge fromMark Dickinson2010-02-141-7/+8
* | Merged revisions 77821 via svnmerge fromMark Dickinson2010-01-291-1/+2
* | Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,...Benjamin Peterson2009-11-251-2/+16
* | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-...Benjamin Peterson2009-11-131-2/+8
|/
* Issue 1242657: list(obj) can swallow KeyboardInterrupt.Raymond Hettinger2009-02-021-0/+4
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-4/+4
* Issue 3689: list_reverseiterator should support __length_hint__ instead of _...Raymond Hettinger2008-12-021-8/+9
* merge from trunkBenjamin Peterson2008-10-111-3/+6
* remove a trace of the cmp argument for list.sortBenjamin Peterson2008-09-301-2/+1
* Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l...Nick Coghlan2008-07-151-1/+1
* Merged revisions 64114 via svnmerge fromAmaury Forgeot d'Arc2008-06-181-3/+19
* Merged revisions 63856-63857,63859-63860 via svnmerge fromMartin v. Löwis2008-06-041-0/+12
* #2285: remove cmp keyword from list.sort docstring.Georg Brandl2008-03-141-1/+1
* Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge...Christian Heimes2008-02-251-2/+4
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-2/+30
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-061-11/+13
* Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().Raymond Hettinger2008-01-301-190/+29
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-271-6/+7
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-82/+82
* Merged revisions 59512-59540 via svnmerge fromChristian Heimes2007-12-171-5/+5
* Merged revisions 59376-59406 via svnmerge fromChristian Heimes2007-12-081-11/+1
* Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.Martin v. Löwis2007-12-041-1/+5
* Fix issue #1553: An errornous __length_hint__ can make list() raise aAlexandre Vassalotti2007-12-041-2/+3
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-5/+5
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-1/+1
* Added all PyTypeObjects to the appropriate header files.Christian Heimes2007-11-291-8/+8
* Added view and iterator types to collections / _abcollChristian Heimes2007-11-281-2/+2
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-4/+7
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-0/+3
* Remove the simple slicing API. All slicing is now done with slice objects.Thomas Wouters2007-08-301-2/+2
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-13/+30
* Use unicode and remove support for some uses of str8.Neal Norwitz2007-08-261-2/+6