Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
080c110172870501ad91361ebfd93624678eb861
/
Objects
/
descrobject.c
00bf828
property_traverse() should also traverse into prop_doc -- there's no
by Guido van Rossum
· 22 years ago
b6e5a0c
Put proper tests in classmethod_get(). Remove the type argument to
by Guido van Rossum
· 22 years ago
ea3fdf4
SF patch #659536: Use PyArg_UnpackTuple where possible.
by Raymond Hettinger
· 22 years ago
bca1cbc
SF 548651: Fix the METH_CLASS implementation.
by Tim Peters
· 22 years ago
29a6d44
Added comparison functions to dict proxies.
by Raymond Hettinger
· 22 years ago
492b46f
Make PyDescr_IsData() a macro. It's too simple to be a function.
by Guido van Rossum
· 22 years ago
c588e90
Simple but important optimization for descr_check(): instead of the
by Guido van Rossum
· 22 years ago
5dc2a37
Allow more docstrings to be removed during compilation
by Neal Norwitz
· 22 years ago
bea18cc
SF patch 568629 by Oren Tirosh: types made callable.
by Guido van Rossum
· 22 years ago
14f8b4c
Patch #568124: Add doc string macros.
by Martin v. Löwis
· 22 years ago
5961042
Fold long lines. (Walter, please take note! :-)
by Guido van Rossum
· 23 years ago
99b5d28
PyObject_GC_Del can now be used as a function designator.
by Neil Schemenauer
· 23 years ago
e990c79
Add missing methods iterkeys, itervalues and iteritems to dict-proxy objects.
by Walter Dörwald
· 23 years ago
2b8235e
SF bug #493561: incorrect format string descrobject.c (Neal Norwitz)
by Guido van Rossum
· 23 years ago
7171f1c
Well what do you know. The Python implementation contained the same
by Guido van Rossum
· 23 years ago
ba2485f
Fix the Python property class in a comment right.
by Guido van Rossum
· 23 years ago
b75ba91
property_descr_get(): Fix a curious bug in the property() type: when
by Guido van Rossum
· 23 years ago
c8e5645
Methods of built-in types now properly check for keyword arguments
by Guido van Rossum
· 23 years ago
2677512
Adding missing "static" declarations (found by "make smelly").
by Neil Schemenauer
· 23 years ago
f4593e0
*EXPERIMENTAL* speedup of slot_sq_item. This sped up the following
by Guido van Rossum
· 23 years ago
048eb75
Add Garbage Collection support to new-style classes (not yet to their
by Guido van Rossum
· 23 years ago
66c1a52
Make properties discoverable from Python:
by Tim Peters
· 23 years ago
32d34c8
Add optional docstrings to getset descriptors. Fortunately, there's
by Guido van Rossum
· 23 years ago
6f79937
Add optional docstrings to member descriptors. For backwards
by Guido van Rossum
· 23 years ago
8bce4ac
Rename 'getset' to 'property'.
by Guido van Rossum
· 23 years ago
147b13c
Make getset subclassable.
by Guido van Rossum
· 23 years ago
239abf7
getset_init(): the function name in the PyArg_ParseTuple() format
by Guido van Rossum
· 23 years ago
7ce3694
repr's converted to using PyString_FromFormat() instead of sprintf'ing
by Barry Warsaw
· 23 years ago
271410a
Change the getset type to take an optional third function argument:
by Guido van Rossum
· 23 years ago
845fc48
getset_descr_set(): guard against deletion (indicated by a set call
by Guido van Rossum
· 23 years ago
91c0d8a
getset_init(): make the arguments optional.
by Guido van Rossum
· 23 years ago
29a62dd
Add new built-in type 'getset' (PyGetSet_Type).
by Guido van Rossum
· 23 years ago
e3eb1f2
Patch #427190: Implement and use METH_NOARGS and METH_O.
by Martin v. Löwis
· 23 years ago
8098ddb
Subtle change to make None.__class__ work:
by Guido van Rossum
· 23 years ago
6d6c1a3
Merge of descr-branch back into trunk.
by Tim Peters
· 23 years ago