COMMITS
/ Doc/tutorial/classes.rst February 1, 2018
S
bpo-32722: Remove useless example in the Classes tutorial (#5446)
Stéphane Wirtel committed
January 2, 2018
E
bpo-32452: clarify term 'brackets' in generator tutorial (#5079)
Emily Morehouse committed
July 13, 2017
T
bpo-30466: Add brief explanation of classes to tutorial (GH-1804)
Trey Hunner committed
May 3, 2017
U
bpo-28315: Improve code examples in docs (GH-1372)
UltimateCoder committed
December 18, 2016
R
#29005: clarify terminology in tutorial 'method' discussion.
R David Murray committed
November 6, 2016
B
Issue #21864: Remove outdated section about exceptions from the tutorial
Berker Peksag committed
June 18, 2016
M
Issue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter committed
June 1, 2016
B
Fix typo in Python tutorial
Berker Peksag committed
May 10, 2016
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
October 31, 2014
G
minor grammar fixes (from docs@python.org)
Georg Brandl committed
October 29, 2014
G
Use https:// URLs when referring to python.org hosts.
Georg Brandl committed
August 8, 2014
E
#22170: avoid printing newlines twice in tutorial example.
Ezio Melotti committed
June 24, 2014
R
Issue #11974: Add tutorial section on class and instance variables
Raymond Hettinger committed
October 9, 2013
S
Issue #19193: Improved cross-references in the tutorial.
Serhiy Storchaka committed
October 6, 2013
G
October 12, 2012
E
Fix links to the __next__ method.
Ezio Melotti committed
March 9, 2012
S
Fix closes Issue: 14217 - 3.2 branch
Senthil Kumaran committed
S
Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by Tshepang Lekhonkhobe
Senthil Kumaran committed
January 11, 2012
T
Minor correction. #11418
Terry Jan Reedy committed
T
Merge with 3.2
Terry Jan Reedy committed
July 29, 2011
É
Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)
Éric Araujo committed
July 26, 2011
É
Make indentation comply with our style guide and the rest of the file
Éric Araujo committed
June 25, 2011
R
Issue 12086: add example showing how to use name mangling.
Raymond Hettinger committed
R
Issue 12086: add example showing how to use name mangling.
Raymond Hettinger committed
May 1, 2011
G
merge with 3.2
Georg Brandl committed
G
Split combined code/doctest code blocks in two blocks, to enable proper highlighting.
Georg Brandl committed
G
Split combined code/doctest code blocks in two blocks, to enable proper highlighting.
Georg Brandl committed
March 7, 2011
G
Name c -> cls in example.
Georg Brandl committed
October 17, 2010
G
#9138: reword introduction to classes in Python.
Georg Brandl committed
August 2, 2010
G
Clarify that abs() is not a namespace.
Georg Brandl committed
July 19, 2010
G
Clarification. Yay importlib!
Georg Brandl committed
July 12, 2010
M
Remove mention of execfile from the tutorial.
Mark Dickinson committed
June 27, 2010
February 6, 2010
G
Recorded merge of revisions 78024 via svnmerge from
Georg Brandl committed
September 1, 2009
August 13, 2009
G
Merged revisions 74411 via svnmerge from
Georg Brandl committed
G
Fix duplicate sentence.
Georg Brandl committed
July 29, 2009
A
Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from
Alexandre Vassalotti committed
February 21, 2009
M
Merged revisions 69846 via svnmerge from
Mark Dickinson committed
January 3, 2009
G
Fix a few remaining problems found by rstlint.
Georg Brandl committed
G
Remove trailing whitespace.
Georg Brandl committed
December 5, 2008
G
#4549: Mention nonlocal statement in tutorial section about scoping.
Georg Brandl committed
September 13, 2008
G
Forward-port of r66447.
Georg Brandl committed
August 8, 2008
G
#3525: 3.0 exception changes in tutorial.
Georg Brandl committed
July 16, 2008
G
#3310: stop referring to basestring.
Georg Brandl committed
March 16, 2008
February 1, 2008
G
Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.
Georg Brandl committed
December 31, 2007
C
Merged revisions 59605-59624 via svnmerge from
Christian Heimes committed
December 4, 2007
G
Document nonlocal statement. Written for GHOP by "Canadabear".
Georg Brandl committed