COMMITS
/ Doc/howto/descriptor.rst September 25, 2024
September 2, 2024
W
[3.12] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123576)
Wei-Hsiang (Matt) Wang committed
August 30, 2024
W
[3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)
Wei-Hsiang (Matt) Wang committed
June 12, 2024
M
[3.12] gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347) (GH-120412)
Miss Islington (bot) committed
February 20, 2024
M
[3.12] Make the title match the content (GH-115702) (gh-115703)
Miss Islington (bot) committed
January 10, 2024
M
[3.12] gh-113625: Align object addresses in the Descriptor HowTo Guide (GH-113894) (#113922)
Miss Islington (bot) committed
December 12, 2023
H
[3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#112974)
Hugo van Kemenade committed
November 25, 2023
M
[3.12] Descriptor HowTo: Sync the error-messages with the C code. Add tests. (gh-112403) (gh-112411)
Miss Islington (bot) committed
November 23, 2023
M
[3.12] Remove bogus annotations from the descriptor howto guide (GH-112349) (#112352)
Miss Islington (bot) committed
November 4, 2023
M
[3.12] gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (GH-111725) (#111727)
Miss Islington (bot) committed
July 28, 2023
S
[3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107380)
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
July 28, 2020
Y
Remove incorrect mention of method.__class__ in descriptor docs (GH-21665)
Yonatan Goldschmidt committed
August 29, 2019
R
bpo-25777: Wording describes a lookup, not a call (GH-15573)
Raymond Hettinger committed
June 10, 2019
S
Do not use explicit inheritance from object in the documentation. (GH-13936)
Serhiy Storchaka committed
March 20, 2019
S
bpo-23984: Improve descriptor documentation (GH-1034)
Shubham Aggarwal committed
September 14, 2018
A
Fix "Python" casing in a few places (GH-9001)
Andrés Delfino committed
September 10, 2018
N
switch descriptor howto to return value annotation (GH-7796)
NotAFile committed
May 20, 2018
A
bpo-26103: Fix inspect.isdatadescriptor() and a data descriptor definition. (GH-1959)
Aaron Hall, MBA committed
September 25, 2017
R
bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound methods (#3739)
Raymond Hettinger committed
June 23, 2017
_
bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339)
_ = NaN committed