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
/
tut
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete the LaTeX doc tree.
Georg Brandl
2007-08-15
2
-6298/+0
*
Bug #1769002: fix a now-wrong sentence in the tutorial.
Georg Brandl
2007-08-07
1
-7/+6
*
try-except-finally is new in 2.5.
Georg Brandl
2007-07-29
1
-1/+3
*
Bug #1637365: add subsection about "__name__ == __main__" to the
Georg Brandl
2007-07-12
1
-0/+38
*
Revert last change for SF #1738754, there's no print in there.
Neal Norwitz
2007-06-18
1
-1/+1
*
SF #1738754, remove extra backslash in string
Neal Norwitz
2007-06-18
1
-1/+1
*
SF #1734732, lower case the module names per PEP 8.
Neal Norwitz
2007-06-11
1
-26/+26
*
Remove Amoeba doc which was removed in version 1.0! according to Misc/HISTORY.
Neal Norwitz
2007-05-13
1
-2/+2
*
Bug #1710295: exceptions are now new-style classes.
Georg Brandl
2007-05-01
1
-1/+1
*
Version fix (bug #1708710)
Georg Brandl
2007-04-27
1
-4/+4
*
Minor wording change on slicing aide-memoire.
Steve Holden
2007-04-26
1
-1/+1
*
SF #1382213: Tutorial section 9.5.1 ignores MRO for new-style classes
Raymond Hettinger
2007-04-03
1
-11/+20
*
fix typo (extraneous ")")
Fred Drake
2007-01-26
1
-1/+1
*
Bug #1560114: the Mac filesystem does have accurate information
Georg Brandl
2006-10-12
1
-1/+1
*
Bug #1567375: a minor logical glitch in example description.
Georg Brandl
2006-09-30
1
-2/+4
*
SF bug #1567976 : fix typo
George Yoshida
2006-09-30
1
-1/+1
*
evalfile() should be execfile().
Georg Brandl
2006-09-01
1
-1/+1
*
Update the tutorial section on relative imports
Nick Coghlan
2006-07-06
1
-8/+25
*
Conversion of exceptions over from faked-up classes to new-style C types.
Richard Jones
2006-05-27
1
-1/+1
*
avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to
Fred Drake
2006-05-03
2
-4/+4
*
minor adjustment suggested by Peter Gephardt
Fred Drake
2006-04-26
1
-1/+1
*
Take 2 on mentioning the with statement, this time without inadvertently kill...
Nick Coghlan
2006-04-23
1
-3/+5
*
Add a (very) brief mention of the with statement to the end of chapter 8
Nick Coghlan
2006-04-23
1
-3/+33
*
Add two entries about how to actually clear a list.
Georg Brandl
2006-04-13
1
-5/+13
*
end the sentence...
Fredrik Lundh
2006-04-02
1
-1/+1
*
Update tutorial wrt PEP 341 try-except-finally statement
Georg Brandl
2006-03-19
1
-13/+43
*
Document PEP 352 changes. Also added GeneratorExit.
Brett Cannon
2006-03-01
1
-0/+6
*
From a suggestion on c.l.py: modernize the introduction to the tutorial.
Andrew M. Kuchling
2005-12-13
1
-32/+40
*
Added example for the ** operator in function calls
Georg Brandl
2005-11-22
1
-0/+14
*
Remove .cvsignore files, as they live in svn:ignore
Martin v. Löwis
2005-10-30
1
-3/+0
*
Add more links to the 'What Next?' section; rewrite to be briefer
Andrew M. Kuchling
2005-09-13
1
-17/+51
*
Shorten run-on sentence
Andrew M. Kuchling
2005-09-12
1
-1/+1
*
Update link
Andrew M. Kuchling
2005-09-12
1
-4/+2
*
Update link
Andrew M. Kuchling
2005-09-12
1
-1/+1
*
More tutorial nits.
Raymond Hettinger
2005-08-23
1
-9/+9
*
SF bug #1168135: Python 2.5a0 Tutorial errors and observations (Contributed ...
Raymond Hettinger
2005-08-23
1
-24/+25
*
SF bug #1168135: Python 2.5a0 Tutorial errors and observations
Raymond Hettinger
2005-08-23
1
-57/+65
*
In an e-mail to the webmaster alias, some suggested adding this text. Window...
Andrew M. Kuchling
2005-08-23
1
-0/+10
*
SF bug #1168135: Python 2.5a0 Tutorial errors and observations
Raymond Hettinger
2005-08-21
1
-16/+13
*
bug [ 969757 ] function and method objects confounded in Tutorial
Georg Brandl
2005-07-08
1
-1/+1
*
Note that files are iterable.
Raymond Hettinger
2005-06-28
1
-0/+15
*
* Show the keyword argument form of dict().
Raymond Hettinger
2005-06-27
1
-2/+12
*
Fix typo.
Raymond Hettinger
2005-06-17
1
-1/+1
*
SF bug #1219448: small output bug
Raymond Hettinger
2005-06-14
1
-1/+1
*
SF bug #1201807: Glossary listing bug
Raymond Hettinger
2005-05-14
1
-1/+1
*
Fix
Michael W. Hudson
2005-04-27
1
-2/+2
*
Update references specifying "Macintosh" to mean OS X semantics and not Mac OS
Brett Cannon
2005-02-13
1
-2/+1
*
fix typo
Fred Drake
2005-01-12
1
-1/+1
*
Add duck-typing to the glossary.
Raymond Hettinger
2005-01-11
1
-0/+11
*
Bug #1098497: various small typo's, grammar and markup nits.
Johannes Gijsbers
2005-01-09
1
-4/+4
[next]