1. 225d3c8 #2580: int() docs revision. by Georg Brandl · 17 years ago
  2. 618dc5e Merged revisions 62004 via svnmerge from by Martin v. Löwis · 17 years ago
  3. 68ee3a5 #868845: document <...> reprs. by Georg Brandl · 17 years ago
  4. 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
  5. dd1150e Sync-up with doc improvements in Py2.6 by Raymond Hettinger · 17 years ago
  6. 1041f74 Updated super() as per http://www.artima.com/weblogs/viewpost.jsp?thread=208549 by Mark Summerfield · 17 years ago
  7. 53349a0 Minor doc updates for Py3.0 by Raymond Hettinger · 17 years ago
  8. 51b9c24 Note that the key and reverse arguments must be specified as keywords by Raymond Hettinger · 17 years ago
  9. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 18 years ago
  10. 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 18 years ago
  11. 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 18 years ago
  12. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 18 years ago
  13. 1dfde1d Replace map(None, *iterables) with zip(*iterables). by Raymond Hettinger · 18 years ago
  14. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 18 years ago
  15. d32ed6f Merged revisions 59933-59951 via svnmerge from by Christian Heimes · 18 years ago
  16. 7f04431 Merged revisions 59774-59783 via svnmerge from by Christian Heimes · 18 years ago
  17. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 18 years ago
  18. 54fab81 Remove versionadded/changed directives merged as an oversight. by Georg Brandl · 18 years ago
  19. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 18 years ago
  20. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 18 years ago
  21. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 18 years ago
  22. 517b9dd Couple of corrections to open() doc as per email from GvR. by Mark Summerfield · 18 years ago
  23. ecff60e Updated open() to more accurately reflect io.open()'s documentation. by Mark Summerfield · 18 years ago
  24. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 18 years ago
  25. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 18 years ago
  26. 5c10664 Remove further mentions of long integers. by Georg Brandl · 18 years ago
  27. ba956ae Remove mentions of "long integer" in the docs. by Georg Brandl · 18 years ago
  28. 24eac03 Fix, thanks to Nick. by Georg Brandl · 18 years ago
  29. 9541463 Update docs for buffer -> bytearray rename. by Georg Brandl · 18 years ago
  30. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 18 years ago
  31. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 18 years ago
  32. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 18 years ago
  33. 9f27df5 Remove buffer() from the docs. by Georg Brandl · 18 years ago
  34. 4d8c193 Update the documentation of the open() builtin function a bit. I believe I by Skip Montanaro · 18 years ago
  35. 1c63960 Reformat the open function text so it fits within 80 columns in preparation by Skip Montanaro · 18 years ago
  36. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 18 years ago
  37. 7b46942 Oops. by Georg Brandl · 18 years ago
  38. c090298 Document input() function. by Georg Brandl · 18 years ago
  39. 952aea2 Change docs for builtins that now return iterators. by Georg Brandl · 18 years ago
  40. 6911e3c Convert all print statements in the docs. by Georg Brandl · 18 years ago
  41. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 18 years ago
  42. 85eb8c1 - document bytes() by Georg Brandl · 18 years ago
  43. 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
  44. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago