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
*
Clarify comments about returning None using a return without an expression;
Fred Drake
2001-01-19
1
-3/+2
*
Fix up an awkward sentence, pointed out by Chris Ryland <cpr@emsoftware.com>.
Fred Drake
2001-01-01
1
-1/+1
*
Fix broken backslashes in Unicode strings section.
Fred Drake
2000-11-29
1
-2/+2
*
Partial fix for SF bug 123730: extra backslash in tutorial.
Tim Peters
2000-11-29
1
-1/+1
*
SF non-bug 123520: fleshed out the tutorial's lambda example a little more.
Tim Peters
2000-11-27
1
-2/+9
*
Updates to reflect pending changes to the XML conversion process.
Fred Drake
2000-11-22
1
-1/+1
*
Typo: shorted --> shorter
Fred Drake
2000-10-25
1
-1/+1
*
Update the display of some floating point values at the interactive prompt
Fred Drake
2000-10-20
1
-6/+6
*
Spelling: internalization --> internationalization
Fred Drake
2000-09-29
1
-56/+48
*
Correct some bitrot; some things have become inaccurate in the tutorial.
Fred Drake
2000-09-22
1
-5/+9
*
When referring to namespaces, always say "namespaces" instead of
Fred Drake
2000-09-12
1
-49/+50
*
require list comprehensions to start with a for clause
Skip Montanaro
2000-08-22
1
-4/+20
*
Ka-Ping Yee <ping@lfw.org>:
Fred Drake
2000-08-16
1
-6/+10
*
Fix some markup errors that prevented formatting, and one that didn't.
Fred Drake
2000-08-12
1
-4/+5
*
list comprehensions. see
Skip Montanaro
2000-08-12
1
-0/+21
*
Rip out the information about the PSA, since the fate of that is not
Fred Drake
2000-07-27
1
-13/+9
*
More of Rob W. W. Hooft's spelling fixes. The only ones left now are the
Thomas Wouters
2000-07-16
1
-4/+4
*
Markup improvements in sections relating to interactive behavior.
Fred Drake
2000-07-08
1
-45/+51
*
Update version numbering from 1.6 to 2.0.
Fred Drake
2000-06-30
1
-1/+1
*
Clarify the description of the else clause for try/except, and add an
Fred Drake
2000-04-17
1
-3/+8
*
Marc-Andre Lemburg <mal@lemburg.com>:
Fred Drake
2000-04-06
1
-0/+101
*
Fixed typo in example code; spotted by Everett Lipman
Fred Drake
2000-04-04
1
-1/+1
*
Merge in changes from the 1.5.2p2 release.
Fred Drake
2000-04-03
1
-267/+410
*
Use \citetitle and \programopt as appropriate.
Fred Drake
1999-11-10
1
-44/+44
*
Added "import string" to a couple of examples that describe string
Fred Drake
1999-09-14
1
-0/+2
*
Added paragraph explaining that except clauses can't be empty; that
Fred Drake
1999-08-24
1
-0/+4
*
Made several grammatical corrections based on comments from Daniel
Fred Drake
1999-06-30
1
-10/+20
*
Fixed typo reported by Bennett Benson
Fred Drake
1999-06-10
1
-1/+1
*
Explain comments at the start of chapter 3. This is needed since they
Fred Drake
1999-04-29
1
-2/+21
*
Update starship URLs.
Fred Drake
1999-04-29
1
-2/+2
*
In list of sequence comparison examples, "=" should be "==". Reported
Fred Drake
1999-04-16
1
-1/+1
*
Fixed latex2html weirdness with footnotes.
Fred Drake
1999-04-05
1
-10/+6
*
Fixed grammatical error reported by Donald Wallace Rouse II
Fred Drake
1999-03-12
1
-2/+2
*
Lots of nits to respond to various comments from users.
Fred Drake
1999-03-10
1
-57/+56
*
Document -OO; "unsafe" optimization that removes docstrings.
Guido van Rossum
1999-01-28
1
-0/+9
*
Minor clarifications by Sean Reifschneider:
Guido van Rossum
1999-01-06
1
-1/+15
*
Clarified what Python versions the interactivity chapter applies to,
Fred Drake
1998-12-28
1
-1/+9
*
Ignore the byproducts of SGML/XML conversions for now.
Fred Drake
1998-12-01
1
-0/+3
*
Change "for" explanation slightly based on comment passed along by
Fred Drake
1998-11-30
1
-7/+10
*
Eliminate remaining \verb/.../ constructs; there's no need for them.
Fred Drake
1998-11-17
1
-3/+3
*
The last two example functions in the section about default argument
Guido van Rossum
1998-10-24
1
-2/+2
*
Add a \label to the section "Fancier Output Formatting" (it's referenced from
Fred Drake
1998-09-11
1
-156/+89
*
Add warning that mutable argument defaults are evaluated only once;
Guido van Rossum
1998-08-07
1
-0/+39
*
Update to use a separate page for front matter.
Fred Drake
1998-07-28
1
-0/+4
*
In the example iterating over sys.argv and opening each argument,
Guido van Rossum
1998-07-07
1
-1/+1
*
Added a section to the chapter on modules, describing the package system.
Andrew M. Kuchling
1998-07-01
1
-0/+202
*
Note that no .pyc/.pyo files are created for script files.
Guido van Rossum
1998-06-28
1
-0/+7
*
There's no point in mentioning F6 as an alternate EOF on DOS -- it
Guido van Rossum
1998-06-22
1
-1/+1
*
Say a bit more about .pyc and .pyo files.
Guido van Rossum
1998-05-29
1
-5/+35
*
Fixed example to load the startup file from a script (didn't test for the
Fred Drake
1998-04-13
1
-6/+30
[next]