summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/classes.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (#108746)Nikita Sobolev2023-09-011-1/+1
* Improve references in the tutorial (GH-108069)Serhiy Storchaka2023-08-211-21/+22
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-041-1/+1
* gh-100633 Tutorial: Fix dataclasses import (#100638)Owain Davies2022-12-311-1/+1
* gh-99908: Tutorial: Modernize the 'data-record class' example (#100499)JosephSBoyle2022-12-241-9/+15
* gh-70393: Clarify mention of "middle" scope (#98839)Shantanu2022-12-121-2/+2
* gh-73196: Add namespace/scope clarification for inheritance section (#92840)Stanley2022-10-071-1/+2
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-1/+1
* gh-89158: Add some REPL secondary prompt markers (#93073)Nicolas Haller2022-05-231-3/+3
* Fix the output of built-in iter() function example in Iterators (Section 9.8)...Vivek Vashist2021-12-161-1/+1
* bpo-40204: Fix reference to terms in the doc (GH-21865)Victor Stinner2020-08-141-1/+1
* Fix repeated words in Classes tutorial (GH-21455)Paul McMillan2020-07-141-2/+2
* bpo-26205: Specify the number of nested scopes (GH-21324)Joannah Nanjekye2020-07-061-2/+2
* bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)Antoine2020-03-101-1/+1
* bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)Shanavas M2020-01-231-4/+4
* bpo-12634: Clarify an awkward section of the tutorial (GH-15406)Raymond Hettinger2019-08-231-6/+14
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-191-1/+1
* Add a reference to the name mangling description in the tutorial to the index...Andrés Delfino2018-11-071-0/+3
* bpo-21196: Clarify name mangling rules in tutorial (GH-5667)Berker Peksag2018-10-201-0/+5
* bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)Aaron Ang2018-07-251-2/+2
* bpo-32722: Remove useless example in the Classes tutorial (#5446)Stéphane Wirtel2018-02-011-4/+1
* bpo-32452: clarify term 'brackets' in generator tutorial (#5079)Emily Morehouse2018-01-021-3/+3
* bpo-30466: Add brief explanation of classes to tutorial (GH-1804)Trey Hunner2017-07-131-0/+6
* bpo-28315: Improve code examples in docs (GH-1372)UltimateCoder2017-05-031-1/+1
* #29005: clarify terminology in tutorial 'method' discussion.R David Murray2016-12-181-3/+2
* Issue #21864: Remove outdated section about exceptions from the tutorialBerker Peksag2016-11-061-49/+0
* Issue #24314: Fix doc links for general attributes like __name__, __dict__Martin Panter2016-06-181-2/+2
* Fix typo in Python tutorialBerker Peksag2016-06-011-1/+1
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+11
* minor grammar fixes (from docs@python.org)Georg Brandl2014-10-311-2/+2
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-1/+1
* #22170: avoid printing newlines twice in tutorial example.Ezio Melotti2014-08-081-1/+1
* Issue #11974: Add tutorial section on class and instance variablesRaymond Hettinger2014-06-241-0/+71
* Issue #19193: Improved cross-references in the tutorial.Serhiy Storchaka2013-10-091-3/+3
* Remove newline in method that makes it possible to copy example to the intera...Georg Brandl2013-10-061-1/+0
* merge 3.2Benjamin Peterson2012-10-121-9/+9
|\
| * Fix links to the __next__ method.Ezio Melotti2012-10-121-9/+9
| * Fix closes Issue: 14217 - 3.2 branchSenthil Kumaran2012-03-091-1/+4
* | Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by T...Senthil Kumaran2012-03-091-1/+3
* | Merge with 3.2Terry Jan Reedy2012-01-111-2/+2
|\ \ | |/
| * Minor correction. #11418Terry Jan Reedy2012-01-111-2/+2
* | Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)Éric Araujo2011-07-291-14/+14
|\ \ | |/
| * Make indentation comply with our style guide and the rest of the fileÉric Araujo2011-07-261-14/+14
* | Issue 12086: add example showing how to use name mangling.Raymond Hettinger2011-06-251-0/+22
|\ \ | |/
| * Issue 12086: add example showing how to use name mangling.Raymond Hettinger2011-06-251-0/+22
* | merge with 3.2Georg Brandl2011-05-011-2/+1
|\ \ | |/
| * Split combined code/doctest code blocks in two blocks, to enable proper highl...Georg Brandl2011-05-011-2/+5
* | Split combined code/doctest code blocks in two blocks, to enable proper highl...Georg Brandl2011-05-011-0/+4
* | Name c -> cls in example.Georg Brandl2011-03-071-2/+2
|/
* #9138: reword introduction to classes in Python.Georg Brandl2010-10-171-16/+16