Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -6/+6 |
* | Convert some old-style string exceptions to class exceptions. | Fred Drake | 2000-08-18 | 1 | -2/+4 |
* | Made play method more robust by adding a try-finally. | Sjoerd Mullender | 1995-02-01 | 1 | -37/+47 |
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -1/+1 |
* | Use __init__ instead of init. | Sjoerd Mullender | 1993-11-08 | 1 | -2/+1 |
* | * ftplib.py: added abort() command (sends oob data). | Guido van Rossum | 1993-05-24 | 1 | -1/+1 |
* | Use type(xxx) in stead of except TypeError. | Sjoerd Mullender | 1993-03-29 | 1 | -54/+52 |
* | Comment out debug prints (by Sjoerd) | Guido van Rossum | 1992-06-03 | 1 | -4/+4 |
* | DISK is written with a K | Guido van Rossum | 1992-04-23 | 1 | -2/+2 |
* | Changed caching code | Guido van Rossum | 1992-04-22 | 1 | -13/+23 |
* | The getstatus() method of a Readcd instance always calls | Guido van Rossum | 1992-04-22 | 1 | -7/+2 |
* | Initial revision | Guido van Rossum | 1992-04-22 | 1 | -0/+230 |