summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-89158: Add some REPL secondary prompt markers (GH-93073)Miss Islington (bot)2022-05-231-3/+3
* gh-77521: Add link to builtin module names in modules tutorial (GH-92438)Miss Islington (bot)2022-05-081-1/+2
* gh-92368: Fix missing possessive apostrophe (#92397)gophra2022-05-061-1/+1
* gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)Inada Naoki2022-05-021-10/+18
* gh-85757: Change wording from nested to inner (GH-91811)slateny2022-04-301-1/+1
* gh-89770: [PEP-678] add exception notes to tutorial (GH-30441)Irit Katriel2022-04-201-0/+64
* gh-91541: Fix error in example in modules tutorial (#91634)1809092022-04-171-1/+1
* gh-90449: Improve accuracy and readability of exceptions tutorial (GH-31899)Irit Katriel2022-04-131-46/+54
* bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003)Ville Skyttä2022-04-091-12/+12
* bpo-47189: What's New in 3.11: Faster CPython (GH-32235)Ken Jin2022-04-061-0/+2
* Follow PEP-8 guidelines in tutorial for standard library (GH-26127)Bob Kline2022-04-031-2/+3
* bpo-31582: Created a new documentation section describing sys.path initializa...Russel Webber2022-03-231-0/+2
* docs: Don't use code formatting for emphasis (GH-30519)William Andrea2022-03-081-1/+1
* docs: Link `match` statement in tutorial (GH-31396)William Andrea2022-02-181-1/+1
* [doc] Enhance readability by avoiding big blocks for small numbers. (GH-31157)Julien Palard2022-02-061-9/+3
* bpo-46328: Add sys.exception() (GH-30514)Irit Katriel2022-01-131-1/+1
* bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-...Raymond Hettinger2022-01-101-4/+6
* bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)Irit Katriel2022-01-061-0/+89
* bpo-34538: Remove Exception subclassing from tutorial (GH-30361)Hugo van Kemenade2022-01-031-35/+1
* bpo-46079: Replace external link that is down for maintenance. (GH-30315)Raymond Hettinger2022-01-011-6/+6
* Fix the output of built-in iter() function example in Iterators (Section 9.8)...Vivek Vashist2021-12-161-1/+1
* bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079)Alex Waygood2021-12-141-3/+5
* bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)Zachary Ware2021-12-021-1/+1
* Closes bpo-45712: Add missing word in control flow tutorial (GH-29460)1809092021-11-081-1/+1
* bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105)Thomas2021-10-211-0/+7
* bpo-45442: Add deactivate step to venv tutorial. (GH-28981)srinivasan2021-10-151-0/+5