| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #708604: Check more function results. Will backport to 2.2. | Martin v. Löwis | 2003-05-03 | 1 | -1/+8 |
|
|
* | Squashed new compiler wngs about trying to compare pointers to | Tim Peters | 2003-04-24 | 1 | -1/+1 |
|
|
* | SF bug 665835: filter() treatment of str and tuple inconsistent | Raymond Hettinger | 2003-04-24 | 1 | -0/+2 |
|
|
* | - list.insert(i, x) now interprets negative i as it would be | Guido van Rossum | 2003-04-14 | 1 | -2/+5 |
|
|
* | Renamed PyObject_GenericGetIter to PyObject_SelfIter | Raymond Hettinger | 2003-03-17 | 1 | -1/+1 |
|
|
* | Created PyObject_GenericGetIter(). | Raymond Hettinger | 2003-03-17 | 1 | -9/+1 |
|
|
* | Allow list sort's comparison function to explicitly be None. See SF patch | Skip Montanaro | 2003-01-02 | 1 | -1/+4 |
|
|
* | SF patch #659536: Use PyArg_UnpackTuple where possible. | Raymond Hettinger | 2002-12-29 | 1 | -1/+1 |
|
|
* | SF Bug 645777: list.extend() works with any iterable and is no longer | Raymond Hettinger | 2002-12-29 | 1 | -1/+1 |
|
|
* | The final tweaks before closing | Michael W. Hudson | 2002-12-05 | 1 | -20/+23 |
|
|
* | SF patch 637176: list.sort crasher | Tim Peters | 2002-11-12 | 1 | -96/+29 |
|
|
* | Use PyOS_snprintf() instead of sprintf and wrap the long line | Neal Norwitz | 2002-11-05 | 1 | -2/+4 |
|
|
* | This is Alex Martelli's patch | Michael W. Hudson | 2002-11-05 | 1 | -9/+12 |
|
|
* | Darn! Don't divide by zero. Bad fix. :-) | Guido van Rossum | 2002-10-11 | 1 | -1/+1 |
|
|
* | Add checks for size overflow on list*n, list+list, tuple+tuple. | Guido van Rossum | 2002-10-11 | 1 | -0/+4 |
|
|
* | PyObject_RichCompareBool() already returns -1, 0, or 1, so return its value | Neal Norwitz | 2002-09-05 | 1 | -5/+1 |
|
|
* | Micro-optimization for list_contains. Factored double if test | Raymond Hettinger | 2002-09-05 | 1 | -8/+7 |
|
|
* | 1. Combined the base and length arrays into a single array of structs. | Tim Peters | 2002-08-10 | 1 | -30/+54 |
|
|
* | PyList_Reverse(): This was leaking a reference to Py_None on every call. | Tim Peters | 2002-08-08 | 1 | -1/+4 |
|
|
* | Sped the usual case for sorting by calling PyObject_RichCompareBool | Tim Peters | 2002-08-04 | 1 | -10/+18 |
|
|
* | SF bug 590366: Small typo in listsort:ParseTuple | Tim Peters | 2002-08-03 | 1 | -1/+1 |
|
|
* | Replaced samplesort with a stable, adaptive mergesort. | Tim Peters | 2002-08-01 | 1 | -406/+772 |
|
|
* | Fix for | Michael W. Hudson | 2002-07-29 | 1 | -3/+8 |
|
|
* | Patch #574867: Correct list.extend docstring. | Martin v. Löwis | 2002-07-28 | 1 | -1/+1 |
|
|
* | More sort cleanup: Moved the special cases from samplesortslice into | Tim Peters | 2002-07-19 | 1 | -65/+73 |
|
|
* | binarysort() cleanup: Documented the key invariants, explained why they | Tim Peters | 2002-07-19 | 1 | -2/+13 |
|
|
* | listreverse(): Don't call the new reverse_slice unless the list | Tim Peters | 2002-07-19 | 1 | -1/+2 |
|
|
* | Cleanup yielding a small speed boost: before rich comparisons were | Tim Peters | 2002-07-19 | 1 | -50/+32 |
|
|
* | Trimmed trailing whitespace. | Tim Peters | 2002-07-19 | 1 | -22/+22 |
|
|
* | Cleanup: Define one internal utility for reversing a list slice, and | Tim Peters | 2002-07-19 | 1 | -28/+20 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Guido van Rossum | 2002-07-16 | 1 | -66/+66 |
|
|
* | Make StopIteration a sink state. This is done by clearing out the | Guido van Rossum | 2002-07-16 | 1 | -11/+10 |
|
|
* | Make list_iter() really static. | Guido van Rossum | 2002-07-16 | 1 | -1/+1 |
|
|
* | docompare(): Another reasonable optimization from Jonathan Hogg for the | Tim Peters | 2002-07-15 | 1 | -1/+1 |
|
|
* | Don't declare a function with staticforward. | Jeremy Hylton | 2002-07-13 | 1 | -2/+2 |
|
|
* | docompare(): Use PyTuple_New instead of Py_BuildValue to build compare's | Tim Peters | 2002-07-11 | 1 | -2/+7 |
|
|
* | Fix the bug described in | Michael W. Hudson | 2002-06-19 | 1 | -5/+9 |
|
|
* | Missed one use of new PyDoc_STRVAR macro | Neal Norwitz | 2002-06-14 | 1 | -2/+2 |
|
|
* | SF #561244 Micro optimizations | Neal Norwitz | 2002-06-13 | 1 | -5/+2 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -18/+18 |
|
|
* | Fold remaining long lines. | Guido van Rossum | 2002-06-11 | 1 | -2/+6 |
|
|
* | This is my nearly two year old patch | Michael W. Hudson | 2002-06-11 | 1 | -1/+187 |
|
|
* | A bogus assert in the new listiter code prevented starting Python in a | Tim Peters | 2002-06-01 | 1 | -10/+12 |
|
|
* | SF 560736. Optimize list iteration by filling the tp_iter slot. | Raymond Hettinger | 2002-05-31 | 1 | -1/+118 |
|
|
* | Closes: #556025 seg fault when doing list(xrange(1e9)) | Neal Norwitz | 2002-05-22 | 1 | -2/+11 |
|
|
* | PyObject_GC_Del can now be used as a function designator. | Neil Schemenauer | 2002-04-12 | 1 | -1/+1 |
|
|
* | This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction). | Guido van Rossum | 2002-03-28 | 1 | -1/+1 |
|
|
* | Fix of SF bug #475877 (Mutable subtype instances are hashable). | Guido van Rossum | 2001-12-03 | 1 | -2/+9 |
|
|
* | Enable GC for new-style instances. This touches lots of files, since | Guido van Rossum | 2001-10-05 | 1 | -1/+2 |
|
|