| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in t... | Antoine Pitrou | 2012-04-05 | 1 | -3/+3 |
* | Issue #14288: Serialization support for builtin iterators. | Kristj?n Valur J?nsson | 2012-04-03 | 1 | -0/+80 |
* | Issue #14387: Do not include accu.h from Python.h. | Antoine Pitrou | 2012-03-22 | 1 | -31/+41 |
|\ |
|
| * | Issue #13389: Full garbage collection passes now clear the freelists for | Antoine Pitrou | 2011-11-15 | 1 | -3/+10 |
| * | Revert "Accept None as start and stop parameters for list.index() and tuple.i... | Petri Lehtinen | 2011-11-06 | 1 | -28/+31 |
| |\ |
|
| | * | Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. | Amaury Forgeot d'Arc | 2011-11-06 | 1 | -16/+2 |
| | * | Accept None as start and stop parameters for list.index() and tuple.index(). | Petri Lehtinen | 2011-11-05 | 1 | -3/+11 |
| | |\ |
|
| | * | | Closes #12192: Document that mutating list methods do not return the instance... | Georg Brandl | 2011-10-08 | 1 | -4/+4 |
| | * | | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 1 | -8/+25 |
| | |\ \ |
|
| | | * | | Issue #1621: Fix undefined behaviour from signed overflow in datetime module ... | Mark Dickinson | 2011-09-25 | 1 | -3/+3 |
| | | * | | Merge issue #12973 list_repeat fix. | Mark Dickinson | 2011-09-19 | 1 | -3/+3 |
| | | |\ \ |
|
| | | * | | | Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. | Brian Curtin | 2011-08-10 | 1 | -4/+2 |
| | | * | | | #11565: Merge with 3.2. | Ezio Melotti | 2011-03-16 | 1 | -1/+22 |
| | | |\ \ \ |
|
| | | | * | | | #11335: Fix memory leak when a sort key function throws an exception | Daniel Stutzbach | 2011-03-02 | 1 | -0/+2 |
| | | | * | | | Issue #10516: adding list.clear() and list.copy() methods | Eli Bendersky | 2011-02-25 | 1 | -1/+20 |
* | | | | | | | 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 | -233/+265 |
|\ \
| |/ |
|
| * | 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 |
* | | #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 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 |