| Commit message (Expand) | Author | Age | Files | Lines |
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -16/+8 |
|
|
* | Change fix for segfaulting property(), add a NEWS entry and a test. | Georg Brandl | 2006-08-04 | 1 | -10/+12 |
|
|
* | Fix bug caused by first decrefing, then increfing. | Georg Brandl | 2006-08-04 | 1 | -5/+4 |
|
|
* | Put method-wrappers into trashcan. Fixes #927248. | Martin v. Löwis | 2006-07-03 | 1 | -1/+3 |
|
|
* | (arre, arigo) SF bug #1350060 | Armin Rigo | 2006-06-08 | 1 | -7/+19 |
|
|
* | Use Py_VISIT in all tp_traverse methods, instead of traversing manually or | Thomas Wouters | 2006-04-15 | 1 | -40/+8 |
|
|
* | Remove unnecessary casts in type object initializers. | Georg Brandl | 2006-03-30 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Add optional docstrings to member descriptors. For backwards | Guido van Rossum | 2001-09-20 | 1 | -10/+23 |
|
|
* | Rename 'getset' to 'property'. | Guido van Rossum | 2001-09-06 | 1 | -23/+23 |
|
|
* | Make getset subclassable. | Guido van Rossum | 2001-08-30 | 1 | -1/+1 |
|
|
* | getset_init(): the function name in the PyArg_ParseTuple() format | Guido van Rossum | 2001-08-24 | 1 | -1/+1 |
|
|
* | repr's converted to using PyString_FromFormat() instead of sprintf'ing | Barry Warsaw | 2001-08-24 | 1 | -10/+8 |
|
|
* | Change the getset type to take an optional third function argument: | Guido van Rossum | 2001-08-24 | 1 | -9/+21 |
|
|
* | getset_descr_set(): guard against deletion (indicated by a set call | Guido van Rossum | 2001-08-24 | 1 | -1/+4 |
|
|
* | getset_init(): make the arguments optional. | Guido van Rossum | 2001-08-24 | 1 | -3/+11 |
|
|
* | Add new built-in type 'getset' (PyGetSet_Type). | Guido van Rossum | 2001-08-23 | 1 | -0/+135 |
|
|
* | Patch #427190: Implement and use METH_NOARGS and METH_O. | Martin v. Löwis | 2001-08-16 | 1 | -22/+10 |
|
|
* | Subtle change to make None.__class__ work: | Guido van Rossum | 2001-08-16 | 1 | -2/+2 |
|
|