summaryrefslogtreecommitdiffstats
path: root/Lib/audiodev.py
Commit message (Collapse)AuthorAgeFilesLines
* Commenting out the getfillable() method -- it's broken, and nobodyGuido van Rossum2001-08-131-2/+3
| | | | remembers what it is supposed to do. :-(
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
| | | | | | | | added test script and expected output file as well this closes patch 103297. __all__ attributes will be added to other modules without first submitting a patch, just adding the necessary line to the test script to verify more-or-less correct implementation.
* Whitespace standardization.Tim Peters2001-01-141-241/+241
|
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-171-1/+2
|
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-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 Rossum1999-05-031-0/+1
| | | | This will enlighten Andrew Dalke; I don't know about kjpylint. :-)
* Added support for 4-channel on SGI.Guido van Rossum1996-12-131-1/+7
| | | | Allow specifying the test file on the command line.
* Get rid of access statementGuido van Rossum1996-08-201-6/+6
|
* rather ugly temporary hacks to make it work in grail & restricted modeGuido van Rossum1995-08-091-11/+14
|
* audiodev.py: Mac port.Guido van Rossum1994-09-161-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 trunkGuido van Rossum1994-08-011-21/+34
|
* Interface to audio hardware for SGI and Sun.Sjoerd Mullender1993-12-171-0/+205