index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
ref
/
ref5.tex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug #1501122: mention __gt__ &co in description of comparison order.
Georg Brandl
2006-06-14
1
-2/+6
*
minor markup nits
George Yoshida
2006-05-27
1
-1/+2
*
Add markup to a "Python Standard Library" doc reference I added for bug 839585.
Georg Brandl
2006-01-20
1
-2/+3
*
Bug #839585: mention % string operator in language ref (backport)
Georg Brandl
2005-12-26
1
-0/+6
*
Empty sets and frozensets are also false.
Georg Brandl
2005-08-21
1
-3/+3
*
Mention explicitly that False is considered false.
Georg Brandl
2005-08-21
1
-3/+3
*
fix a bunch of spelling errors
Fred Drake
2005-01-19
1
-1/+1
*
SF Patch #1093896: miscellaneous doc typos
Raymond Hettinger
2005-01-01
1
-1/+1
*
Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet
Fred Drake
2004-11-11
1
-1/+2
*
clarify trailing comma in function argument list
Fred Drake
2004-11-02
1
-2/+2
*
Patch #1042969: add closing brace for \token {generator_expression}. Thanks
Johannes Gijsbers
2004-10-09
1
-1/+1
*
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
[next]