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
*
[3.7]Documentation minor update related to 3.6 - 3.7 migration (GH-9501)
Christophe Nanteuil
2018-09-24
1
-2/+2
*
bpo-34712: Fix style in examples in "Input and Output" (GH-9361)
Miss Islington (bot)
2018-09-19
1
-4/+7
*
bpo-33460: remove ellipsis that look like continuation prompts (GH-7851)
Miss Islington (bot)
2018-09-11
1
-4/+10
*
Doc: Missing 'f' in an f-string. (GH-9074) (GH-9095)
Miss Islington (bot)
2018-09-07
1
-1/+1
*
Update list.remove(x) documentation (GH-8636)
Miss Islington (bot)
2018-08-03
1
-2/+2
*
bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)
Miss Islington (bot)
2018-07-25
1
-2/+2
*
bpo-34161: Remove extra parentheses in output formatting tutorial (GH-8350)
Miss Islington (bot)
2018-07-20
1
-2/+2
*
Fix documentation for input and output tutorial (GH-8231)
Miss Islington (bot)
2018-07-11
1
-1/+1
*
bpo-28626: rearrange discussion of output formatting to encourage f-strings (...
Miss Islington (bot)
2018-07-09
1
-89/+138
*
use rich markup for PEP reference (GH-7939)
Miss Islington (bot)
2018-06-27
1
-1/+1
*
bpo-33892: Doc: Use gender neutral words (GH-7770)
Miss Islington (bot)
2018-06-18
1
-10/+10
*
bpo-33641: Convert RFC references into links. (GH-7103)
Miss Islington (bot)
2018-05-31
1
-1/+1
*
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...
Miss Islington (bot)
2018-05-16
2
-2/+2
*
bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738)
Miss Islington (bot)
2018-05-09
1
-2/+2
*
Mention both relevant PEPs in function annotations tutorial (GH-6304)
Miss Islington (bot)
2018-04-25
1
-2/+2
*
bpo-33297: Mention Pillow to work with more image formats. (GH-6505)
Miss Islington (bot)
2018-04-21
1
-1/+1
*
Improve highlighting of some code blocks. (GH-6401)
Miss Islington (bot)
2018-04-09
1
-1/+1
*
bpo-32337: Update documentats about dict order (GH-4973)
Miss Islington (bot)
2018-04-04
1
-15/+11
*
controlflow: Use full example for "5 through 9" (GH-5907)
Miss Islington (bot)
2018-03-10
1
-1/+1
*
bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-...
Miss Islington (bot)
2018-02-25
1
-0/+19
*
bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
Miss Islington (bot)
2018-02-25
1
-1/+1
*
bpo-32452: clarify term 'brackets' in generator tutorial (#5079)
Emily Morehouse
2018-01-02
1
-3/+3
*
bpo-25910: Fixes redirection from http to https (#4674)
Sanyam Khurana
2017-12-06
1
-1/+1
*
Improve the String tutorial docs (GH-4541)
Will White
2017-11-24
1
-7/+7
*
bpo-31757: Make Fibonacci examples consistent (#3991)
Raymond Hettinger
2017-10-14
2
-18/+20
*
bpo-30466: Add brief explanation of classes to tutorial (GH-1804)
Trey Hunner
2017-07-13
1
-0/+6
*
Clarification to the `break` statement (GH-2453)
regexaurus
2017-06-27
1
-1/+1
*
bpo-6519: Improve Python Input Output Tutorial (GH-2143)
Andrew Kuchling
2017-06-13
1
-21/+29
*
bpo-30621: Update Input Output Tutorial Example(GH-2074)
suketa
2017-06-12
1
-0/+1
*
bpo-30312: Small correction in datastructures set code sample (GH-2081)
KatherineMichel
2017-06-10
1
-1/+1
*
bpo-30361: Use better example for mixed-type operands (#1701)
gfyoung
2017-05-29
1
-4/+2
*
bpo-28315: Improve code examples in docs (GH-1372)
UltimateCoder
2017-05-03
4
-4/+4
*
bpo-29756: Improve documentation for list methods that compare items by equal...
Xiang Zhang
2017-03-13
1
-2/+2
*
Fix small typos in introduction and datastructures of tutorial (GH-272)
Jim Fasarakis-Hilliard
2017-02-25
2
-5/+5
*
bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-...
Jim Fasarakis-Hilliard
2017-02-21
1
-6/+5
*
Issue #29381: merge with 3.6
Mariatta Wijaya
2017-02-02
1
-11/+10
|
\
|
*
Issue #29381: Clarify ordering of UNIX shebang line as source encoding line
Mariatta Wijaya
2017-02-02
1
-11/+10
|
*
Backed out changeset 3d712292f2fa
Mariatta Wijaya
2017-02-02
1
-14/+15
|
*
Issue #29381: Clarify ordering of UNIX shebang line as source encoding line
Mariatta Wijaya
2017-02-02
1
-15/+14
*
|
Merge: #29005: clarify terminology in tutorial 'method' discussion.
R David Murray
2016-12-18
1
-3/+2
|
\
\
|
|
/
|
*
Merge: #29005: clarify terminology in tutorial 'method' discussion.
R David Murray
2016-12-18
1
-3/+2
|
|
\
|
|
*
#29005: clarify terminology in tutorial 'method' discussion.
R David Murray
2016-12-18
1
-3/+2
*
|
|
Issue #28820: Merge typo fixes from 3.6
Martin Panter
2016-12-10
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #28820: Merge spelling fixes from 3.5
Martin Panter
2016-12-10
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #28820: Fix spelling of “practice” as a noun
Martin Panter
2016-12-10
1
-1/+1
*
|
|
Fixed mismatching title overline.
Serhiy Storchaka
2016-12-04
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fixed mismatching title overline.
Serhiy Storchaka
2016-12-04
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Fixed mismatching title overline.
Serhiy Storchaka
2016-12-04
1
-1/+1
*
|
|
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
Serhiy Storchaka
2016-12-04
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
Serhiy Storchaka
2016-12-04
1
-2/+2
|
|
\
\
|
|
|
/
[next]