summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Expand)AuthorAgeFilesLines
* bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162)Miss Islington (bot)2020-11-061-9/+10
* bpo-41776: Revise example of "continue" in the tutorial documentation (GH-222...Miss Islington (bot)2020-09-151-5/+5
* Fix grammar in Doc/tutorial/controlflow.rst (GH-21885) (#21922)Miss Islington (bot)2020-08-221-1/+1
* [3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901)Victor Stinner2020-08-191-1/+1
* Fix repeated words in Classes tutorial (GH-21455)Miss Islington (bot)2020-07-141-2/+2
* bpo-28681: Clarify multiple function names in the tutorial (GH-21340) (GH-21343)Miss Islington (bot)2020-07-061-5/+4
* bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21341)Miss Islington (bot)2020-07-061-2/+2
* Improve IO tutorial's "Old string formatting" section (GH-16251)Miss Islington (bot)2020-05-281-5/+5
* bpo-39705 : sorted() tutorial example under looping techniques improved (GH-1...Rahul Kumaresan2020-05-181-0/+15
* Change 'exception happened' to 'exception occurred' in two places (#19767)Noah Doersing2020-05-011-1/+1
* bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)Antoine2020-03-101-1/+1
* Grammar fix in tutorial (GH-18425)Don Kirkby2020-02-101-1/+1
* bpo-39534: Doc: Clarify return in finally (GH-18324)Julien Palard2020-02-061-9/+27
* bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-...Adorilson Bezerra2020-02-031-3/+4
* bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)Shanavas M2020-01-231-4/+4
* bpo-38678: Improve argparse example in tutorial (GH-17207)Raymond Hettinger2019-11-181-15/+17
* Update interpreter.rst (GH-17059)Jules Lasne (jlasne)2019-11-051-1/+1
* bpo-38558: Mention `:=` in conditions tutorial (GH-16919)Ammar Askar2019-10-251-4/+4
* bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016)Mohammad Dehghan2019-09-261-1/+1
* Doc: Corrected syntax for return annotation (GH-16265)Jason Plurad2019-09-191-1/+1
* bpo-37904: Edition on python tutorial - section 4 (GH-16169)Diego Alberto Barriga Martínez2019-09-171-2/+2
* Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152)Adorilson Bezerra2019-09-161-7/+8
* Doc: remove duplicate word in controlflow tutorial (GH-16163)Adorilson Bezerra2019-09-161-1/+1
* bpo-37635: Update arg name for seek() in IO tutorial (GH-16147)Kyle Stanley2019-09-141-3/+3
* Improve clarity of try-return-finally-return (GH-15677)toonarmycaptain2019-09-111-9/+22
* Correct info about "f.read(size)". (GH13852)William Andrea2019-09-101-2/+2
* bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15...Raymond Hettinger2019-08-241-1/+2
* bpo-30826: Improve control flow examples (GH-15407)Raymond Hettinger2019-08-231-14/+14
* bpo-12634: Clarify an awkward section of the tutorial (GH-15406)Raymond Hettinger2019-08-231-6/+14
* bpo-14050: Note that not all data can be sorted (GH-15381)Raymond Hettinger2019-08-221-0/+7
* bpo-37826: Document exception chaining in Python tutorial for errors. (GH-15243)Abhilash Raj2019-08-141-0/+47
* bpo-37726: Prefer argparse over getopt in stdlib tutorial (#15052)mental2019-08-011-4/+15
* Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644)Julien Palard2019-07-081-1/+1
* bpo-37403: Touch up venv docs (GH-14458)Brett Cannon2019-06-281-0/+6
* Improve Windows commands in tutorial (GH-14379)Steve Dower2019-06-261-6/+4
* bpo-37392: Update the dir(sys) in module tutorial (GH-14365)Xtreak2019-06-251-16/+20
* Use `python -m pip install` in porting guide and venv docs (GH-13257)Brad2019-06-211-4/+4
* Bump to 3.9.0a0Łukasz Langa2019-06-043-6/+6
* 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-291-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-301-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-021-12/+11
* Revert "Minor doc improvement (GH-10341)" (GH-12597)Raymond Hettinger2019-03-281-2/+2