Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added cross-references to related material on exceptions. | Fred Drake | 2002-10-18 | 1 | -9/+13 |
| | | | | | | | Closes SF bug #217195. Make sure section numbers wrap together with the preceeding word ("section"). | ||||
* | Change reference to execframes to naming. | Jeremy Hylton | 2002-04-01 | 1 | -1/+1 |
| | |||||
* | Update programmer's note on nested functions. | Jeremy Hylton | 2002-04-01 | 1 | -5/+5 |
| | |||||
* | Revise the markup related to the grammar productions to increase the | Fred Drake | 2002-03-15 | 1 | -17/+21 |
| | | | | | | level of predictability. This is not really "good" markup, but is arguably better than we had before. This closes SF bug #523117. | ||||
* | Typo: thsi -> this. Closes SF bug #521450. | Fred Drake | 2002-02-22 | 1 | -1/+1 |
| | |||||
* | Added some missing index entries, noted by L. Peter Deutsch. | Fred Drake | 2001-12-27 | 1 | -0/+2 |
| | | | | This should be included in Python 2.2.1. | ||||
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -2/+2 |
| | |||||
* | Change the grammar productions to use the new productionlist environment; | Fred Drake | 2001-07-06 | 1 | -43/+68 |
| | | | | | this supports a hyperlinked version of the grammar that can make tracking down details and definitions a little easier. | ||||
* | Fix minor markup nits. | Fred Drake | 2001-06-23 | 1 | -5/+1 |
| | |||||
* | Fix a very minor (but annoying when looking for things!) markup nit. | Fred Drake | 2001-06-23 | 1 | -0/+6 |
| | |||||
* | Fix typo reported by David Goodger. This closes SF patch #422383. | Fred Drake | 2001-05-10 | 1 | -1/+1 |
| | |||||
* | Add nested scopes spec to appendix. | Jeremy Hylton | 2001-03-23 | 1 | -17/+3 |
| | | | | | | | | | | | Add new opcodes LOAD_CLOSURE, LOAD_DEREF, STORE_DEREF, MAKE_CLOSURE to docs for dis module. Add docs for new function and code members in Sec. 3 of ref manual. They're present regardless of whether nested scopes are used. Remove description of default argument hack from Sec. 7 of the ref manual and refer the reader to the appendix. | ||||
* | Allow 'continue' inside 'try' clause | Jeremy Hylton | 2001-02-01 | 1 | -9/+11 |
| | | | | SF patch 102989 by Thomas Wouters | ||||
* | Improve description of else clause of the try/except/else statement. | Fred Drake | 2001-01-02 | 1 | -6/+11 |
| | | | | This closes (again!) bug #127098. | ||||
* | Change documentation of 'else' clause of 'try/except' to make clear that it | Thomas Wouters | 2000-12-31 | 1 | -3/+5 |
| | | | | | | | | doesn't get triggered by 'return', 'break' or 'continue'. If the 'try-inside-continue' patch does not get accepted before next release, the 'or continue' should be removed ;P Closes SF patch #103045 and SF bug #127098. | ||||
* | More of Rob W. W. Hooft's spelling fixes. The only ones left now are the | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | | | | | | | | distutils patches, which I'll leave to the distutils maintainers. Tip: review the patch like this: grep "^[\!+-] " <patchfile> To get a quick and easy way to review the actual changes. Most of the changes are single-line ones, anyway. | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -3/+1 |
| | |||||
* | Added sentence "All exceptions must have an executable block."; from | Fred Drake | 1999-08-24 | 1 | -1/+2 |
| | | | | Dan Wolfe <wolfeman@apple.com>. | ||||
* | Fixed latex2html weirdness with footnotes. | Fred Drake | 1999-04-05 | 1 | -3/+3 |
| | |||||
* | Minor markup nits. | Fred Drake | 1999-02-12 | 1 | -14/+10 |
| | |||||
* | Clarify evaluation of default arguments at def time with more text and | Guido van Rossum | 1998-12-04 | 1 | -2/+20 |
| | | | | an example. | ||||
* | Minor fixups to some index entries. | Fred Drake | 1998-11-25 | 1 | -3/+4 |
| | |||||
* | Make sure all chapters, sections, and subsections have a \label to give them | Fred Drake | 1998-07-28 | 1 | -7/+7 |
| | | | | semantic file names in the HTML. No more node#.html files! | ||||
* | Changes copied from the FrameMaker version. Not too much. | Guido van Rossum | 1998-07-24 | 1 | -108/+112 |
| | |||||
* | Updated markup style (got rid of \verb@...@, mostly). | Fred Drake | 1998-05-14 | 1 | -61/+63 |
| | |||||
* | The Python Reference Manual. | Fred Drake | 1998-05-06 | 1 | -0/+391 |
| | |||||
* | Removed LaTeX version of reference manual. Added ref/ref.ps. | Guido van Rossum | 1996-10-22 | 1 | -391/+0 |
| | |||||
* | added '**kw' to parameter list syntax | Guido van Rossum | 1996-06-26 | 1 | -1/+3 |
| | |||||
* | footnote about keyword args | Guido van Rossum | 1995-10-08 | 1 | -1/+3 |
| | |||||
* | added classes as exceptions | Guido van Rossum | 1995-02-07 | 1 | -4/+5 |
| | |||||
* | copyright.tex: Add 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | lib.tex: add libimp; remove bogus warning about lineii. libmath.tex: document hypot(). libmd5.tex: rename md5.md5() to md5.new(). libposix.tex: document chown(). libposixfile.tex: openfile() instead of fileopen(). libsocket.tex: document gethostbyaddr(). libtypes.tex: add footnote explaining why readline() keeps the newline. ref3.tex: correct typos, add back*quotes to index. ref4.tex: don't use \verb inside footnote. ref5.tex: explain repr() and str() and add them + back*quotes to index. ref6.tex: correct typo, don't use \verb in footnote. ref7.tex: don't use \verb in footnote. | ||||
* | Merge lost revisions back | Guido van Rossum | 1994-08-01 | 1 | -55/+77 |
| | |||||
* | * lib2.tex (sys): updated sys.std{in,out,err} docs. Added | Guido van Rossum | 1993-12-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | sys.tracebacklimit. * tut.tex (Exceptions): change text printed by traceback. * lib5.tex (audioop): added minmax. * lib5.tex (audioop.getsample): move wandered paragraph back * lib3.tex, partparse.py: undo mucking with \nopagebreak (didn't work). * partparse.py: ignore \nopagebreak command * ref5.tex: added description of lambda forms. * ref7.tex: added reference to lambda forms to section on function definition. * lib1.tex: removed lambda as built-in function (it is now a special form). Also removed feature of filter, map, reduce to turn a string argument into an anonymous function. | ||||
* | * ref3.tex: added cross-ref to try statement for exc handler. | Guido van Rossum | 1993-10-11 | 1 | -1/+14 |
| | | | | | * ref7.tex: added description of sys.exc_{type,value,traceback}. * lib5.tex: rect.intersect is different now! | ||||
* | Initial revision | Guido van Rossum | 1992-08-14 | 1 | -0/+347 |