summaryrefslogtreecommitdiffstats
path: root/Doc/tut
Commit message (Expand)AuthorAgeFilesLines
* fix English usage error reported by Ken FuchsFred Drake2004-02-241-2/+2
* fix minor markup error: \code{for} --> \keyword{for}Fred Drake2004-02-121-6/+7
* SF 895560: minor typoRaymond Hettinger2004-02-121-2/+2
* use consistent email address for TimFred Drake2003-12-301-1/+1
* Guido grants a Christmas wish:Raymond Hettinger2003-12-171-0/+14
* Incorporate suggestions from Aahz.Raymond Hettinger2003-12-061-7/+9
* Fix links and typos.Raymond Hettinger2003-12-051-14/+22
* Fix typoRaymond Hettinger2003-12-051-4/+4
* Fix linkRaymond Hettinger2003-12-031-3/+2
* Add a standard library tourRaymond Hettinger2003-12-031-0/+318
* Fix typo. (From SF bug #853064)Walter Dörwald2003-12-031-1/+1
* Convert a 0/1 to False/True.Raymond Hettinger2003-12-021-2/+2
* Nits from a review of the documentation update.Raymond Hettinger2003-11-261-3/+3
* Documentation for set objects.Raymond Hettinger2003-11-181-0/+37
* Add a new looping idiomRaymond Hettinger2003-11-071-0/+15
* SF #829941, update tutorial, built-in types can be base classes since 2.2Neal Norwitz2003-10-251-2/+2
* Don't make promises about about the visibility of the induction variable.Raymond Hettinger2003-10-211-12/+0
* Patch #821093: Fix various typos.Martin v. Löwis2003-10-191-2/+2
* Make the embedded hyperlinks work.Fred Drake2003-09-281-6/+7
* * Fix markup.Raymond Hettinger2003-09-271-25/+26
* Lots of markup corrections. Some are minor, but others are not: theFred Drake2003-09-271-172/+213
* Fix spelling and add markup.Raymond Hettinger2003-09-271-59/+62
* Add a glossary to the tutorial. Also generate an index. At the moment thisSkip Montanaro2003-09-241-0/+6
* first cut at a glossarySkip Montanaro2003-09-241-0/+265
* Fix whitespace in exampleRaymond Hettinger2003-09-241-3/+3
* - added many links into the library referenceFred Drake2003-09-111-30/+45
* - add several links into the library referenceFred Drake2003-09-111-36/+34
* SF patch #797868: Tutorial, sec. 5.1.4 could contain an extra exampleRaymond Hettinger2003-08-301-2/+10
* Fix typo.Raymond Hettinger2003-08-231-1/+1
* Adjust some horizontal indentation to be consistent with the style usedFred Drake2003-08-161-4/+4
* Don't introduce map(None, ...) in the tutorial. In practice, zip() isNeil Schemenauer2003-08-141-9/+4
* SF patch#786531 'the the' typo. Contributed by George YoshidaRaymond Hettinger2003-08-121-1/+1
* Explain argument unpackingRaymond Hettinger2003-08-081-0/+18
* Nits.Raymond Hettinger2003-07-151-2/+2
* SF patch #726751: Clarify docs for except target assignmentRaymond Hettinger2003-07-121-8/+20
* Minor fixups and added sections for iterators and generators.Raymond Hettinger2003-07-111-3/+117
* - explain about making Python scripts executable on Unix in moreFred Drake2003-07-071-2/+13
* SF #751062: Tutorial: remove string exceptions, add parnassus, #postsRaymond Hettinger2003-07-011-8/+9
* SF bug #762990: Awful Grammar in Python TutorialRaymond Hettinger2003-06-301-1/+1
* minor wordsmithingSkip Montanaro2003-06-291-6/+6
* Correct markup errors that prevented formatting.Fred Drake2003-06-281-2/+2
* Explain source encodings. Fixes #683486.Martin v. Löwis2003-06-281-0/+33
* Remove heading from orphan section.Fred Drake2003-06-201-1/+1
* Include "instances of most classes" in a warning about mutable objectsFred Drake2003-06-181-2/+3
* Markup nits.Fred Drake2003-05-201-5/+5
* More message updates and minor fixes.Raymond Hettinger2003-05-071-10/+9
* Update traceback messageRaymond Hettinger2003-05-071-1/+1
* add missing parens - verified w/ interpreter - sorry to dismiss your commentSkip Montanaro2003-05-071-1/+1
* replace most uses of `...` by repr(...), noting that `...` is discouraged,Skip Montanaro2003-05-071-17/+15
* Fix some markup nits.Fred Drake2003-04-221-3/+5