Raymond Hettinger
|
803187796f
|
Minor grammar edits for the descriptor howto guide (GH-#23175)
|
2020-11-06 01:30:17 -08:00 |
Raymond Hettinger
|
e9208f0e74
|
Minor formatting edits to the descriptor howto guide (GH-23092)
|
2020-11-01 20:15:50 -08:00 |
Raymond Hettinger
|
74fa464b81
|
Add member objects to the descriptor howto guide (GH-23084)
|
2020-11-01 18:02:37 -08:00 |
Raymond Hettinger
|
148c76b27c
|
Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo (GH-23078)
|
2020-11-01 09:10:06 -08:00 |
Raymond Hettinger
|
e6a7ea4f2e
|
Split-out a fourth section in the descriptor HowTo guide (GH-22965)
|
2020-10-25 07:12:50 -07:00 |
Raymond Hettinger
|
4a9c637938
|
Second round of updates to the descriptor howto guide (GH-22946)
|
2020-10-24 20:34:39 -07:00 |
Raymond Hettinger
|
8e5b0fdce3
|
bpo-19072: Update descriptor howto for decorator chaining (GH-22934)
|
2020-10-23 18:37:27 -07:00 |
Raymond Hettinger
|
8d3d7314d4
|
Create a primer section for the descriptor howto guide (GH-22906)
|
2020-10-23 12:55:39 -07:00 |
Yonatan Goldschmidt
|
f6a16e8a82
|
Remove incorrect mention of method.__class__ in descriptor docs (GH-21665)
|
2020-07-28 16:56:26 -07:00 |
Raymond Hettinger
|
03acba6f1a
|
bpo-25777: Wording describes a lookup, not a call (GH-15573)
|
2019-08-28 22:59:43 -07:00 |
Serhiy Storchaka
|
e042a4553e
|
Do not use explicit inheritance from object in the documentation. (GH-13936)
|
2019-06-10 13:35:52 +03:00 |
Shubham Aggarwal
|
abbdd1fc5c
|
bpo-23984: Improve descriptor documentation (GH-1034)
https://bugs.python.org/issue23984
|
2019-03-19 19:55:55 -07:00 |
Andrés Delfino
|
271818fe27
|
Fix "Python" casing in a few places (GH-9001)
|
2018-09-14 10:13:09 -07:00 |
NotAFile
|
28ea4c2847
|
switch descriptor howto to return value annotation (GH-7796)
|
2018-09-10 14:35:38 -07:00 |
Aaron Hall, MBA
|
4054b172ab
|
bpo-26103: Fix inspect.isdatadescriptor() and a data descriptor definition. (GH-1959)
Look for '__set__' or '__delete__'.
|
2018-05-21 02:46:42 +03:00 |
Raymond Hettinger
|
0d4497b9ca
|
bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound methods (#3739)
|
2017-09-25 01:05:49 -07:00 |
_ = NaN
|
b066edfb1b
|
bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339)
|
2017-06-22 20:54:35 -07:00 |
Mariano Anaya
|
1bced56567
|
bpo-30530: Update Descriptor How To Documentation (GH-1845)
Update the code example in Functions and Methods section
Remove objtype argument in MethodType
|
2017-06-04 19:46:50 -07:00 |
Serhiy Storchaka
|
ecf41da83e
|
Issue #19795: Mark up None as literal text.
|
2016-10-19 16:29:26 +03:00 |
Serhiy Storchaka
|
dba903993a
|
Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.
|
2016-05-10 12:01:23 +03:00 |
Serhiy Storchaka
|
d65c9496da
|
Issue #25523: Further a-to-an corrections.
|
2015-11-02 14:10:23 +02:00 |
Georg Brandl
|
9bdcb3bc8a
|
Fixing broken links in doc, part 2: howto/
|
2014-10-29 09:37:43 +01:00 |
Georg Brandl
|
e73778c1ac
|
Use https:// URLs when referring to python.org hosts.
|
2014-10-29 08:36:35 +01:00 |
Benjamin Peterson
|
57fb11b255
|
use source role instead of linking to svn
|
2014-10-06 21:10:25 -04:00 |
Benjamin Peterson
|
910a66566a
|
fix description of super() behavior on descriptors
|
2013-10-18 12:57:55 -04:00 |
Raymond Hettinger
|
686aae4841
|
Inherit from object() for consistency
|
2013-03-10 09:50:37 -07:00 |
Raymond Hettinger
|
632c8c8ab1
|
Issue #17351: Modernize the pure Python property() example.
|
2013-03-10 09:41:18 -07:00 |
Florent Xicluna
|
aa6c1d240f
|
Issue #13575: there is only one class type.
|
2011-12-12 18:54:29 +01:00 |
Ezio Melotti
|
222e61e444
|
Fix typo reported by Sandro Tosi.
|
2011-07-31 22:49:18 +03:00 |
Georg Brandl
|
60203b41b0
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
Georg Brandl
|
6faee4e2ce
|
#9911: doc copyedits.
|
2010-09-21 14:48:28 +00:00 |
Georg Brandl
|
45cceeb608
|
Add descriptor HOWTO to py3k docs.
|
2010-05-19 21:39:51 +00:00 |