1. c0f0a76 bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208) by Aaron Ang · 6 years ago
  2. ab32875 bpo-32722: Remove useless example in the Classes tutorial (#5446) by Stéphane Wirtel · 7 years ago
  3. f190eb5 bpo-32452: clarify term 'brackets' in generator tutorial (#5079) by Emily Morehouse · 7 years ago
  4. 3fbd700 bpo-30466: Add brief explanation of classes to tutorial (GH-1804) by Trey Hunner · 7 years ago
  5. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 7 years ago
  6. 4ec1590 #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  7. cea632e Issue #21864: Remove outdated section about exceptions from the tutorial by Berker Peksag · 8 years ago
  8. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  9. 8e937f8 Fix typo in Python tutorial by Berker Peksag · 8 years ago
  10. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  11. f0d2ed7 minor grammar fixes (from docs@python.org) by Georg Brandl · 10 years ago
  12. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  13. 79a1ffd #22170: avoid printing newlines twice in tutorial example. by Ezio Melotti · 10 years ago
  14. 04ba0bb Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 10 years ago
  15. 91aaeac Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 11 years ago
  16. a0ec296 Remove newline in method that makes it possible to copy example to the interactive interpreter. by Georg Brandl · 11 years ago
  17. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  18. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  19. 065deda Fix closes Issue: 14217 - 3.2 branch by Senthil Kumaran · 12 years ago
  20. 74d5657 Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by Tshepang Lekhonkhobe by Senthil Kumaran · 12 years ago
  21. ea868d3 Minor correction. #11418 by Terry Jan Reedy · 13 years ago
  22. 982c91e Merge with 3.2 by Terry Jan Reedy · 13 years ago
  23. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  24. 72db345 Make indentation comply with our style guide and the rest of the file by Éric Araujo · 13 years ago
  25. 6ddefd7 Issue 12086: add example showing how to use name mangling. by Raymond Hettinger · 13 years ago
  26. 142d0f5 Issue 12086: add example showing how to use name mangling. by Raymond Hettinger · 13 years ago
  27. 6c32b4a merge with 3.2 by Georg Brandl · 13 years ago
  28. da623ed Split combined code/doctest code blocks in two blocks, to enable proper highlighting. by Georg Brandl · 13 years ago
  29. 2cdee70 Split combined code/doctest code blocks in two blocks, to enable proper highlighting. by Georg Brandl · 13 years ago
  30. 52d3e7e Name c -> cls in example. by Georg Brandl · 13 years ago
  31. a192828 #9138: reword introduction to classes in Python. by Georg Brandl · 14 years ago
  32. 17dafdc Clarify that abs() is not a namespace. by Georg Brandl · 14 years ago
  33. 0674255 Clarification. Yay importlib! by Georg Brandl · 14 years ago
  34. cf48e44 Remove mention of execfile from the tutorial. by Mark Dickinson · 14 years ago
  35. 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
  36. c4a55fc Recorded merge of revisions 78024 via svnmerge from by Georg Brandl · 15 years ago
  37. 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
  38. dffc1b8 Merged revisions 74411 via svnmerge from by Georg Brandl · 15 years ago
  39. 3517e37 Fix duplicate sentence. by Georg Brandl · 15 years ago
  40. 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 15 years ago
  41. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  42. 06788c9 Fix a few remaining problems found by rstlint. by Georg Brandl · 16 years ago
  43. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  44. fed7d80 #4549: Mention nonlocal statement in tutorial section about scoping. by Georg Brandl · 16 years ago
  45. 5d955ed Forward-port of r66447. by Georg Brandl · 16 years ago
  46. f5f2630 #3525: 3.0 exception changes in tutorial. by Georg Brandl · 16 years ago
  47. 01ca04c #3310: stop referring to basestring. by Georg Brandl · 16 years ago
  48. 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
  49. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
  50. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  51. c5d98b4 Document nonlocal statement. Written for GHOP by "Canadabear". by Georg Brandl · 17 years ago
  52. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  53. 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
  54. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  55. 2d2590d #1211, #1212, #1213: py3k fixes to the tutorial. by Georg Brandl · 17 years ago
  56. bbc9712 Update tutorial/classes.rst to remove references to the old two-argument form of the raise statement. by Collin Winter · 17 years ago
  57. e4ac750 Tutorial formatting patch by Robin Stocker. by Georg Brandl · 17 years ago
  58. 85eb8c1 - document bytes() by Georg Brandl · 17 years ago
  59. 0616b79 Tutorial update for 3.0 by Paul Dubois. by Guido van Rossum · 17 years ago
  60. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago