1. e1c9811 Merged revisions 60143-60149 via svnmerge from by Christian Heimes · 18 years ago
  2. 78b1187 Fix now-wrong :keyword: markup. Remove the section about by Georg Brandl · 18 years ago
  3. 22ec03c Fix merge glitch. by Georg Brandl · 18 years ago
  4. 043d6f6 Copied doc for reload() from trunk's function.rst to imp.rst by Christian Heimes · 18 years ago
  5. a6fa272 Clarify sentence in tutorial. Thanks to Marek Kubica. by Georg Brandl · 18 years ago
  6. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 18 years ago
  7. 0449f63 Merged revisions 59488-59511 via svnmerge from by Christian Heimes · 18 years ago
  8. c5d98b4 Document nonlocal statement. Written for GHOP by "Canadabear". by Georg Brandl · 18 years ago
  9. 8d5c392 Remove all definitions of raw_input() that were still scattered throughout the docs by Georg Brandl · 18 years ago
  10. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 18 years ago
  11. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 18 years ago
  12. 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 · 18 years ago
  13. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 18 years ago
  14. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 18 years ago
  15. 9f2c39a #1228: new comparison behavior. by Georg Brandl · 18 years ago
  16. 2d2590d #1211, #1212, #1213: py3k fixes to the tutorial. by Georg Brandl · 18 years ago
  17. d2e44df Revert r58075 (incorrect docs patch). by Collin Winter · 18 years ago
  18. 4e02c50 Clarify the difference between text and binary files. I'm not sure the by Skip Montanaro · 18 years ago
  19. 8ce81f7 Merged revisions 58211-58220 via svnmerge from by Thomas Wouters · 18 years ago
  20. 58721bc Fix more raise statments in the docs. by Collin Winter · 18 years ago
  21. c7526f5 More two-argument raise cleanup in the tutorial. by Collin Winter · 18 years ago
  22. 1fc035f Fix docs that imply that tuples in except clauses must be parenthesized. by Collin Winter · 18 years ago
  23. 596d99a Fix more two-arg raise statements. by Collin Winter · 18 years ago
  24. bbc9712 Update tutorial/classes.rst to remove references to the old two-argument form of the raise statement. by Collin Winter · 18 years ago
  25. 19ab2bd Remove yet more references to has_key() methods. by Collin Winter · 18 years ago
  26. 6911e3c Convert all print statements in the docs. by Georg Brandl · 18 years ago
  27. e4ac750 Tutorial formatting patch by Robin Stocker. by Georg Brandl · 18 years ago
  28. 81ac1ce Address a few XXX comments, other fixes. by Georg Brandl · 18 years ago
  29. 85eb8c1 - document bytes() by Georg Brandl · 18 years ago
  30. 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
  31. c3f5bad Fix unicode issue in tutorial. by Georg Brandl · 18 years ago
  32. e0906d1 A few more fixes to the tutorial by Neal Norwitz · 18 years ago
  33. 0616b79 Tutorial update for 3.0 by Paul Dubois. by Guido van Rossum · 18 years ago
  34. f10aa98 Another merge. Only doc stuff was affected (but this aligns the UTF-32 by Guido van Rossum · 18 years ago
  35. e9af284 No need to define raw_input(), input() does the same. by Georg Brandl · 18 years ago
  36. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago