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