summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref5.tex
Commit message (Expand)AuthorAgeFilesLines
* 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
* require list comprehensions to start with a for clauseSkip Montanaro2000-08-221-2/+3
* Fix error made in applying Thomas's patch.Fred Drake2000-08-151-1/+1
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-08-151-1/+2
* list comprehensions. seeSkip Montanaro2000-08-121-5/+14
* Change as suggested by Peter Funk <pf@artcom-gmbh.de>:Fred Drake2000-07-311-2/+3
* Moshe Zadka <mzadka@geocities.com>:Fred Drake2000-07-111-8/+29
* Removed some extraneous and confusing parenthesized expressions.Fred Drake2000-04-251-3/+3
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-5/+5
* Reflect recent patch for float % and divmod() by Tim Peters. ContentFred Drake1999-05-061-3/+10
* Added index entries for operator precedence; suggestion from RandallFred Drake1999-04-291-8/+10
* Fixed latex2html weirdness with footnotes.Fred Drake1999-04-051-4/+4
* Minor markup nits.Fred Drake1999-02-121-4/+2
* Remove two remaining {\tt ...} constructs.Fred Drake1998-11-251-1/+1