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
*
Issue #18031: %-formatting isn't dead yet and might pull through.
Raymond Hettinger
2013-05-23
1
-4/+0
*
#15575: Clarify tutorial description of when modules are executed.
R David Murray
2013-04-21
1
-1/+2
*
#13510: clarify that f.readlines() is note necessary to iterate over a file. ...
Ezio Melotti
2013-04-15
1
-15/+4
*
Clarify that the function *definition* creates the function and the binding i...
Georg Brandl
2013-04-14
1
-2/+2
*
Modernize unittest example
Raymond Hettinger
2013-03-22
1
-2/+4
*
Issue #8890: Stop advertising an insecure use of /tmp in docs
Petri Lehtinen
2013-02-23
1
-4/+4
*
Drop double newlines printed in some file iteration examples.
Andrew Svetlov
2012-12-08
2
-3/+3
*
Update section about dir() in the tutorial.
Ezio Melotti
2012-11-17
1
-26/+33
*
#16470: mention set and dict comprehension in the tutorial. Patch by Yongzhi...
Ezio Melotti
2012-11-17
1
-8/+19
*
Remove versionadded from the tutorial, at a location where it produces more q...
Georg Brandl
2012-11-15
1
-2/+0
*
Use 2.x "print" syntax for this example.
Georg Brandl
2012-11-12
1
-2/+3
*
Backport from 3.2: improve FAQ link in documentation (for issue #16435).
Chris Jerdonek
2012-11-10
1
-3/+2
*
Backport from 3.2: remove "Release" and "Date" markers from index pages.
Chris Jerdonek
2012-10-28
1
-3/+0
*
Closes #16294: 8 space indent in tutorial
Jesus Cea
2012-10-22
1
-2/+2
*
Issue #16225: Backport from 3.2: Add additional note to tutorial about looping.
Chris Jerdonek
2012-10-16
2
-11/+24
*
Issue #16015: Fix NameError doctest example in tutorial introduction.
Chris Jerdonek
2012-09-25
1
-2/+1
*
#16019, #16020: fix syntax highlight.
Ezio Melotti
2012-09-24
1
-2/+6
*
#16017: capitalize URLs.
Ezio Melotti
2012-09-24
1
-1/+1
*
Fix typo in tutorial
Eli Bendersky
2012-08-18
1
-1/+1
*
fix typo
Sandro Tosi
2012-08-14
1
-1/+1
*
Issue #15630: Add an example for "continue" statement in the tutorial. Patch by
Senthil Kumaran
2012-08-12
1
-3/+16
*
add missing period; thanks to Gaston Fiore from docs@
Sandro Tosi
2012-08-04
1
-1/+1
*
#14840: Add a bit on the difference between tuples and lists. Initial patch ...
Ezio Melotti
2012-06-17
1
-9/+21
*
#8652: update errors tutorial.
R David Murray
2012-06-08
1
-3/+11
*
Nudge readers towards a more accurate mental model for loop else clauses (Bac...
Nick Coghlan
2012-06-07
1
-0/+7
*
Improve section heading for better discoverability.
Raymond Hettinger
2012-04-24
1
-2/+2
*
Reorder the entries to put the type specific technique last.
Raymond Hettinger
2012-04-24
1
-10/+10
*
Issue #11948: clarify modules search path
Sandro Tosi
2012-01-19
1
-18/+16
*
update to new C roles and directives
Sandro Tosi
2012-01-14
1
-1/+1
*
Minor correction. Closes #11418
Terry Jan Reedy
2012-01-11
1
-2/+2
*
I do not think we will ever have auto-indent at the prompt, that is for IPyth...
Georg Brandl
2011-12-25
1
-7/+7
*
#6570: clarify tutorial section about keyword arguments.
Ezio Melotti
2011-12-13
1
-18/+23
*
#13549: improve tutorial section about listcomps.
Ezio Melotti
2011-12-13
1
-62/+112
*
remove duplicated paragraph in the tutorial
Eli Bendersky
2011-11-16
1
-7/+0
*
remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@
Sandro Tosi
2011-10-31
1
-2/+1
*
Doc fix. Mathematically correct sentence.
Senthil Kumaran
2011-09-28
1
-2/+2
*
Improve documentation for PEP 370 support in site module (#8617).
Éric Araujo
2011-08-19
2
-4/+27
*
Confirm that the prime example is actually correct. We get so many complaint...
Georg Brandl
2011-08-08
1
-0/+3
*
Backout duplicate changeset ed34ca4e639c
Éric Araujo
2011-07-29
1
-2/+0
*
Add missing reST target to one heading in the tutorial
Éric Araujo
2011-06-11
1
-0/+2
*
Make indentation comply with our style guide and the rest of the file
Éric Araujo
2011-07-26
1
-14/+14
*
Add missing reST target to one heading in the tutorial
Éric Araujo
2011-07-29
1
-0/+2
*
Issue 12086: add example showing how to use name mangling.
Raymond Hettinger
2011-06-25
1
-0/+22
*
merge 3.2 - Fix closes Issue12359 - Removing a confusing sentence from the pr...
Senthil Kumaran
2011-06-20
1
-7/+7
*
Fix issue12359. Minor doc update on import module description.
Senthil Kumaran
2011-06-20
1
-7/+8
*
#12092: backport rephrasing of a paragraph in the tutorial.
Ezio Melotti
2011-05-17
1
-4/+3
*
Split combined code/doctest code blocks in two blocks, to enable proper highl...
Georg Brandl
2011-05-01
1
-2/+5
*
Remove untrue statement from tutorial
Éric Araujo
2011-03-26
1
-4/+1
*
Fix typo spotted by Sandro Tosi
Éric Araujo
2011-03-22
1
-1/+1
*
Fix markup in inputoutput.rst.
Ezio Melotti
2011-03-13
1
-16/+17
[next]