summaryrefslogtreecommitdiff
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* document __bytes__ special method (closes #13259)Benjamin Peterson2011-10-251-0/+8
* Remove duplication.Ezio Melotti2011-10-192-2/+2
* #12531: Fix spaces and markup.Ezio Melotti2011-07-301-1/+1
* Issue #12531: add index entries to documentation of * and ** in function callsEli Bendersky2011-07-301-5/+11
* #11669: rephrase footnote in the Compound Statements page.Ezio Melotti2011-06-261-2/+3
* Issue #10771: Clarify that descriptors get used in an *owner* class or one of...Raymond Hettinger2011-03-221-4/+5
|\
| * Issue #10771: Clarify that descriptors get used in an *owner* class or one of...Raymond Hettinger2011-03-221-4/+5
* | Issue 10988: fix description of super's descriptor call.Raymond Hettinger2011-03-221-1/+1
|\ \ | |/
| * Issue 10988: fix description of super's descriptor call.Raymond Hettinger2011-03-221-1/+1
* | #11446: merge with 3.1.Ezio Melotti2011-03-115-27/+32
|\ \ | |/ |/|
| * Explicitly mention that people should not depend on immediateGregory P. Smith2011-03-105-27/+32
| |\
| | * Merge doc fixes.Georg Brandl2011-03-065-27/+32
| | |\
| | | * Merged revisions 88658 via svnmerge fromBenjamin Peterson2011-02-261-3/+1
| | | * 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