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
*
gh-77521: Add link to builtin module names in modules tutorial (GH-92438)
Miss Islington (bot)
2022-05-08
1
-1/+2
*
gh-92368: Fix missing possessive apostrophe (GH-92397)
Miss Islington (bot)
2022-05-06
1
-1/+1
*
gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)
Miss Islington (bot)
2022-05-02
1
-10/+18
*
gh-91541: Fix error in example in modules tutorial (GH-91634)
Miss Islington (bot)
2022-04-17
1
-1/+1
*
Follow PEP-8 guidelines in tutorial for standard library (GH-26127)
Miss Islington (bot)
2022-04-03
1
-2/+3
*
docs: Don't use code formatting for emphasis (GH-30519)
Miss Islington (bot)
2022-03-08
1
-1/+1
*
bpo-34538: Remove Exception subclassing from tutorial (GH-30361)
Miss Islington (bot)
2022-01-03
1
-35/+1
*
bpo-46079: Replace external link that is down for maintenance. (GH-30315) (GH...
Miss Islington (bot)
2022-01-01
1
-6/+6
*
Fix the output of built-in iter() function example in Iterators (Section 9.8)...
Miss Islington (bot)
2021-12-16
1
-1/+1
*
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
Miss Islington (bot)
2021-12-04
1
-1/+1
*
bpo-34451: Document prompt and output toggle feature in html tutorial (GH-271...
Miss Islington (bot)
2021-10-21
1
-0/+7
*
[doc] Update references to NumPy (GH-22458) (GH-28749)
Miss Islington (bot)
2021-10-06
1
-1/+1
*
bpo-38623: Add note about site module (site-packages) (GH-16974) (GH-28537)
Miss Islington (bot)
2021-09-23
1
-1/+2
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28524)
Miss Islington (bot)
2021-09-23
1
-1/+1
*
bpo-44966: Fix out-of-date traceback message (GH-27867) (GH-27876)
Miss Islington (bot)
2021-08-22
1
-1/+1
*
introduce omitted index default before using it (GH-27775) (GH-27803)
Miss Islington (bot)
2021-08-17
1
-8/+8
*
bpo-44907: Update error messages in tutorial examples (GH-27755)
Miss Islington (bot)
2021-08-14
1
-3/+3
*
bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919) (GH...
Miss Islington (bot)
2021-06-27
1
-14/+8
*
bpo-43927: Change 'IOError' to 'OSError' (GH-26289)
Miss Islington (bot)
2021-05-21
1
-1/+1
*
bpo-35765: Clarify references to "object x" in the JSON tutorial (GH-22411) (...
Miss Islington (bot)
2021-05-19
1
-1/+2
*
bpo-43729: Clarify comment in tutorial example (GH-25191) (GH-26137)
Miss Islington (bot)
2021-05-14
1
-1/+1
*
bpo-40640: doc -- add missing ... in example of Continue (GH-26055) (GH-26058)
Miss Islington (bot)
2021-05-12
1
-0/+1
*
bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600) ...
Miss Islington (bot)
2021-05-04
1
-0/+4
*
bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872)
Miss Islington (bot)
2021-04-29
1
-1/+1
*
bpo-43777: Drop description of "pip search" command from tutorial (GH-25287)
Miss Islington (bot)
2021-04-14
1
-13/+2
*
bpo-43325: Add FAQ entry for identity tests (GH-25168) (GH-25178)
Miss Islington (bot)
2021-04-04
1
-3/+2
*
bpo-39231: correct tutorial annotations section (GH-25029)
Miss Islington (bot)
2021-03-27
1
-1/+1
*
bpo-43042: Augment tutorial sentence (GH-24514)
Miss Islington (bot)
2021-02-20
1
-1/+2
*
[3.9] bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) (GH-23527)
Miss Islington (bot)
2020-12-01
1
-5/+10
*
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
Miss Islington (bot)
2020-11-28
1
-1/+1
*
bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162)
Miss Islington (bot)
2020-11-06
1
-9/+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) (#21922)
Miss Islington (bot)
2020-08-22
1
-1/+1
*
[3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901)
Victor Stinner
2020-08-19
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-21343)
Miss Islington (bot)
2020-07-06
1
-5/+4
*
bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21341)
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-39705 : sorted() tutorial example under looping techniques improved (GH-1...
Rahul Kumaresan
2020-05-18
1
-0/+15
*
Change 'exception happened' to 'exception occurred' in two places (#19767)
Noah Doersing
2020-05-01
1
-1/+1
*
bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)
Antoine
2020-03-10
1
-1/+1
*
Grammar fix in tutorial (GH-18425)
Don Kirkby
2020-02-10
1
-1/+1
*
bpo-39534: Doc: Clarify return in finally (GH-18324)
Julien Palard
2020-02-06
1
-9/+27
*
bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-...
Adorilson Bezerra
2020-02-03
1
-3/+4
*
bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)
Shanavas M
2020-01-23
1
-4/+4
*
bpo-38678: Improve argparse example in tutorial (GH-17207)
Raymond Hettinger
2019-11-18
1
-15/+17
*
Update interpreter.rst (GH-17059)
Jules Lasne (jlasne)
2019-11-05
1
-1/+1
*
bpo-38558: Mention `:=` in conditions tutorial (GH-16919)
Ammar Askar
2019-10-25
1
-4/+4
*
bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016)
Mohammad Dehghan
2019-09-26
1
-1/+1
*
Doc: Corrected syntax for return annotation (GH-16265)
Jason Plurad
2019-09-19
1
-1/+1
[next]