summaryrefslogtreecommitdiffstats
path: root/Lib/stdwin/formatter.py
Commit message (Collapse)AuthorAgeFilesLines
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-3/+2
| | | | | | | 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)
* * Got entirely rid of path.py.Guido van Rossum1992-12-141-3/+3
| | | | | | | | * 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
|
* Use ImportError.Guido van Rossum1991-12-261-2/+2
| | | | New class syntax.
* Added vspacepixels.Guido van Rossum1991-08-161-6/+10
| | | | Integrated with stdwinq.
* Initial revisionGuido van Rossum1991-05-141-0/+204