1. 2e0b755 Futher update docs after unbound method removal. by Georg Brandl · 17 years ago
  2. ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 17 years ago
  3. 9541463 Update docs for buffer -> bytearray rename. by Georg Brandl · 17 years ago
  4. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
  5. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  6. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
  7. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  8. 7c67613 Update w.r.t. PEP 3137. by Georg Brandl · 17 years ago
  9. 94c2c75 Patch #1071: Improve unicode.translate() so that you can pass unicode by Georg Brandl · 17 years ago
  10. 85c1ba5 Fix a minor typo. by Brett Cannon · 17 years ago
  11. 1d2aef5 Get the doc to build. by Neal Norwitz · 17 years ago
  12. 905ec32 #1219: py3k cleanup in standard types docs. by Georg Brandl · 17 years ago
  13. f104429 Patch # 1145 by Thomas Lee: by Guido van Rossum · 17 years ago
  14. 8ce81f7 Merged revisions 58211-58220 via svnmerge from by Thomas Wouters · 17 years ago
  15. c53c966 Add a dict view usage example. by Georg Brandl · 17 years ago
  16. d22a815 Docs on dictviews. by Georg Brandl · 17 years ago
  17. 2e74878 remove/update many of the references to dict.iter*() by Fred Drake · 17 years ago
  18. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  19. cb8ecb1 Doc update for __xslice__ removal. by Georg Brandl · 17 years ago
  20. c79461b Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. by Collin Winter · 17 years ago
  21. a6f5278 Document sets' "<" and ">" operations. by Georg Brandl · 17 years ago
  22. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  23. 2326a79 Add a warning text about mixing bytes and strings. by Georg Brandl · 17 years ago
  24. 81ac1ce Address a few XXX comments, other fixes. by Georg Brandl · 17 years ago
  25. 85eb8c1 - document bytes() by Georg Brandl · 17 years ago
  26. 7f13e6b string.maketrans() now produces translation tables for bytes.translate() -- wrong module? by Georg Brandl · 17 years ago
  27. 226878c Add bytes methods documentation. by Georg Brandl · 17 years ago
  28. 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 · 17 years ago
  29. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago