index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
tutorial
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
Miss Islington (bot)
2020-11-28
1
-1/+1
*
bpo-17852: Doc: Fix the tutorial about closing files (GH-23135)
Miss Islington (bot)
2020-11-27
1
-5/+10
*
bpo-41776: Revise example of "continue" in the tutorial documentation (GH-222...
Miss Islington (bot)
2020-09-15
1
-5/+5
*
Fix grammar in Doc/tutorial/controlflow.rst (GH-21885) (#21923)
Miss Islington (bot)
2020-08-22
1
-1/+1
*
bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) (GH-21928)
Victor Stinner
2020-08-20
1
-1/+1
*
Fix repeated words in Classes tutorial (GH-21455)
Miss Islington (bot)
2020-07-14
1
-2/+2
*
bpo-28681: Clarify multiple function names in the tutorial (GH-21340) (GH-21344)
Miss Islington (bot)
2020-07-06
1
-5/+4
*
bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21342)
Miss Islington (bot)
2020-07-06
1
-2/+2
*
Improve IO tutorial's "Old string formatting" section (GH-16251)
Miss Islington (bot)
2020-05-28
1
-5/+5
*
bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)
Miss Islington (bot)
2020-03-14
1
-1/+1
*
Grammar fix in tutorial (GH-18425) (GH-18426)
Miss Islington (bot)
2020-02-10
1
-1/+1
*
bpo-39534: Doc: Clarify return in finally (GH-18324)
Miss Islington (bot)
2020-02-06
1
-9/+27
*
bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-...
Miss Islington (bot)
2020-02-03
1
-3/+4
*
bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)
Miss Islington (bot)
2020-01-23
1
-4/+4
*
bpo-38678: Improve argparse example in tutorial (GH-17207) (GH-17212)
Miss Islington (bot)
2019-11-18
1
-15/+17
*
[3.8] Update interpreter.rst (GH-17059) (GH-17060)
Jules Lasne (jlasne)
2019-11-05
1
-1/+1
*
bpo-38558: Mention `:=` in conditions tutorial (GH-16919)
Miss Skeleton (bot)
2019-10-25
1
-4/+4
*
bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) ...
Miss Islington (bot)
2019-09-26
1
-1/+1
*
[3.8] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265) (GH-1...
Miss Islington (bot)
2019-09-19
1
-1/+1
*
bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16234)
Miss Islington (bot)
2019-09-18
1
-2/+2
*
Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) (GH-...
Miss Islington (bot)
2019-09-16
1
-7/+8
*
Doc: remove duplicate word in controlflow tutorial (GH-16163)
Miss Islington (bot)
2019-09-16
1
-1/+1
*
bpo-37635: Update arg name for seek() in IO tutorial (GH-16147)
Miss Islington (bot)
2019-09-14
1
-3/+3
*
Improve clarity of try-return-finally-return (GH-15677) (GH-15981)
Miss Islington (bot)
2019-09-11
1
-9/+22
*
Correct info about "f.read(size)". (GH13852)
Miss Islington (bot)
2019-09-10
1
-2/+2
*
bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15...
Miss Islington (bot)
2019-08-24
1
-1/+2
*
bpo-30826: Improve control flow examples (GH-15407) (GH-15410)
Miss Islington (bot)
2019-08-23
1
-14/+14
*
bpo-12634: Clarify an awkward section of the tutorial (GH-15406) (GH-15409)
Miss Islington (bot)
2019-08-23
1
-6/+14
*
bpo-14050: Note that not all data can be sorted (GH-15381) (GH-15395)
Miss Islington (bot)
2019-08-22
1
-0/+7
*
bpo-37726: Prefer argparse over getopt in stdlib tutorial (GH-15052) (#15070)
Miss Islington (bot)
2019-08-01
1
-4/+15
*
Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644)
Miss Islington (bot)
2019-07-08
1
-1/+1
*
bpo-37403: Touch up venv docs (GH-14458)
Miss Islington (bot)
2019-06-28
1
-0/+6
*
Improve Windows commands in tutorial (GH-14400)
Steve Dower
2019-06-26
1
-6/+4
*
bpo-29414: Change 'the for statement is such an iterator' in Tutorial (GH-273)
Marco Buttu
2019-06-01
1
-10/+16
*
bpo-36739: Update controlflow.rst (GH-12983)
pbhd
2019-05-29
1
-3/+5
*
bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)
Pablo Galindo
2019-05-28
1
-0/+170
*
Doc: Add missing forward reference in the tutorial. (GH-13499)
Julien Palard
2019-05-28
1
-3/+3
*
bpo-36008: Doc update for 3.8 migration (GH-12887)
Utkarsh Gupta
2019-05-13
1
-2/+2
*
Add a footnote about Cheese Shop in Doc/tutorial (GH-13103)
Adorilson Bezerra
2019-05-07
1
-1/+7
*
bpo-36189: Fixing typo in tutorial introduction (GH-13090)
Jonatan
2019-05-04
1
-1/+1
*
closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-...
Utkarsh Gupta
2019-04-30
1
-1/+1
*
Clarify file-closing example in tutorial (GH-11652)
Colin Watson
2019-04-17
1
-0/+2
*
better __init__.py explanation in tutorial (#12763)
Inada Naoki
2019-04-11
1
-3/+3
*
bpo-36377: Specify that range() can not be compared (GH-12468)
Emmanuel Arias
2019-04-02
1
-12/+11
*
Revert "Minor doc improvement (GH-10341)" (GH-12597)
Raymond Hettinger
2019-03-28
1
-2/+2
*
Minor doc improvement (GH-10341)
Andre Delfino
2019-03-27
1
-2/+2
*
Replace "DOS box" with link to Windows FAQ. (GH-12390)
Ned Deily
2019-03-24
1
-1/+1
*
bpo-35566: Add links to annotation glossary term (GH-11291)
Cheryl Sabella
2018-12-24
1
-4/+4
*
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka
2018-12-19
6
-36/+36
*
Add a reference to the name mangling description in the tutorial to the index...
Andrés Delfino
2018-11-07
1
-0/+3
[next]