summaryrefslogtreecommitdiffstats
path: root/Doc/reference/expressions.rst
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 77593,77702-77703,77858,77887,78113-78115,78117,78245,78385-...Georg Brandl2010-03-211-11/+26
* Merged revisions 75363,75365,75376,75392,75394,75403,75418,75484,75572,75580,...Georg Brandl2009-10-271-7/+14
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-10-271-3/+3
* Merged revisions 71397-71398,71441 via svnmerge fromGeorg Brandl2009-04-281-2/+1
* Merged revisions 68582,68718,68720-68721,68724-68727,68859,68973,69288-69289,...Georg Brandl2009-02-231-28/+18
* Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,...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