summaryrefslogtreecommitdiffstats
path: root/Doc/tut
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updates to reflect pending changes to the XML conversion process.Fred Drake2000-11-221-1/+1
* 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
* Markup improvements in sections relating to interactive behavior.Fred Drake2000-07-081-45/+51
* Update version numbering from 1.6 to 2.0.Fred Drake2000-06-301-1/+1
* Clarify the description of the else clause for try/except, and add anFred Drake2000-04-171-3/+8
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-0/+101
* Fixed typo in example code; spotted by Everett LipmanFred Drake2000-04-041-1/+1
* Merge in changes from the 1.5.2p2 release.Fred Drake2000-04-031-267/+410
* Use \citetitle and \programopt as appropriate.Fred Drake1999-11-101-44/+44
* Added "import string" to a couple of examples that describe stringFred Drake1999-09-141-0/+2
* Added paragraph explaining that except clauses can't be empty; thatFred Drake1999-08-241-0/+4
* Made several grammatical corrections based on comments from DanielFred Drake1999-06-301-10/+20
* Fixed typo reported by Bennett BensonFred Drake1999-06-101-1/+1
* Explain comments at the start of chapter 3. This is needed since theyFred Drake1999-04-291-2/+21
* Update starship URLs.Fred Drake1999-04-291-2/+2
* In list of sequence comparison examples, "=" should be "==". ReportedFred Drake1999-04-161-1/+1
* Fixed latex2html weirdness with footnotes.Fred Drake1999-04-051-10/+6
* Fixed grammatical error reported by Donald Wallace Rouse IIFred Drake1999-03-121-2/+2
* Lots of nits to respond to various comments from users.Fred Drake1999-03-101-57/+56
* Document -OO; "unsafe" optimization that removes docstrings.Guido van Rossum1999-01-281-0/+9
* Minor clarifications by Sean Reifschneider:Guido van Rossum1999-01-061-1/+15
* Clarified what Python versions the interactivity chapter applies to,Fred Drake1998-12-281-1/+9
* Ignore the byproducts of SGML/XML conversions for now.Fred Drake1998-12-011-0/+3
* Change "for" explanation slightly based on comment passed along byFred Drake1998-11-301-7/+10
* Eliminate remaining \verb/.../ constructs; there's no need for them.Fred Drake1998-11-171-3/+3
* The last two example functions in the section about default argumentGuido van Rossum1998-10-241-2/+2