Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate the audiodev module for 3.0. | Brett Cannon | 2008-05-06 | 1 | -0/+3 |
| | |||||
* | Commenting out the getfillable() method -- it's broken, and nobody | Guido van Rossum | 2001-08-13 | 1 | -2/+3 |
| | | | | remembers what it is supposed to do. :-( | ||||
* | added __all__ lists to a number of Python modules | Skip Montanaro | 2001-01-20 | 1 | -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 Peters | 2001-01-14 | 1 | -241/+241 |
| | |||||
* | 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 |