1. 52d3e7e Name c -> cls in example. by Georg Brandl · 13 years ago
  2. a192828 #9138: reword introduction to classes in Python. by Georg Brandl · 14 years ago
  3. 17dafdc Clarify that abs() is not a namespace. by Georg Brandl · 14 years ago
  4. 0674255 Clarification. Yay importlib! by Georg Brandl · 14 years ago
  5. cf48e44 Remove mention of execfile from the tutorial. by Mark Dickinson · 14 years ago
  6. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  7. c4a55fc Recorded merge of revisions 78024 via svnmerge from by Georg Brandl · 14 years ago
  8. a6053b4 Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,74616-74618,74621 via svnmerge from by Georg Brandl · 15 years ago
  9. dffc1b8 Merged revisions 74411 via svnmerge from by Georg Brandl · 15 years ago
  10. 3517e37 Fix duplicate sentence. by Georg Brandl · 15 years ago
  11. 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 15 years ago
  12. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  13. 06788c9 Fix a few remaining problems found by rstlint. by Georg Brandl · 16 years ago
  14. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  15. fed7d80 #4549: Mention nonlocal statement in tutorial section about scoping. by Georg Brandl · 16 years ago
  16. 5d955ed Forward-port of r66447. by Georg Brandl · 16 years ago
  17. f5f2630 #3525: 3.0 exception changes in tutorial. by Georg Brandl · 16 years ago
  18. 01ca04c #3310: stop referring to basestring. by Georg Brandl · 16 years ago
  19. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  20. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 16 years ago
  21. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  22. c5d98b4 Document nonlocal statement. Written for GHOP by "Canadabear". by Georg Brandl · 17 years ago
  23. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  24. 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
  25. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  26. 2d2590d #1211, #1212, #1213: py3k fixes to the tutorial. by Georg Brandl · 17 years ago
  27. bbc9712 Update tutorial/classes.rst to remove references to the old two-argument form of the raise statement. by Collin Winter · 17 years ago
  28. e4ac750 Tutorial formatting patch by Robin Stocker. by Georg Brandl · 17 years ago
  29. 85eb8c1 - document bytes() by Georg Brandl · 17 years ago
  30. 0616b79 Tutorial update for 3.0 by Paul Dubois. by Guido van Rossum · 17 years ago
  31. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago