| Commit message (Expand) | Author | Age | Files | Lines |
* | SF patch #872326: generator expression implementation | Raymond Hettinger | 2004-08-15 | 1 | -1/+46 |
|
|
* | [Bug #827209] Add footnote from Alex M. about listcomps leaking their index v... | Andrew M. Kuchling | 2004-08-07 | 1 | -1/+5 |
|
|
* | Move grammar rule for lambda_form into section on lambdas. Fixes #964525. | Martin v. Löwis | 2004-06-02 | 1 | -2/+5 |
|
|
* | SF bug #940579: section 5.10: 'not' returns boolean, not int | Raymond Hettinger | 2004-04-23 | 1 | -4/+4 |
|
|
* | clarified (in the 5.14 summary) that tests and comparisons all chain, | Alex Martelli | 2003-11-09 | 1 | -3/+3 |
|
|
* | Patch #821093: Fix various typos. | Martin v. Löwis | 2003-10-19 | 1 | -1/+1 |
|
|
* | - create a hyperlink for a section reference (also more robust in the | Fred Drake | 2003-09-06 | 1 | -4/+4 |
|
|
* | Add definitions of the test and testlist symbols in the grammar so | Fred Drake | 2003-06-27 | 1 | -0/+5 |
|
|
* | SF patch #760792: "wo" in "word" now valid but not documented as such | Raymond Hettinger | 2003-06-26 | 1 | -4/+7 |
|
|
* | * Fixed an unmatched parenthesis early in the text. | Raymond Hettinger | 2003-06-26 | 1 | -2/+10 |
|
|
* | SF bug #749759: comparisons yield bool not int | Raymond Hettinger | 2003-06-06 | 1 | -1/+1 |
|
|
* | Add a space after expression to be consistent | Neal Norwitz | 2003-04-10 | 1 | -1/+1 |
|
|
* | Fixing bug | Gustavo Niemeyer | 2002-12-16 | 1 | -0/+18 |
|
|
* | * Doc/ref/ref5.tex | Gustavo Niemeyer | 2002-11-26 | 1 | -1/+1 |
|
|
* | Repaired inaccuracies in the % docs. In particular, we don't (and can't) | Tim Peters | 2002-11-24 | 1 | -3/+14 |
|
|
* | Update: Older versions of Python crashed when calling repr() | Fred Drake | 2002-11-13 | 1 | -3/+5 |
|
|
* | Closes SF bug #634069 reporting the docs on the ** operator were out | Raymond Hettinger | 2002-11-08 | 1 | -4/+14 |
|
|
* | Clarify deprecation of the floor div operator, modulo operator, | Raymond Hettinger | 2002-10-11 | 1 | -5/+4 |
|
|
* | Modified presentation of the grammar for calls to be easier to read | Fred Drake | 2002-10-07 | 1 | -4/+5 |
|
|
* | Minor English grammar correction | Raymond Hettinger | 2002-06-25 | 1 | -1/+1 |
|
|
* | Simplify the production for argument list, making sure that it | Fred Drake | 2002-06-20 | 1 | -4/+4 |
|
|
* | Played contortionist games with the argument_list production so it | Fred Drake | 2002-06-18 | 1 | -4/+4 |
|
|
* | Patch 543387. Document deprecation of complex %, //,and divmod(). | Raymond Hettinger | 2002-05-21 | 1 | -3/+8 |
|
|
* | Added a missing "|" in the grammar productions used in the reference manual | Fred Drake | 2002-04-30 | 1 | -7/+9 |
|
|
* | Fix typo: coverted --> converted. Reported by Francois Pinard. | Fred Drake | 2002-04-09 | 1 | -1/+1 |
|
|
* | Given lambda its own section, instead of burying it in boolean operators. | Jeremy Hylton | 2002-04-01 | 1 | -30/+7 |
|
|
* | Update / simplify Identifiers section for nested scopes. | Jeremy Hylton | 2002-04-01 | 1 | -18/+2 |
|
|
* | Fix up unescaped tilde; reported by several people. | Fred Drake | 2002-03-18 | 1 | -1/+1 |
|
|
* | Markup error: braces not properly marked in dictionary display | Fred Drake | 2002-03-16 | 1 | -1/+1 |
|
|
* | Revise the markup related to the grammar productions to increase the | Fred Drake | 2002-03-15 | 1 | -16/+14 |
|
|
* | Work around the problem of spaces after a "}" being dropped by LaTeX2HTML if | Fred Drake | 2001-12-14 | 1 | -5/+5 |
|
|
* | Fix for | Michael W. Hudson | 2001-12-12 | 1 | -2/+45 |
|
|
* | Removed stray backslash (a typo -- my fault). | Tim Peters | 2001-10-01 | 1 | -1/+1 |
|
|
* | The description of dictionary comparison was out of date. Rather than | Tim Peters | 2001-10-01 | 1 | -9/+12 |
|
|
* | 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 |
|
|