1. c36dbac bpo-41425: Make tkinter doc example runnable (GH-21706) by Ankit Chandawala · 5 years ago
  2. ecaf949 bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707) by Nathan M · 5 years ago
  3. 80428ed bpo-25237: Documentation for tkinter modules (GH-1870) by Nikhil · 6 years ago
  4. 45bc61b bpo-37149: Replace dead link for online Tkinter reference (GH-14616) by Terry Jan Reedy · 6 years ago
  5. 7114c65 Docs: FIX broken links. (GH-13491) by Julien Palard · 6 years ago
  6. a80af77 bpo-35086: Fix tkinter example "A Simple Hello World Program". (GH-10160) by Daniel Lovell · 7 years ago
  7. 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 7 years ago
  8. 67a8f4f bpo-33280: Reorganize external Tcl/Tk references. (GH-6473) by Andrés Delfino · 7 years ago
  9. b81ca28 bpo-33297: Mention Pillow to work with more image formats. (#6505) by Andrés Delfino · 7 years ago
  10. 4b685bf bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) by Andrés Delfino · 7 years ago
  11. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 8 years ago
  12. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 8 years ago
  13. ae342cf Add a missing space in tkinter documentation. (GH-4692) by Julien Palard · 8 years ago
  14. 3093bf1 Issue #27455: Improve examples in tkinter documentation by Berker Peksag · 9 years ago
  15. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  16. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  17. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  18. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  19. d986563 Issue #22155: Add File Handlers subsection with createfilehandler to tkinter by Terry Jan Reedy · 10 years ago
  20. 8c69ecf replace Amazon links in the documentation (closes #23579) by Benjamin Peterson · 10 years ago
  21. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 11 years ago
  22. 0886399 Issue #20966: Fix Tkinter Resources link by Zachary Ware · 11 years ago
  23. 89e84e7 Removed spaces before colons and semicolons. by Serhiy Storchaka · 12 years ago
  24. f47036c Removed spaces before colons and semicolons. by Serhiy Storchaka · 12 years ago
  25. 2a61452 Removed spaces before commas and periods. by Serhiy Storchaka · 12 years ago
  26. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 12 years ago
  27. e678f51 merge with 3.3 by Georg Brandl · 12 years ago
  28. a84d473 Remove dead link to effbot Tkinter introduction material (reported by Ralf Ganswindt from docs@) by Georg Brandl · 12 years ago
  29. 456b2b8 Issue #14446: Remove deprecated tkinter functions by Andrew Svetlov · 13 years ago
  30. 69f3439 Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 13 years ago
  31. e708a8a Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 13 years ago
  32. 69c2ffa issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc by Andrew Svetlov · 13 years ago
  33. 1d56179 Remove extra spaces in doc example. by Andrew Svetlov · 13 years ago
  34. d3d7c90 Closes issue #14163 - tkinter: problems with hello doc example by Andrew Svetlov · 13 years ago
  35. 59b4472 Remove mentions of the Demo directory. by Georg Brandl · 15 years ago
  36. c02cc27 Issue #9384: python -m tkinter will now display a simple demo applet. by Alexander Belopolsky · 15 years ago
  37. 1a263ad #7057: fix several errors. by Ezio Melotti · 15 years ago
  38. 502d9a5 Merged revisions 74207 via svnmerge from by Georg Brandl · 16 years ago
  39. c6c3178 Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from by Georg Brandl · 16 years ago
  40. 48310cd Remove trailing whitespace. by Georg Brandl · 17 years ago
  41. 23d11d3 Handle documentation for turtle rename. by Georg Brandl · 17 years ago
  42. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 17 years ago
  43. ac6060c Tkinter, step 3: doc updates. by Georg Brandl · 17 years ago
  44. 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 · 17 years ago
  45. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 18 years ago
  46. 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 · 18 years ago
  47. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 18 years ago
  48. 81ac1ce Address a few XXX comments, other fixes. by Georg Brandl · 18 years ago
  49. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago