summaryrefslogtreecommitdiff
path: root/Doc/library/abc.rst
Commit message (Expand)AuthorAgeFilesLines
* Grammar corrections in abc.rst (GH-10525)Andrés Delfino2018-11-131-3/+3
* Link to property built-in in abc.rst (GH-10526)Andrés Delfino2018-11-131-1/+1
* bpo-35042: Use the :pep: role where a PEP is specified (#10036)Stéphane Wirtel2018-10-261-1/+1
* bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176)Harshul jain2018-02-211-22/+17
* bpo-31567: add or fix decorator markup in docs (#3959)Daisuke Miyakawa2017-10-121-1/+1
* bpo-30096: Use ABC in abc reference examples (#1220)Eric Appelt2017-08-301-24/+39
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* #16832: s/integer/object/ in docs/docstring, and add whatsnew entry.R David Murray2013-12-241-3/+3
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-9/+9
|\
| * Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-9/+9
* | Fix #16832 - expose cache validity checking support in ABCMetaŁukasz Langa2013-05-251-0/+17
* | Fixup abc.ABC wording and add versionadded.Georg Brandl2012-12-161-5/+8
* | Issue #16049: add abc.ABC helper class.Andrew Svetlov2012-12-131-4/+14
|/
* Merge fixes for #13614, #13512 and #7719 from 3.2Éric Araujo2012-12-081-3/+3
|\
| * Fix a few markup/grammar nitsÉric Araujo2012-12-081-3/+3
* | Close issue #16267: better docs for @abstractmethod compositionNick Coghlan2012-12-081-15/+44
* | Fix a couple of versionadded/versionchanged related markup errors.Georg Brandl2012-06-241-2/+2
* | improve abstract property support (closes #11610)Benjamin Peterson2011-12-151-15/+60
* | Mark abc.abstractproperty as a propertyÉric Araujo2011-08-191-1/+1
* | Merge wording change from 3.2Éric Araujo2011-06-151-2/+2
|\ \ | |/
| * Minor wording improvementÉric Araujo2011-06-151-2/+2
* | Merge ABC and distutils touch-ups from 3.2.Éric Araujo2011-06-041-2/+0
|\ \ | |/
| * Improve glossary entry for ABCs.Éric Araujo2011-06-041-1/+1
* | Point to new collections.abc module for collections ABCsÉric Araujo2011-06-031-1/+1
* | Fix reST label for collections ABCs.Éric Araujo2011-06-031-1/+3
* | Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spado...Éric Araujo2011-02-241-0/+3
|/
* Missing source links.Raymond Hettinger2011-01-241-0/+4
* added versionaddedBenjamin Peterson2010-08-171-0/+4
* add support for abstract class and static methods #5867Benjamin Peterson2010-08-171-0/+26
* #6522: add a "decorator" directive to explicitly document decorators, and use...Georg Brandl2010-07-291-1/+1
* Remove surplus empty lines and convert more files to new optional arg style.Georg Brandl2009-05-171-1/+0
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-1/+2
* First batch of signature documentation changes; using default argument syntax...Georg Brandl2009-04-021-1/+1
* Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via sv...Benjamin Peterson2009-02-261-1/+1
* Merged revisions 68221 via svnmerge fromGeorg Brandl2009-01-031-6/+6
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
* Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,...Georg Brandl2008-07-161-2/+2
* Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-...Benjamin Peterson2008-07-021-4/+4
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-101-3/+3
* Proof read/editing of abc. Added table of collections.Hashable etc. toMark Summerfield2007-09-051-22/+46
* More abc docs.Georg Brandl2007-09-041-32/+56
* Initial documentation for the `abc` module.Georg Brandl2007-09-041-0/+142