| Commit message (Expand) | Author | Age | Files | Lines |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -17/+10 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+69 |
|
|
* | Remove sys.exc_type, sys.exc_value, sys.exc_traceback | Neal Norwitz | 2006-03-17 | 1 | -13/+7 |
|
|
* | PEP 343 -- the with-statement. | Guido van Rossum | 2006-02-27 | 1 | -0/+6 |
|
|
* | Doc for PEP 341, needs improvement | Neal Norwitz | 2005-12-17 | 1 | -19/+21 |
|
|
* | Fix: | Michael W. Hudson | 2005-05-26 | 1 | -0/+2 |
|
|
* | Add grammar change for allowing ``class B(): pass`` syntax. | Brett Cannon | 2005-04-09 | 1 | -1/+1 |
|
|
* | Updates to the exceptions documentation (this is my patch #1156102). | Michael W. Hudson | 2005-03-04 | 1 | -13/+13 |
|
|
* | clarify discussion of iteration in the section on the "for" statement | Fred Drake | 2004-11-02 | 1 | -2/+4 |
|
|
* | clarify trailing comma in function argument list | Fred Drake | 2004-11-02 | 1 | -4/+4 |
|
|
* | This is Mark Russell's patch: | Michael W. Hudson | 2004-08-17 | 1 | -6/+6 |
|
|
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 | 1 | -1/+26 |
|
|
* | The expression list in inheritance is not optional. Fixes #960448. | Martin v. Löwis | 2004-06-02 | 1 | -1/+1 |
|
|
* | - update to reflect that base classes can be class types as well as | Fred Drake | 2003-09-24 | 1 | -2/+5 |
|
|
* | SF patch#786531 'the the' typo. Contributed by George Yoshida | Raymond Hettinger | 2003-08-12 | 1 | -1/+1 |
|
|
* | Added cross-references to related material on exceptions. | Fred Drake | 2002-10-18 | 1 | -9/+13 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Allow 'continue' inside 'try' clause | Jeremy Hylton | 2001-02-01 | 1 | -9/+11 |
|
|
* | Improve description of else clause of the try/except/else statement. | Fred Drake | 2001-01-02 | 1 | -6/+11 |
|
|
* | Change documentation of 'else' clause of 'try/except' to make clear that it | Thomas Wouters | 2000-12-31 | 1 | -3/+5 |
|
|
* | More of Rob W. W. Hooft's spelling fixes. The only ones left now are the | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | * ref3.tex: added cross-ref to try statement for exc handler. | Guido van Rossum | 1993-10-11 | 1 | -1/+14 |
|
|
* | Initial revision | Guido van Rossum | 1992-08-14 | 1 | -0/+347 |
|
|