1. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  2. c987924 Add "print" command to pdb, "print s" previously invoked the print statement. by Georg Brandl · 17 years ago
  3. cb8ecb1 Doc update for __xslice__ removal. by Georg Brandl · 17 years ago
  4. 9d4ba39 Removed used_args param from string.Formatter.get_field. It was left in by mistake from an earlier edit. by Eric Smith · 17 years ago
  5. 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
  6. a6f5278 Document sets' "<" and ">" operations. by Georg Brandl · 17 years ago
  7. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  8. 2326a79 Add a warning text about mixing bytes and strings. by Georg Brandl · 17 years ago
  9. a95207a Fix RST link. by Georg Brandl · 17 years ago
  10. 81ac1ce Address a few XXX comments, other fixes. by Georg Brandl · 17 years ago
  11. 85eb8c1 - document bytes() by Georg Brandl · 17 years ago
  12. 7f13e6b string.maketrans() now produces translation tables for bytes.translate() -- wrong module? by Georg Brandl · 17 years ago
  13. 226878c Add bytes methods documentation. by Georg Brandl · 17 years ago
  14. 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
  15. 639a8ff Thomas removed all the SLICE op codes by Neal Norwitz · 17 years ago
  16. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  17. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  18. 1b1498b Idiom adjustment in the docs for the parser module. by Collin Winter · 17 years ago
  19. d1d9a89 Kill lingering docs references to UnicodeType. by Collin Winter · 17 years ago
  20. 2befd24 Don't encourage 'from types import *' in the types module's docs. by Collin Winter · 17 years ago
  21. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  22. 460add4 Correction to the xmlrpc docs by John Reese and Jacques Frechet. by Guido van Rossum · 17 years ago
  23. 3741eff Fall back to 'ascii' encoding if sys.getfilesystemencoding() returns by Lars Gustäbel · 17 years ago
  24. 61e21b5 Merged revisions 57152-57220 via svnmerge from by Guido van Rossum · 17 years ago
  25. 7d6068e Remove note about compatibility layer, as the compatibility layer was removed. by Jeremy Hylton · 17 years ago
  26. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  27. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  28. da27fd2 Manually patched a few things that didn't get merged in, but should. by Guido van Rossum · 17 years ago
  29. 41980ca Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and by Walter Dörwald · 17 years ago
  30. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  31. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago