summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref5.tex
Commit message (Expand)AuthorAgeFilesLines
* Get rid of most of the remaining uses of <>. There's still Tools/* thogh.Neal Norwitz2006-08-291-7/+2
* Remove support for backticks from the grammar and compiler.Brett Cannon2006-08-251-43/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-2/+6
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-5/+6
* Note version added for conditional expressionsNeal Norwitz2006-02-271-1/+1
* PEP 308 implementation, including minor refdocs and some testcases. ItThomas Wouters2006-02-271-3/+8
* Add markup to a "Python Standard Library" doc reference I added for bug 839585.Georg Brandl2006-01-201-2/+3
* Bug #839585: mention % string operator in language refGeorg Brandl2005-12-261-0/+6
* Empty sets and frozensets are also false.Georg Brandl2005-08-211-3/+3
* Mention explicitly the False is considered false.Georg Brandl2005-08-211-3/+3
* fix a bunch of spelling errorsFred Drake2005-01-191-1/+1
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-011-1/+1
* Fix SF bug #1061770: Manual typesets bit-shift operators as guillemetFred Drake2004-11-111-1/+2
* 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