| Commit message (Expand) | Author | Age | Files | Lines |
* | #9451: strengthen warning about __*__ special name usage. | Georg Brandl | 2010-08-02 | 1 | -5/+6 |
|
|
* | #6928: fix class docs w.r.t. new metaclasses. | Georg Brandl | 2010-08-02 | 1 | -26/+24 |
|
|
* | Fix issue9132 - Documentation for comparing dictionaries is out of date | Senthil Kumaran | 2010-07-14 | 1 | -12/+3 |
|
|
* | note that byte strings can be raw, too #9114 | Benjamin Peterson | 2010-06-29 | 1 | -9/+9 |
|
|
* | rephrase and remove uneeded statement | Benjamin Peterson | 2010-06-29 | 1 | -6/+4 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 2 | -8/+8 |
|
|
* | Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,... | Georg Brandl | 2010-05-19 | 1 | -0/+40 |
|
|
* | Fix nits in the lexical analysis section: \u requires four digits, backtick i... | Georg Brandl | 2010-05-10 | 1 | -4/+4 |
|
|
* | Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-... | Benjamin Peterson | 2010-04-11 | 1 | -1/+3 |
|
|
* | Merged revisions 79852 via svnmerge from | Mark Dickinson | 2010-04-06 | 1 | -0/+3 |
|
|
* | Forward port total_ordering() and cmp_to_key(). | Raymond Hettinger | 2010-04-05 | 1 | -2/+1 |
|
|
* | Fix typo in definition of 'in' keyword. | Stefan Krah | 2010-04-01 | 1 | -1/+1 |
|
|
* | Fix some issues found by Jacques Ducasse on the docs list. | Georg Brandl | 2010-03-21 | 1 | -6/+2 |
|
|
* | Update versionadded/changed. | Ezio Melotti | 2010-03-21 | 1 | -2/+0 |
|
|
* | Fix \xhh specs, #1889. (an oversight of r60193, r60210). | Florent Xicluna | 2010-03-15 | 1 | -1/+1 |
|
|
* | Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from | Georg Brandl | 2010-03-14 | 2 | -11/+28 |
|
|
* | Recorded merge of revisions 78024 via svnmerge from | Georg Brandl | 2010-02-06 | 1 | -1/+1 |
|
|
* | Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,... | Benjamin Peterson | 2010-02-03 | 1 | -11/+10 |
|
|
* | Issue #7631: Fix undefined references to the "built-in file object", which | Antoine Pitrou | 2010-01-04 | 1 | -10/+13 |
|
|
* | 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 |
|
|