| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new looping idiom | Raymond Hettinger | 2003-11-07 | 1 | -0/+15 |
|
|
* | SF #829941, update tutorial, built-in types can be base classes since 2.2 | Neal Norwitz | 2003-10-25 | 1 | -2/+2 |
|
|
* | Don't make promises about about the visibility of the induction variable. | Raymond Hettinger | 2003-10-21 | 1 | -12/+0 |
|
|
* | Patch #821093: Fix various typos. | Martin v. Löwis | 2003-10-19 | 1 | -2/+2 |
|
|
* | Make the embedded hyperlinks work. | Fred Drake | 2003-09-28 | 1 | -6/+7 |
|
|
* | * Fix markup. | Raymond Hettinger | 2003-09-27 | 1 | -25/+26 |
|
|
* | Lots of markup corrections. Some are minor, but others are not: the | Fred Drake | 2003-09-27 | 1 | -172/+213 |
|
|
* | Fix spelling and add markup. | Raymond Hettinger | 2003-09-27 | 1 | -59/+62 |
|
|
* | Add a glossary to the tutorial. Also generate an index. At the moment this | Skip Montanaro | 2003-09-24 | 1 | -0/+6 |
|
|
* | first cut at a glossary | Skip Montanaro | 2003-09-24 | 1 | -0/+265 |
|
|
* | Fix whitespace in example | Raymond Hettinger | 2003-09-24 | 1 | -3/+3 |
|
|
* | - added many links into the library reference | Fred Drake | 2003-09-11 | 1 | -30/+45 |
|
|
* | - add several links into the library reference | Fred Drake | 2003-09-11 | 1 | -36/+34 |
|
|
* | SF patch #797868: Tutorial, sec. 5.1.4 could contain an extra example | Raymond Hettinger | 2003-08-30 | 1 | -2/+10 |
|
|
* | Fix typo. | Raymond Hettinger | 2003-08-23 | 1 | -1/+1 |
|
|
* | Adjust some horizontal indentation to be consistent with the style used | Fred Drake | 2003-08-16 | 1 | -4/+4 |
|
|
* | Don't introduce map(None, ...) in the tutorial. In practice, zip() is | Neil Schemenauer | 2003-08-14 | 1 | -9/+4 |
|
|
* | SF patch#786531 'the the' typo. Contributed by George Yoshida | Raymond Hettinger | 2003-08-12 | 1 | -1/+1 |
|
|
* | Explain argument unpacking | Raymond Hettinger | 2003-08-08 | 1 | -0/+18 |
|
|
* | Nits. | Raymond Hettinger | 2003-07-15 | 1 | -2/+2 |
|
|
* | SF patch #726751: Clarify docs for except target assignment | Raymond Hettinger | 2003-07-12 | 1 | -8/+20 |
|
|
* | Minor fixups and added sections for iterators and generators. | Raymond Hettinger | 2003-07-11 | 1 | -3/+117 |
|
|
* | - explain about making Python scripts executable on Unix in more | Fred Drake | 2003-07-07 | 1 | -2/+13 |
|
|
* | SF #751062: Tutorial: remove string exceptions, add parnassus, #posts | Raymond Hettinger | 2003-07-01 | 1 | -8/+9 |
|
|
* | SF bug #762990: Awful Grammar in Python Tutorial | Raymond Hettinger | 2003-06-30 | 1 | -1/+1 |
|
|
* | minor wordsmithing | Skip Montanaro | 2003-06-29 | 1 | -6/+6 |
|
|
* | Correct markup errors that prevented formatting. | Fred Drake | 2003-06-28 | 1 | -2/+2 |
|
|
* | Explain source encodings. Fixes #683486. | Martin v. Löwis | 2003-06-28 | 1 | -0/+33 |
|
|
* | Remove heading from orphan section. | Fred Drake | 2003-06-20 | 1 | -1/+1 |
|
|
* | Include "instances of most classes" in a warning about mutable objects | Fred Drake | 2003-06-18 | 1 | -2/+3 |
|
|
* | Markup nits. | Fred Drake | 2003-05-20 | 1 | -5/+5 |
|
|
* | More message updates and minor fixes. | Raymond Hettinger | 2003-05-07 | 1 | -10/+9 |
|
|
* | Update traceback message | Raymond Hettinger | 2003-05-07 | 1 | -1/+1 |
|
|
* | add missing parens - verified w/ interpreter - sorry to dismiss your comment | Skip Montanaro | 2003-05-07 | 1 | -1/+1 |
|
|
* | replace most uses of `...` by repr(...), noting that `...` is discouraged, | Skip Montanaro | 2003-05-07 | 1 | -17/+15 |
|
|
* | Fix some markup nits. | Fred Drake | 2003-04-22 | 1 | -3/+5 |
|
|
* | Adding new built-in function sum, with docs and tests. | Alex Martelli | 2003-04-22 | 1 | -1/+4 |
|
|
* | SF bug #699237: Tutorial uses omitted slice indices before explaining them | Raymond Hettinger | 2003-03-12 | 1 | -11/+11 |
|
|
* | - New function sys.exc_clear() clears the current exception. This is | Guido van Rossum | 2003-03-01 | 1 | -8/+9 |
|
|
* | Chapter titles that get split over multiple lines in the typeset | Fred Drake | 2002-10-28 | 1 | -5/+3 |
|
|
* | Clarify packages in tutorial. Closes SF bug #616211. | Raymond Hettinger | 2002-10-26 | 1 | -0/+3 |
|
|
* | Describe __path__ along with the rest of the package description. | Fred Drake | 2002-10-22 | 1 | -1/+12 |
|
|
* | Remove mentionings of DOS. | Martin v. Löwis | 2002-10-10 | 1 | -1/+1 |
|
|
* | Added a tutorial note and example regarding the scope of loop variables | Raymond Hettinger | 2002-09-06 | 1 | -0/+13 |
|
|
* | Replace all cases of "while 1" with "while True". | Raymond Hettinger | 2002-08-21 | 1 | -7/+7 |
|
|
* | This is my patch | Michael W. Hudson | 2002-08-15 | 1 | -6/+5 |
|
|
* | Remove a broken example of extreme backward compatibility; it is | Fred Drake | 2002-08-14 | 1 | -21/+0 |
|
|
* | GvR pointed out that only enclosing function bodies are part of nested scopes. | Raymond Hettinger | 2002-08-07 | 1 | -5/+5 |
|
|
* | Describe nested scopes in the tutorial. Closes SF bug 500704. | Raymond Hettinger | 2002-08-07 | 1 | -6/+11 |
|
|
* | Fix typo reported to python-docs. | Fred Drake | 2002-06-26 | 1 | -1/+1 |
|
|