summaryrefslogtreecommitdiff
path: root/Doc/tutorial
Commit message (Expand)AuthorAgeFilesLines
* bpo-38678: Improve argparse example in tutorial (GH-17207) (GH-17212)Miss Islington (bot)2019-11-171-15/+17
* [3.8] Update interpreter.rst (GH-17059) (GH-17060)Jules Lasne (jlasne)2019-11-051-1/+1
* bpo-38558: Mention `:=` in conditions tutorial (GH-16919)Miss Skeleton (bot)2019-10-251-4/+4
* bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) ...Miss Islington (bot)2019-09-261-1/+1
* [3.8] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265) (GH-1...Miss Islington (bot)2019-09-191-1/+1
* bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16234)Miss Islington (bot)2019-09-181-2/+2
* Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) (GH-...Miss Islington (bot)2019-09-161-7/+8
* Doc: remove duplicate word in controlflow tutorial (GH-16163)Miss Islington (bot)2019-09-161-1/+1
* bpo-37635: Update arg name for seek() in IO tutorial (GH-16147)Miss Islington (bot)2019-09-141-3/+3
* Improve clarity of try-return-finally-return (GH-15677) (GH-15981)Miss Islington (bot)2019-09-111-9/+22
* Correct info about "f.read(size)". (GH13852)Miss Islington (bot)2019-09-101-2/+2
* bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15...Miss Islington (bot)2019-08-241-1/+2
* bpo-30826: Improve control flow examples (GH-15407) (GH-15410)Miss Islington (bot)2019-08-221-14/+14
* bpo-12634: Clarify an awkward section of the tutorial (GH-15406) (GH-15409)Miss Islington (bot)2019-08-221-6/+14
* bpo-14050: Note that not all data can be sorted (GH-15381) (GH-15395)Miss Islington (bot)2019-08-221-0/+7
* bpo-37726: Prefer argparse over getopt in stdlib tutorial (GH-15052) (#15070)Miss Islington (bot)2019-08-011-4/+15
* Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644)Miss Islington (bot)2019-07-081-1/+1
* bpo-37403: Touch up venv docs (GH-14458)Miss Islington (bot)2019-06-281-0/+6
* Improve Windows commands in tutorial (GH-14400)Steve Dower2019-06-261-6/+4
* bpo-29414: Change 'the for statement is such an iterator' in Tutorial (GH-273)Marco Buttu2019-06-011-10/+16
* bpo-36739: Update controlflow.rst (GH-12983)pbhd2019-05-281-3/+5
* bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)Pablo Galindo2019-05-281-0/+170
* Doc: Add missing forward reference in the tutorial. (GH-13499)Julien Palard2019-05-281-3/+3
* bpo-36008: Doc update for 3.8 migration (GH-12887)Utkarsh Gupta2019-05-131-2/+2
* Add a footnote about Cheese Shop in Doc/tutorial (GH-13103)Adorilson Bezerra2019-05-071-1/+7
* bpo-36189: Fixing typo in tutorial introduction (GH-13090)Jonatan2019-05-041-1/+1
* closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-...Utkarsh Gupta2019-04-291-1/+1
* Clarify file-closing example in tutorial (GH-11652)Colin Watson2019-04-171-0/+2
* better __init__.py explanation in tutorial (#12763)Inada Naoki2019-04-111-3/+3
* bpo-36377: Specify that range() can not be compared (GH-12468)Emmanuel Arias2019-04-011-12/+11
* Revert "Minor doc improvement (GH-10341)" (GH-12597)Raymond Hettinger2019-03-271-2/+2
* Minor doc improvement (GH-10341)Andre Delfino2019-03-261-2/+2
* Replace "DOS box" with link to Windows FAQ. (GH-12390)Ned Deily2019-03-241-1/+1
* bpo-35566: Add links to annotation glossary term (GH-11291)Cheryl Sabella2018-12-231-4/+4
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-196-36/+36
* Add a reference to the name mangling description in the tutorial to the index...Andrés Delfino2018-11-071-0/+3
* Fix a typo about a comma. (GH-10306)İsmail Arılık2018-11-031-1/+1
* bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)Serhiy Storchaka2018-10-311-2/+2
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-282-3/+3
* bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)Stéphane Wirtel2018-10-261-1/+1
* bpo-35054: Add more index entries for symbols. (GH-10064)Serhiy Storchaka2018-10-262-3/+6
* bpo-21196: Clarify name mangling rules in tutorial (GH-5667)Berker Peksag2018-10-201-0/+5
* bpo-34712: Fix style in examples in "Input and Output" (GH-9361)Ben Hoyt2018-09-191-4/+7
* bpo-33460: remove ellipsis that look like continuation prompts (GH-7851)Lew Kurtz2018-09-101-4/+10
* Doc: Missing 'f' in an f-string. (GH-9074)Julien Palard2018-09-071-1/+1
* Update list.remove(x) documentation (GH-8636)Lysandros Nikolaou2018-08-021-2/+2
* bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)Aaron Ang2018-07-251-2/+2
* Remove extra parentheses in output formatting tutorial (GH-8350)Aaqa Ishtyaq2018-07-201-2/+2
* Fix documentation for input and output tutorial (GH-8231)Lysandros Nikolaou2018-07-101-1/+1
* bpo-28626: rearrange discussion of output formatting to encourage f-strings (...Andrew Kuchling2018-07-071-89/+138