summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-1/+1
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-023-7/+7
* Remove further mentions of long integers.Georg Brandl2007-11-291-6/+4
* Remove mentions of "long integer" in the docs.Georg Brandl2007-11-292-20/+6
* Futher update docs after unbound method removal.Georg Brandl2007-11-271-97/+72
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-30/+25
* The Identifiers and keywords syntax diagram did not appear correctly in theMark Summerfield2007-11-201-4/+4
* Merged revisions 58930-58938 via svnmerge fromChristian Heimes2007-11-121-1/+1
* Re-add two paragraphs that seem to have been lost during the merge from trunk.Georg Brandl2007-11-031-4/+13
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-022-29/+29
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-013-4/+7
* Issue 1267, continued.Guido van Rossum2007-10-221-1/+1
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-192-42/+43
* Remove yet more references to has_key() methods.Collin Winter2007-09-101-3/+3
* Finish the first pass of the language reference update.Georg Brandl2007-09-074-281/+270
* Continue going through the language reference, bringing it up-to-date.Georg Brandl2007-09-073-275/+279
* New exception catching syntax.Georg Brandl2007-09-061-9/+8
* Bug #1684991: explain __special__ lookup semantics.Georg Brandl2007-09-051-0/+14
* remove/update many of the references to dict.iter*()Fred Drake2007-09-041-4/+4
* Update ref docs on slicing.Thomas Wouters2007-09-041-30/+13
* Convert all print statements in the docs.Georg Brandl2007-09-043-11/+11
* Doc update for __xslice__ removal.Georg Brandl2007-09-042-137/+49
* Remove versionadded/versionchanged in the reference.Georg Brandl2007-09-013-57/+5
* Address a few XXX comments, other fixes.Georg Brandl2007-08-311-6/+0
* Add bytes/remove unicode from the data model.Georg Brandl2007-08-311-64/+36
* - document bytes()Georg Brandl2007-08-312-148/+71
* Add bytes methods documentation.Georg Brandl2007-08-311-1/+1
* Commit #1068: new docs for PEP 3101. Also document the old string formatting ...Georg Brandl2007-08-312-18/+37
* Update the first two parts of the reference manual for Py3k,Georg Brandl2007-08-312-234/+174
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-242-9/+19
* Manually patched a few things that didn't get merged in, but should.Guido van Rossum2007-08-171-1/+7
* Move the 3k reST doc tree in place.Georg Brandl2007-08-159-0/+6061