summaryrefslogtreecommitdiffstats
path: root/Doc/tut
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a \label to the section "Fancier Output Formatting" (it's referenced fromFred Drake1998-09-111-156/+89
* Add warning that mutable argument defaults are evaluated only once;Guido van Rossum1998-08-071-0/+39
* Update to use a separate page for front matter.Fred Drake1998-07-281-0/+4
* In the example iterating over sys.argv and opening each argument,Guido van Rossum1998-07-071-1/+1
* Added a section to the chapter on modules, describing the package system.Andrew M. Kuchling1998-07-011-0/+202
* Note that no .pyc/.pyo files are created for script files.Guido van Rossum1998-06-281-0/+7
* There's no point in mentioning F6 as an alternate EOF on DOS -- itGuido van Rossum1998-06-221-1/+1
* Say a bit more about .pyc and .pyo files.Guido van Rossum1998-05-291-5/+35
* Fixed example to load the startup file from a script (didn't test for theFred Drake1998-04-131-6/+30
* The built-in exceptions are not still strings, so make no claims about them.Fred Drake1998-04-121-1/+0
* Change \sectcode to logical markup.Fred Drake1998-04-041-3/+3
* Normalized case rules in section headings.Fred Drake1998-04-031-84/+76
* Small markup nits, a few grammatical fixes, and a clarification of the binaryFred Drake1998-04-011-59/+65
* Convert LaTeX support to create a new class of documents. HTML generationFred Drake1998-03-031-2/+1
* Added \label{}s for logical addressing.Fred Drake1998-02-261-71/+142
* Remove \bcode / \ecode everywhere.Fred Drake1998-02-131-699/+640
* "lists objects" --> "list objects" (Section "More on Lists".)Fred Drake1998-02-111-1/+1
* In the appendix, all sections were marked as subsections, and so had sectionFred Drake1998-02-111-4/+4
* Use \url{} to mark URLs.Fred Drake1998-01-221-6/+6
* Consistency: "{\bf ...}" ==> "\strong{...}"Fred Drake1998-01-141-1/+1
* Removed \mytableofcontents; just use \tableofcontents.Fred Drake1998-01-131-1/+1
* Consistency:Fred Drake1998-01-131-34/+34
* Added openright option the the \documentclass{} for each of the manuals.Fred Drake1998-01-131-1/+1
* Revise prologue and frontmatter to use latex2e (not in 2.09 compatibilityFred Drake1998-01-091-8/+3
* Took out some disclaiming text (even from the title!). RewrittenGuido van Rossum1997-12-301-41/+35
* Make examples consistently use 4-space indentation.Fred Drake1997-12-041-451/+451
* Change Python-as-executable-script example to use "#! /usr/bin/env python"Fred Drake1997-10-151-5/+5
* New version (interim) by AMK.Guido van Rossum1997-07-171-1700/+936