| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 83593 via svnmerge from | Georg Brandl | 2010-08-02 | 1 | -5/+6 |
|
|
* | Merged revisions 77603 via svnmerge from | Georg Brandl | 2010-05-19 | 1 | -11/+10 |
|
|
* | Merged revisions 79822,79828,79862,80067,80069,80080-80081,80084,80432-80433 ... | Georg Brandl | 2010-05-18 | 1 | -0/+42 |
|
|
* | Merged revisions 79582 via svnmerge from | Ezio Melotti | 2010-04-02 | 1 | -1/+1 |
|
|
* | Merged revisions 77593,77702-77703,77858,77887,78113-78115,78117,78245,78385-... | Georg Brandl | 2010-03-21 | 2 | -13/+28 |
|
|
* | Merged revisions 75363,75365,75376,75392,75394,75403,75418,75484,75572,75580,... | Georg Brandl | 2009-10-27 | 4 | -29/+47 |
|
|
* | Merged revisions 74492,74531,74545-74550,74553-74555,74588,74603,74608,74614,... | Georg Brandl | 2009-10-27 | 2 | -13/+26 |
|
|
* | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-10-27 | 4 | -10/+10 |
|
|
* | Merged revisions 72558,72745,72750,72876,73042,73045-73048,73069,73089,73163,... | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
|
|
* | Merged revisions 70171,70183,70290,70292,70315,70438,70464 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -0/+3 |
|
|
* | Merged revisions 68705-68706 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -1/+9 |
|
|
* | Merged revisions 72319-72320,72467,72661,72675-72679,72703,72708,72710,72712,... | Georg Brandl | 2009-05-26 | 2 | -8/+9 |
|
|
* | Merged revisions 72085,72132,72159,72288,72290,72292 via svnmerge from | Georg Brandl | 2009-05-26 | 1 | -1/+3 |
|
|
* | Merged revisions 72007-72010,72036-72037 via svnmerge from | Georg Brandl | 2009-04-28 | 2 | -2/+2 |
|
|
* | Merged revisions 71786-71787,71814-71817,71901-71903 via svnmerge from | Georg Brandl | 2009-04-28 | 1 | -0/+5 |
|
|
* | Merged revisions 71540,71544,71546,71563,71572,71607,71653 via svnmerge from | Georg Brandl | 2009-04-28 | 1 | -6/+3 |
|
|
* | Merged revisions 71397-71398,71441 via svnmerge from | Georg Brandl | 2009-04-28 | 1 | -2/+1 |
|
|
* | Merged revisions 69578-69580,69901,69907,69994,70022-70023,70025-70026,70166,... | Georg Brandl | 2009-04-05 | 2 | -7/+9 |
|
|
* | Merged revisions 70642,70648,70656,70661,70765,70773,70789,70824-70825,70828,... | Georg Brandl | 2009-04-05 | 3 | -55/+136 |
|
|
* | Merged revisions 68582,68718,68720-68721,68724-68727,68859,68973,69288-69289,... | Georg Brandl | 2009-02-23 | 4 | -40/+31 |
|
|
* | Merged revisions 69078-69079 via svnmerge from | Brett Cannon | 2009-01-29 | 1 | -1/+3 |
|
|
* | Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,... | Georg Brandl | 2009-01-03 | 3 | -14/+14 |
|
|
* | Merged revisions 67571,67574-67576,67579-67581,67583,67591,67597,67608,67631 ... | Georg Brandl | 2008-12-07 | 1 | -1/+1 |
|
|
* | Merged revisions 67326,67498,67531-67532,67538,67553-67554,67556-67557 via sv... | Georg Brandl | 2008-12-05 | 1 | -1/+2 |
|
|
* | Merged revisions 67245,67277,67289,67295,67301-67303,67307,67330,67332,67336,... | Georg Brandl | 2008-12-05 | 1 | -17/+17 |
|
|
* | Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,... | Georg Brandl | 2008-11-07 | 2 | -6/+7 |
|
|
* | Merged revisions 67060-67061 via svnmerge from | Benjamin Peterson | 2008-10-30 | 1 | -2/+5 |
|
|
* | Merged revisions 66928,66936,66939-66940 via svnmerge from | Georg Brandl | 2008-10-16 | 1 | -1/+1 |
|
|
* | mention how to override boolean evaluation | Benjamin Peterson | 2008-09-23 | 1 | -1/+2 |
|
|
* | #3914: add //= to the augmented assign operators. | Georg Brandl | 2008-09-21 | 1 | -1/+1 |
|
|
* | Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. | Georg Brandl | 2008-09-13 | 1 | -1/+1 |
|
|
* | Use title case | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+1 |
|
|
* | Issue 2235: document the ability to block inheritance of __hash__ in the lang... | Nick Coghlan | 2008-08-31 | 1 | -2/+18 |
|
|
* | #3716: fix typo. | Georg Brandl | 2008-08-30 | 1 | -1/+1 |
|
|
* | allow keyword args to be passed in after *args #3473 | Benjamin Peterson | 2008-08-19 | 1 | -9/+10 |
|
|
* | #3558: Attribute reference binds more tightly than subscription and call. | Georg Brandl | 2008-08-15 | 1 | -3/+3 |
|
|
* | Fix markup for various binary operation examples where the operands were bolded | Brett Cannon | 2008-08-14 | 1 | -6/+6 |
|
|
* | #3519: callee is an expression too. | Georg Brandl | 2008-08-08 | 1 | -1/+1 |
|
|
* | Fix longstringitem definition. #3505. | Georg Brandl | 2008-08-06 | 1 | -1/+1 |
|
|
* | Issue 643841: better documentation of the special method lookup process, espe... | Nick Coghlan | 2008-08-04 | 1 | -43/+147 |
|
|
* | This should really be a comment. | Georg Brandl | 2008-08-01 | 1 | -4/+7 |
|
|
* | Add the grammar to the reference manual, since the new docs don't | Georg Brandl | 2008-08-01 | 2 | -1/+8 |
|
|
* | #926501: add info where to put the docstring. | Georg Brandl | 2008-07-20 | 1 | -5/+14 |
|
|
* | #3323: mention that if inheriting from a class without __slots__, | Georg Brandl | 2008-07-19 | 1 | -0/+4 |
|
|
* | #1410739: add a footnote about "is" and "unusual" behavior. | Georg Brandl | 2008-07-01 | 1 | -1/+5 |
|
|
* | reinstate the ending backtick. thanks Nick :) | Benjamin Peterson | 2008-06-29 | 1 | -1/+1 |
|
|
* | rewrap | Benjamin Peterson | 2008-06-28 | 1 | -5/+5 |
|
|
* | Fix brackets. | Georg Brandl | 2008-06-06 | 1 | -2/+2 |
|
|
* | Queue renaming reversal part 3: move module into place and | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | Mention that the leaking of variables from list comprehensions | Martin v. Löwis | 2008-05-23 | 1 | -4/+3 |
|
|