| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) | Victor Stinner | 2020-08-19 | 1 | -1/+1 |
|
|
* | Fix repeated words in Classes tutorial (GH-21455) | Miss Islington (bot) | 2020-07-14 | 1 | -2/+2 |
|
|
* | bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21341) | Miss Islington (bot) | 2020-07-06 | 1 | -2/+2 |
|
|
* | bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) | Antoine | 2020-03-10 | 1 | -1/+1 |
|
|
* | bpo-39431: Also mention nonlocal in assignment quirk (GH-17375) | Shanavas M | 2020-01-23 | 1 | -4/+4 |
|
|
* | bpo-12634: Clarify an awkward section of the tutorial (GH-15406) | Raymond Hettinger | 2019-08-23 | 1 | -6/+14 |
|
|
* | bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) | Serhiy Storchaka | 2018-12-19 | 1 | -1/+1 |
|
|
* | Add a reference to the name mangling description in the tutorial to the index... | Andrés Delfino | 2018-11-07 | 1 | -0/+3 |
|
|
* | bpo-21196: Clarify name mangling rules in tutorial (GH-5667) | Berker Peksag | 2018-10-20 | 1 | -0/+5 |
|
|
* | bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208) | Aaron Ang | 2018-07-25 | 1 | -2/+2 |
|
|
* | bpo-32722: Remove useless example in the Classes tutorial (#5446) | Stéphane Wirtel | 2018-02-01 | 1 | -4/+1 |
|
|
* | bpo-32452: clarify term 'brackets' in generator tutorial (#5079) | Emily Morehouse | 2018-01-02 | 1 | -3/+3 |
|
|
* | bpo-30466: Add brief explanation of classes to tutorial (GH-1804) | Trey Hunner | 2017-07-13 | 1 | -0/+6 |
|
|
* | bpo-28315: Improve code examples in docs (GH-1372) | UltimateCoder | 2017-05-03 | 1 | -1/+1 |
|
|
* | #29005: clarify terminology in tutorial 'method' discussion. | R David Murray | 2016-12-18 | 1 | -3/+2 |
|
|
* | Issue #21864: Remove outdated section about exceptions from the tutorial | Berker Peksag | 2016-11-06 | 1 | -49/+0 |
|
|
* | Issue #24314: Fix doc links for general attributes like __name__, __dict__ | Martin Panter | 2016-06-18 | 1 | -2/+2 |
|
|
* | Fix typo in Python tutorial | Berker Peksag | 2016-06-01 | 1 | -1/+1 |
|
|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -1/+11 |
|
|
* | minor grammar fixes (from docs@python.org) | Georg Brandl | 2014-10-31 | 1 | -2/+2 |
|
|
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
|
|
* | #22170: avoid printing newlines twice in tutorial example. | Ezio Melotti | 2014-08-08 | 1 | -1/+1 |
|
|
* | Issue #11974: Add tutorial section on class and instance variables | Raymond Hettinger | 2014-06-24 | 1 | -0/+71 |
|
|
* | Issue #19193: Improved cross-references in the tutorial. | Serhiy Storchaka | 2013-10-09 | 1 | -3/+3 |
|
|
* | Remove newline in method that makes it possible to copy example to the intera... | Georg Brandl | 2013-10-06 | 1 | -1/+0 |
|
|
* | merge 3.2 | Benjamin Peterson | 2012-10-12 | 1 | -9/+9 |
|\ |
|
| * | Fix links to the __next__ method. | Ezio Melotti | 2012-10-12 | 1 | -9/+9 |
|
|
| * | Fix closes Issue: 14217 - 3.2 branch | Senthil Kumaran | 2012-03-09 | 1 | -1/+4 |
|
|
* | | Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by T... | Senthil Kumaran | 2012-03-09 | 1 | -1/+3 |
|
|
* | | Merge with 3.2 | Terry Jan Reedy | 2012-01-11 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Minor correction. #11418 | Terry Jan Reedy | 2012-01-11 | 1 | -2/+2 |
|
|
* | | Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) | Éric Araujo | 2011-07-29 | 1 | -14/+14 |
|\ \
| |/ |
|
| * | Make indentation comply with our style guide and the rest of the file | Éric Araujo | 2011-07-26 | 1 | -14/+14 |
|
|
* | | Issue 12086: add example showing how to use name mangling. | Raymond Hettinger | 2011-06-25 | 1 | -0/+22 |
|\ \
| |/ |
|
| * | Issue 12086: add example showing how to use name mangling. | Raymond Hettinger | 2011-06-25 | 1 | -0/+22 |
|
|
* | | merge with 3.2 | Georg Brandl | 2011-05-01 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Split combined code/doctest code blocks in two blocks, to enable proper highl... | Georg Brandl | 2011-05-01 | 1 | -2/+5 |
|
|
* | | Split combined code/doctest code blocks in two blocks, to enable proper highl... | Georg Brandl | 2011-05-01 | 1 | -0/+4 |
|
|
* | | Name c -> cls in example. | Georg Brandl | 2011-03-07 | 1 | -2/+2 |
|/ |
|
* | #9138: reword introduction to classes in Python. | Georg Brandl | 2010-10-17 | 1 | -16/+16 |
|
|
* | Clarify that abs() is not a namespace. | Georg Brandl | 2010-08-02 | 1 | -1/+1 |
|
|
* | Clarification. Yay importlib! | Georg Brandl | 2010-07-19 | 1 | -2/+5 |
|
|
* | Remove mention of execfile from the tutorial. | Mark Dickinson | 2010-07-12 | 1 | -6/+6 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 78024 via svnmerge from | Georg Brandl | 2010-02-06 | 1 | -1/+1 |
|
|
* | Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,... | Georg Brandl | 2009-09-01 | 1 | -6/+6 |
|
|
* | Merged revisions 74411 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -5/+2 |
|
|
* | Fix duplicate sentence. | Georg Brandl | 2009-08-13 | 1 | -3/+1 |
|
|
* | Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-... | Alexandre Vassalotti | 2009-07-29 | 1 | -73/+74 |
|
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
|
|