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.13] gh-116488: Mention `dict.get` in the data structures tutorial (GH-1396...
Miss Islington (bot)
2025-10-06
1
-2/+12
*
[3.13] gh-107194: Improved language of list.index in tutorial (gh-138518) (#1...
Miss Islington (bot)
2025-09-08
1
-1/+1
*
[3.13] GH-138465: Improve documentation for common sequence methods (GH-13847...
Adam Turner
2025-09-05
3
-7/+7
*
[3.13] gh-138307: Update the Ellipsis documentation (GH-138306) (#138439)
Miss Islington (bot)
2025-09-05
1
-0/+7
*
[3.13] gh-138011: Clarify tutorial method object example code (GH-138014) (#1...
Miss Islington (bot)
2025-08-21
1
-1/+1
*
[3.13] gh-109975: Indicate the minimum version for PyREPL in the tutorial (GH...
Miss Islington (bot)
2025-08-14
1
-1/+1
*
[3.13] Pedantic rewording of why relative importing doesn't work in main modu...
Miss Islington (bot)
2025-07-21
1
-2/+2
*
[3.13] Update tutorial for new "Copy" button (GH-135007) (#135271)
Miss Islington (bot)
2025-06-08
1
-4/+3
*
[3.13] feat(docs): type fix - apply pep8 by using docstring instead of commen...
Miss Islington (bot)
2025-06-06
1
-2/+4
*
[3.13] Docs: Add note to tutorial clarifying scope (GH-134534) (#134545)
Kattni
2025-05-22
1
-1/+6
*
[3.13] fix indent in `controlflow.rst` docs (GH-134008) (#134185)
Miss Islington (bot)
2025-05-18
1
-1/+1
*
[3.13] gh-133881: add forward reference to `list.sort()` in lambda expression...
Miss Islington (bot)
2025-05-17
1
-1/+2
*
[3.13] Doc: Allow translating a code block in the tutorial (GH-131353) (#133649)
Miss Islington (bot)
2025-05-08
1
-0/+2
*
[3.13] gh-116666: Add "token" glossary term (GH-130888) (GH-131367)
Miss Islington (bot)
2025-03-18
2
-9/+10
*
[3.13] gh-122876: Fix "End of lines" typo (GH-125310) (#130315)
Miss Islington (bot)
2025-02-19
1
-1/+1
*
[3.13] gh-101100: amend references starting with `!~` in gh-127054 (GH-127684...
Miss Islington (bot)
2024-12-06
1
-5/+5
*
[3.13] gh-101100: Fix Sphinx warnings about list methods (GH-127054) (#127511)
Miss Islington (bot)
2024-12-02
1
-5/+5
*
[3.13] gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (...
Miss Islington (bot)
2024-11-25
1
-1/+1
*
[3.13] Prefer "similar" over "equivalent" in tutorial (GH-125343) (GH-125372)
Miss Islington (bot)
2024-10-30
1
-4/+4
*
[3.13] gh-85583: Add f-string index in tutorial/inputoutput.rst (GH-21681) (...
Miss Islington (bot)
2024-10-30
1
-0/+7
*
[3.13] docs: restore an anchor to for/else (GH-126154) (#126159)
Miss Islington (bot)
2024-10-30
1
-0/+1
*
[3.13] Fix a typo in ``Doc/tutorial/errors.rst`` exception output (GH-126001)...
Miss Islington (bot)
2024-10-26
1
-1/+1
*
[3.13] gh-125615: Fix grammar nit in tutorial's interactive interpreter appen...
Miss Islington (bot)
2024-10-16
1
-1/+1
*
[3.13] gh-125383: Update `fib` function comment for accuracy (GH-125386) (#12...
Miss Islington (bot)
2024-10-13
1
-2/+2
*
[3.13] Doc: Fix a typo in "Function Examples" in the control-flow tutorial (G...
Miss Islington (bot)
2024-10-12
1
-1/+1
*
[3.13] gh-101100: Consolidate documentation on `ModuleType` attributes (#1247...
Alex Waygood
2024-10-09
1
-2/+3
*
[3.13] Docs: make a tutorial example more precise (GH-125066) (#125078)
Miss Islington (bot)
2024-10-08
1
-11/+9
*
[3.13] Docs: for for/else clarify that return or raise also skip the else (GH...
Miss Islington (bot)
2024-09-27
1
-2/+4
*
[3.13] gh-101100: Add a table of class attributes to the "Custom classes" sec...
Alex Waygood
2024-09-26
1
-3/+3
*
[3.13] For-else deserves its own section in the tutorial (GH-123946) (#124564)
Miss Islington (bot)
2024-09-26
1
-31/+54
*
[3.13] Update to 3.13 the output of exceptions raised (GH-123888) (#124055)
Miss Islington (bot)
2024-09-23
1
-3/+42
*
[3.13] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123513)
Wei-Hsiang (Matt) Wang
2024-08-30
1
-1/+1
*
[3.13] GH-109975: Copyedit 3.13 What's New: New Features (GH-122990) (#123032)
Miss Islington (bot)
2024-08-15
1
-2/+2
*
[3.13] gh-122944: Fix incorrect prompt strings in the Python Tutorial (GH-122...
Miss Islington (bot)
2024-08-12
4
-10/+10
*
[3.13] gh-121905: Consistently use "floating-point" instead of "floating poin...
Serhiy Storchaka
2024-07-19
4
-9/+9
*
[3.13] gh-120452: improve documentation about private name mangling (GH-12045...
Miss Islington (bot)
2024-07-13
1
-0/+5
*
[3.13] gh-120345: Fix incorrect use of the :class: role with the "()" suffix ...
Miss Islington (bot)
2024-06-12
1
-2/+2
*
[3.13] gh-110383: Improve 'old string formatting' text in tutorial (GH-120219...
Miss Islington (bot)
2024-06-07
1
-3/+5
*
[3.13] gh-119016: Remove outdated sentences from the "classes" tutorial (GH-1...
Miss Islington (bot)
2024-06-01
1
-5/+1
*
[3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570)
Miss Islington (bot)
2024-05-26
1
-1/+1
*
[3.13] GH-110383: Improve Tutorial for Input Ouput (GH-119230) (GH-119326)
Miss Islington (bot)
2024-05-21
1
-4/+16
*
[3.13] gh-119078: Clarify venv tutorial (GH-119129) (GH-119142)
Miss Islington (bot)
2024-05-18
1
-4/+4
*
[3.13] Format None, True, False and NotImplemented as literals (GH-118758) (G...
Miss Islington (bot)
2024-05-08
1
-1/+1
*
Remove Python 3.5 hardcoded version in the tutorial appendix (GH-117612)
Kerim Kabirov
2024-05-07
1
-2/+2
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
1
-0/+22
*
Add 'The Python 2.3 Method Resolution Order' (#116435)
Hugo van Kemenade
2024-04-15
1
-1/+1
*
gh-117597: Clarify exception handling in the tutorial (#117681)
Nice Zombies
2024-04-09
1
-3/+3
*
gh-116563: Update tutorial error example (#116569)
Terry Jan Reedy
2024-03-11
1
-4/+4
*
GH-116271 Docs: provide clarification for object assignments in the Tutorial ...
Kerim Kabirov
2024-03-04
1
-7/+24
*
Docs: Use substitutions instead of manual version updates (#115416)
Hugo van Kemenade
2024-02-14
3
-4/+4
[next]