summaryrefslogtreecommitdiff
path: root/Doc/tutorial
Commit message (Expand)AuthorAgeFilesLines
* Improve Windows commands in tutorial (GH-14401)Steve Dower2019-07-011-6/+4
* bpo-36739: Update controlflow.rst (GH-12983)Miss Islington (bot)2019-05-281-3/+5
* Doc: Add missing forward reference in the tutorial. (GH-13499)Miss Islington (bot)2019-05-281-3/+3
* Add a footnote about Cheese Shop in Doc/tutorial (GH-13103) (GH-13174)Miss Islington (bot)2019-05-071-1/+7
* bpo-36189: Fixing typo in tutorial introduction (GH-13093)Miss Islington (bot)2019-05-041-1/+1
* closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-...Miss Islington (bot)2019-04-291-1/+1
* better __init__.py explanation in tutorial (GH-12763)Miss Islington (bot)2019-04-101-3/+3
* Minor doc improvement (GH-10341)Miss Islington (bot)2019-03-261-2/+2
* [3.7] Replace "DOS box" with link to Windows FAQ. (GH-12390) (GH-12525)Miss Islington (bot)2019-03-241-1/+1
* bpo-35566: Add links to annotation glossary term (GH-11291) (GH-11302)Miss Islington (bot)2018-12-231-4/+4
* [3.7] bpo-35506: Remove redundant and incorrect links from keywords. (GH-1117...Serhiy Storchaka2018-12-196-36/+36
* Add a reference to the name mangling description in the tutorial to the index...Miss Islington (bot)2018-11-071-0/+3
* Fix a typo about a comma. (GH-10306)Miss Islington (bot)2018-11-031-1/+1
* [3.7] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-1023...Serhiy Storchaka2018-10-311-2/+2
* bpo-35054: Add yet more index entries for symbols. (GH-10121) (GH-10171)Miss Islington (bot)2018-10-282-3/+3
* bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)Miss Islington (bot)2018-10-261-1/+1
* [3.7] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10120)Serhiy Storchaka2018-10-262-3/+6
* bpo-21196: Clarify name mangling rules in tutorial (GH-5667)Miss Islington (bot)2018-10-191-0/+5
* [3.7]Documentation minor update related to 3.6 - 3.7 migration (GH-9501)Christophe Nanteuil2018-09-241-2/+2
* bpo-34712: Fix style in examples in "Input and Output" (GH-9361)Miss Islington (bot)2018-09-191-4/+7
* bpo-33460: remove ellipsis that look like continuation prompts (GH-7851)Miss Islington (bot)2018-09-101-4/+10
* Doc: Missing 'f' in an f-string. (GH-9074) (GH-9095)Miss Islington (bot)2018-09-071-1/+1
* Update list.remove(x) documentation (GH-8636)Miss Islington (bot)2018-08-021-2/+2
* bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)Miss Islington (bot)2018-07-251-2/+2
* bpo-34161: Remove extra parentheses in output formatting tutorial (GH-8350)Miss Islington (bot)2018-07-201-2/+2
* Fix documentation for input and output tutorial (GH-8231)Miss Islington (bot)2018-07-101-1/+1
* bpo-28626: rearrange discussion of output formatting to encourage f-strings (...Miss Islington (bot)2018-07-091-89/+138
* use rich markup for PEP reference (GH-7939)Miss Islington (bot)2018-06-261-1/+1
* bpo-33892: Doc: Use gender neutral words (GH-7770)Miss Islington (bot)2018-06-171-10/+10
* bpo-33641: Convert RFC references into links. (GH-7103)Miss Islington (bot)2018-05-301-1/+1
* bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...Miss Islington (bot)2018-05-162-2/+2
* bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738)Miss Islington (bot)2018-05-091-2/+2
* Mention both relevant PEPs in function annotations tutorial (GH-6304)Miss Islington (bot)2018-04-251-2/+2
* bpo-33297: Mention Pillow to work with more image formats. (GH-6505)Miss Islington (bot)2018-04-211-1/+1
* Improve highlighting of some code blocks. (GH-6401)Miss Islington (bot)2018-04-091-1/+1
* bpo-32337: Update documentats about dict order (GH-4973)Miss Islington (bot)2018-04-031-15/+11
* controlflow: Use full example for "5 through 9" (GH-5907)Miss Islington (bot)2018-03-101-1/+1
* bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-...Miss Islington (bot)2018-02-251-0/+19
* bpo-25059: Clarify the print separator usage in tutorial (GH-5879)Miss Islington (bot)2018-02-251-1/+1
* bpo-32452: clarify term 'brackets' in generator tutorial (#5079)Emily Morehouse2018-01-011-3/+3
* bpo-25910: Fixes redirection from http to https (#4674)Sanyam Khurana2017-12-061-1/+1
* Improve the String tutorial docs (GH-4541)Will White2017-11-241-7/+7
* bpo-31757: Make Fibonacci examples consistent (#3991)Raymond Hettinger2017-10-142-18/+20
* bpo-30466: Add brief explanation of classes to tutorial (GH-1804)Trey Hunner2017-07-121-0/+6
* Clarification to the `break` statement (GH-2453)regexaurus2017-06-271-1/+1
* bpo-6519: Improve Python Input Output Tutorial (GH-2143)Andrew Kuchling2017-06-121-21/+29
* bpo-30621: Update Input Output Tutorial Example(GH-2074)suketa2017-06-111-0/+1
* bpo-30312: Small correction in datastructures set code sample (GH-2081)KatherineMichel2017-06-101-1/+1
* bpo-30361: Use better example for mixed-type operands (#1701)gfyoung2017-05-291-4/+2
* bpo-28315: Improve code examples in docs (GH-1372)UltimateCoder2017-05-034-4/+4