summaryrefslogtreecommitdiffstats
path: root/Doc/reference/expressions.rst
Commit message (Expand)AuthorAgeFilesLines
* #5310, #3558: fix operator precedence table.Georg Brandl2009-02-191-28/+18
* Remove trailing whitespace.Georg Brandl2009-01-031-4/+4
* mention how to override boolean evaluationBenjamin Peterson2008-09-231-1/+2
* allow keyword args to be passed in after *args #3473Benjamin Peterson2008-08-191-9/+10
* #3558: Attribute reference binds more tightly than subscription and call.Georg Brandl2008-08-151-3/+3
* #3519: callee is an expression too.Georg Brandl2008-08-081-1/+1
* #1410739: add a footnote about "is" and "unusual" behavior.Georg Brandl2008-07-011-1/+5
* Mention that the leaking of variables from list comprehensionsMartin v. Löwis2008-05-231-4/+3
* #2147: PEP 237 changes to overflow behavior.Georg Brandl2008-05-111-5/+3
* #2677: add note that not all functions may accept keyword args.Georg Brandl2008-04-271-0/+8
* Add punctuationAndrew M. Kuchling2008-04-101-1/+1
* Don't use the confusing term "set membership".Georg Brandl2008-03-281-8/+8
* Expand a bit on genexp scopes.Georg Brandl2008-03-031-8/+9
* A lot more typo fixes by Ori Avtalion.Georg Brandl2008-02-221-2/+2
* Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.Georg Brandl2008-01-051-10/+10
* Continue rolling back pep-3141 changes that changed behavior from 2.5. ThisJeffrey Yasskin2008-01-051-2/+1
* Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (justJeffrey Yasskin2008-01-031-1/+2
* Some cleanup in the docs.Georg Brandl2007-12-291-2/+7
* Patch #1537 from Chad AustinChristian Heimes2007-12-031-3/+0
* Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __ha...Georg Brandl2007-11-021-1/+1
* Added note in footnote about string comparisons aboutMark Summerfield2007-10-031-2/+3
* Bug #1777168: replace operator names "opa"... with "op1"... and mark everythi...Georg Brandl2007-08-211-5/+5
* Bug #1777160: mention explicitly that e.g. -1**2 is -1.Georg Brandl2007-08-211-1/+1
* Added a note in each regarding the fact that unicode strings that look the sameMark Summerfield2007-08-161-1/+7
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+1339