Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Queue.Empty): When class based exceptions are in force, derive this | Barry Warsaw | 1997-11-20 | 1 | -116/+130 |
| | | | | | | | | class from the standard base exception Exception. Otherwise define Queue.Empty as a string exception. (Queue): 8-space to 4-space indentation conversion. Also, basically recast all method comments into docstrings. | ||||
* | Some minute changes. | Guido van Rossum | 1993-12-29 | 1 | -0/+1 |
| | |||||
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -3/+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) | ||||
* | New module implementing a multi-everything queue. | Guido van Rossum | 1992-08-25 | 1 | -0/+122 |