summaryrefslogtreecommitdiffstats
path: root/Doc/tut/tut.tex
Commit message (Expand)AuthorAgeFilesLines
* "Shortcut" should be "short-circuit".Fred Drake2002-03-081-6/+7
* Revise cheeseshop example so that the order of the keyword output isFred Drake2002-01-291-1/+8
* Fix up some examples in the tutorial so we don't contradict our ownFred Drake2001-12-201-2/+2
* Include a warning that scripts should not have the same name as standardFred Drake2001-12-041-13/+37
* Talk about str() in the discussion of string representations of values, andFred Drake2001-12-041-3/+26
* Update lambda description to reflect nested scopes. This was noted byFred Drake2001-12-031-4/+2
* Add a scalar product to the example list comprehensions based on a suggestionFred Drake2001-12-031-0/+2
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-6/+6
* Fix thinko in a comment about seeking with a file object.Fred Drake2001-10-161-1/+1
* Exceptions in interactive examlpes did not always include the indication ofFred Drake2001-09-211-19/+85
* Clarified the interaction between string literals and continuation lines.Fred Drake2001-09-061-5/+28
* Make the examples for "Default Argument Values" more presentable andFred Drake2001-09-061-9/+13
* Clarify the prompt in an example.Fred Drake2001-08-141-1/+1
* Minor re-wording in the exaplantion of sequence comparisons.Fred Drake2001-08-011-3/+4
* Add a more substantial example startup file for the interactive shell;Fred Drake2001-07-181-7/+44
* Minor changes to match the style guide.Fred Drake2001-07-141-4/+4
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-061-58/+62
* Use the more conventional "self" as the name of the self parameter in anFred Drake2001-06-291-1/+1
* Update to include the license information in a less annoying place.Fred Drake2001-06-201-0/+3
* Clarification in the fp appendix suggested on c.l.py by Michael Chermside.Tim Peters2001-06-171-2/+3
* Fix the attributions for the new floating point text.Fred Drake2001-06-081-2/+1
* Added credits in the right places.Fred Drake2001-06-081-0/+2
* Text from Tim & Guido discussing floating point arithmetic and what usersFred Drake2001-06-081-0/+265
* Changed all the examples with ugly platform-dependent float output to useTim Peters2001-05-221-16/+20
* Update output to reflect additional precision produced by the repr() ofFred Drake2001-05-211-2/+3
* Correct two floating-point representations printed by the interpreter inFred Drake2001-04-251-2/+2
* Update to reflect the new string repr -- \n instead of \012. This is theFred Drake2001-04-121-5/+5
* Based on a comment by Konrad Hinsen on python-list:Fred Drake2001-04-111-4/+4
* Make reference to the Library Reference in the "What Now?" chapter aFred Drake2001-04-031-5/+7
* Add some LaTeX magic so that Latin-1 characters do not get so badlyFred Drake2001-03-131-0/+1
* Correct typos in Ping's email address.Fred Drake2001-03-061-4/+4
* Reflect change in traceback format:Fred Drake2001-02-141-12/+12
* Update to properly explain that the default Unicode encoding is ASCII, &c.Ka-Ping Yee2001-02-131-22/+40
* Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings.Ka-Ping Yee2001-01-241-14/+6
* Clarify comments about returning None using a return without an expression;Fred Drake2001-01-191-3/+2
* Fix up an awkward sentence, pointed out by Chris Ryland <cpr@emsoftware.com>.Fred Drake2001-01-011-1/+1
* Fix broken backslashes in Unicode strings section.Fred Drake2000-11-291-2/+2
* Partial fix for SF bug 123730: extra backslash in tutorial.Tim Peters2000-11-291-1/+1
* SF non-bug 123520: fleshed out the tutorial's lambda example a little more.Tim Peters2000-11-271-2/+9
* Typo: shorted --> shorterFred Drake2000-10-251-1/+1
* Update the display of some floating point values at the interactive promptFred Drake2000-10-201-6/+6
* Spelling: internalization --> internationalizationFred Drake2000-09-291-56/+48
* Correct some bitrot; some things have become inaccurate in the tutorial.Fred Drake2000-09-221-5/+9
* When referring to namespaces, always say "namespaces" instead ofFred Drake2000-09-121-49/+50
* require list comprehensions to start with a for clauseSkip Montanaro2000-08-221-4/+20
* Ka-Ping Yee <ping@lfw.org>:Fred Drake2000-08-161-6/+10
* Fix some markup errors that prevented formatting, and one that didn't.Fred Drake2000-08-121-4/+5
* list comprehensions. seeSkip Montanaro2000-08-121-0/+21
* Rip out the information about the PSA, since the fate of that is notFred Drake2000-07-271-13/+9
* More of Rob W. W. Hooft's spelling fixes. The only ones left now are theThomas Wouters2000-07-161-4/+4