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
*
gh-142411: Change documentation to reflect the new docstring adjustments in 3...
decorator-factory
13 days
1
-13/+10
*
Improve clarity in tutorial introduction (#140669)
Thierry Martos
2025-11-30
1
-1/+1
*
gh-141412: Use reliable target URL for urllib example (GH-141428)
Bob Kline
2025-11-12
1
-3/+3
*
gh-140379: add hyperlinks to list and set (GH-140399)
Krishna Chaitanya
2025-11-11
1
-7/+7
*
gh-139434: Update selected RFC 2822 references to RFC 5322 (#139435)
Filip Ćajszczak
2025-11-04
1
-1/+1
*
Fix minor typo: 'web site' -> 'website' (GH-140561)
commitWithTisha
2025-11-04
2
-2/+2
*
gh-116488: Mention `dict.get` in the data structures tutorial (GH-139643)
Cycloctane
2025-10-06
1
-2/+12
*
GH-101100: Remove some entries from ``nitpick_ignore`` (#138464)
Adam Turner
2025-09-08
1
-1/+1
*
GH-138465: Improve documentation for common sequence methods (#138474)
Adam Turner
2025-09-05
3
-7/+7
*
gh-107194: Improved language of list.index in tutorial (gh-138518)
Ric
2025-09-05
1
-1/+1
*
gh-138307: Update the Ellipsis documentation (#138306)
Adorilson Bezerra
2025-09-03
1
-0/+7
*
gh-138011: Clarify tutorial method object example code (#138014)
Terry Jan Reedy
2025-08-21
1
-1/+1
*
gh-109975: Indicate the minimum version for PyREPL in the tutorial (#136046)
Konstantin Morenko
2025-08-14
1
-1/+1
*
gh-132661: PEP 750 documentation: second pass (#137020)
Adam Turner
2025-08-04
1
-5/+5
*
gh-136843: Document how multiple inheritance works (#136844)
Jelle Zijlstra
2025-07-28
1
-0/+3
*
gh-132661: Document t-strings and `templatelib` (#135229)
Dave Peck
2025-07-22
1
-4/+5
*
Pedantic rewording of why relative importing doesn't work in main modules (GH...
Josh Cannon
2025-07-21
1
-2/+2
*
Update tutorial for new "Copy" button (#135007)
Stan Ulbrych
2025-06-08
1
-4/+3
*
feat(docs): type fix - apply pep8 by using docstring instead of comment in th...
Jean-Louis GUENEGO
2025-06-06
1
-2/+4
*
Docs: Add note to tutorial clarifying scope (#134534)
Kattni
2025-05-22
1
-1/+6
*
fix indent in `controlflow.rst` docs (#134008)
Yongzi Li
2025-05-18
1
-1/+1
*
gh-133881: add forward reference to `list.sort()` in lambda expression tutori...
Oleg Burnaev
2025-05-17
1
-1/+2
*
Doc: Allow translating a code block in the tutorial (#131353)
Stan Ulbrych
2025-05-08
1
-0/+2
*
Python 3.15.0a0
Hugo van Kemenade
2025-05-07
3
-5/+5
*
gh-130080: implement PEP 765 (#130087)
Irit Katriel
2025-03-17
1
-2/+6
*
gh-116666: Add "token" glossary term (GH-130888)
Petr Viktorin
2025-03-17
2
-9/+10
*
GH-130153: Reword the wildcard matching part of the tutorial (GH-129954)
Tshepang Mbambo
2025-03-05
1
-2/+3
*
gh-122876: Fix "End of lines" typo (#125310)
za
2025-02-19
1
-1/+1
*
Python Tutorial typo fix (#128077)
shallow-beach
2024-12-20
1
-1/+1
*
gh-101100: amend references starting with `!~` in gh-127054 (#127684)
Yuki Kobayashi
2024-12-06
1
-5/+5
*
gh-101100: Fix Sphinx warnings about list methods (#127054)
Yuki Kobayashi
2024-12-02
1
-5/+5
*
gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (GH-127267)
funkyrailroad
2024-11-25
1
-1/+1
*
gh-85583: Add f-string index in tutorial/inputoutput.rst (GH-21681)
amaajemyfren
2024-10-30
1
-0/+7
*
docs: restore an anchor to for/else (#126154)
Ned Batchelder
2024-10-30
1
-0/+1
*
Fix a typo in ``Doc/tutorial/errors.rst`` exception output (#126001)
Bogdana Vereha
2024-10-26
1
-1/+1
*
gh-125615: Fix grammar nit in tutorial's interactive interpreter appendix (GH...
Cornelius Roemer
2024-10-16
1
-1/+1
*
gh-125403: fix console formatting in Chapter 12 of the tutorial (#125404)
partev
2024-10-13
1
-8/+8
*
gh-125383: Update `fib` function comment for accuracy (#125386)
Wulian
2024-10-13
1
-2/+2
*
Prefer "similar" over "equivalent" in tutorial (#125343)
Stephen Rosen
2024-10-12
1
-4/+4
*
Doc: Fix a typo in "Function Examples" in the control-flow tutorial (#125338)
Rafael Fontenelle
2024-10-12
1
-1/+1
*
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood
2024-10-09
1
-2/+3
*
Docs: make a tutorial example more precise (#125066)
Ned Batchelder
2024-10-07
1
-11/+9
*
Docs: for for/else clarify that return or raise also skip the else (#124591)
Ned Batchelder
2024-09-27
1
-2/+4
*
For-else deserves its own section in the tutorial (#123946)
Ned Batchelder
2024-09-25
1
-31/+54
*
gh-101100: Add a table of class attributes to the "Custom classes" section of...
Alex Waygood
2024-09-25
1
-3/+3
*
Update to 3.13 the output of exceptions raised (#123888)
Rafael Fontenelle
2024-09-13
1
-3/+42
*
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang
2024-08-30
1
-1/+1
*
GH-109975: Copyedit 3.13 What's New: New Features (#122990)
Adam Turner
2024-08-15
1
-2/+2
*
gh-122944: Fix incorrect prompt strings in the Python Tutorial (#122949)
Damien
2024-08-12
4
-10/+10
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
4
-9/+9
[next]