index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
tutorial
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] Add 'The Python 2.3 Method Resolution Order' (GH-116435) (#117885)
Hugo van Kemenade
2024-04-15
1
-1/+1
*
[3.12] gh-117597: Clarify exception handling in the tutorial (GH-117681) (#11...
Miss Islington (bot)
2024-04-09
1
-3/+3
*
[3.12] gh-116563: Update tutorial error example (GH-116569) (#116624)
Miss Islington (bot)
2024-03-11
1
-4/+4
*
[3.12] GH-116271 Docs: provide clarification for object assignments in the Tu...
Miss Islington (bot)
2024-03-04
1
-7/+24
*
[3.12] gh-114648: Add IndexError exception to tutorial datastructures list.po...
Miss Islington (bot)
2024-02-01
1
-4/+3
*
[3.12] gh-114069: Revise Tutorial Methods paragraph (GH-114127) (#114131)
Miss Islington (bot)
2024-01-16
1
-6/+5
*
[3.12] Tutorial: Clarify 'nonzero exit status' in the appendix (GH-112039) (#...
Miss Islington (bot)
2024-01-12
1
-1/+1
*
[3.12] gh-113208: Mention namespace packages don't require __init__.py (GH-11...
Miss Islington (bot)
2023-12-19
1
-1/+2
*
[3.12] gh-113113: doc: use less ambiguously named variable (gh-113114) (gh-11...
Miss Islington (bot)
2023-12-14
1
-3/+3
*
[3.12] gh-101100: Improve documentation for attributes on instance methods (G...
Miss Islington (bot)
2023-12-08
1
-2/+4
*
[3.12] Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499...
Miss Islington (bot)
2023-12-03
1
-1/+1
*
[3.12] gh-110383: Explained which error message is generated when there is an...
Miss Islington (bot)
2023-11-19
1
-2/+1
*
[3.12] gh-111406: Fix broken link to bpython's site (GH-111407) (#111408)
Miss Islington (bot)
2023-10-27
1
-1/+1
*
[3.12] gh-101100: Fix Sphinx warning in `tutorial/introduction.rst` (GH-11117...
Miss Islington (bot)
2023-10-22
1
-1/+1
*
[3.12] gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers...
Miss Islington (bot)
2023-10-09
1
-1/+1
*
[3.12] Update floatingpoint.rst (GH-110509) (#110513)
Miss Islington (bot)
2023-10-08
1
-1/+1
*
[3.12] gh-101100: Fix Sphinx warnings in `tutorial/controlflow.rst` (GH-10942...
Miss Islington (bot)
2023-09-29
1
-2/+2
*
[3.12] gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (GH-108750) ...
Hugo van Kemenade
2023-09-02
1
-4/+4
*
[3.12] gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (GH-108746) (...
Miss Islington (bot)
2023-09-01
1
-1/+1
*
[3.12] Improve references in the tutorial (GH-108069) (#108203)
Miss Islington (bot)
2023-08-21
5
-47/+48
*
[3.12] GH-107987: Remove the Distributing Python Modules guide (GH-108016) (#...
Miss Islington (bot)
2023-08-17
1
-1/+3
*
[3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...
Serhiy Storchaka
2023-07-29
2
-3/+3
*
[3.12] gh-107017: Change Chapter Strings to Texts in the Introduction chapter...
Miss Islington (bot)
2023-07-24
1
-20/+20
*
[3.12] gh-107017: Analolgy to Pascal and C replaced. (GH-107025) (#107124)
Miss Islington (bot)
2023-07-23
1
-2/+2
*
[3.12] gh-107017: removed mention that C does it the same way (GH-107020) (#1...
Miss Islington (bot)
2023-07-23
1
-8/+15
*
[3.12] gh-71261: Add paragraph on shadowing submodules with star imports (GH-...
Miss Islington (bot)
2023-07-23
1
-0/+16
*
[3.12] Reformat code block to make it easier to read (GH-106965) (#107010)
Miss Islington (bot)
2023-07-22
1
-5/+14
*
[3.12] gh-106780: Add __match_args__ to tutorial example (GH-106784) (#106819)
Miss Islington (bot)
2023-07-17
1
-1/+7
*
[3.12] gh-106625 : Add missing code to tutorial 4.6 example (GH-106623) (#106...
Miss Islington (bot)
2023-07-11
1
-2/+3
*
[3.12] Doc: Add missing ref labels to exception groups/notes sections (GH-106...
Miss Islington (bot)
2023-07-06
1
-0/+2
*
[3.12] gh-104479: Update outdated tutorial floating-point reference (GH-10468...
Miss Islington (bot)
2023-05-26
1
-10/+13
*
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner
2023-05-06
2
-2/+2
*
GH-97950: Use new-style index directive ('statement') (#104162)
Adam Turner
2023-05-04
1
-1/+1
*
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner
2023-05-04
2
-2/+2
*
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner
2023-05-04
2
-3/+3
*
[doc] Fix error in tutorial example: type(exc) is the type rather than the in...
Jens-Hilmar Bradt
2023-03-22
1
-1/+1
*
gh-102703: Fix typo in modules tutorial documentation (GH-102707)
Robert Prater (B. Eng)
2023-03-15
1
-1/+1
*
gh-102354: change python3 to python in docs examples (#102696)
Paul Watson
2023-03-14
1
-1/+1
*
Misc improvements to the float tutorial (GH-102052)
Raymond Hettinger
2023-02-19
1
-33/+106
*
gh-100425: Update tutorial docs related to sum() accuracy (FH-101854)
neuralstring
2023-02-19
1
-1/+1
*
docs: replace PyPI description with link (#101506)
François Magimel
2023-02-03
1
-2/+2
*
gh-100633 Tutorial: Fix dataclasses import (#100638)
Owain Davies
2022-12-31
1
-1/+1
*
gh-55688: Add note about ending backslashes for raw strings (#94768)
Stanley
2022-12-28
1
-0/+5
*
gh-99908: Tutorial: Modernize the 'data-record class' example (#100499)
JosephSBoyle
2022-12-24
1
-9/+15
*
GH-100425: Improve accuracy of builtin sum() for float inputs (GH-100426)
Raymond Hettinger
2022-12-23
1
-1/+1
*
Fix typo in introduction.rst (#100266)
Mikhail Berkov
2022-12-16
1
-1/+1
*
gh-70393: Clarify mention of "middle" scope (#98839)
Shantanu
2022-12-12
1
-2/+2
*
[doc] fix typo (GH-99143)
Doj
2022-11-05
1
-1/+1
*
Doc: use "unnumbered" footnotes (#98954)
Manuel Kaufmann
2022-11-01
1
-2/+2
*
Missing PS1 prompt in tutorial example (GH-98921)
Manuel Kaufmann
2022-11-01
1
-2/+3
[next]