summaryrefslogtreecommitdiff
path: root/Lib/audiodev.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the audiodev module for 3.0.Brett Cannon2008-05-061-0/+3
* Commenting out the getfillable() method -- it's broken, and nobodyGuido van Rossum2001-08-131-2/+3
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* 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
* Clarify why there are dynamic imports in AudioDev().Guido van Rossum1999-05-031-0/+1
* Added support for 4-channel on SGI.Guido van Rossum1996-12-131-1/+7
* 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
* 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