summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref5.tex
Commit message (Expand)AuthorAgeFilesLines
* clarify trailing comma in function argument listFred Drake2004-11-021-2/+2
* Patch #1042969: add closing brace for \token {generator_expression}. ThanksJohannes Gijsbers2004-10-091-1/+1
* SF patch #872326: generator expression implementationRaymond Hettinger2004-08-151-1/+46
* [Bug #827209] Add footnote from Alex M. about listcomps leaking their index v...Andrew M. Kuchling2004-08-071-1/+5
* Move grammar rule for lambda_form into section on lambdas. Fixes #964525.Martin v. Löwis2004-06-021-2/+5
* SF bug #940579: section 5.10: 'not' returns boolean, not intRaymond Hettinger2004-04-231-4/+4
* clarified (in the 5.14 summary) that tests and comparisons all chain,Alex Martelli2003-11-091-3/+3
* Patch #821093: Fix various typos.Martin v. Löwis2003-10-191-1/+1
* - create a hyperlink for a section reference (also more robust in theFred Drake2003-09-061-4/+4
* Add definitions of the test and testlist symbols in the grammar soFred Drake2003-06-271-0/+5
* SF patch #760792: "wo" in "word" now valid but not documented as suchRaymond Hettinger2003-06-261-4/+7
* * Fixed an unmatched parenthesis early in the text.Raymond Hettinger2003-06-261-2/+10
* SF bug #749759: comparisons yield bool not intRaymond Hettinger2003-06-061-1/+1
* Add a space after expression to be consistentNeal Norwitz2003-04-101-1/+1
* Fixing bugGustavo Niemeyer2002-12-161-0/+18
* * Doc/ref/ref5.texGustavo Niemeyer2002-11-261-1/+1
* Repaired inaccuracies in the % docs. In particular, we don't (and can't)Tim Peters2002-11-241-3/+14
* Update: Older versions of Python crashed when calling repr()Fred Drake2002-11-131-3/+5
* Closes SF bug #634069 reporting the docs on the ** operator were outRaymond Hettinger2002-11-081-4/+14
* Clarify deprecation of the floor div operator, modulo operator,Raymond Hettinger2002-10-111-5/+4
* Modified presentation of the grammar for calls to be easier to readFred Drake2002-10-071-4/+5
* Minor English grammar correctionRaymond Hettinger2002-06-251-1/+1
* Simplify the production for argument list, making sure that itFred Drake2002-06-201-4/+4
* Played contortionist games with the argument_list production so itFred Drake2002-06-181-4/+4
* Patch 543387. Document deprecation of complex %, //,and divmod().Raymond Hettinger2002-05-211-3/+8
* Added a missing "|" in the grammar productions used in the reference manualFred Drake2002-04-301-7/+9
* Fix typo: coverted --> converted. Reported by Francois Pinard.Fred Drake2002-04-091-1/+1
* Given lambda its own section, instead of burying it in boolean operators.Jeremy Hylton2002-04-011-30/+7
* Update / simplify Identifiers section for nested scopes.Jeremy Hylton2002-04-011-18/+2
* Fix up unescaped tilde; reported by several people.Fred Drake2002-03-181-1/+1
* Markup error: braces not properly marked in dictionary displayFred Drake2002-03-161-1/+1
* Revise the markup related to the grammar productions to increase theFred Drake2002-03-151-16/+14
* Work around the problem of spaces after a "}" being dropped by LaTeX2HTML ifFred Drake2001-12-141-5/+5
* Fix forMichael W. Hudson2001-12-121-2/+45
* Removed stray backslash (a typo -- my fault).Tim Peters2001-10-011-1/+1
* The description of dictionary comparison was out of date. Rather thanTim Peters2001-10-011-9/+12
* Change the grammar productions to use the new productionlist environment;Fred Drake2001-07-061-92/+152
* Use a named reference to another chapter instead of hard coding theFred Drake2001-06-231-2/+2
* Fix a very minor (but annoying when looking for things!) markup nit.Fred Drake2001-06-231-0/+17
* Update a "Programmer's note" about lambda forms and scoping to reflectFred Drake2001-06-051-5/+19
* Fix the operator precedence table: exponentiation binds tighter thanFred Drake2001-05-091-2/+2
* Implement, test and document "key in dict" and "key not in dict".Guido van Rossum2001-04-201-1/+3
* Work around the conversion of ">>" and "<<" to guillemets. Reported byFred Drake2001-04-121-1/+1
* Re-word the explanation of the in/not in operators for increased contentFred Drake2001-03-061-6/+14
* Fix a variety of minor nits and typos caught by Chris RylandFred Drake2001-01-141-7/+7
* Adjust explanation of operator precedence summary -- exponentiation groupsFred Drake2000-12-111-1/+2
* Fix error noted by Gerrit Holl (old; had been buried in my INBOX):Fred Drake2000-12-071-3/+3
* Many small clarifications, including many suggested by email.Fred Drake2000-09-191-17/+18
* add index entries for list comprehensionsSkip Montanaro2000-09-111-0/+2
* fix list comprehension discussion to use \keyword macro instead of simplySkip Montanaro2000-08-231-3/+4