| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for bug 4360 "SystemError when method has both super() & closure". Patch | Barry Warsaw | 2008-11-20 | 1 | -2/+3 |
|
|
* | Merged revisions 67246 via svnmerge from | Benjamin Peterson | 2008-11-17 | 1 | -3/+36 |
|
|
* | remove some more references to __cmp__ #1717 | Benjamin Peterson | 2008-10-16 | 1 | -85/+0 |
|
|
* | Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to | Antoine Pitrou | 2008-08-26 | 1 | -0/+45 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -6/+6 |
|
|
* | Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l... | Nick Coghlan | 2008-07-15 | 1 | -10/+26 |
|
|
* | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 1 | -10/+9 |
|
|
* | Merged revisions 63856-63857,63859-63860 via svnmerge from | Martin v. Löwis | 2008-06-04 | 1 | -0/+16 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -2/+2 |
|
|
* | #2963: fix method cache types. | Georg Brandl | 2008-05-25 | 1 | -3/+3 |
|
|
* | Rename copy_reg module to copyreg. | Alexandre Vassalotti | 2008-05-11 | 1 | -23/+23 |
|
|
* | Issue #1950: Fixed misusage of PyUnicode_AsString(). | Alexandre Vassalotti | 2008-05-03 | 1 | -7/+14 |
|
|
* | Bug #2565: The repr() of type objects now calls them 'class', | Martin v. Löwis | 2008-04-07 | 1 | -8/+2 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-28 | 1 | -0/+98 |
|
|
* | Merged revisions 60364-60378 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -0/+18 |
|
|
* | Merged revisions 60350-60363 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -5/+5 |
|
|
* | Merged revisions 59921-59932 via svnmerge from | Christian Heimes | 2008-01-12 | 1 | -6/+204 |
|
|
* | Simplifed argument parsing in object.__format__, added test case. | Eric Smith | 2008-01-11 | 1 | -5/+1 |
|
|
* | Issue #1393: object_richcompare() returns NotImplemented instead of | Guido van Rossum | 2008-01-06 | 1 | -1/+4 |
|
|
* | Merge changes from 59576 from trunk to p3yk branch; these were skipped | Guido van Rossum | 2008-01-01 | 1 | -13/+16 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -103/+103 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -7/+7 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -3/+3 |
|
|
* | Replace PyObject_Unicode with PyObject_Str everywhere, and remove the | Thomas Heller | 2007-11-15 | 1 | -1/+1 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -2/+2 |
|
|
* | Fixes for issue 1752184, ensuring type objects are always created | Guido van Rossum | 2007-11-02 | 1 | -3/+12 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -9/+0 |
|
|
* | Remove the simple slicing API. All slicing is now done with slice objects. | Thomas Wouters | 2007-08-30 | 1 | -79/+0 |
|
|
* | Fix #1753395. | Georg Brandl | 2007-08-30 | 1 | -16/+4 |
|
|
* | Use unicode and remove support for some uses of str8. | Neal Norwitz | 2007-08-26 | 1 | -14/+10 |
|
|
* | Use unicode and remove support for some uses of str8. | Neal Norwitz | 2007-08-26 | 1 | -27/+17 |
|
|
* | Use unicode | Neal Norwitz | 2007-08-25 | 1 | -10/+25 |
|
|
* | Implementation of PEP 3101, Advanced String Formatting. | Eric Smith | 2007-08-25 | 1 | -0/+41 |
|
|
* | Remove _PyObject_Del | Neal Norwitz | 2007-08-19 | 1 | -1/+1 |
|
|
* | Merged in py3k-buffer branch to main line. All objects now use the buffer pr... | Travis E. Oliphant | 2007-08-18 | 1 | -4/+2 |
|
|
* | Kill all uses and definitions of tp_print under Objects/. (Others will follow.) | Guido van Rossum | 2007-08-07 | 1 | -3/+0 |
|
|
* | Fix an obvious bug caused by a switch to Unicode. | Guido van Rossum | 2007-08-04 | 1 | -1/+2 |
|
|
* | Add a default __prepare__() method to 'type', so it can be called | Guido van Rossum | 2007-08-02 | 1 | -0/+10 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -109/+106 |
|
|
* | Revert a wrong commit. | Thomas Heller | 2007-07-11 | 1 | -14/+7 |
|
|
* | Must create heaptypes with unicode names. | Thomas Heller | 2007-07-11 | 1 | -7/+14 |
|
|
* | Make test_descr.py pass. Had to disable a few tests, remove references | Guido van Rossum | 2007-07-11 | 1 | -0/+5 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -11/+73 |
|
|
* | Discard unused function. | Guido van Rossum | 2007-06-13 | 1 | -34/+0 |
|
|
* | Simplify error formatting and type_repr(). | Walter Dörwald | 2007-06-11 | 1 | -8/+4 |
|
|
* | Check unicode identifier directly instead of converting | Walter Dörwald | 2007-06-11 | 1 | -4/+4 |
|
|
* | __module__ is a unicode string now: | Walter Dörwald | 2007-06-11 | 1 | -5/+2 |
|
|
* | Expect unicode in class_name. | Martin v. Löwis | 2007-06-10 | 1 | -3/+3 |
|
|
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 | 1 | -45/+44 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -1/+1 |
|
|