| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo spotted by Rodrigo Bernardo Pimentel (#9891) | Éric Araujo | 2010-12-26 | 1 | -1/+1 |
|
|
* | Both PEP 3131 and the current implementation use NFKC normalization | Alexander Belopolsky | 2010-12-22 | 1 | -2/+2 |
|
|
* | Use sentence case in section titles consistently | Alexander Belopolsky | 2010-12-15 | 1 | -1/+1 |
|
|
* | Add missing word, and add a better reference to the actual function. | Georg Brandl | 2010-12-01 | 1 | -3/+4 |
|
|
* | Remove unnecessary `object` base class in docs (#10366). | Éric Araujo | 2010-11-22 | 2 | -2/+11 |
|
|
* | Add sets to the precedence table. | Brett Cannon | 2010-11-21 | 1 | -0/+1 |
|
|
* | Remove duplicate period from reference doc | Michael Foord | 2010-11-18 | 1 | -1/+1 |
|
|
* | use appropriate markup | Fred Drake | 2010-11-13 | 1 | -1/+1 |
|
|
* | #9117: fix syntax for class definition. | Georg Brandl | 2010-10-17 | 1 | -3/+6 |
|
|
* | prefer clearing global objects to obscure module.__dict__ bugs #10068 | Benjamin Peterson | 2010-10-12 | 1 | -0/+7 |
|
|
* | Fix errors found by "make suspicious". | Georg Brandl | 2010-10-06 | 2 | -2/+2 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
* | Fix - issue10010 .. index:: position in the docs. | Senthil Kumaran | 2010-10-02 | 1 | -16/+16 |
|
|
* | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 1 | -1/+1 |
|
|
* | Mention % as string formatting. | Georg Brandl | 2010-09-20 | 1 | -0/+3 |
|
|
* | Add a glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -3/+3 |
|
|
* | Clarify where support for negative indices fall in the language hierarchy. | Raymond Hettinger | 2010-09-15 | 1 | -5/+12 |
|
|
* | add newline | Benjamin Peterson | 2010-09-10 | 1 | -0/+1 |
|
|
* | #4617: Previously it was illegal to delete a name from the local | Amaury Forgeot d'Arc | 2010-09-10 | 1 | -5/+4 |
|
|
* | #9760: clarify what context expression is. | Georg Brandl | 2010-09-03 | 1 | -1/+2 |
|
|
* | Typo | Florent Xicluna | 2010-09-03 | 1 | -1/+1 |
|
|
* | #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 |
|
|