Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing loop step to parseplist() | Guido van Rossum | 1996-01-25 | 1 | -0/+1 |
| | |||||
* | forget previous change (content-encoding) | Guido van Rossum | 1995-08-29 | 1 | -2/+1 |
| | |||||
* | encoding can be content-transfer-encoding or content-encoding | Guido van Rossum | 1995-08-29 | 1 | -1/+2 |
| | |||||
* | add seekable option to __init__ | Guido van Rossum | 1995-08-07 | 1 | -2/+2 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -2/+76 |
| | |||||
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -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) | ||||
* | * More changes due to stricter argument passing rules | Guido van Rossum | 1993-01-04 | 1 | -1/+1 |
| | | | | | | * 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. | ||||
* | New modules mimetools and rfc822. | Guido van Rossum | 1992-07-13 | 1 | -0/+113 |
Minor, minor changes to commands.py and sndhdr.py. |