Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert some old-style string exceptions to class exceptions. | Fred Drake | 2000-08-17 | 1 | -1/+2 |
| | |||||
* | Mass patch by Ka-Ping Yee: | Guido van Rossum | 2000-02-02 | 1 | -0/+2 |
| | | | | | | | | | | | 1. Comments at the beginning of the module, before functions, and before classes have been turned into docstrings. 2. Tabs are normalized to four spaces. Also, removed the "remove" function from dircmp.py, which reimplements list.remove() (it must have been very old). | ||||
* | Clarify why there are dynamic imports in AudioDev(). | Guido van Rossum | 1999-05-03 | 1 | -0/+1 |
| | | | | This will enlighten Andrew Dalke; I don't know about kjpylint. :-) | ||||
* | Added support for 4-channel on SGI. | Guido van Rossum | 1996-12-13 | 1 | -1/+7 |
| | | | | Allow specifying the test file on the command line. | ||||
* | Get rid of access statement | Guido van Rossum | 1996-08-20 | 1 | -6/+6 |
| | |||||
* | rather ugly temporary hacks to make it work in grail & restricted mode | Guido van Rossum | 1995-08-09 | 1 | -11/+14 |
| | |||||
* | audiodev.py: Mac port. | Guido van Rossum | 1994-09-16 | 1 | -1/+24 |
| | | | | | Audio_mac.py: Mac specific class for audiodev.py. aifc.py: open files for reading/writing in binary mode ('rb', 'wb'). | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -21/+34 |
| | |||||
* | Interface to audio hardware for SGI and Sun. | Sjoerd Mullender | 1993-12-17 | 1 | -0/+205 |