| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-101100: Add a table of class attributes to the "Custom classes" section of... | Alex Waygood | 2024-09-25 | 1 | -2/+2 |
|
|
* | Minor edits to the descriptor guide (GH-123928) | Raymond Hettinger | 2024-09-13 | 1 | -4/+6 |
|
|
* | Remove irrelevant detail from example code. (gh-123587) | Raymond Hettinger | 2024-09-02 | 1 | -19/+10 |
|
|
* | Simplify Property() recipe to focus on the essentials (gh-123585) | Raymond Hettinger | 2024-09-01 | 1 | -20/+6 |
|
|
* | gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518) | Wei-Hsiang (Matt) Wang | 2024-09-01 | 1 | -1/+1 |
|
|
* | gh-123492: Remove unnecessary `:func:` parentheses (#123493) | Wei-Hsiang (Matt) Wang | 2024-08-30 | 1 | -1/+1 |
|
|
* | gh-119180: Add `annotationlib` module to support PEP 649 (#119891) | Jelle Zijlstra | 2024-07-23 | 1 | -2/+6 |
|
|
* | gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120... | Serhiy Storchaka | 2024-06-12 | 1 | -1/+1 |
|
|
* | gh-101860: Expose __name__ on property (GH-101876) | Eugene Toder | 2024-02-20 | 1 | -4/+15 |
|
|
* | gh-113157: Document and test __get__ for MethodType (gh-115492) | Raymond Hettinger | 2024-02-20 | 1 | -2/+18 |
|
|
* | Make the title match the content (GH-115702) | Raymond Hettinger | 2024-02-20 | 1 | -3/+3 |
|
|
* | gh-113625: Align object addresses in the Descriptor HowTo Guide (#113894) | Raymond Hettinger | 2024-01-10 | 1 | -1/+1 |
|
|
* | gh-101100: Improve documentation on function attributes (#112933) | Alex Waygood | 2023-12-11 | 1 | -3/+5 |
|
|
* | Descriptor HowTo: Sync the error-messages with the C code. Add tests. (gh-11... | Raymond Hettinger | 2023-11-25 | 1 | -3/+40 |
|
|
* | Remove bogus annotations from the descriptor howto guide (#112349) | Raymond Hettinger | 2023-11-23 | 1 | -3/+3 |
|
|
* | gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (#111725) | Nikita Sobolev | 2023-11-04 | 1 | -0/+4 |
|
|
* | gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-1... | Raymond Hettinger | 2023-10-27 | 1 | -31/+10 |
|
|
* | gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) | Serhiy Storchaka | 2023-07-27 | 1 | -5/+5 |
|
|
* | Descriptor HowTo: Update to include attributes added in Python 3.10 (GH-103... | Raymond Hettinger | 2023-04-22 | 1 | -8/+90 |
|
|
* | Minor edits to the Descriptor HowTo Guide (GH-24901) | Géry Ogam | 2022-10-09 | 1 | -6/+8 |
|
|
* | GH-95822: Need _PyType_Lookup() in descriptor howto code equivalent. (GH-95967) | Raymond Hettinger | 2022-08-19 | 1 | -1/+21 |
|
|
* | GH-89519: Deprecate classmethod descriptor chaining (#92379) | Raymond Hettinger | 2022-05-06 | 1 | -1/+3 |
|
|
* | Improve discussion about how __getattr__ is invoked. (GH-31435) | Raymond Hettinger | 2022-02-20 | 1 | -9/+7 |
|
|
* | bpo-46730: Add more info to @property AttributeError messages (GH-31311) | Alex-Blade | 2022-02-16 | 1 | -4/+4 |
|
|
* | no-issue: Fix documentation typos. (GH-30576) | Piotr Fusik | 2022-01-20 | 1 | -1/+1 |
|
|
* | bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634) | Raymond Hettinger | 2021-11-19 | 1 | -1/+8 |
|
|
* | Add more tests. Fix code excerpt. (GH-25549) | Raymond Hettinger | 2021-04-23 | 1 | -3/+18 |
|
|
* | bpo-43917: Fix pure python equivalent for classmethod (GH-25544) | Raymond Hettinger | 2021-04-23 | 1 | -1/+12 |
|
|
* | Replace broken example code with correct simpler code. (GH-25162) | Raymond Hettinger | 2021-04-03 | 1 | -2/+2 |
|
|
* | Add more tests for the descriptor tutorial (GH-25164) | Raymond Hettinger | 2021-04-03 | 1 | -7/+57 |
|
|
* | bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (#25123) | Zackery Spytz | 2021-04-01 | 1 | -1/+1 |
|
|
* | bpo-43427: Separte the method overview from the static method specifics. (GH... | Raymond Hettinger | 2021-03-13 | 1 | -2/+6 |
|
|
* | Minor readability improvements. Also note performance impact of __slots__. (... | Raymond Hettinger | 2021-02-05 | 1 | -8/+11 |
|
|
* | bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394) | diegoe | 2021-02-03 | 1 | -1/+1 |
|
|
* | bpo-27794: Add `name` attribute to `property` class (GH-23967) | Yurii Karabas | 2020-12-30 | 1 | -6/+16 |
|
|
* | Typo: fix inverted sense of statement (GH-23288) | basak | 2020-11-25 | 1 | -1/+1 |
|
|
* | Add more tests to the descriptor howto guide (GH-23506) | Raymond Hettinger | 2020-11-25 | 1 | -4/+25 |
|
|
* | Add doctests to the descriptor HowTo (GH-23500) | Raymond Hettinger | 2020-11-25 | 1 | -57/+397 |
|
|
* | Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23... | Raymond Hettinger | 2020-11-23 | 1 | -11/+46 |
|
|
* | More updates to the descriptor howto guide (GH-23238) | Raymond Hettinger | 2020-11-16 | 1 | -45/+62 |
|
|
* | Minor grammar edits for the descriptor howto guide (GH-#23175) | Raymond Hettinger | 2020-11-06 | 1 | -10/+10 |
|
|
* | Minor formatting edits to the descriptor howto guide (GH-23092) | Raymond Hettinger | 2020-11-02 | 1 | -19/+20 |
|
|
* | Add member objects to the descriptor howto guide (GH-23084) | Raymond Hettinger | 2020-11-02 | 1 | -0/+156 |
|
|
* | Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo... | Raymond Hettinger | 2020-11-01 | 1 | -37/+78 |
|
|
* | Split-out a fourth section in the descriptor HowTo guide (GH-22965) | Raymond Hettinger | 2020-10-25 | 1 | -46/+50 |
|
|
* | Second round of updates to the descriptor howto guide (GH-22946) | Raymond Hettinger | 2020-10-25 | 1 | -96/+156 |
|
|
* | bpo-19072: Update descriptor howto for decorator chaining (GH-22934) | Raymond Hettinger | 2020-10-24 | 1 | -3/+13 |
|
|
* | Create a primer section for the descriptor howto guide (GH-22906) | Raymond Hettinger | 2020-10-23 | 1 | -58/+494 |
|
|
* | Remove incorrect mention of method.__class__ in descriptor docs (GH-21665) | Yonatan Goldschmidt | 2020-07-28 | 1 | -4/+2 |
|
|
* | bpo-25777: Wording describes a lookup, not a call (GH-15573) | Raymond Hettinger | 2019-08-29 | 1 | -1/+1 |
|
|