summaryrefslogtreecommitdiffstats
path: root/Doc/howto/descriptor.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-26103: Fix inspect.isdatadescriptor() and a data descriptor definition. (...Aaron Hall, MBA2018-05-201-1/+1
* bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound methods ...Raymond Hettinger2017-09-251-23/+33
* bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339)_ = NaN2017-06-231-3/+3
* bpo-30530: Update Descriptor How To Documentation (GH-1845)Mariano Anaya2017-06-051-1/+1
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-32/+32
* Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* Fixing broken links in doc, part 2: howto/Georg Brandl2014-10-291-1/+1
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-1/+1
* use source role instead of linking to svnBenjamin Peterson2014-10-071-9/+8
* fix description of super() behavior on descriptorsBenjamin Peterson2013-10-181-1/+1
* Inherit from object() for consistencyRaymond Hettinger2013-03-101-1/+1
* Issue #17351: Modernize the pure Python property() example.Raymond Hettinger2013-03-101-3/+14
* Issue #13575: there is only one class type.Florent Xicluna2011-12-121-10/+2
* Fix typo reported by Sandro Tosi.Ezio Melotti2011-07-311-1/+1
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-3/+3
* #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
* Add descriptor HOWTO to py3k docs.Georg Brandl2010-05-191-0/+431