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
*
Chapter titles that get split over multiple lines in the typeset
Fred Drake
2002-10-28
1
-5/+3
*
Clarify packages in tutorial. Closes SF bug #616211.
Raymond Hettinger
2002-10-26
1
-0/+3
*
Describe __path__ along with the rest of the package description.
Fred Drake
2002-10-22
1
-1/+12
*
Remove mentionings of DOS.
Martin v. Löwis
2002-10-10
1
-1/+1
*
Added a tutorial note and example regarding the scope of loop variables
Raymond Hettinger
2002-09-06
1
-0/+13
*
Replace all cases of "while 1" with "while True".
Raymond Hettinger
2002-08-21
1
-7/+7
*
This is my patch
Michael W. Hudson
2002-08-15
1
-6/+5
*
Remove a broken example of extreme backward compatibility; it is
Fred Drake
2002-08-14
1
-21/+0
*
GvR pointed out that only enclosing function bodies are part of nested scopes.
Raymond Hettinger
2002-08-07
1
-5/+5
*
Describe nested scopes in the tutorial. Closes SF bug 500704.
Raymond Hettinger
2002-08-07
1
-6/+11
*
Fix typo reported to python-docs.
Fred Drake
2002-06-26
1
-1/+1
*
Close bug 480337: Dict used before dicts explained. Added explanation
Raymond Hettinger
2002-06-25
1
-2/+11
*
Fix spacing in loop example
Raymond Hettinger
2002-06-25
1
-3/+3
*
Completely revise markup for the list of list methods; the new markup matches
Fred Drake
2002-06-11
1
-26/+35
*
As discussed on python-dev, add a mechanism to indicate features
Neal Norwitz
2002-05-29
1
-16/+17
*
Message for NameError has changed
Andrew M. Kuchling
2002-05-02
1
-1/+1
*
Documentation for the enumerate() function/type.
Fred Drake
2002-04-26
1
-0/+43
*
"Shortcut" should be "short-circuit".
Fred Drake
2002-03-08
1
-6/+7
*
Revise cheeseshop example so that the order of the keyword output is
Fred Drake
2002-01-29
1
-1/+8
*
Fix up some examples in the tutorial so we don't contradict our own
Fred Drake
2001-12-20
1
-2/+2
*
Include a warning that scripts should not have the same name as standard
Fred Drake
2001-12-04
1
-13/+37
*
Talk about str() in the discussion of string representations of values, and
Fred Drake
2001-12-04
1
-3/+26
*
Update lambda description to reflect nested scopes. This was noted by
Fred Drake
2001-12-03
1
-4/+2
*
Add a scalar product to the example list comprehensions based on a suggestion
Fred Drake
2001-12-03
1
-0/+2
*
Clean up some markup cruft. A number of the macros that take no
Fred Drake
2001-11-28
1
-6/+6
*
Fix thinko in a comment about seeking with a file object.
Fred Drake
2001-10-16
1
-1/+1
*
Exceptions in interactive examlpes did not always include the indication of
Fred Drake
2001-09-21
1
-19/+85
*
Clarified the interaction between string literals and continuation lines.
Fred Drake
2001-09-06
1
-5/+28
*
Make the examples for "Default Argument Values" more presentable and
Fred Drake
2001-09-06
1
-9/+13
*
Clarify the prompt in an example.
Fred Drake
2001-08-14
1
-1/+1
*
Minor re-wording in the exaplantion of sequence comparisons.
Fred Drake
2001-08-01
1
-3/+4
*
Add a more substantial example startup file for the interactive shell;
Fred Drake
2001-07-18
1
-7/+44
*
Minor changes to match the style guide.
Fred Drake
2001-07-14
1
-4/+4
*
Fix up a few style nits -- avoid "e.g." and "i.e." -- these make
Fred Drake
2001-07-06
1
-58/+62
*
Use the more conventional "self" as the name of the self parameter in an
Fred Drake
2001-06-29
1
-1/+1
*
Update to include the license information in a less annoying place.
Fred Drake
2001-06-20
1
-0/+3
*
Clarification in the fp appendix suggested on c.l.py by Michael Chermside.
Tim Peters
2001-06-17
1
-2/+3
*
Fix the attributions for the new floating point text.
Fred Drake
2001-06-08
1
-2/+1
*
Added credits in the right places.
Fred Drake
2001-06-08
1
-0/+2
*
Text from Tim & Guido discussing floating point arithmetic and what users
Fred Drake
2001-06-08
1
-0/+265
*
Changed all the examples with ugly platform-dependent float output to use
Tim Peters
2001-05-22
1
-16/+20
*
Update output to reflect additional precision produced by the repr() of
Fred Drake
2001-05-21
1
-2/+3
*
Correct two floating-point representations printed by the interpreter in
Fred Drake
2001-04-25
1
-2/+2
*
Update to reflect the new string repr -- \n instead of \012. This is the
Fred Drake
2001-04-12
1
-5/+5
*
Based on a comment by Konrad Hinsen on python-list:
Fred Drake
2001-04-11
1
-4/+4
*
Make reference to the Library Reference in the "What Now?" chapter a
Fred Drake
2001-04-03
1
-5/+7
*
Add some LaTeX magic so that Latin-1 characters do not get so badly
Fred Drake
2001-03-13
1
-0/+1
*
Correct typos in Ping's email address.
Fred Drake
2001-03-06
1
-4/+4
*
Reflect change in traceback format:
Fred Drake
2001-02-14
1
-12/+12
*
Update to properly explain that the default Unicode encoding is ASCII, &c.
Ka-Ping Yee
2001-02-13
1
-22/+40
[next]