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
*
docs: replace PyPI description with link (GH-101506)
Miss Islington (bot)
2023-02-03
1
-2/+2
*
gh-100633 Tutorial: Fix dataclasses import (GH-100638)
Miss Islington (bot)
2022-12-31
1
-1/+1
*
gh-55688: Add note about ending backslashes for raw strings (GH-94768)
Miss Islington (bot)
2022-12-28
1
-0/+5
*
gh-99908: Tutorial: Modernize the 'data-record class' example (GH-100499)
Miss Islington (bot)
2022-12-24
1
-9/+15
*
gh-70393: Clarify mention of "middle" scope (GH-98839)
Miss Islington (bot)
2022-12-12
1
-2/+2
*
Doc: use "unnumbered" footnotes (GH-98954)
Miss Islington (bot)
2022-11-01
1
-2/+2
*
tutorial: remove "with single quotes" (GH-98204)
Miss Islington (bot)
2022-10-12
1
-1/+1
*
doc: remove a misleading statement. (GH-98093)
Miss Islington (bot)
2022-10-10
1
-2/+2
*
[3.10] gh-97654: Add auto exception chaining example to tutorial (GH-97703) (...
Miss Islington (bot)
2022-10-05
1
-5/+23
*
[3.10] Use SyntaxError invalid range in tutorial introduction example (GH-930...
Miss Islington (bot)
2022-09-30
1
-2/+2
*
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Miss Islington (bot)
2022-09-25
1
-1/+1
*
gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291) (gh-96990)
Miss Islington (bot)
2022-09-21
1
-1/+11
*
Doc: Add omitted secondary prompt in inputoutput tutorial (GH-30317) (#95159)
Miss Islington (bot)
2022-07-23
1
-1/+1
*
Fix copy-friendliness of tutorial example (GH-93424)
Miss Islington (bot)
2022-07-22
1
-0/+1
*
[3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifi...
Ćukasz Langa
2022-07-05
2
-2/+2
*
Docs: Update SyntaxError message in REPL example for list comprehension (GH-9...
Miss Islington (bot)
2022-06-29
1
-3/+3
*
gh-61585: Clarify import scope in modules tutorial (GH-93455) (GH-94374)
Miss Islington (bot)
2022-06-28
1
-10/+11
*
Closes gh-94152: Update pyvideo.org URL (GH-94075)
Miss Islington (bot)
2022-06-23
1
-1/+1
*
gh-94114: Remove obsolete reference to python.org mirrors (GH-94115)
Miss Islington (bot)
2022-06-22
1
-4/+1
*
Tutorial: specify match cases don't fall through (GH-93615) (GH-94084)
Miss Islington (bot)
2022-06-21
1
-2/+4
*
gh-93240: clarify wording in IO tutorial (GH-93276) (GH-94081)
Miss Islington (bot)
2022-06-21
1
-1/+1
*
gh-89158: Add some REPL secondary prompt markers (GH-93073)
Miss Islington (bot)
2022-05-23
1
-3/+3
*
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
*
[3.10] docs: Don't use code formatting for emphasis (GH-30519) (GH-31764)
Jelle Zijlstra
2022-03-08
1
-1/+1
*
docs: Link `match` statement in tutorial (GH-31396)
Miss Islington (bot)
2022-02-18
1
-1/+1
*
bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-...
Miss Islington (bot)
2022-01-10
1
-4/+6
*
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-46059: Clarify pattern-matching example in "control flow" docs (GH-30079)
Miss Islington (bot)
2021-12-14
1
-3/+5
*
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
Miss Islington (bot)
2021-12-02
1
-1/+1
*
Closes bpo-45712: Add missing word in control flow tutorial (GH-29460)
Miss Islington (bot)
2021-11-08
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
*
bpo-38623: Add note about site module (site-packages) (GH-16974) (GH-28536)
Miss Islington (bot)
2021-09-23
1
-1/+2
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)
Miss Islington (bot)
2021-09-23
1
-1/+1
*
bpo-39452: Rewrite and expand __main__.rst (GH-26883)
Miss Islington (bot)
2021-08-24
1
-0/+2
*
bpo-44966: Fix out-of-date traceback message (GH-27867)
Miss Islington (bot)
2021-08-22
1
-1/+1
*
introduce omitted index default before using it (GH-27775) (GH-27802)
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-41576: document BaseException in favor of bare except (GH-21917)
Miss Islington (bot)
2021-08-06
1
-8/+9
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-2...
Miss Islington (bot)
2021-07-26
3
-4/+4
*
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) (#26136)
Miss Islington (bot)
2021-05-14
1
-1/+1
*
bpo-40640: doc -- add missing ... in example of Continue (GH-26055) (GH-26057)
Miss Islington (bot)
2021-05-12
1
-0/+1
[next]