| Commit message (Expand) | Author | Age | Files | Lines |
* | <> is gone (almost). | Georg Brandl | 2009-06-03 | 1 | -1/+1 |
|
|
* | range() doesn't return a list | Benjamin Peterson | 2009-06-03 | 1 | -1/+1 |
|
|
* | Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,... | Benjamin Peterson | 2009-06-01 | 1 | -6/+2 |
|
|
* | Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge from | Georg Brandl | 2009-05-25 | 1 | -5/+5 |
|
|
* | Merged revisions 72924 via svnmerge from | Georg Brandl | 2009-05-25 | 1 | -2/+18 |
|
|
* | Merged revisions 72288 via svnmerge from | Georg Brandl | 2009-05-04 | 1 | -1/+3 |
|
|
* | Merged revisions 71814-71817,71901-71903 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -0/+5 |
|
|
* | Merged revisions 71540,71563 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -1/+0 |
|
|
* | Merged revisions 72009 via svnmerge from | Georg Brandl | 2009-04-27 | 2 | -2/+2 |
|
|
* | Fixed documentation build warning. | Hirokazu Yamamoto | 2009-04-26 | 1 | -1/+1 |
|
|
* | Merged revisions 71441 via svnmerge from | Georg Brandl | 2009-04-10 | 1 | -2/+1 |
|
|
* | Fix nits | Raymond Hettinger | 2009-04-07 | 1 | -5/+5 |
|
|
* | Fix internal link. | Raymond Hettinger | 2009-04-07 | 1 | -2/+2 |
|
|
* | Add an example metaclass showing a use of __prepare__() as outlined in PEP 3... | Raymond Hettinger | 2009-04-07 | 1 | -0/+32 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -2/+3 |
|
|
* | Add missing label. | Georg Brandl | 2009-03-31 | 1 | -0/+1 |
|
|
* | Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-... | Benjamin Peterson | 2009-03-30 | 1 | -0/+1 |
|
|
* | wild card import is only allowed at the module level | Benjamin Peterson | 2009-03-25 | 1 | -4/+4 |
|
|
* | Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-... | Benjamin Peterson | 2009-03-21 | 1 | -5/+6 |
|
|
* | Document import's semantics for the language reference. This includes filling | Brett Cannon | 2009-03-21 | 1 | -53/+128 |
|
|
* | Merged revisions 70397 via svnmerge from | Georg Brandl | 2009-03-15 | 1 | -3/+4 |
|
|
* | #5486: typos. | Georg Brandl | 2009-03-13 | 2 | -2/+2 |
|
|
* | Add reference to solution for a commonly asked question. | Raymond Hettinger | 2009-03-12 | 1 | -0/+3 |
|
|
* | Merged revisions 69769,69776 via svnmerge from | Benjamin Peterson | 2009-02-20 | 2 | -55/+47 |
|
|
* | Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-... | Benjamin Peterson | 2009-02-19 | 1 | -4/+9 |
|
|
* | raise more generic Exception() instead of RuntimeError() #5281 | Benjamin Peterson | 2009-02-16 | 1 | -1/+1 |
|
|
* | #4992: next() method -> next() function. | Georg Brandl | 2009-02-05 | 1 | -3/+3 |
|
|
* | Issue #1717: documentation fixes related to the cmp removal. | Mark Dickinson | 2009-02-01 | 1 | -2/+2 |
|
|
* | comprehrensions now have proper scoping #5106 | Benjamin Peterson | 2009-01-31 | 1 | -2/+2 |
|
|
* | Merged revisions 69078-69080 via svnmerge from | Brett Cannon | 2009-01-29 | 1 | -1/+3 |
|
|
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 2 | -5/+6 |
|
|
* | Fix a few remaining problems found by rstlint. | Georg Brandl | 2009-01-03 | 2 | -3/+3 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 4 | -13/+13 |
|
|
* | #4603: Note that inconsistent tab/space use is now illegal. | Georg Brandl | 2008-12-15 | 1 | -6/+10 |
|
|
* | Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,... | Georg Brandl | 2008-12-07 | 1 | -2/+3 |
|
|
* | Fix minor typos. | Raymond Hettinger | 2008-11-21 | 1 | -3/+3 |
|
|
* | Merged revisions 67243,67245,67277-67278,67289 via svnmerge from | Benjamin Peterson | 2008-11-19 | 1 | -11/+13 |
|
|
* | Issue 4090 and 4087: Further documentation of comparisons. | Raymond Hettinger | 2008-11-17 | 1 | -4/+27 |
|
|
* | fix some more print statements | Benjamin Peterson | 2008-10-29 | 1 | -2/+2 |
|
|
* | Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,... | Benjamin Peterson | 2008-10-25 | 1 | -2/+2 |
|
|
* | document changes to metaclasses | Benjamin Peterson | 2008-10-19 | 1 | -17/+15 |
|
|
* | remove a mention of backtick repr | Benjamin Peterson | 2008-10-12 | 1 | -9/+8 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -3/+3 |
|
|
* | #4000: fix several 2.x atavisms. | Georg Brandl | 2008-10-04 | 1 | -2/+2 |
|
|
* | Remove references to __cmp__. | Georg Brandl | 2008-09-24 | 1 | -45/+25 |
|
|
* | Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,... | Benjamin Peterson | 2008-09-22 | 1 | -1/+1 |
|
|
* | #3923: fix undefined token. | Georg Brandl | 2008-09-21 | 1 | -2/+1 |
|
|
* | Remove stray question mark. | Georg Brandl | 2008-09-21 | 1 | -1/+1 |
|
|
* | Remove duplicate production. | Georg Brandl | 2008-09-21 | 1 | -1/+0 |
|
|
* | #3913: Remove "decorated" from production, it is handled differently from Gra... | Georg Brandl | 2008-09-21 | 1 | -1/+0 |
|
|