summaryrefslogtreecommitdiffstats
path: root/Doc/reference/expressions.rst
Commit message (Expand)AuthorAgeFilesLines
* Use Python 3 instead of 3.0.Ezio Melotti2012-05-031-1/+1
* Fix label names.Georg Brandl2012-01-141-2/+2
* update to new C roles and directivesSandro Tosi2012-01-141-1/+1
* really use backticks in string conversion definition; thanks to Jonathan Blak...Sandro Tosi2011-10-311-1/+1
* #12531: Fix spaces.Ezio Melotti2011-07-301-1/+1
* Issue #12531: add index entries to documentation of * and ** in function callsEli Bendersky2011-07-291-5/+11
* Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,...Georg Brandl2011-02-251-3/+4
* Merged revisions 84945 via svnmerge fromGeorg Brandl2010-10-061-1/+1
* Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,...Georg Brandl2010-10-061-0/+3
* Fix syntax.Georg Brandl2010-04-061-1/+3
* Issue #8259: Clarify that there's an upper bound on the right-hand operand of...Mark Dickinson2010-04-061-0/+3
* Fix typo in unicode character name.Georg Brandl2010-04-021-1/+1
* Fix typo.Georg Brandl2010-03-081-1/+1
* #8039: document conditional expressions better, giving them their own section.Georg Brandl2010-03-071-11/+26
* Issue #2333: Backport set and dict comprehensions syntax.Alexandre Vassalotti2010-01-111-34/+60
* Issue #2335: Backport set literals syntax from Python 3.x.Alexandre Vassalotti2010-01-091-1/+25
* #6324: membership test tries iteration via __iter__.Georg Brandl2009-10-221-1/+8
* Use "impl-detail" directive where applicable.Georg Brandl2009-10-221-6/+6
* builtin -> built-in.Georg Brandl2009-07-261-3/+3
* Let "lambda" point to the correct heading.Georg Brandl2009-04-101-2/+1
* #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