Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -120/+120 |
| | |||||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -5/+5 |
| | | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects. | ||||
* | Move brief descriptions of what() and whathdr() to docstrings in the | Fred Drake | 1999-01-06 | 1 | -8/+2 |
| | | | | functions (from comments). | ||||
* | Got rid of whatraw(). | Guido van Rossum | 1999-01-06 | 1 | -72/+35 |
| | | | | | Doc-string-ified the lead comments. Added auto call of test() when run as script. | ||||
* | sndhdr.py: restored lost file; audiodev.py: import platform specific | Guido van Rossum | 1994-01-14 | 1 | -0/+270 |
modules only when needed |