summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-101100: amend references starting with `!~` in gh-127054 (GH-127684...Miss Islington (bot)2024-12-061-5/+5
* [3.12] gh-101100: Fix Sphinx warnings about list methods (GH-127054) (#127512)Miss Islington (bot)2024-12-021-5/+5
* [3.12] gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (...Miss Islington (bot)2024-11-251-1/+1
* [3.12] Docs: make a tutorial example more precise (GH-125066) (GH-125079)Miss Islington (bot)2024-11-011-11/+9
* [3.12] Prefer "similar" over "equivalent" in tutorial (GH-125343) (GH-125373)Miss Islington (bot)2024-10-301-4/+4
* [3.12] gh-85583: Add f-string index in tutorial/inputoutput.rst (GH-21681) (...Miss Islington (bot)2024-10-301-0/+7
* [3.12] docs: restore an anchor to for/else (GH-126154) (#126158)Miss Islington (bot)2024-10-301-0/+1
* [3.12] gh-125383: Update `fib` function comment for accuracy (GH-125386) (#12...Miss Islington (bot)2024-10-131-2/+2
* [3.12] Doc: Fix a typo in "Function Examples" in the control-flow tutorial (G...Miss Islington (bot)2024-10-121-1/+1
* [3.12] gh-101100: Consolidate documentation on `ModuleType` attributes (#1247...Alex Waygood2024-10-091-2/+3
* [3.12] Docs: for for/else clarify that return or raise also skip the else (GH...Miss Islington (bot)2024-09-301-2/+4
* [3.12] For-else deserves its own section in the tutorial (GH-123946) (#124563)Miss Islington (bot)2024-09-261-31/+54
* [3.12] gh-101100: Add a table of class attributes to the "Custom classes" sec...Alex Waygood2024-09-251-3/+3
* [3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)Wei-Hsiang (Matt) Wang2024-08-301-1/+1
* [3.12] gh-122944: Fix incorrect prompt strings in the Python Tutorial (GH-122...Miss Islington (bot)2024-08-124-10/+10
* [3.12] gh-121905: Consistently use "floating-point" instead of "floating poin...Serhiy Storchaka2024-07-194-9/+9
* [3.12] gh-120452: improve documentation about private name mangling (GH-12045...Miss Islington (bot)2024-07-131-0/+5
* [3.12] gh-120345: Fix incorrect use of the :class: role with the "()" suffix ...Miss Islington (bot)2024-06-121-2/+2
* [3.12] gh-110383: Improve 'old string formatting' text in tutorial (GH-120219...Miss Islington (bot)2024-06-071-3/+5
* [3.12] gh-119016: Remove outdated sentences from the "classes" tutorial (GH-1...Miss Islington (bot)2024-06-011-5/+1
* [3.12] docs: fix a few typos identified by codespell (GH-119516) (#119571)Hugo van Kemenade2024-05-261-1/+1
* [3.12] GH-110383: Improve Tutorial for Input Ouput (GH-119230) (GH-119327)Miss Islington (bot)2024-05-211-4/+16
* [3.12] gh-119078: Clarify venv tutorial (GH-119129) (GH-119141)Miss Islington (bot)2024-05-181-4/+4
* [3.12] Format None, True, False and NotImplemented as literals (GH-118758) (G...Serhiy Storchaka2024-05-081-1/+1
* [3.12] Remove Python 3.5 hardcoded version in the tutorial appendix (GH-11761...Miss Islington (bot)2024-05-071-2/+2
* [3.12] Add 'The Python 2.3 Method Resolution Order' (GH-116435) (#117885)Hugo van Kemenade2024-04-151-1/+1
* [3.12] gh-117597: Clarify exception handling in the tutorial (GH-117681) (#11...Miss Islington (bot)2024-04-091-3/+3
* [3.12] gh-116563: Update tutorial error example (GH-116569) (#116624)Miss Islington (bot)2024-03-111-4/+4
* [3.12] GH-116271 Docs: provide clarification for object assignments in the Tu...Miss Islington (bot)2024-03-041-7/+24
* [3.12] gh-114648: Add IndexError exception to tutorial datastructures list.po...Miss Islington (bot)2024-02-011-4/+3
* [3.12] gh-114069: Revise Tutorial Methods paragraph (GH-114127) (#114131)Miss Islington (bot)2024-01-161-6/+5
* [3.12] Tutorial: Clarify 'nonzero exit status' in the appendix (GH-112039) (#...Miss Islington (bot)2024-01-121-1/+1
* [3.12] gh-113208: Mention namespace packages don't require __init__.py (GH-11...Miss Islington (bot)2023-12-191-1/+2
* [3.12] gh-113113: doc: use less ambiguously named variable (gh-113114) (gh-11...Miss Islington (bot)2023-12-141-3/+3
* [3.12] gh-101100: Improve documentation for attributes on instance methods (G...Miss Islington (bot)2023-12-081-2/+4
* [3.12] Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499...Miss Islington (bot)2023-12-031-1/+1
* [3.12] gh-110383: Explained which error message is generated when there is an...Miss Islington (bot)2023-11-191-2/+1
* [3.12] gh-111406: Fix broken link to bpython's site (GH-111407) (#111408)Miss Islington (bot)2023-10-271-1/+1
* [3.12] gh-101100: Fix Sphinx warning in `tutorial/introduction.rst` (GH-11117...Miss Islington (bot)2023-10-221-1/+1
* [3.12] gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers...Miss Islington (bot)2023-10-091-1/+1
* [3.12] Update floatingpoint.rst (GH-110509) (#110513)Miss Islington (bot)2023-10-081-1/+1
* [3.12] gh-101100: Fix Sphinx warnings in `tutorial/controlflow.rst` (GH-10942...Miss Islington (bot)2023-09-291-2/+2
* [3.12] gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (GH-108750) ...Hugo van Kemenade2023-09-021-4/+4
* [3.12] gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (GH-108746) (...Miss Islington (bot)2023-09-011-1/+1
* [3.12] Improve references in the tutorial (GH-108069) (#108203)Miss Islington (bot)2023-08-215-47/+48
* [3.12] GH-107987: Remove the Distributing Python Modules guide (GH-108016) (#...Miss Islington (bot)2023-08-171-1/+3
* [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...Serhiy Storchaka2023-07-292-3/+3
* [3.12] gh-107017: Change Chapter Strings to Texts in the Introduction chapter...Miss Islington (bot)2023-07-241-20/+20
* [3.12] gh-107017: Analolgy to Pascal and C replaced. (GH-107025) (#107124)Miss Islington (bot)2023-07-231-2/+2
* [3.12] gh-107017: removed mention that C does it the same way (GH-107020) (#1...Miss Islington (bot)2023-07-231-8/+15