1. f47036c Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  2. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  3. a84d473 Remove dead link to effbot Tkinter introduction material (reported by Ralf Ganswindt from docs@) by Georg Brandl · 11 years ago
  4. 69f3439 Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  5. e708a8a Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  6. 69c2ffa issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc by Andrew Svetlov · 12 years ago
  7. 1d56179 Remove extra spaces in doc example. by Andrew Svetlov · 12 years ago
  8. d3d7c90 Closes issue #14163 - tkinter: problems with hello doc example by Andrew Svetlov · 12 years ago
  9. 59b4472 Remove mentions of the Demo directory. by Georg Brandl · 14 years ago
  10. c02cc27 Issue #9384: python -m tkinter will now display a simple demo applet. by Alexander Belopolsky · 14 years ago
  11. 1a263ad #7057: fix several errors. by Ezio Melotti · 14 years ago
  12. 502d9a5 Merged revisions 74207 via svnmerge from by Georg Brandl · 15 years ago
  13. c6c3178 Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from by Georg Brandl · 15 years ago
  14. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  15. 23d11d3 Handle documentation for turtle rename. by Georg Brandl · 16 years ago
  16. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 16 years ago
  17. ac6060c Tkinter, step 3: doc updates. by Georg Brandl · 16 years ago
  18. 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
  19. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  20. 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
  21. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  22. 81ac1ce Address a few XXX comments, other fixes. by Georg Brandl · 17 years ago
  23. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago