COMMITS
/ Doc/howto/descriptor.rst August 31, 2025
F
gh-138295: Fix a grammar issue in the descriptor HOWTO (GH-138296)
Fangyi Zhou committed
November 26, 2024
Y
gh-101100: Fix sphinx warnings in `howto/*` (#127084)
Yuki Kobayashi committed
September 25, 2024
September 13, 2024
R
Minor edits to the descriptor guide (GH-123928)
Raymond Hettinger committed
September 2, 2024
R
Remove irrelevant detail from example code. (gh-123587)
Raymond Hettinger committed
September 1, 2024
R
Simplify Property() recipe to focus on the essentials (gh-123585)
Raymond Hettinger committed
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
July 23, 2024
J
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
Jelle Zijlstra committed
June 12, 2024
S
gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347)
Serhiy Storchaka committed
February 20, 2024
E
gh-101860: Expose __name__ on property (GH-101876)
Eugene Toder committed
R
gh-113157: Document and test __get__ for MethodType (gh-115492)
Raymond Hettinger committed
R
Make the title match the content (GH-115702)
Raymond Hettinger committed
January 10, 2024
R
gh-113625: Align object addresses in the Descriptor HowTo Guide (#113894)
Raymond Hettinger committed
December 11, 2023
A
gh-101100: Improve documentation on function attributes (#112933)
Alex Waygood committed
November 25, 2023
R
Descriptor HowTo: Sync the error-messages with the C code. Add tests. (gh-112403)
Raymond Hettinger committed
November 23, 2023
R
Remove bogus annotations from the descriptor howto guide (#112349)
Raymond Hettinger committed
November 4, 2023
N
gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (#111725)
Nikita Sobolev committed
October 27, 2023
R
gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-110163)
Raymond Hettinger committed
July 27, 2023
S
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka committed
April 22, 2023
R
Descriptor HowTo: Update to include attributes added in Python 3.10 (GH-103666)
Raymond Hettinger committed
October 9, 2022
G
Minor edits to the Descriptor HowTo Guide (GH-24901)
Géry Ogam committed
August 19, 2022
R
GH-95822: Need _PyType_Lookup() in descriptor howto code equivalent. (GH-95967)
Raymond Hettinger committed
May 6, 2022
R
GH-89519: Deprecate classmethod descriptor chaining (#92379)
Raymond Hettinger committed
February 20, 2022
R
Improve discussion about how __getattr__ is invoked. (GH-31435)
Raymond Hettinger committed
February 16, 2022
A
bpo-46730: Add more info to @property AttributeError messages (GH-31311)
Alex-Blade committed
January 20, 2022
P
no-issue: Fix documentation typos. (GH-30576)
Piotr Fusik committed
November 19, 2021
R
bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634)
Raymond Hettinger committed
April 23, 2021
R
Add more tests. Fix code excerpt. (GH-25549)
Raymond Hettinger committed
R
bpo-43917: Fix pure python equivalent for classmethod (GH-25544)
Raymond Hettinger committed
April 3, 2021
R
Replace broken example code with correct simpler code. (GH-25162)
Raymond Hettinger committed
R
Add more tests for the descriptor tutorial (GH-25164)
Raymond Hettinger committed
April 1, 2021
Z
bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (#25123)
Zackery Spytz committed
March 13, 2021
R
bpo-43427: Separte the method overview from the static method specifics. (GH-24787)
Raymond Hettinger committed
February 5, 2021
R
Minor readability improvements. Also note performance impact of __slots__. (GH-24456)
Raymond Hettinger committed
February 3, 2021
D
bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394)
diegoe committed
December 30, 2020
Y
bpo-27794: Add `name` attribute to `property` class (GH-23967)
Yurii Karabas committed
November 25, 2020
B
Typo: fix inverted sense of statement (GH-23288)
basak committed
R
Add more tests to the descriptor howto guide (GH-23506)
Raymond Hettinger committed
R
Add doctests to the descriptor HowTo (GH-23500)
Raymond Hettinger committed
November 23, 2020
R
Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23475)
Raymond Hettinger committed
November 16, 2020
R
More updates to the descriptor howto guide (GH-23238)
Raymond Hettinger committed
November 6, 2020
R
Minor grammar edits for the descriptor howto guide (GH-#23175)
Raymond Hettinger committed
November 2, 2020
R
Minor formatting edits to the descriptor howto guide (GH-23092)
Raymond Hettinger committed
R
Add member objects to the descriptor howto guide (GH-23084)
Raymond Hettinger committed
November 1, 2020
R
Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo (GH-23078)
Raymond Hettinger committed
October 25, 2020
R
Split-out a fourth section in the descriptor HowTo guide (GH-22965)
Raymond Hettinger committed
R
Second round of updates to the descriptor howto guide (GH-22946)
Raymond Hettinger committed
October 24, 2020
R
bpo-19072: Update descriptor howto for decorator chaining (GH-22934)
Raymond Hettinger committed
October 23, 2020
R
Create a primer section for the descriptor howto guide (GH-22906)
Raymond Hettinger committed