summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* Fix a few doc errors, mostly undefined keywords.Georg Brandl2011-01-152-6/+6
* Undo an accidental commit in r87812.Brett Cannon2011-01-061-1/+1
* Get --coverage to be an acceptable flag for test.regrtest again.Brett Cannon2011-01-061-1/+1
* Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.Georg Brandl2011-01-062-9/+8
* Issue #10542: Document that identifiers use XID_Start XID_Continue*.Martin v. Löwis2010-12-301-1/+5
* Fix typo spotted by Rodrigo Bernardo Pimentel (#9891)Éric Araujo2010-12-261-1/+1
* Both PEP 3131 and the current implementation use NFKC normalizationAlexander Belopolsky2010-12-221-2/+2
* Use sentence case in section titles consistentlyAlexander Belopolsky2010-12-151-1/+1
* Add missing word, and add a better reference to the actual function.Georg Brandl2010-12-011-3/+4
* Remove unnecessary `object` base class in docs (#10366).Éric Araujo2010-11-222-2/+11
* Add sets to the precedence table.Brett Cannon2010-11-211-0/+1
* Remove duplicate period from reference docMichael Foord2010-11-181-1/+1
* use appropriate markupFred Drake2010-11-131-1/+1
* #9117: fix syntax for class definition.Georg Brandl2010-10-171-3/+6
* prefer clearing global objects to obscure module.__dict__ bugs #10068Benjamin Peterson2010-10-121-0/+7
* Fix errors found by "make suspicious".Georg Brandl2010-10-062-2/+2
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-1/+1
* Fix - issue10010 .. index:: position in the docs.Senthil Kumaran2010-10-021-16/+16
* #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
* Mention % as string formatting.Georg Brandl2010-09-201-0/+3
* Add a glossary entry for file objects.Antoine Pitrou2010-09-151-3/+3
* Clarify where support for negative indices fall in the language hierarchy.Raymond Hettinger2010-09-151-5/+12
* add newlineBenjamin Peterson2010-09-101-0/+1
* #4617: Previously it was illegal to delete a name from the localAmaury Forgeot d'Arc2010-09-101-5/+4
* #9760: clarify what context expression is.Georg Brandl2010-09-031-1/+2
* TypoFlorent Xicluna2010-09-031-1/+1
* #9451: strengthen warning about __*__ special name usage.Georg Brandl2010-08-021-5/+6
* #6928: fix class docs w.r.t. new metaclasses.Georg Brandl2010-08-021-26/+24
* Fix issue9132 - Documentation for comparing dictionaries is out of dateSenthil Kumaran2010-07-141-12/+3
* note that byte strings can be raw, too #9114Benjamin Peterson2010-06-291-9/+9
* rephrase and remove uneeded statementBenjamin Peterson2010-06-291-6/+4
* Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,...Benjamin Peterson2010-06-272-8/+8
* Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,...Georg Brandl2010-05-191-0/+40
* Fix nits in the lexical analysis section: \u requires four digits, backtick i...Georg Brandl2010-05-101-4/+4
* Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-...Benjamin Peterson2010-04-111-1/+3
* Merged revisions 79852 via svnmerge fromMark Dickinson2010-04-061-0/+3
* Forward port total_ordering() and cmp_to_key().Raymond Hettinger2010-04-051-2/+1
* Fix typo in definition of 'in' keyword.Stefan Krah2010-04-011-1/+1
* Fix some issues found by Jacques Ducasse on the docs list.Georg Brandl2010-03-211-6/+2
* Update versionadded/changed.Ezio Melotti2010-03-211-2/+0
* Fix \xhh specs, #1889. (an oversight of r60193, r60210).Florent Xicluna2010-03-151-1/+1
* Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge fromGeorg Brandl2010-03-142-11/+28
* Recorded merge of revisions 78024 via svnmerge fromGeorg Brandl2010-02-061-1/+1
* Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,...Benjamin Peterson2010-02-031-11/+10
* Issue #7631: Fix undefined references to the "built-in file object", whichAntoine Pitrou2010-01-041-10/+13
* Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-274-29/+47
* #6927: fix wrong word.Georg Brandl2009-10-222-4/+4
* Merged revisions 74817-74820,74822-74824 via svnmerge fromGeorg Brandl2009-09-161-10/+21
* #6910 - for->or typoEzio Melotti2009-09-161-1/+1
* #6819: fix typo.Georg Brandl2009-09-021-1/+1