| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-15 | 1 | -3/+3 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 1 | -1/+1 |
|
|
* | Merged revisions 59628-59641 via svnmerge from | Christian Heimes | 2008-01-01 | 1 | -0/+1 |
|
|
* | Merged revisions 59488-59511 via svnmerge from | Christian Heimes | 2007-12-15 | 1 | -33/+70 |
|
|
* | Rename the internal name of dictproxy -> dict_proxy, | Guido van Rossum | 2007-11-30 | 1 | -1/+1 |
|
|
* | Added all PyTypeObjects to the appropriate header files. | Christian Heimes | 2007-11-29 | 1 | -6/+6 |
|
|
* | Removed iter* methods from dictproxy. | Christian Heimes | 2007-11-29 | 1 | -24/+0 |
|
|
* | Merged revisions 58930-58938 via svnmerge from | Christian Heimes | 2007-11-12 | 1 | -4/+14 |
|
|
* | Merged revisions 58886-58929 via svnmerge from | Guido van Rossum | 2007-11-10 | 1 | -1/+55 |
|
|
* | Use unicode | Neal Norwitz | 2007-08-25 | 1 | -8/+8 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -16/+8 |
|
|
* | Add a format specifier %V to PyUnicode_FromFormat(), that works similar to %U, | Walter Dörwald | 2007-06-11 | 1 | -35/+34 |
|
|
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 | 1 | -2/+5 |
|
|
* | Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror | Walter Dörwald | 2007-05-18 | 1 | -6/+6 |
|
|
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -12/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -11/+14 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -7/+19 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -42/+10 |
|
|
* | Patch #1434038: property() now uses the getter's docstring if there is | Georg Brandl | 2006-03-08 | 1 | -0/+12 |
|
|
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 1 | -1/+1 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -4/+4 |
|
|
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -2/+2 |
|
|
* | Added proper reflection on instances of <type 'method-wrapper'>, e.g. | Armin Rigo | 2005-11-07 | 1 | -13/+46 |
|
|
* | As per discussion on python-dev, descriptors defined in C with a NULL setter | Barry Warsaw | 2005-04-19 | 1 | -2/+2 |
|
|
* | Use PyDict_Contains() instead of PySequence_Contains(). | Raymond Hettinger | 2003-12-13 | 1 | -2/+2 |
|
|
* | Return a bool rather than an int from proxy_has_key(). | Guido van Rossum | 2003-10-09 | 1 | -1/+4 |
|
|
* | SF patch #798467: Update docstring of has_key for bool changes | Raymond Hettinger | 2003-09-01 | 1 | -1/+1 |
|
|
* | property_traverse() should also traverse into prop_doc -- there's no | Guido van Rossum | 2003-04-09 | 1 | -0/+1 |
|
|
* | Put proper tests in classmethod_get(). Remove the type argument to | Guido van Rossum | 2003-02-11 | 1 | -16/+47 |
|
|
* | SF patch #659536: Use PyArg_UnpackTuple where possible. | Raymond Hettinger | 2002-12-29 | 1 | -1/+1 |
|
|
* | SF 548651: Fix the METH_CLASS implementation. | Tim Peters | 2002-12-09 | 1 | -0/+72 |
|
|
* | Added comparison functions to dict proxies. | Raymond Hettinger | 2002-08-31 | 1 | -2/+14 |
|
|
* | Make PyDescr_IsData() a macro. It's too simple to be a function. | Guido van Rossum | 2002-08-19 | 1 | -6/+0 |
|
|
* | Simple but important optimization for descr_check(): instead of the | Guido van Rossum | 2002-08-19 | 1 | -1/+1 |
|
|
* | Allow more docstrings to be removed during compilation | Neal Norwitz | 2002-08-13 | 1 | -9/+11 |
|
|
* | SF patch 568629 by Oren Tirosh: types made callable. | Guido van Rossum | 2002-06-14 | 1 | -1/+1 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -2/+2 |
|
|
* | Fold long lines. (Walter, please take note! :-) | Guido van Rossum | 2002-04-13 | 1 | -9/+18 |
|
|
* | PyObject_GC_Del can now be used as a function designator. | Neil Schemenauer | 2002-04-12 | 1 | -1/+1 |
|
|
* | Add missing methods iterkeys, itervalues and iteritems to | Walter Dörwald | 2002-03-25 | 1 | -6/+26 |
|
|
* | SF bug #493561: incorrect format string descrobject.c (Neal Norwitz) | Guido van Rossum | 2001-12-15 | 1 | -2/+2 |
|
|
* | Well what do you know. The Python implementation contained the same | Guido van Rossum | 2001-12-10 | 1 | -2/+2 |
|
|
* | Fix the Python property class in a comment right. | Guido van Rossum | 2001-12-10 | 1 | -22/+23 |
|
|
* | property_descr_get(): Fix a curious bug in the property() type: when | Guido van Rossum | 2001-12-10 | 1 | -5/+5 |
|
|
* | Methods of built-in types now properly check for keyword arguments | Guido van Rossum | 2001-10-22 | 1 | -0/+11 |
|
|
* | Adding missing "static" declarations (found by "make smelly"). | Neil Schemenauer | 2001-10-21 | 1 | -3/+3 |
|
|
* | *EXPERIMENTAL* speedup of slot_sq_item. This sped up the following | Guido van Rossum | 2001-10-03 | 1 | -33/+1 |
|
|
* | Add Garbage Collection support to new-style classes (not yet to their | Guido van Rossum | 2001-10-02 | 1 | -20/+94 |
|
|
* | Make properties discoverable from Python: | Tim Peters | 2001-09-24 | 1 | -25/+56 |
|
|
* | Add optional docstrings to getset descriptors. Fortunately, there's | Guido van Rossum | 2001-09-20 | 1 | -7/+22 |
|
|