COMMITS
/ Doc/tutorial/classes.rst December 31, 2022
O
gh-100633 Tutorial: Fix dataclasses import (#100638)
Owain Davies committed
December 24, 2022
J
gh-99908: Tutorial: Modernize the 'data-record class' example (#100499)
JosephSBoyle committed
December 12, 2022
S
gh-70393: Clarify mention of "middle" scope (#98839)
Shantanu committed
October 7, 2022
S
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
May 23, 2022
N
gh-89158: Add some REPL secondary prompt markers (#93073)
Nicolas Haller committed
December 16, 2021
August 14, 2020
V
bpo-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner committed
July 14, 2020
P
Fix repeated words in Classes tutorial (GH-21455)
Paul McMillan committed
July 6, 2020
J
bpo-26205: Specify the number of nested scopes (GH-21324)
Joannah Nanjekye committed
March 10, 2020
A
bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)
Antoine committed
January 23, 2020
S
bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)
Shanavas M committed
August 23, 2019
R
bpo-12634: Clarify an awkward section of the tutorial (GH-15406)
Raymond Hettinger committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
November 7, 2018
A
Add a reference to the name mangling description in the tutorial to the index. (GH-10138)
Andrés Delfino committed
October 20, 2018
B
bpo-21196: Clarify name mangling rules in tutorial (GH-5667)
Berker Peksag committed
July 25, 2018
A
bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)
Aaron Ang committed
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