summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-111406: Fix broken link to bpython's site (GH-111407) (#111409)Miss Islington (bot)2023-10-271-1/+1
* [3.11] gh-101100: Fix Sphinx warning in `tutorial/introduction.rst` (GH-11117...Miss Islington (bot)2023-10-221-1/+1
* [3.11] gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers...Miss Islington (bot)2023-10-091-1/+1
* [3.11] gh-101100: Fix Sphinx warnings in `tutorial/controlflow.rst` (GH-10942...Miss Islington (bot)2023-09-291-2/+2
* [3.11] gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (GH-108750) ...Miss Islington (bot)2023-09-011-4/+4
* [3.11] gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (GH-108746) (...Miss Islington (bot)2023-09-011-1/+1
* [3.11] Improve references in the tutorial (GH-108069) (GH-108204)Serhiy Storchaka2023-08-215-47/+48
* [3.11] GH-107987: Remove the Distributing Python Modules guide (GH-108016) (#...Adam Turner2023-08-181-1/+3
* [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...Miss Islington (bot)2023-07-292-3/+3
* [3.11] gh-107017: Change Chapter Strings to Texts in the Introduction chapter...Miss Islington (bot)2023-07-241-20/+20
* [3.11] gh-107017: Analolgy to Pascal and C replaced. (GH-107025) (#107123)Miss Islington (bot)2023-07-231-2/+2
* [3.11] gh-71261: Add paragraph on shadowing submodules with star imports (GH-...Miss Islington (bot)2023-07-231-0/+16
* [3.11] gh-107017: removed mention that C does it the same way (GH-107020) (#1...Miss Islington (bot)2023-07-231-8/+15
* [3.11] Reformat code block to make it easier to read (GH-106965) (#107022)Łukasz Langa2023-07-221-5/+14
* [3.11] gh-106780: Add __match_args__ to tutorial example (GH-106784) (#106820)Miss Islington (bot)2023-07-171-1/+7
* [3.11] gh-106625 : Add missing code to tutorial 4.6 example (GH-106623) (#106...Miss Islington (bot)2023-07-111-2/+3
* [3.11] Doc: Add missing ref labels to exception groups/notes sections (GH-106...Miss Islington (bot)2023-07-061-0/+2
* [3.11] gh-104479: Update outdated tutorial floating-point reference (GH-10468...Shantanu2023-05-261-10/+17
* [3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)Miss Islington (bot)2023-05-062-2/+2
* [3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#10...Miss Islington (bot)2023-05-041-1/+1
* [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)Miss Islington (bot)2023-05-042-2/+2
* [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)Adam Turner2023-05-042-3/+3
* [doc] Fix error in tutorial example: type(exc) is the type rather than the in...Miss Islington (bot)2023-03-221-1/+1
* gh-102703: Fix typo in modules tutorial documentation (GH-102707)Miss Islington (bot)2023-03-151-1/+1
* [3.11] gh-102354: change python3 to python in docs examples (GH-102696) (#102...Miss Islington (bot)2023-03-141-1/+1
* docs: replace PyPI description with link (GH-101506)Miss Islington (bot)2023-02-031-2/+2
* gh-100633 Tutorial: Fix dataclasses import (GH-100638)Miss Islington (bot)2022-12-311-1/+1
* gh-55688: Add note about ending backslashes for raw strings (GH-94768)Miss Islington (bot)2022-12-281-0/+5
* gh-99908: Tutorial: Modernize the 'data-record class' example (GH-100499)Miss Islington (bot)2022-12-241-9/+15
* gh-70393: Clarify mention of "middle" scope (GH-98839)Miss Islington (bot)2022-12-121-2/+2
* [doc] fix typo (GH-99143)Miss Islington (bot)2022-11-051-1/+1
* Doc: use "unnumbered" footnotes (GH-98954)Miss Islington (bot)2022-11-011-2/+2
* [3.11] Missing PS1 prompt in tutorial example (GH-98921) (GH-98944)Miss Islington (bot)2022-11-011-2/+3
* tutorial: remove "with single quotes" (GH-98204)Miss Islington (bot)2022-10-121-1/+1
* doc: remove a misleading statement. (GH-98093)Miss Islington (bot)2022-10-101-2/+2
* [3.11] gh-97654: Add auto exception chaining example to tutorial (GH-97703) (...Miss Islington (bot)2022-10-051-5/+23
* [3.11] Use SyntaxError invalid range in tutorial introduction example (GH-930...Miss Islington (bot)2022-09-301-2/+2
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Miss Islington (bot)2022-09-251-1/+1
* gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291) (gh-96989)Miss Islington (bot)2022-09-211-1/+11
* gh-95413: Remove references to deprecated CGI library (GH-95414)Miss Islington (bot)2022-08-301-1/+1
* small grammatical change (GH-96138) (GH-96157)Miss Islington (bot)2022-08-211-1/+1
* Doc: Add omitted secondary prompt in inputoutput tutorial (GH-30317)Miss Islington (bot)2022-07-231-1/+1
* Fix copy-friendliness of tutorial example (GH-93424)Miss Islington (bot)2022-07-221-0/+1
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Miss Islington (bot)2022-07-052-2/+2
* Docs: Update SyntaxError message in REPL example for list comprehension (GH-9...Miss Islington (bot)2022-06-291-3/+3
* gh-61585: Clarify import scope in modules tutorial (GH-93455) (GH-94373)Miss Islington (bot)2022-06-281-10/+11
* Closes gh-94152: Update pyvideo.org URL (GH-94075)Miss Islington (bot)2022-06-231-1/+1
* gh-94114: Remove obsolete reference to python.org mirrors (GH-94115)Miss Islington (bot)2022-06-221-4/+1
* Tutorial: specify match cases don't fall through (GH-93615) (GH-94083)Miss Islington (bot)2022-06-211-2/+4
* [3.11] gh-93240: clarify wording in IO tutorial (GH-93276) (GH-94082)Łukasz Langa2022-06-211-1/+1