| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,... | Georg Brandl | 2009-10-27 | 4 | -29/+47 |
|
|
* | #6927: fix wrong word. | Georg Brandl | 2009-10-22 | 2 | -4/+4 |
|
|
* | Merged revisions 74817-74820,74822-74824 via svnmerge from | Georg Brandl | 2009-09-16 | 1 | -10/+21 |
|
|
* | #6910 - for->or typo | Ezio Melotti | 2009-09-16 | 1 | -1/+1 |
|
|
* | #6819: fix typo. | Georg Brandl | 2009-09-02 | 1 | -1/+1 |
|
|
* | Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,... | Georg Brandl | 2009-09-01 | 1 | -0/+2 |
|
|
* | Document the import semantics that if None is found in sys.modules for a modu... | Brett Cannon | 2009-08-30 | 1 | -1/+3 |
|
|
* | #6618: fix invalid 3k syntax. | Georg Brandl | 2009-08-03 | 1 | -1/+1 |
|
|
* | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-07-26 | 4 | -9/+9 |
|
|
* | #6428: py3k requires that __bool__ return a bool (and not an int) | Amaury Forgeot d'Arc | 2009-07-07 | 1 | -5/+5 |
|
|
* | Merged revisions 72912,72920,72940 via svnmerge from | Benjamin Peterson | 2009-06-28 | 1 | -3/+5 |
|
|
* | <> 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 |
|
|