| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the grammar productions to use the new productionlist environment; | Fred Drake | 2001-07-06 | 1 | -92/+152 |
|
|
* | Use a named reference to another chapter instead of hard coding the | Fred Drake | 2001-06-23 | 1 | -2/+2 |
|
|
* | Fix a very minor (but annoying when looking for things!) markup nit. | Fred Drake | 2001-06-23 | 1 | -0/+17 |
|
|
* | Update a "Programmer's note" about lambda forms and scoping to reflect | Fred Drake | 2001-06-05 | 1 | -5/+19 |
|
|
* | Fix the operator precedence table: exponentiation binds tighter than | Fred Drake | 2001-05-09 | 1 | -2/+2 |
|
|
* | Implement, test and document "key in dict" and "key not in dict". | Guido van Rossum | 2001-04-20 | 1 | -1/+3 |
|
|
* | Work around the conversion of ">>" and "<<" to guillemets. Reported by | Fred Drake | 2001-04-12 | 1 | -1/+1 |
|
|
* | Re-word the explanation of the in/not in operators for increased content | Fred Drake | 2001-03-06 | 1 | -6/+14 |
|
|
* | Fix a variety of minor nits and typos caught by Chris Ryland | Fred Drake | 2001-01-14 | 1 | -7/+7 |
|
|
* | Adjust explanation of operator precedence summary -- exponentiation groups | Fred Drake | 2000-12-11 | 1 | -1/+2 |
|
|
* | Fix error noted by Gerrit Holl (old; had been buried in my INBOX): | Fred Drake | 2000-12-07 | 1 | -3/+3 |
|
|
* | Many small clarifications, including many suggested by email. | Fred Drake | 2000-09-19 | 1 | -17/+18 |
|
|
* | add index entries for list comprehensions | Skip Montanaro | 2000-09-11 | 1 | -0/+2 |
|
|
* | fix list comprehension discussion to use \keyword macro instead of simply | Skip Montanaro | 2000-08-23 | 1 | -3/+4 |
|
|
* | require list comprehensions to start with a for clause | Skip Montanaro | 2000-08-22 | 1 | -2/+3 |
|
|
* | Fix error made in applying Thomas's patch. | Fred Drake | 2000-08-15 | 1 | -1/+1 |
|
|
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-08-15 | 1 | -1/+2 |
|
|
* | list comprehensions. see | Skip Montanaro | 2000-08-12 | 1 | -5/+14 |
|
|
* | Change as suggested by Peter Funk <pf@artcom-gmbh.de>: | Fred Drake | 2000-07-31 | 1 | -2/+3 |
|
|
* | Moshe Zadka <mzadka@geocities.com>: | Fred Drake | 2000-07-11 | 1 | -8/+29 |
|
|
* | Removed some extraneous and confusing parenthesized expressions. | Fred Drake | 2000-04-25 | 1 | -3/+3 |
|
|
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -5/+5 |
|
|
* | Reflect recent patch for float % and divmod() by Tim Peters. Content | Fred Drake | 1999-05-06 | 1 | -3/+10 |
|
|
* | Added index entries for operator precedence; suggestion from Randall | Fred Drake | 1999-04-29 | 1 | -8/+10 |
|
|
* | Fixed latex2html weirdness with footnotes. | Fred Drake | 1999-04-05 | 1 | -4/+4 |
|
|
* | Minor markup nits. | Fred Drake | 1999-02-12 | 1 | -4/+2 |
|
|
* | Remove two remaining {\tt ...} constructs. | Fred Drake | 1998-11-25 | 1 | -1/+1 |
|
|
* | Markup nits. | Fred Drake | 1998-11-25 | 1 | -10/+15 |
|
|
* | Remove a couple of unnecessary "%" characters that cause problems with | Fred Drake | 1998-10-21 | 1 | -2/+2 |
|
|
* | Make sure chapters, sections, and subsections all have a \label to give them | Fred Drake | 1998-07-28 | 1 | -23/+25 |
|
|
* | Convert operator precedence table to the new style markup. | Fred Drake | 1998-07-27 | 1 | -45/+45 |
|
|
* | e.g. -> e.g., | Guido van Rossum | 1998-07-24 | 1 | -7/+7 |
|
|
* | Changes copied from the FrameMaker version, and some new stuff | Guido van Rossum | 1998-07-23 | 1 | -160/+292 |
|
|
* | Fix another oldie (item (b) only): | Guido van Rossum | 1998-05-16 | 1 | -1/+1 |
|
|
* | Updated markup style (got rid of \verb@...@, mostly). | Fred Drake | 1998-05-14 | 1 | -78/+82 |
|
|
* | The Python Reference Manual. | Fred Drake | 1998-05-06 | 1 | -0/+759 |
|
|
* | Removed LaTeX version of reference manual. Added ref/ref.ps. | Guido van Rossum | 1996-10-22 | 1 | -759/+0 |
|
|
* | expr_list -> expression_list | Guido van Rossum | 1996-06-26 | 1 | -2/+2 |
|
|
* | footnote about keyword args | Guido van Rossum | 1995-10-08 | 1 | -1/+2 |
|
|
* | squeezed some space out of a line that was too long | Guido van Rossum | 1995-05-03 | 1 | -2/+2 |
|
|
* | added table of precedences | Guido van Rossum | 1995-03-17 | 1 | -0/+51 |
|
|
* | made palatable for latex2html: | Guido van Rossum | 1995-03-16 | 1 | -32/+37 |
|
|
* | copyright.tex: Add 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -0/+10 |
|
|
* | Lots of small corrections by Andrew Kuchling (plus all new rotor docs) | Guido van Rossum | 1994-08-08 | 1 | -2/+2 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -67/+70 |
|
|
* | * lib2.tex (sys): updated sys.std{in,out,err} docs. Added | Guido van Rossum | 1993-12-17 | 1 | -1/+15 |
|
|
* | Lots of small changes collected over months... | Guido van Rossum | 1993-05-12 | 1 | -6/+7 |
|
|
* | Changes to some math using underscore as subscript, necessary since | Guido van Rossum | 1992-12-17 | 1 | -0/+2 |
|
|
* | Initial revision | Guido van Rossum | 1992-08-14 | 1 | -0/+672 |
|
|