summaryrefslogtreecommitdiffstats
path: root/Doc/tut
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Adding new built-in function sum, with docs and tests.Alex Martelli2003-04-221-1/+4
* SF bug #699237: Tutorial uses omitted slice indices before explaining themRaymond Hettinger2003-03-121-11/+11
* - New function sys.exc_clear() clears the current exception. This isGuido van Rossum2003-03-011-8/+9
* Chapter titles that get split over multiple lines in the typesetFred Drake2002-10-281-5/+3
* Clarify packages in tutorial. Closes SF bug #616211.Raymond Hettinger2002-10-261-0/+3
* Describe __path__ along with the rest of the package description.Fred Drake2002-10-221-1/+12
* Remove mentionings of DOS.Martin v. Löwis2002-10-101-1/+1
* Added a tutorial note and example regarding the scope of loop variablesRaymond Hettinger2002-09-061-0/+13
* Replace all cases of "while 1" with "while True".Raymond Hettinger2002-08-211-7/+7
* This is my patchMichael W. Hudson2002-08-151-6/+5
* Remove a broken example of extreme backward compatibility; it isFred Drake2002-08-141-21/+0
* GvR pointed out that only enclosing function bodies are part of nested scopes.Raymond Hettinger2002-08-071-5/+5
* Describe nested scopes in the tutorial. Closes SF bug 500704.Raymond Hettinger2002-08-071-6/+11
* Fix typo reported to python-docs.Fred Drake2002-06-261-1/+1
* Close bug 480337: Dict used before dicts explained. Added explanationRaymond Hettinger2002-06-251-2/+11
* Fix spacing in loop exampleRaymond Hettinger2002-06-251-3/+3
* Completely revise markup for the list of list methods; the new markup matchesFred Drake2002-06-111-26/+35
* As discussed on python-dev, add a mechanism to indicate featuresNeal Norwitz2002-05-291-16/+17
* Message for NameError has changedAndrew M. Kuchling2002-05-021-1/+1
* Documentation for the enumerate() function/type.Fred Drake2002-04-261-0/+43
* "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