- 225d3c8 #2580: int() docs revision. by Georg Brandl · 17 years ago
- 618dc5e Merged revisions 62004 via svnmerge from by Martin v. Löwis · 17 years ago
- 68ee3a5 #868845: document <...> reprs. by Georg Brandl · 17 years ago
- fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 17 years ago
- dd1150e Sync-up with doc improvements in Py2.6 by Raymond Hettinger · 17 years ago
- 1041f74 Updated super() as per http://www.artima.com/weblogs/viewpost.jsp?thread=208549 by Mark Summerfield · 17 years ago
- 53349a0 Minor doc updates for Py3.0 by Raymond Hettinger · 17 years ago
- 51b9c24 Note that the key and reverse arguments must be specified as keywords by Raymond Hettinger · 17 years ago
- f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 18 years ago
- 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 18 years ago
- 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 18 years ago
- 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 18 years ago
- 1dfde1d Replace map(None, *iterables) with zip(*iterables). by Raymond Hettinger · 18 years ago
- 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 18 years ago
- d32ed6f Merged revisions 59933-59951 via svnmerge from by Christian Heimes · 18 years ago
- 7f04431 Merged revisions 59774-59783 via svnmerge from by Christian Heimes · 18 years ago
- faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 18 years ago
- 54fab81 Remove versionadded/changed directives merged as an oversight. by Georg Brandl · 18 years ago
- 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 18 years ago
- 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 18 years ago
- 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 18 years ago
- 517b9dd Couple of corrections to open() doc as per email from GvR. by Mark Summerfield · 18 years ago
- ecff60e Updated open() to more accurately reflect io.open()'s documentation. by Mark Summerfield · 18 years ago
- d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 18 years ago
- 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 18 years ago
- 5c10664 Remove further mentions of long integers. by Georg Brandl · 18 years ago
- ba956ae Remove mentions of "long integer" in the docs. by Georg Brandl · 18 years ago
- 24eac03 Fix, thanks to Nick. by Georg Brandl · 18 years ago
- 9541463 Update docs for buffer -> bytearray rename. by Georg Brandl · 18 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 18 years ago
- 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 18 years ago
- 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 18 years ago
- 9f27df5 Remove buffer() from the docs. by Georg Brandl · 18 years ago
- 4d8c193 Update the documentation of the open() builtin function a bit. I believe I by Skip Montanaro · 18 years ago
- 1c63960 Reformat the open function text so it fits within 80 columns in preparation by Skip Montanaro · 18 years ago
- 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 18 years ago
- 7b46942 Oops. by Georg Brandl · 18 years ago
- c090298 Document input() function. by Georg Brandl · 18 years ago
- 952aea2 Change docs for builtins that now return iterators. by Georg Brandl · 18 years ago
- 6911e3c Convert all print statements in the docs. by Georg Brandl · 18 years ago
- 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 18 years ago
- 85eb8c1 - document bytes() by Georg Brandl · 18 years ago
- 4b49131 Commit #1068: new docs for PEP 3101. Also document the old string formatting as "old", and begin documenting str/unicode unification. by Georg Brandl · 18 years ago
- 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago