summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Expand)AuthorAgeFilesLines
* [3.14] Improve clarity in tutorial introduction (GH-140669) (#142112)Miss Islington (bot)2025-11-301-1/+1
* [3.14] gh-141412: Use reliable target URL for urllib example (GH-141474)Miss Islington (bot)2025-11-121-3/+3
* [3.14] gh-140379: add hyperlinks to list and set (GH-140399) (#141386)Miss Islington (bot)2025-11-111-7/+7
* [3.14] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435)...Filip Łajszczak2025-11-041-1/+1
* [3.14] Fix minor typo: 'web site' -> 'website' (GH-140561) (GH-140976)Miss Islington (bot)2025-11-042-2/+2
* [3.14] gh-116488: Mention `dict.get` in the data structures tutorial (GH-1396...Miss Islington (bot)2025-10-061-2/+12
* [3.14] gh-138307: Update the Ellipsis documentation (GH-138306) (#138440)Miss Islington (bot)2025-09-111-0/+7
* [3.14] GH-101100: Remove some entries from ``nitpick_ignore`` (GH-138464) (#1...Miss Islington (bot)2025-09-091-1/+1
* [3.14] GH-138465: Improve documentation for common sequence methods (GH-13847...Miss Islington (bot)2025-09-063-7/+7
* [3.14] gh-107194: Improved language of list.index in tutorial (gh-138518) (#1...Miss Islington (bot)2025-09-051-1/+1
* [3.14] gh-138011: Clarify tutorial method object example code (GH-138014) (#1...Miss Islington (bot)2025-08-271-1/+1
* [3.14] gh-132661: PEP 750 documentation: second pass (GH-137020) (#137392)Miss Islington (bot)2025-08-161-5/+5
* [3.14] gh-109975: Indicate the minimum version for PyREPL in the tutorial (GH...Miss Islington (bot)2025-08-151-1/+1
* [3.14] gh-132661: Document t-strings and `templatelib` (GH-135229) (#136974)Miss Islington (bot)2025-07-221-4/+5
* [3.14] Pedantic rewording of why relative importing doesn't work in main modu...Miss Islington (bot)2025-07-211-2/+2
* [3.14] Update tutorial for new "Copy" button (GH-135007) (#135270)Miss Islington (bot)2025-06-081-4/+3
* [3.14] feat(docs): type fix - apply pep8 by using docstring instead of commen...Miss Islington (bot)2025-06-061-2/+4
* [3.14] Docs: Add note to tutorial clarifying scope (GH-134534) (#134536)Miss Islington (bot)2025-05-221-1/+6
* [3.14] fix indent in `controlflow.rst` docs (GH-134008) (#134184)Miss Islington (bot)2025-05-181-1/+1
* [3.14] gh-133881: add forward reference to `list.sort()` in lambda expression...Miss Islington (bot)2025-05-171-1/+2
* [3.14] Doc: Allow translating a code block in the tutorial (GH-131353) (#133648)Miss Islington (bot)2025-05-081-0/+2
* gh-130080: implement PEP 765 (#130087)Irit Katriel2025-03-171-2/+6
* gh-116666: Add "token" glossary term (GH-130888)Petr Viktorin2025-03-172-9/+10
* GH-130153: Reword the wildcard matching part of the tutorial (GH-129954)Tshepang Mbambo2025-03-051-2/+3
* gh-122876: Fix "End of lines" typo (#125310)za2025-02-191-1/+1
* Python Tutorial typo fix (#128077)shallow-beach2024-12-201-1/+1
* gh-101100: amend references starting with `!~` in gh-127054 (#127684)Yuki Kobayashi2024-12-061-5/+5
* gh-101100: Fix Sphinx warnings about list methods (#127054)Yuki Kobayashi2024-12-021-5/+5
* gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (GH-127267)funkyrailroad2024-11-251-1/+1
* gh-85583: Add f-string index in tutorial/inputoutput.rst (GH-21681)amaajemyfren2024-10-301-0/+7
* docs: restore an anchor to for/else (#126154)Ned Batchelder2024-10-301-0/+1
* Fix a typo in ``Doc/tutorial/errors.rst`` exception output (#126001)Bogdana Vereha2024-10-261-1/+1
* gh-125615: Fix grammar nit in tutorial's interactive interpreter appendix (GH...Cornelius Roemer2024-10-161-1/+1
* gh-125403: fix console formatting in Chapter 12 of the tutorial (#125404)partev2024-10-131-8/+8
* gh-125383: Update `fib` function comment for accuracy (#125386)Wulian2024-10-131-2/+2
* Prefer "similar" over "equivalent" in tutorial (#125343)Stephen Rosen2024-10-121-4/+4
* Doc: Fix a typo in "Function Examples" in the control-flow tutorial (#125338)Rafael Fontenelle2024-10-121-1/+1
* gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)Alex Waygood2024-10-091-2/+3
* Docs: make a tutorial example more precise (#125066)Ned Batchelder2024-10-071-11/+9
* Docs: for for/else clarify that return or raise also skip the else (#124591)Ned Batchelder2024-09-271-2/+4
* For-else deserves its own section in the tutorial (#123946)Ned Batchelder2024-09-251-31/+54
* gh-101100: Add a table of class attributes to the "Custom classes" section of...Alex Waygood2024-09-251-3/+3
* Update to 3.13 the output of exceptions raised (#123888)Rafael Fontenelle2024-09-131-3/+42
* gh-123492: Remove unnecessary `:func:` parentheses (#123493)Wei-Hsiang (Matt) Wang2024-08-301-1/+1
* GH-109975: Copyedit 3.13 What's New: New Features (#122990)Adam Turner2024-08-151-2/+2
* gh-122944: Fix incorrect prompt strings in the Python Tutorial (#122949)Damien2024-08-124-10/+10
* gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...Serhiy Storchaka2024-07-194-9/+9
* gh-120452: improve documentation about private name mangling (#120451)Bénédikt Tran2024-07-131-0/+5
* gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120...Serhiy Storchaka2024-06-121-2/+2
* gh-110383: Improve 'old string formatting' text in tutorial (#120219)Erlend E. Aasland2024-06-071-3/+5