Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c7f490c8b19d5458d692f243279f7ad898f13ec4
/
Doc
/
tutorial
b4b55eb
Merge with 3.5
by Terry Jan Reedy
· 8 years ago
30eee4d
Issue #28815: Change '?' to '<module>' in some doc examples.
by Terry Jan Reedy
· 8 years ago
e5ccf3d
Issue #28306: Merge from 3.5
by Berker Peksag
· 8 years ago
cf79cdb
Issue #28306: Update exception message of ZeroDivisionError
by Berker Peksag
· 8 years ago
87fe473
merge
by Raymond Hettinger
· 8 years ago
7f65af3
Issue 27719: Remove a doc example that is not applicable in Python 3
by Raymond Hettinger
· 8 years ago
c17dd50
Closes #27206: Merge with 3.5
by Zachary Ware
· 8 years ago
c483a01
Issue #27206: Fix doctests in Doc/tutorial.
by Zachary Ware
· 8 years ago
6a09315
Issue #26462: Merge code block fixes from 3.5
by Martin Panter
· 8 years ago
1050d2d
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
by Martin Panter
· 8 years ago
15552c3
Issue #27285: Document the deprecation of the pyvenv script.
by Brett Cannon
· 8 years ago
2fec611
Issue #24314: Merge doc links from 3.5
by Martin Panter
· 8 years ago
bae5d81
Issue #24314: Fix doc links for general attributes like __name__, __dict__
by Martin Panter
· 8 years ago
0a5120e
Issue #23116: Improve ask_ok() example in the Python tutorial
by Berker Peksag
· 8 years ago
9c27c18
Issue #23116: Merge from 3.5
by Berker Peksag
· 8 years ago
c5f4036
Issue #27178: Fix markup in tutorial
by Berker Peksag
· 8 years ago
ef1179e
Issue #27174: Merge from 3.5
by Berker Peksag
· 8 years ago
93818c7
Issue #27174: Update IPython URL in tutorial
by Berker Peksag
· 8 years ago
12a8a8a
Merge from 3.5
by Berker Peksag
· 8 years ago
8e937f8
Fix typo in Python tutorial
by Berker Peksag
· 8 years ago
c499f30
Issue #23921: Standardized documentation whitespace formatting.
by Serhiy Storchaka
· 9 years ago
dba9039
Issue #23921: Standardized documentation whitespace formatting.
by Serhiy Storchaka
· 9 years ago
1acbf85
Issue #26736: Used HTTPS for external links in the documentation if possible.
by Serhiy Storchaka
· 9 years ago
6dff020
Issue #26736: Used HTTPS for external links in the documentation if possible.
by Serhiy Storchaka
· 9 years ago
b6a9c97
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
by Serhiy Storchaka
· 9 years ago
6a7b3a7
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
by Serhiy Storchaka
· 9 years ago
2d43bc2
merge with 3.5
by Georg Brandl
· 9 years ago
f1d371b
Update example; str(float) changed so there is difference now.
by Georg Brandl
· 9 years ago
40383c8
Minor clarification in tutorial.
by Georg Brandl
· 9 years ago
bc1ee46
Issue #25179: Documentation for formatted string literals aka f-strings
by Martin Panter
· 9 years ago
d5db147
Issue #25179: Preparatory cleanup of existing docs on string formatting
by Martin Panter
· 9 years ago
46988d3
Merge string formatting doc fixes from 3.5
by Martin Panter
· 9 years ago
a8a3a1b
merge from 3.5
by Senthil Kumaran
· 9 years ago
80538e9
Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload.
by Senthil Kumaran
· 9 years ago
2b06558
#26001: merge with 3.5.
by Ezio Melotti
· 9 years ago
397bb24
#26001: mention in the tutorial that files in binary mode expect bytes, not str.
by Ezio Melotti
· 9 years ago
e56a919
Issue #25523: Merge a-to-an corrections from 3.5
by Martin Panter
· 9 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 9 years ago
233cdb3
Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes.
by Serhiy Storchaka
· 9 years ago
153627c
Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes.
by Serhiy Storchaka
· 9 years ago
0424eaf
Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes.
by Serhiy Storchaka
· 9 years ago
799b05b
merge
by Raymond Hettinger
· 9 years ago
502bf51
Improve tutorial suggestion for looping techniques
by Raymond Hettinger
· 9 years ago
ada5578
Merge with 3.5 for Issue #24729
by Jason R. Coombs
· 9 years ago
0598da3
Merge with 3.4 for Issue #24729
by Jason R. Coombs
· 9 years ago
842c074
Issue #24729: Correct reference to open function.
by Jason R. Coombs
· 9 years ago
d8de44b
Issue #24729: Update tutorial to match implementation.
by Alessandro Cucci
· 9 years ago
8203ba9
Merge from 3.5
by Tal Einat
· 9 years ago
86a60bf
Merge from 3.4
by Tal Einat
· 9 years ago
f330d53
#23891: correctly refer to PyPI as "Python Package Index"
by Tal Einat
· 9 years ago
81a612c
Merge from 3.5
by Andrew Kuchling
· 9 years ago
6b84335
Merge from 3.4
by Andrew Kuchling
· 9 years ago
d004071
#23891: remove extra words
by Andrew Kuchling
· 9 years ago
3ae067d
Merge from 3.5
by Andrew Kuchling
· 9 years ago
21fd5a9
Merge from 3.4
by Andrew Kuchling
· 9 years ago
dd15b36
#23891: add a section to the Tutorial describing virtual environments and pip
by Andrew Kuchling
· 9 years ago
1f49f83
Merge from 3.5
by Andrew Kuchling
· 9 years ago
20f628e
Merge from 3.4
by Andrew Kuchling
· 9 years ago
4a75174
Add link to pyvideoorg
by Andrew Kuchling
· 9 years ago
ecacfd8
#23891: rework discussion of python-list a bit
by Andrew Kuchling
· 9 years ago
7aa5341
Reverting my previous commit.
by Yury Selivanov
· 9 years ago
ffb40e5
More version bumping to 3.6.
by Ned Deily
· 9 years ago
e6efbdc
Remove UTF-8 BOMs.
by Serhiy Storchaka
· 9 years ago
410d77f
Remove UTF-8 BOMs.
by Serhiy Storchaka
· 9 years ago
f299abd
Issue #23731: Implement PEP 488.
by Brett Cannon
· 10 years ago
3f10346
Closes #23932: Merge with 3.4
by Zachary Ware
· 10 years ago
f3b990e
Issue #23932: Update the tutorial section on function annotations.
by Zachary Ware
· 10 years ago
556e08e
Issue #12955: Change the urlopen() examples to use context managers where appropriate.
by Berker Peksag
· 10 years ago
9575e18
Issue #12955: Change the urlopen() examples to use context managers where appropriate.
by Berker Peksag
· 10 years ago
d71b170
#23891: describe a few more modules in the tutorial
by Andrew Kuchling
· 10 years ago
b820d0d
Issue #23286: Fix typo in the tutorial.
by Berker Peksag
· 10 years ago
b68c420
Issue #23286: Fix typo in the tutorial.
by Berker Peksag
· 10 years ago
d3faf43
Issue #23181: More "codepoint" -> "code point".
by Serhiy Storchaka
· 10 years ago
3be472b
Closes #23181: codepoint -> code point
by Georg Brandl
· 10 years ago
64c8914
Issue #23070: Fix a comment in the tutorial.
by Berker Peksag
· 10 years ago
2338156
Issue #23070: Fix a comment in the tutorial.
by Berker Peksag
· 10 years ago
8b1cbd2
Issue #12602: Add missing cross-references to runpy and using/cmdline docs.
by Berker Peksag
· 10 years ago
0ecd7ba
Issue #12602: Add missing cross-references to runpy and using/cmdline docs.
by Berker Peksag
· 10 years ago
ffd842e
Issue #22824: Updated reprlib output format for sets to use set literals.
by Raymond Hettinger
· 10 years ago
fe98180
merge with 3.4
by Georg Brandl
· 10 years ago
f0d2ed7
minor grammar fixes (from docs@python.org)
by Georg Brandl
· 10 years ago
6b4c847
Doc: fix default role usage (except in unittest mock docs)
by Georg Brandl
· 10 years ago
93a56cd
Doc: fix default role usage (except in unittest mock docs)
by Georg Brandl
· 10 years ago
794e9bf
merge with 3.4
by Georg Brandl
· 10 years ago
525d355
Fixing broken links in doc, part 3: the rest
by Georg Brandl
· 10 years ago
cadc3fd
Merge with 3.4
by Georg Brandl
· 10 years ago
e73778c
Use https:// URLs when referring to python.org hosts.
by Georg Brandl
· 10 years ago
bbf4ae5
Merge #21739: mention subtle difference between loops and listcomps in tutorial.
by R David Murray
· 10 years ago
6bd6860
#21739: mention subtle difference between loops and listcomps in tutorial.
by R David Murray
· 10 years ago
2f2920a
merge from 3.4
by Senthil Kumaran
· 10 years ago
15e4833
Issue #16827: Make Interpreter introduction section of the tutorial more
by Senthil Kumaran
· 10 years ago
7d02a98
#22170: merge with 3.4.
by Ezio Melotti
· 10 years ago
79a1ffd
#22170: avoid printing newlines twice in tutorial example.
by Ezio Melotti
· 10 years ago
c03dc0f
merge
by Raymond Hettinger
· 10 years ago
04ba0bb
Issue #11974: Add tutorial section on class and instance variables
by Raymond Hettinger
· 10 years ago
07e0485
Issue 21575: Show list.sort() arguments in the tutorial.
by Raymond Hettinger
· 10 years ago
a52ecc0
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
e17de09
Issue #21545: Add .pop example and tweak comment about pure mutation methods.
by Terry Jan Reedy
· 10 years ago
53260ea
merge
by Raymond Hettinger
· 10 years ago
Next »