| Commit message (Expand) | Author | Age | Files | Lines |
* | Indentation normalization. | Georg Brandl | 2008-01-19 | 1 | -8/+8 |
|
|
* | Fix an edge case whereby the __del__() method of a classic class could | Guido van Rossum | 2008-01-18 | 1 | -0/+10 |
|
|
* | Silence Coverity false alerts with CIDs #172, #183, #184 | Christian Heimes | 2008-01-18 | 1 | -0/+1 |
|
|
* | Temporarily revert 59967 until GC can be added. | Raymond Hettinger | 2008-01-15 | 1 | -1/+1 |
|
|
* | Issue 1820: structseq objects did not work with the % formatting operator or... | Raymond Hettinger | 2008-01-15 | 1 | -1/+1 |
|
|
* | Added more comments to the new structseq repr code and implemented several of... | Christian Heimes | 2008-01-14 | 1 | -17/+36 |
|
|
* | Now that I've learnt about structseq objects I felt like converting sys.float... | Christian Heimes | 2008-01-14 | 1 | -29/+78 |
|
|
* | I missed the most important file | Christian Heimes | 2008-01-14 | 1 | -5/+58 |
|
|
* | Re-apply patch #1700288 (first applied in r59931, rolled back in r59940) | Amaury Forgeot d'Arc | 2008-01-14 | 2 | -6/+208 |
|
|
* | Back out r59931 - test_ctypes fails with it. | Georg Brandl | 2008-01-13 | 2 | -208/+6 |
|
|
* | Patch #1700288: Method cache optimization, by Armin Rigo, ported to | Georg Brandl | 2008-01-12 | 2 | -6/+208 |
|
|
* | Make Python compile with --disable-unicode. | Georg Brandl | 2008-01-07 | 1 | -0/+2 |
|
|
* | Continue rolling back pep-3141 changes that changed behavior from 2.5. This | Jeffrey Yasskin | 2008-01-05 | 3 | -121/+3 |
|
|
* | Make math.{floor,ceil}({int,long}) return float again for backwards | Jeffrey Yasskin | 2008-01-04 | 2 | -4/+4 |
|
|
* | Bug #1481296: Fixed long(float('nan'))!=0L. | Christian Heimes | 2008-01-04 | 1 | -0/+3 |
|
|
* | Modified PyImport_Import and PyImport_ImportModule to always use absolute imp... | Christian Heimes | 2008-01-03 | 1 | -1/+1 |
|
|
* | Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just | Jeffrey Yasskin | 2008-01-03 | 4 | -63/+271 |
|
|
* | Fix refleak | Neal Norwitz | 2007-12-31 | 1 | -0/+1 |
|
|
* | Fix refleak introduced in r59576. | Georg Brandl | 2007-12-20 | 1 | -0/+1 |
|
|
* | Patch #1549 by Thomas Herve. | Guido van Rossum | 2007-12-19 | 1 | -15/+18 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC... | Christian Heimes | 2007-12-19 | 21 | -493/+493 |
|
|
* | Applied patch #1635: Float patch for inf and nan on Windows (and other platfo... | Christian Heimes | 2007-12-18 | 1 | -1/+49 |
|
|
* | Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary. | Raymond Hettinger | 2007-12-18 | 1 | -0/+17 |
|
|
* | Optimize PyList_AsTuple(). Improve cache performance by doing the | Raymond Hettinger | 2007-12-15 | 1 | -5/+5 |
|
|
* | Fixed bug #1620: New @spam.getter property syntax modifies the property in pl... | Christian Heimes | 2007-12-14 | 1 | -33/+70 |
|
|
* | The new float repr causes too much trouble and pain. I'm disabling the featur... | Christian Heimes | 2007-12-11 | 1 | -1/+12 |
|
|
* | Backport of r59456:59458 from py3k to trunk | Christian Heimes | 2007-12-10 | 2 | -2/+707 |
|
|
* | When splitting, avoid making a copy of the string if the split doesn't find | Skip Montanaro | 2007-12-08 | 1 | -11/+42 |
|
|
* | Note that open() is the preferred way to open files (issue 1510). | Skip Montanaro | 2007-12-08 | 1 | -1/+2 |
|
|
* | Fix Issue 1045. | Raymond Hettinger | 2007-12-06 | 2 | -41/+39 |
|
|
* | merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ ... | Christian Heimes | 2007-12-05 | 2 | -4/+6 |
|
|
* | Shut up a compiler warning. | Guido van Rossum | 2007-12-03 | 1 | -0/+1 |
|
|
* | Patch #1537 from Chad Austin | Christian Heimes | 2007-12-03 | 1 | -2/+2 |
|
|
* | Implement PEP 366 | Nick Coghlan | 2007-12-03 | 1 | -0/+2 |
|
|
* | Feature #1534 | Christian Heimes | 2007-12-01 | 1 | -0/+47 |
|
|
* | Spaces vs. Tabs. | Georg Brandl | 2007-11-29 | 1 | -4/+4 |
|
|
* | Fix bug #1517, a segfault in lookdict(). | Guido van Rossum | 2007-11-29 | 1 | -0/+4 |
|
|
* | Patch # 1507 by Mark Dickinson. Make complex(x, -0) retain the sign of | Guido van Rossum | 2007-11-27 | 1 | -9/+15 |
|
|
* | Issue #1445: Fix a SystemError when accessing the ``cell_contents`` | Amaury Forgeot d'Arc | 2007-11-24 | 1 | -1/+6 |
|
|
* | Backport of the PCbuild9 directory from the py3k branch. | Christian Heimes | 2007-11-22 | 2 | -4/+4 |
|
|
* | Backport of _abccoll.py by Benjamin Arangueren, issue 1383. | Guido van Rossum | 2007-11-22 | 5 | -44/+46 |
|
|
* | The incremental decoder for utf-7 must preserve its state between calls. | Amaury Forgeot d'Arc | 2007-11-20 | 1 | -2/+19 |
|
|
* | Made _ParseTupleFinds only defined to unicodeobject.c | Facundo Batista | 2007-11-16 | 2 | -0/+4 |
|
|
* | Fix for stupid error (I need to remember to do a full 'make clean + make' | Facundo Batista | 2007-11-16 | 1 | -1/+1 |
|
|
* | Now in find, rfind, index, and rindex, you can use None as defaults, | Facundo Batista | 2007-11-16 | 3 | -32/+74 |
|
|
* | Re-word sentence | Andrew M. Kuchling | 2007-11-12 | 1 | -1/+1 |
|
|
* | Added new decorator syntax to property.__doc__ | Christian Heimes | 2007-11-12 | 1 | -4/+14 |
|
|
* | Issue 1416. Add getter, setter, deleter methods to properties that can be | Guido van Rossum | 2007-11-10 | 1 | -1/+55 |
|
|
* | Optimize common case for dict.fromkeys(). | Raymond Hettinger | 2007-11-09 | 1 | -10/+15 |
|
|
* | Reposition the decref (spotted by eagle-eye norwitz). | Raymond Hettinger | 2007-11-08 | 1 | -1/+2 |
|
|