summaryrefslogtreecommitdiff
path: root/Lib/lib-tk/ScrolledText.py
Commit message (Expand)AuthorAgeFilesLines
* SF patch #701494: more apply removalsRaymond Hettinger2003-04-061-2/+2
* Fix for SF #491953 (Andrew Dalke): ScrolledText.py has TabErrorGuido van Rossum2001-12-121-3/+3
* SF patch #491183 (Jeff Epler): ScrolledText.grid() doesn't workGuido van Rossum2001-12-101-2/+6
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-22/+22
* Peter Haight discovered that this code uses a mutable default for cnfGuido van Rossum1999-09-201-1/+3
* Fix the exclusion of "config" in the methods copied from Pack to alsoGuido van Rossum1997-12-051-1/+1
* Put support for a cnf dictionary back in, since it is still supportedGuido van Rossum1997-02-121-1/+3
* Change to use keyword args instead of dictsGuido van Rossum1996-07-301-10/+8
* Use new packing and 'name' in cnf dictGuido van Rossum1994-08-031-3/+5
* Totally changed, now it is actually derived from TextGuido van Rossum1994-07-061-31/+20
* Added bind and tag_config methods; minor lay-out changeGuido van Rossum1994-07-061-2/+3
* * ScrolledText.py: added some more methods of Text (This shouldGuido van Rossum1994-07-061-0/+10
* Initial revisionGuido van Rossum1994-06-201-0/+35