COMMITS
/ Doc/tutorial/classes.rst February 11, 2026
R
Fix typos and grammar errors across documentation (#144709)
Ronald Eddy Jr committed
January 31, 2026
A
gh-143055: Implementation of PEP 798 (#143056)
adam j hartz committed
August 21, 2025
T
gh-138011: Clarify tutorial method object example code (#138014)
Terry Jan Reedy committed
July 28, 2025
J
gh-136843: Document how multiple inheritance works (#136844)
Jelle Zijlstra committed
December 20, 2024
S
Python Tutorial typo fix (#128077)
shallow-beach committed
September 25, 2024
July 13, 2024
B
gh-120452: improve documentation about private name mangling (#120451)
Bénédikt Tran committed
June 1, 2024
N
gh-119016: Remove outdated sentences from the "classes" tutorial (#119130)
Nice Zombies committed
April 15, 2024
H
Add 'The Python 2.3 Method Resolution Order' (#116435)
Hugo van Kemenade committed
January 16, 2024
T
gh-114069: Revise Tutorial Methods paragraph (#114127)
Terry Jan Reedy committed
December 8, 2023
A
gh-101100: Improve documentation for attributes on instance methods (#112832)
Alex Waygood committed
September 1, 2023
N
gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (#108746)
Nikita Sobolev committed
August 21, 2023
S
Improve references in the tutorial (GH-108069)
Serhiy Storchaka committed
May 4, 2023
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
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