summaryrefslogtreecommitdiffstats
path: root/Lib/lib-stdwin/TextEdit.py
Commit message (Collapse)AuthorAgeFilesLines
* * Got entirely rid of path.py.Guido van Rossum1992-12-141-5/+5
| | | | | | | | * Many modules: fixes for new, stricter, argument passing rules (most changes were automatic ones -- not all of this is tested!). * gwin.py: now uses mainloop.py for its main loop and window admin. * mainloop.py: always call dispatch() with event as a tuple! * Fix bug in pdb's 'clear' command -- don't set the bpt but clear it!
* Removed *.libs (now in ./sgi);Guido van Rossum1992-08-061-0/+3
| | | | | added gettext() method to TextEdit.py; fixed string.atoi() to ignore leading zeros.
* New class syntaxGuido van Rossum1991-12-301-1/+1
|
* Added activate/deactivate.Guido van Rossum1991-08-161-11/+73
| | | | | | minsize --> getminsize. Added 'boxed' option. Added lost of code to realize (?)
* *** empty log message ***Guido van Rossum1991-05-141-1/+1
|
* Use text object's new settext() method.Guido van Rossum1991-04-211-1/+4
|
* Initial revisionGuido van Rossum1991-04-071-0/+58