summaryrefslogtreecommitdiffstats
path: root/Lib/stdwin/Split.py
Commit message (Collapse)AuthorAgeFilesLines
* * More changes due to stricter argument passing rulesGuido van Rossum1993-01-041-7/+6
| | | | | | * Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time() returning a floating point number. (And fix old bug in calendar) * Add recursion level to mainloop.mainloop(), to make it reentrant.
* * Got entirely rid of path.py.Guido van Rossum1992-12-141-1/+1
| | | | | | | | * 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!
* New == syntaxGuido van Rossum1992-01-011-5/+5
|
* New class syntax.Guido van Rossum1991-12-261-1/+1
|
* minsize --> getminsize.Guido van Rossum1991-08-161-9/+64
| | | | | Added keyboard downcalls. (I mean keyboard focus policy and activate/deactivate)
* Use built-in remove() method of lists instead of util.remove.Guido van Rossum1991-04-211-10/+9
|
* Added keyboard, alternate drawing, realize and getwindow interfaces.Guido van Rossum1991-04-071-2/+44
|
* Unimportant changes.Guido van Rossum1990-12-261-9/+12
|
* Initial revisionGuido van Rossum1990-11-051-0/+113