| Commit message (Expand) | Author | Age | Files | Lines |
* | rewrite for style, clarify, and comments | Benjamin Peterson | 2009-10-22 | 1 | -12/+15 |
|
|
* | whitespace | Benjamin Peterson | 2009-10-22 | 1 | -1/+1 |
|
|
* | Remove unused variable. | Georg Brandl | 2009-05-05 | 1 | -1/+0 |
|
|
* | Fix issue 5890: (property subclass shadows __doc__ string) by inserting | R. David Murray | 2009-05-04 | 1 | -16/+23 |
|
|
* | many more types to initialize (I had to expose some of them) | Benjamin Peterson | 2009-04-18 | 1 | -4/+4 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -11/+11 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -11/+11 |
|
|
* | Prevent namespace pollution, add static for internal functions | Neal Norwitz | 2008-04-15 | 1 | -3/+3 |
|
|
* | Issue #2115: __slot__ attributes setting was 10x slower. | Amaury Forgeot d'Arc | 2008-02-15 | 1 | -1/+1 |
|
|
* | Fix refleak | Neal Norwitz | 2007-12-31 | 1 | -0/+1 |
|
|
* | Fixed bug #1620: New @spam.getter property syntax modifies the property in pl... | Christian Heimes | 2007-12-14 | 1 | -33/+70 |
|
|
* | 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 |
|
|
* | 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 |
|
|