summaryrefslogtreecommitdiffstats
path: root/Lib/lib-stdwin/wdb.py
Commit message (Collapse)AuthorAgeFilesLines
* handle class exceptions; added runeval; made runctx obsoleteGuido van Rossum1995-02-271-6/+13
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-4/+4
|
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-16/+14
| | | | | | | 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)
* Added post_mortem() and pm() interfaces to pdb and wdb.Guido van Rossum1992-09-081-2/+17
| | | | | | Added colorsys.py (color system conversions). SV.py: new version for new svideo.h (Sjoerd). DEVICE.py: added VIDEO event type.
* Added a _v21 def to FL.py and added two new input field typesGuido van Rossum1992-09-021-0/+5
| | | | | | Added runcall(func, *args) interfaces to profile.py, bdb.py, pdb.py, wdb.py Added new module bisect.py and used it in sched.py. Mostly cosmetic changes to profile.py (changed output format).
* Minor fixes.Guido van Rossum1992-01-241-2/+11
|
* Initial revisionGuido van Rossum1992-01-221-0/+282