summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/scrolledtext.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 68006 via svnmerge fromMartin v. Löwis2008-12-291-32/+42
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r68006 | martin.v.loewis | 2008-12-29 16:51:01 +0100 (Mo, 29 Dez 2008) | 2 lines Issue #3248: Allow placing ScrolledText in a PanedWindow. ........
* Issue #1658: dict size is changing during iteration in tkinter.BaseWidget andGuilherme Polo2008-09-041-5/+4
| | | | | | tkinter.scrolledtext.ScrolledText. Reviewed by Amaury Forgeot d'Arc
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-2/+2
|
* Tkinter move, part 1: move modules.Georg Brandl2008-05-171-0/+43