| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #9294: remove dead code in Objects/object.c. Patch by Grant Limberg. | Antoine Pitrou | 2010-07-27 | 1 | -13/+2 |
|
|
* | Issue #8188: Introduce a new scheme for computing hashes of numbers | Mark Dickinson | 2010-05-23 | 1 | -49/+87 |
|
|
* | Issue #8749: remove unused code in Objects/object.c. Thanks Yaniv Aknin. | Mark Dickinson | 2010-05-22 | 1 | -24/+0 |
|
|
* | Fix refleak in internal_print() introduced by myself in r81251 | Victor Stinner | 2010-05-17 | 1 | -0/+1 |
|
|
* | PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (instead | Victor Stinner | 2010-05-17 | 1 | -1/+3 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1226/+1226 |
|
|
* | Merged revisions 79809 via svnmerge from | Mark Dickinson | 2010-04-06 | 1 | -3/+6 |
|
|
* | Merged revisions 79804 via svnmerge from | Mark Dickinson | 2010-04-05 | 1 | -3/+3 |
|
|
* | Issue #6697: catch _PyUnicode_AsString() errors in getattr() and setattr() | Victor Stinner | 2010-03-12 | 1 | -5/+12 |
|
|
* | Issue #7430: Remove lingering reference to cmp in recursion error message. | Mark Dickinson | 2009-12-04 | 1 | -1/+1 |
|
|
* | Issue #6970: Remove redundant calls made when comparing objects. | Mark Dickinson | 2009-11-15 | 1 | -1/+3 |
|
|
* | Issue 7147 - remove ability to attempt to build Python without complex number... | Skip Montanaro | 2009-10-18 | 1 | -2/+1 |
|
|
* | Merged revisions 74457 via svnmerge from | Benjamin Peterson | 2009-08-15 | 1 | -3/+5 |
|
|
* | remove reference to PyCObject | Benjamin Peterson | 2009-07-01 | 1 | -3/+0 |
|
|
* | Merged revisions 72907 via svnmerge from | Benjamin Peterson | 2009-05-25 | 1 | -0/+2 |
|
|
* | these builtins have to be initialized | Benjamin Peterson | 2009-05-09 | 1 | -0/+9 |
|
|
* | this is now a bound method | Benjamin Peterson | 2009-05-08 | 1 | -1/+1 |
|
|
* | Merged revisions 72461 via svnmerge from | Benjamin Peterson | 2009-05-08 | 1 | -9/+2 |
|
|
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 1 | -1/+4 |
|
|
* | Merged revisions 71734,71738-71739 via svnmerge from | Benjamin Peterson | 2009-04-20 | 1 | -6/+44 |
|
|
* | Merged revisions 71722 via svnmerge from | Benjamin Peterson | 2009-04-18 | 1 | -7/+61 |
|
|
* | Merge revision 71222 from trunk: #5615: make it possible to configure --witho... | Georg Brandl | 2009-04-05 | 1 | -0/+6 |
|
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
|
|
* | Merged revisions 69582-69583 via svnmerge from | Antoine Pitrou | 2009-02-13 | 1 | -15/+7 |
|
|
* | Merged revisions 69436 via svnmerge from | Mark Dickinson | 2009-02-08 | 1 | -1/+1 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -3/+3 |
|
|
* | Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations | Mark Dickinson | 2009-02-01 | 1 | -28/+9 |
|
|
* | Issue #1717: remove the cmp builtin function, the C-API functions | Mark Dickinson | 2009-02-01 | 1 | -100/+0 |
|
|
* | Merged revisions 68560 via svnmerge from | Amaury Forgeot d'Arc | 2009-01-12 | 1 | -0/+14 |
|
|
* | Merged revisions 68381 via svnmerge from | Benjamin Peterson | 2009-01-11 | 1 | -8/+13 |
|
|
* | Recorded merge of revisions 68051 via svnmerge from | Nick Coghlan | 2008-12-30 | 1 | -0/+11 |
|
|
* | Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-... | Benjamin Peterson | 2008-12-21 | 1 | -0/+3 |
|
|
* | Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to | Mark Dickinson | 2008-11-12 | 1 | -0/+9 |
|
|
* | Removed bytesmeth declaration in OyObject_Bytes. It's not used any more and c... | Christian Heimes | 2008-08-28 | 1 | -1/+1 |
|
|
* | make bytes(o) respect __bytes__ #2415 | Benjamin Peterson | 2008-08-26 | 1 | -0/+39 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -3/+3 |
|
|
* | Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l... | Nick Coghlan | 2008-07-15 | 1 | -4/+9 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 1 | -0/+27 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -6/+6 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
|
|
* | Merged revisions 60245-60277 via svnmerge from | Christian Heimes | 2008-01-25 | 1 | -0/+5 |
|
|
* | Merged revisions 59921-59932 via svnmerge from | Christian Heimes | 2008-01-12 | 1 | -0/+4 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -23/+23 |
|
|
* | Partial fix for bug #1306 | Christian Heimes | 2007-11-30 | 1 | -1/+8 |
|
|
* | Found another memory leak in longrangeiter. And redo the previous correction | Amaury Forgeot d'Arc | 2007-11-15 | 1 | -3/+0 |
|
|
* | Correct a memory leak: the range() object was not properly freed. | Amaury Forgeot d'Arc | 2007-11-15 | 1 | -0/+3 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -131/+37 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -0/+5 |
|
|
* | Patch 1352 (continued in issue 1329) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 1 | -0/+3 |
|
|
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 1 | -0/+4 |
|
|