COMMITS
/ Doc/howto/descriptor.rst 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
June 5, 2017
M
bpo-30530: Update Descriptor How To Documentation (GH-1845)
Mariano Anaya committed
October 19, 2016
S
Issue #19795: Mark up None as literal text.
Serhiy Storchaka committed
May 10, 2016
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
November 2, 2015
S
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka committed
October 29, 2014
G
Fixing broken links in doc, part 2: howto/
Georg Brandl committed
G
Use https:// URLs when referring to python.org hosts.
Georg Brandl committed
October 7, 2014
B
use source role instead of linking to svn
Benjamin Peterson committed
October 18, 2013
B
fix description of super() behavior on descriptors
Benjamin Peterson committed
March 10, 2013
R
Inherit from object() for consistency
Raymond Hettinger committed
R
Issue #17351: Modernize the pure Python property() example.
Raymond Hettinger committed
December 12, 2011
F
Issue #13575: there is only one class type.
Florent Xicluna committed
July 31, 2011
E
Fix typo reported by Sandro Tosi.
Ezio Melotti committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
September 21, 2010
G
#9911: doc copyedits.
Georg Brandl committed
May 19, 2010
G
Add descriptor HOWTO to py3k docs.
Georg Brandl committed