summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-119016: Remove outdated sentences from the "classes" tutorial (#119130)Nice Zombies2024-06-011-5/+1
* docs: fix a few typos identified by codespell (#119516)Ned Batchelder2024-05-261-1/+1
* GH-110383: Improve Tutorial for Input Ouput (#119230)Blaise Pabon2024-05-211-4/+16
* gh-119078: Clarify venv tutorial (GH-119129)Nice Zombies2024-05-181-4/+4
* Format None, True, False and NotImplemented as literals (GH-118758)Serhiy Storchaka2024-05-081-1/+1
* Python 3.14.0a0Thomas Wouters2024-05-083-5/+5
* Remove Python 3.5 hardcoded version in the tutorial appendix (GH-117612)Kerim Kabirov2024-05-071-2/+2
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-051-0/+22
* Add 'The Python 2.3 Method Resolution Order' (#116435)Hugo van Kemenade2024-04-151-1/+1
* gh-117597: Clarify exception handling in the tutorial (#117681)Nice Zombies2024-04-091-3/+3
* gh-116563: Update tutorial error example (#116569)Terry Jan Reedy2024-03-111-4/+4
* GH-116271 Docs: provide clarification for object assignments in the Tutorial ...Kerim Kabirov2024-03-041-7/+24
* Docs: Use substitutions instead of manual version updates (#115416)Hugo van Kemenade2024-02-143-4/+4
* gh-114648: Add IndexError exception to tutorial datastructures list.pop entry...srinivasan2024-02-011-4/+3
* gh-114069: Revise Tutorial Methods paragraph (#114127)Terry Jan Reedy2024-01-161-6/+5
* Tutorial: Clarify 'nonzero exit status' in the appendix (#112039)Andrew Zipperer2024-01-121-1/+1
* gh-113208: Mention namespace packages don't require __init__.py (#113209)Unique-Usman2023-12-191-1/+2
* gh-113113: doc: use less ambiguously named variable (gh-113114)jeremy-dolan2023-12-141-3/+3
* gh-101100: Improve documentation for attributes on instance methods (#112832)Alex Waygood2023-12-081-2/+4
* Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499)Marco Aurélio A. Barbosa2023-12-031-1/+1
* gh-110383: Explained which error message is generated when there is an unhand...Unique-Usman2023-11-191-2/+1
* Add detail to comment on range of random.random() (gh-111868)zipperer2023-11-091-1/+1
* gh-111406: Fix broken link to bpython's site (#111407)Zack Cerza2023-10-271-1/+1
* gh-101100: Fix Sphinx warning in `tutorial/introduction.rst` (#111173)Maciej Olko2023-10-221-1/+1
* gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers (#110535)partev2023-10-091-1/+1
* Update floatingpoint.rst (#110509)zipperer2023-10-081-1/+1