summaryrefslogtreecommitdiff
path: root/Objects/listobject.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | #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
|/
* 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
* Convert a bunch of constant strings in C to unicode.Neal Norwitz2007-08-231-2/+2
* Kill all uses and definitions of tp_print under Objects/. (Others will follow.)Guido van Rossum2007-08-071-28/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-92/+87
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-181-8/+8
* Merged revisions 53875-53911 via svnmerge fromThomas Wouters2007-02-251-1/+1
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-14/+17
* Fix a bunch of compiler warnings. In at least one case these were serious bugs!Guido van Rossum2006-08-241-1/+1
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-1/+21
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-10/+15
* Completely get rid of PyClass and PyInstance.Guido van Rossum2006-08-171-8/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+3
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-271-6/+3