COMMITS
/ Doc/howto/descriptor.rst 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