1. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 7 years ago
  2. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  3. ae342cf Add a missing space in tkinter documentation. (GH-4692) by Julien Palard · 7 years ago
  4. 3093bf1 Issue #27455: Improve examples in tkinter documentation by Berker Peksag · 8 years ago
  5. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  6. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  7. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  8. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  9. d986563 Issue #22155: Add File Handlers subsection with createfilehandler to tkinter by Terry Jan Reedy · 9 years ago
  10. 8c69ecf replace Amazon links in the documentation (closes #23579) by Benjamin Peterson · 9 years ago
  11. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  12. 0886399 Issue #20966: Fix Tkinter Resources link by Zachary Ware · 10 years ago
  13. 89e84e7 Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  14. f47036c Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  15. 2a61452 Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  16. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  17. e678f51 merge with 3.3 by Georg Brandl · 11 years ago
  18. a84d473 Remove dead link to effbot Tkinter introduction material (reported by Ralf Ganswindt from docs@) by Georg Brandl · 11 years ago
  19. 456b2b8 Issue #14446: Remove deprecated tkinter functions by Andrew Svetlov · 12 years ago
  20. 69f3439 Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  21. e708a8a Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  22. 69c2ffa issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc by Andrew Svetlov · 12 years ago
  23. 1d56179 Remove extra spaces in doc example. by Andrew Svetlov · 12 years ago
  24. d3d7c90 Closes issue #14163 - tkinter: problems with hello doc example by Andrew Svetlov · 12 years ago
  25. 59b4472 Remove mentions of the Demo directory. by Georg Brandl · 14 years ago
  26. c02cc27 Issue #9384: python -m tkinter will now display a simple demo applet. by Alexander Belopolsky · 14 years ago
  27. 1a263ad #7057: fix several errors. by Ezio Melotti · 14 years ago
  28. 502d9a5 Merged revisions 74207 via svnmerge from by Georg Brandl · 15 years ago
  29. c6c3178 Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from by Georg Brandl · 15 years ago
  30. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  31. 23d11d3 Handle documentation for turtle rename. by Georg Brandl · 16 years ago
  32. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 16 years ago
  33. ac6060c Tkinter, step 3: doc updates. by Georg Brandl · 16 years ago
  34. 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
  35. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  36. 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
  37. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  38. 81ac1ce Address a few XXX comments, other fixes. by Georg Brandl · 17 years ago
  39. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago