summaryrefslogtreecommitdiff
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* #4603: Note that inconsistent tab/space use is now illegal.Georg Brandl2008-12-151-6/+10
* Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,...Georg Brandl2008-12-071-2/+3
* Fix minor typos.Raymond Hettinger2008-11-211-3/+3
* Merged revisions 67243,67245,67277-67278,67289 via svnmerge fromBenjamin Peterson2008-11-191-11/+13
* Issue 4090 and 4087: Further documentation of comparisons.Raymond Hettinger2008-11-171-4/+27
* fix some more print statementsBenjamin Peterson2008-10-291-2/+2
* Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,...Benjamin Peterson2008-10-251-2/+2
* document changes to metaclassesBenjamin Peterson2008-10-191-17/+15
* remove a mention of backtick reprBenjamin Peterson2008-10-121-9/+8
* merge from trunkBenjamin Peterson2008-10-111-3/+3
* #4000: fix several 2.x atavisms.Georg Brandl2008-10-041-2/+2
* Remove references to __cmp__.Georg Brandl2008-09-241-45/+25
* Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,...Benjamin Peterson2008-09-221-1/+1
* #3923: fix undefined token.Georg Brandl2008-09-211-2/+1
* Remove stray question mark.Georg Brandl2008-09-211-1/+1
* Remove duplicate production.Georg Brandl2008-09-211-1/+0
* #3913: Remove "decorated" from production, it is handled differently from Gra...Georg Brandl2008-09-211-1/+0
* #3917: don't allow {} as a set display.Georg Brandl2008-09-211-14/+3
* Merged revisions 66452 via svnmerge fromGeorg Brandl2008-09-131-1/+1
* Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge fromBenjamin Peterson2008-09-131-1/+1
* #3803: fix docs for comparison of unequal types.Georg Brandl2008-09-091-10/+7
* remove some more bsddb referencesBenjamin Peterson2008-09-081-3/+2
* #3794: remove __div__ and __rdiv__ traces.Georg Brandl2008-09-061-23/+12
* #3793: fix markup.Georg Brandl2008-09-061-0/+1
* Merged revisions 66085 (with modifications) via svnmerge fromNick Coghlan2008-08-311-4/+21
* Merged revisions 65487 (with heavy modifications for Py3k as well as some cle...Nick Coghlan2008-08-311-52/+137
* allow keyword args after *args in a function callBenjamin Peterson2008-08-191-9/+10
* fix markupBenjamin Peterson2008-08-171-1/+1
* Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge fromBenjamin Peterson2008-08-171-3/+3
* Merged revisions 65668 via svnmerge fromBrett Cannon2008-08-141-4/+4
* Merged revisions 65437,65469,65476,65480,65502,65528,65539,65543,65558,65561-...Georg Brandl2008-08-121-1/+1
* Merged revisions 65378-65379,65430 via svnmerge fromGeorg Brandl2008-08-033-5/+15
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-232-5/+18
* #3113: document exception chaining.Georg Brandl2008-07-192-3/+45
* remove traces of .nextBenjamin Peterson2008-07-031-2/+2
* Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-...Benjamin Peterson2008-07-022-5/+9
* add an entry for object.__dir__Benjamin Peterson2008-07-021-0/+5
* - removed sentence about the new free format floating-point representationMark Summerfield2008-07-011-2/+5
* #3229 fix typo and expand notes a littleBenjamin Peterson2008-06-281-6/+7
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-111-9/+4
* Remove remaining references to UserDict module.Georg Brandl2008-05-261-19/+18
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-4/+4
* Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-...Alexandre Vassalotti2008-05-161-4/+4
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-7/+5
* Rename Queue module to queue.Alexandre Vassalotti2008-05-111-1/+1
* Remove mentions of "plain" integers.Georg Brandl2008-05-113-11/+8
* Remove an obsolete sentence.Georg Brandl2008-05-111-3/+1
* #2762: remove 2.x remnants and patch up some new documentation.Georg Brandl2008-05-054-32/+16
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-0/+8
* Document the fact that '\U' and '\u' escapes are not treated specially in 3.0...Benjamin Peterson2008-04-281-11/+3