1. 042c47b fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 13 years ago
  2. bf7a266 Fixup repr for dict_proxy objects. by Raymond Hettinger · 14 years ago
  3. e363ec1 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 14 years ago
  4. 4c5bc4d remove unused last argument to property_copy by Benjamin Peterson · 15 years ago
  5. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
  6. 97a57ec rewrite for style, clarify, and comments by Benjamin Peterson · 16 years ago
  7. 3c67afa whitespace by Benjamin Peterson · 16 years ago
  8. cecdc9c Remove unused variable. by Georg Brandl · 16 years ago
  9. 7ba8e1c Fix issue 5890: (property subclass shadows __doc__ string) by inserting by R. David Murray · 16 years ago
  10. 01c6e6f many more types to initialize (I had to expose some of them) by Benjamin Peterson · 16 years ago
  11. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  12. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  13. fddc469 Prevent namespace pollution, add static for internal functions by Neal Norwitz · 17 years ago
  14. 60d6c7f Issue #2115: __slot__ attributes setting was 10x slower. by Amaury Forgeot d'Arc · 17 years ago
  15. 59a65fa Fix refleak by Neal Norwitz · 18 years ago
  16. 90e10e7 Fixed bug #1620: New @spam.getter property syntax modifies the property in place. by Christian Heimes · 18 years ago
  17. abfe453 Re-word sentence by Andrew M. Kuchling · 18 years ago
  18. 3d4c316 Added new decorator syntax to property.__doc__ Guido prefers _x over __x. by Christian Heimes · 18 years ago
  19. d1ef789 Issue 1416. Add getter, setter, deleter methods to properties that can be by Guido van Rossum · 18 years ago
  20. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 18 years ago
  21. e9462c7 Change fix for segfaulting property(), add a NEWS entry and a test. by Georg Brandl · 19 years ago
  22. 4538193 Fix bug caused by first decrefing, then increfing. by Georg Brandl · 19 years ago
  23. d5cfa54 Put method-wrappers into trashcan. Fixes #927248. by Martin v. Löwis · 19 years ago
  24. fd01d79 (arre, arigo) SF bug #1350060 by Armin Rigo · 19 years ago
  25. c6e5506 Use Py_VISIT in all tp_traverse methods, instead of traversing manually or by Thomas Wouters · 19 years ago
  26. 347b300 Remove unnecessary casts in type object initializers. by Georg Brandl · 19 years ago
  27. 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 19 years ago
  28. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 19 years ago
  29. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  30. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 20 years ago
  31. c6686b7 Added proper reflection on instances of <type 'method-wrapper'>, e.g. by Armin Rigo · 20 years ago
  32. c8d907c As per discussion on python-dev, descriptors defined in C with a NULL setter by Barry Warsaw · 20 years ago
  33. d3ae672 Use PyDict_Contains() instead of PySequence_Contains(). by Raymond Hettinger · 22 years ago
  34. 98c65be Return a bool rather than an int from proxy_has_key(). by Guido van Rossum · 22 years ago
  35. 574aa32 SF patch #798467: Update docstring of has_key for bool changes by Raymond Hettinger · 22 years ago
  36. 00bf828 property_traverse() should also traverse into prop_doc -- there's no by Guido van Rossum · 22 years ago
  37. b6e5a0c Put proper tests in classmethod_get(). Remove the type argument to by Guido van Rossum · 23 years ago
  38. ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 23 years ago
  39. bca1cbc SF 548651: Fix the METH_CLASS implementation. by Tim Peters · 23 years ago
  40. 29a6d44 Added comparison functions to dict proxies. by Raymond Hettinger · 23 years ago
  41. 492b46f Make PyDescr_IsData() a macro. It's too simple to be a function. by Guido van Rossum · 23 years ago
  42. c588e90 Simple but important optimization for descr_check(): instead of the by Guido van Rossum · 23 years ago
  43. 5dc2a37 Allow more docstrings to be removed during compilation by Neal Norwitz · 23 years ago
  44. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 23 years ago
  45. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 23 years ago
  46. 5961042 Fold long lines. (Walter, please take note! :-) by Guido van Rossum · 23 years ago
  47. 99b5d28 PyObject_GC_Del can now be used as a function designator. by Neil Schemenauer · 23 years ago
  48. e990c79 Add missing methods iterkeys, itervalues and iteritems to dict-proxy objects. by Walter Dörwald · 23 years ago
  49. 2b8235e SF bug #493561: incorrect format string descrobject.c (Neal Norwitz) by Guido van Rossum · 24 years ago
  50. 7171f1c Well what do you know. The Python implementation contained the same by Guido van Rossum · 24 years ago
  51. ba2485f Fix the Python property class in a comment right. by Guido van Rossum · 24 years ago
  52. b75ba91 property_descr_get(): Fix a curious bug in the property() type: when by Guido van Rossum · 24 years ago
  53. c8e5645 Methods of built-in types now properly check for keyword arguments by Guido van Rossum · 24 years ago
  54. 2677512 Adding missing "static" declarations (found by "make smelly"). by Neil Schemenauer · 24 years ago
  55. f4593e0 *EXPERIMENTAL* speedup of slot_sq_item. This sped up the following by Guido van Rossum · 24 years ago
  56. 048eb75 Add Garbage Collection support to new-style classes (not yet to their by Guido van Rossum · 24 years ago
  57. 66c1a52 Make properties discoverable from Python: by Tim Peters · 24 years ago
  58. 32d34c8 Add optional docstrings to getset descriptors. Fortunately, there's by Guido van Rossum · 24 years ago
  59. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 24 years ago
  60. 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 24 years ago
  61. 147b13c Make getset subclassable. by Guido van Rossum · 24 years ago
  62. 239abf7 getset_init(): the function name in the PyArg_ParseTuple() format by Guido van Rossum · 24 years ago
  63. 7ce3694 repr's converted to using PyString_FromFormat() instead of sprintf'ing by Barry Warsaw · 24 years ago
  64. 271410a Change the getset type to take an optional third function argument: by Guido van Rossum · 24 years ago
  65. 845fc48 getset_descr_set(): guard against deletion (indicated by a set call by Guido van Rossum · 24 years ago
  66. 91c0d8a getset_init(): make the arguments optional. by Guido van Rossum · 24 years ago
  67. 29a62dd Add new built-in type 'getset' (PyGetSet_Type). by Guido van Rossum · 24 years ago
  68. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 24 years ago
  69. 8098ddb Subtle change to make None.__class__ work: by Guido van Rossum · 24 years ago
  70. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 24 years ago