1. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  2. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  3. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  4. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  5. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  6. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  7. 48563e8 Don't define has_key(). by Guido van Rossum · 18 years ago
  8. e014a13 Couple more has_keys() going... by Guido van Rossum · 18 years ago
  9. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  10. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  11. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  12. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  13. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 19 years ago
  14. d489398 r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100 by Fredrik Lundh · 19 years ago
  15. 966c264 Fix typos. by Walter Dörwald · 19 years ago
  16. 49a4b68 Fix a problem in Tkinter introduced by SF patch #869468 (checked in as by Guido van Rossum · 19 years ago
  17. 4afe154 Patch #1121234: Properly cleanup _exit and tkerror commands. by Martin v. Löwis · 20 years ago
  18. b0c670c Convert boolean results back to strings. Fixes #807871. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  19. cd4d297 Remove debug print. by Martin v. Löwis · 20 years ago
  20. a45cacf Whitespace normalization. by Tim Peters · 20 years ago
  21. babc5ec Expand tabs. by Martin v. Löwis · 20 years ago
  22. fe84d17 Patch #764217: Add nametofont function, exists parameter. by Martin v. Löwis · 20 years ago
  23. 9441c07 Patch #986929: Add support for wish -sync and -use options. by Martin v. Löwis · 20 years ago
  24. b217cd8 Wait for visibility before setting a grab. Fixes #946153. by Martin v. Löwis · 20 years ago
  25. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  26. a3837a0 Patch #911176: Move test function into __main__ by Martin v. Löwis · 21 years ago
  27. 433fa69 Patch #853488: Add hlist entry_configure and entry_cget methods. by Martin v. Löwis · 21 years ago
  28. e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago
  29. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  30. 85f48e3 Convert path objects to strings in askdirectory. Fixes #852314. by Martin v. Löwis · 21 years ago
  31. cb3062e Patch #805976: Add DOTBOX and UNDERLINE. by Martin v. Löwis · 21 years ago
  32. 39a682f Add HIDDEN. Fixes #777664. by Martin v. Löwis · 21 years ago
  33. 3c0f2c9 Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel by Neal Norwitz · 21 years ago
  34. 8b76351 Add a missing 'self,' to a super call in recently checked-in code. by Guido van Rossum · 21 years ago
  35. 1ef2365 Patch #751107: Slant must be 'roman', not 'normal'. by Martin v. Löwis · 21 years ago
  36. d6efae5 Properly deal with tuples in Open._fixresult. Fixes bug reported in by Martin v. Löwis · 21 years ago
  37. af81c2e SF bug #685773: 2 (more) bugs in turtle by Raymond Hettinger · 21 years ago
  38. 0f9e525 Patch #749191: Delete commands in after_cancel. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  39. 5489597 Convert tcl_version to str before comparing. Fixes #729317. by Martin v. Löwis · 21 years ago
  40. 6e5be22 Remove extra space in docstring by Neal Norwitz · 21 years ago
  41. 2cd0a65 Add 'get' method to Variable and switch it from internal class to by Guido van Rossum · 21 years ago
  42. bfe175c For StringVar results to strings. Document that boolean things are of by Martin v. Löwis · 21 years ago
  43. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 22 years ago
  44. 043bbc7 Patch #707701: Expect '??' in event fields. Fixes #698517. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  45. 0e44923 SF patch 672098: Three __contains__ implementations by Raymond Hettinger · 22 years ago
  46. 70c3dda Convert booleans to integers in IntVar.set. Fixes #671741. by Martin v. Löwis · 22 years ago
  47. 3875281 Fix example in a docstring to not use 'file' as a variable name by Andrew M. Kuchling · 22 years ago
  48. e931ed5 Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto by Neal Norwitz · 22 years ago
  49. 25c7b50 Convert Tcl path objects to strings. Fixes #661357. by Martin v. Löwis · 22 years ago
  50. d8b5e3f Tix update from Mike Clarkson (maintainer) by Neal Norwitz · 22 years ago
  51. 731a986 Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer) by Neal Norwitz · 22 years ago
  52. 4687428 Patch #649184: Update to tix-8.1.4 RC3. by Martin v. Löwis · 22 years ago
  53. 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 22 years ago
  54. ffad633 Patch #518625: Return objects in Tkinter. by Martin v. Löwis · 22 years ago
  55. f539bde Sync Tix from Mike Clarkson, a maintainer by Neal Norwitz · 22 years ago
  56. 838a359 Search for tix subdirectories. Fixes #564729. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  57. b24e347 Patch #621891: Add askopenfile{name}s. by Martin v. Löwis · 22 years ago
  58. 2ec3627 Patch #621205: Tkinter updates for tk8.4. by Martin v. Löwis · 22 years ago
  59. 6ce1315 Patch #612602: Streamline configure methods. by Martin v. Löwis · 22 years ago
  60. bffa52f Whitespace normalization (get rid of tabs). by Guido van Rossum · 22 years ago
  61. fd2ede2 Add the bulk of SF patch 595111 by Attila Babo. by Guido van Rossum · 22 years ago
  62. 73b9b66 Update Canvas before computing width. Draw turtle at end of drawing circle. by Martin v. Löwis · 22 years ago
  63. 01824bf Patch #484994: Improve PanedWindow. by Martin v. Löwis · 22 years ago
  64. 58b63bf SF patch #581396, Canvas "select_item" always returns None by Neal Norwitz · 22 years ago
  65. ebb4190 Use string methods, remove import string by Neal Norwitz · 22 years ago
  66. 256705b SF patch 546244 by John Williams: add Text.dump() method. by Guido van Rossum · 22 years ago
  67. 8509ebc Patch #539392: Invoke setlocale, try opening the file in demo mode. by Martin v. Löwis · 23 years ago
  68. 0c0d56a Reindent. by Martin v. Löwis · 23 years ago
  69. 4157ffb Patch #536117: Typo in turtle.py. 2.2.2 candidate. by Martin v. Löwis · 23 years ago
  70. 4208d4f Destroy and unlink deleted NoteBook panes. Fixes #516703. 2.2.2 candidate. by Martin v. Löwis · 23 years ago
  71. f2041b8 Ignore widgets with unknown names in winfo_children. Fixes #518283. by Martin v. Löwis · 23 years ago
  72. 4ca196d Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov. by Martin v. Löwis · 23 years ago
  73. b4779c3 Patch #515598: removed unused import of os. by Martin v. Löwis · 23 years ago
  74. 1142d59 Fix typo in label by Andrew M. Kuchling · 23 years ago
  75. 85f9814 Print encoded versions of the file names in test application. Fixes #496084 by Martin v. Löwis · 23 years ago
  76. 723293c Make tix_configure() work the same way configure() works for the basic by Fred Drake · 23 years ago
  77. 1990943 Fix for SF #491953 (Andrew Dalke): ScrolledText.py has TabError by Guido van Rossum · 23 years ago
  78. 61d3637 SF patch #491183 (Jeff Epler): ScrolledText.grid() doesn't work by Guido van Rossum · 23 years ago
  79. 6b04ffe Be more careful about accessing attributes of the parent: if Tk has not been by Fred Drake · 23 years ago
  80. 652e191 Properly set static options for tixBalloon and tixResizeHandle. by Martin v. Löwis · 23 years ago
  81. bc0ad2d Merge directory chooser into tkFileDialog. by Martin v. Löwis · 23 years ago
  82. 25ee87c Patch #478654: Expose tk_chooseDirectory. by Martin v. Löwis · 23 years ago
  83. b7b3260 Patch #471120: Improved doc strings and new wrappers. by Martin v. Löwis · 23 years ago
  84. 4ecd713 directory chooser (requires a recent version of Tk) by Fredrik Lundh · 23 years ago
  85. dc57909 Move grid_location into Misc. Fixes bug #426892. by Martin v. Löwis · 23 years ago
  86. ea32cbb Suggestion from SF patch #470433 to avoid clobbering TCL_LIBRARY et by Guido van Rossum · 23 years ago
  87. 3e04848 Add entry parameter to HList.item_cget. Fixes bug #466981. by Martin v. Löwis · 23 years ago
  88. c04f7a7 Undo last checkin, since it duplicated the code. by Martin v. Löwis · 23 years ago
  89. 2fa69d7 Patch #426880: Implement Listbox itemcget and itemconfigure. by Martin v. Löwis · 23 years ago
  90. 09f1ad8 class Listbox: add itemcget, to satisfy SF patch #457713. by Guido van Rossum · 23 years ago
  91. a0adb92 Add Listbox.itemconfig[ure] call. (A "recent" addition to Tk -- 8.0 by Guido van Rossum · 23 years ago
  92. be92af0 Don't make even the _slightest_ modification between test and checkin, by Jack Jansen · 23 years ago
  93. 0eb936b The MacOS module may be available on Mac OS X, but it doesn't have a SchedParams() method, and there's no need to call it anyway. by Jack Jansen · 23 years ago
  94. 49fa2bd Fix two bugs discovered by PyChecker. (I cannot test these, but I'm by Guido van Rossum · 23 years ago
  95. c8718c1 Patch #403514: precompute _subst_format_str to avoid a call to by Martin v. Löwis · 23 years ago
  96. 3c7a25a Applied SF patch #438424 by Josh Cogliati: by Guido van Rossum · 23 years ago
  97. 40f3c7f The lower() and tkraise() methods were calling the Canvas widget by Guido van Rossum · 24 years ago
  98. 2271082 Fixed a bunch of Tabnanny errors by Moshe Zadka · 24 years ago
  99. b21cb5f Patch #410231: Add the Python Tix library. by Martin v. Löwis · 24 years ago
  100. fc170b1 String method conversion. by Eric S. Raymond · 24 years ago