summaryrefslogtreecommitdiffstats
path: root/Lib/lib-stdwin/mainloop.py
Commit message (Collapse)AuthorAgeFilesLines
* Deleting all stdwin library modules.Guido van Rossum2000-05-081-256/+0
|
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-2/+1
| | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
* * Add some more tests for numbersGuido van Rossum1993-01-211-5/+10
| | | | * mainloop.py: don't use select unless absolutely necessary (for Mac)
* * More changes due to stricter argument passing rulesGuido van Rossum1993-01-041-15/+33
| | | | | | * 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!
* * mainloop.py: added facility for calling select(). Also addedGuido van Rossum1992-11-261-5/+166
| | | | | | | | embryonic facility for pseudo-modal dialogs. * stdwinevents.py: added modifier masks for key/mouse events * renamed exceptions in nntplib.py * Changed string.join() to call string.joinfields() to profit of strop.joinfields()
* Comment 0.9.1 alternative to windows.remove(win) out.Guido van Rossum1991-11-191-4/+5
|
* Initial revisionGuido van Rossum1991-08-161-0/+72