summaryrefslogtreecommitdiff
path: root/Doc/tutorial/classes.rst
Commit message (Expand)AuthorAgeFilesLines
* #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-231-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-3/+2
|\
| * Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by T...Senthil Kumaran2012-03-081-1/+3
| * Merge with 3.2Terry Jan Reedy2012-01-111-2/+2
| |\
| * \ Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)Éric Araujo2011-07-291-2/+2
| |\ \
| | * \ Issue 12086: add example showing how to use name mangling.Raymond Hettinger2011-06-251-2/+2
| | |\ \
| | | * \ 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-0/+4
| | | * | | Name c -> cls in example.Georg Brandl2011-03-071-2/+2
* | | | | | Fix links to the __next__ method.Ezio Melotti2012-10-121-9/+9
* | | | | | Fix closes Issue: 14217 - 3.2 branchSenthil Kumaran2012-03-081-1/+4
| |_|_|_|/ |/| | | |
* | | | | Minor correction. #11418Terry Jan Reedy2012-01-111-2/+2
|/ / / /
* | | | 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
| |/ |/|
* | Split combined code/doctest code blocks in two blocks, to enable proper highl...Georg Brandl2011-05-011-2/+5
|/
* #9138: reword introduction to classes in Python.Georg Brandl2010-10-171-16/+16
* Clarify that abs() is not a namespace.Georg Brandl2010-08-021-1/+1
* Clarification. Yay importlib!Georg Brandl2010-07-191-2/+5
* Remove mention of execfile from the tutorial.Mark Dickinson2010-07-121-6/+6
* Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,...Benjamin Peterson2010-06-271-1/+1
* Recorded merge of revisions 78024 via svnmerge fromGeorg Brandl2010-02-061-1/+1
* Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,...Georg Brandl2009-09-011-6/+6
* Merged revisions 74411 via svnmerge fromGeorg Brandl2009-08-131-5/+2
* Fix duplicate sentence.Georg Brandl2009-08-131-3/+1
* Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-...Alexandre Vassalotti2009-07-291-73/+74
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Fix a few remaining problems found by rstlint.Georg Brandl2009-01-031-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-4/+4
* #4549: Mention nonlocal statement in tutorial section about scoping.Georg Brandl2008-12-051-6/+5
* Forward-port of r66447.Georg Brandl2008-09-131-1/+1
* #3525: 3.0 exception changes in tutorial.Georg Brandl2008-08-081-1/+1
* #3310: stop referring to basestring.Georg Brandl2008-07-161-3/+2
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-6/+27
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-1/+1
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-8/+6
* Document nonlocal statement. Written for GHOP by "Canadabear".Georg Brandl2007-12-041-4/+52
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-1/+1
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-2/+2
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-7/+7
* #1211, #1212, #1213: py3k fixes to the tutorial.Georg Brandl2007-09-281-11/+14