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
*
Doc: use "unnumbered" footnotes (#98954)
Manuel Kaufmann
2022-11-01
1
-2/+2
*
Missing PS1 prompt in tutorial example (GH-98921)
Manuel Kaufmann
2022-11-01
1
-2/+3
*
tutorial: remove "with single quotes" (#98204)
Jelle Zijlstra
2022-10-12
1
-1/+1
*
doc: remove a misleading statement. (GH-98093)
Julien Palard
2022-10-10
1
-2/+2
*
gh-73196: Add namespace/scope clarification for inheritance section (#92840)
Stanley
2022-10-07
1
-1/+2
*
gh-97654: Add auto exception chaining example to tutorial (#97703)
Shahriar Heidrich
2022-10-05
1
-5/+23
*
Use SyntaxError invalid range in tutorial introduction example (GH-93031)
Eddie Hebert
2022-09-30
1
-2/+2
*
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka
2022-09-24
1
-1/+1
*
gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291)
Stanley
2022-09-21
1
-1/+11
*
gh-95413: Remove references to deprecated CGI library (#95414)
partev
2022-08-30
1
-1/+1
*
small grammatical change (GH-96138)
sand8089
2022-08-21
1
-1/+1
*
Doc: Add omitted secondary prompt in inputoutput tutorial (GH-30317)
Chenwei Xiao
2022-07-23
1
-1/+1
*
Fix copy-friendliness of tutorial example (GH-93424)
Chenwei Xiao
2022-07-22
1
-0/+1
*
Tutorial sys.argv example should not have interactive prompt (GH-94880)
Marco Buttu
2022-07-16
1
-4/+8
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
2
-2/+2
*
Docs: Update SyntaxError message in REPL example for list comprehension (GH-9...
Cheryl Sabella
2022-06-29
1
-3/+3
*
gh-61585: Clarify import scope in modules tutorial (GH-93455)
Stanley
2022-06-28
1
-10/+11
*
gh-94226: Remove the locale.format() function (#94229)
Victor Stinner
2022-06-26
1
-1/+1
*
Closes gh-94152: Update pyvideo.org URL (GH-94075)
partev
2022-06-23
1
-1/+1
*
gh-94114: Remove obsolete reference to python.org mirrors (GH-94115)
partev
2022-06-22
1
-4/+1
*
Tutorial: specify match cases don't fall through (GH-93615)
max
2022-06-21
1
-2/+4
*
gh-93240: clarify wording in IO tutorial (GH-93276)
paulreece
2022-06-21
1
-1/+1
*
gh-89158: Add some REPL secondary prompt markers (#93073)
Nicolas Haller
2022-05-23
1
-3/+3
*
gh-91249: Remove .bat extension in documentation for when activating venv on ...
yashlad681
2022-05-13
1
-1/+1
*
gh-77521: Add link to builtin module names in modules tutorial (#92438)
slateny
2022-05-08
1
-1/+2
*
Python 3.12.0a0
Pablo Galindo
2022-05-08
3
-7/+7
*
gh-92368: Fix missing possessive apostrophe (#92397)
gophra
2022-05-06
1
-1/+1
*
gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)
Inada Naoki
2022-05-02
1
-10/+18
*
gh-85757: Change wording from nested to inner (GH-91811)
slateny
2022-04-30
1
-1/+1
*
gh-89770: [PEP-678] add exception notes to tutorial (GH-30441)
Irit Katriel
2022-04-20
1
-0/+64
*
gh-91541: Fix error in example in modules tutorial (#91634)
180909
2022-04-17
1
-1/+1
*
gh-90449: Improve accuracy and readability of exceptions tutorial (GH-31899)
Irit Katriel
2022-04-13
1
-46/+54
*
bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003)
Ville Skyttä
2022-04-09
1
-12/+12
*
bpo-47189: What's New in 3.11: Faster CPython (GH-32235)
Ken Jin
2022-04-06
1
-0/+2
*
Follow PEP-8 guidelines in tutorial for standard library (GH-26127)
Bob Kline
2022-04-03
1
-2/+3
*
bpo-31582: Created a new documentation section describing sys.path initializa...
Russel Webber
2022-03-23
1
-0/+2
*
docs: Don't use code formatting for emphasis (GH-30519)
William Andrea
2022-03-08
1
-1/+1
*
docs: Link `match` statement in tutorial (GH-31396)
William Andrea
2022-02-18
1
-1/+1
*
[doc] Enhance readability by avoiding big blocks for small numbers. (GH-31157)
Julien Palard
2022-02-06
1
-9/+3
*
bpo-46328: Add sys.exception() (GH-30514)
Irit Katriel
2022-01-13
1
-1/+1
*
bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-...
Raymond Hettinger
2022-01-10
1
-4/+6
*
bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)
Irit Katriel
2022-01-06
1
-0/+89
*
bpo-34538: Remove Exception subclassing from tutorial (GH-30361)
Hugo van Kemenade
2022-01-03
1
-35/+1
*
bpo-46079: Replace external link that is down for maintenance. (GH-30315)
Raymond Hettinger
2022-01-01
1
-6/+6
*
Fix the output of built-in iter() function example in Iterators (Section 9.8)...
Vivek Vashist
2021-12-16
1
-1/+1
*
bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079)
Alex Waygood
2021-12-14
1
-3/+5
*
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
Zachary Ware
2021-12-02
1
-1/+1
*
Closes bpo-45712: Add missing word in control flow tutorial (GH-29460)
180909
2021-11-08
1
-1/+1
*
bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105)
Thomas
2021-10-21
1
-0/+7
*
bpo-45442: Add deactivate step to venv tutorial. (GH-28981)
srinivasan
2021-10-15
1
-0/+5
[next]