summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ossaudiodev.py
Commit message (Expand)AuthorAgeFilesLines
* Fix two bugs related to the remove of exception subscripting.Collin Winter2007-03-271-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-12/+25
* If the audio file does not exist, the test should be skipped. Will backport.Neal Norwitz2006-01-051-1/+1
* SF #818006: merge from release24-maint branch: add useful read-onlyGreg Ward2005-03-071-4/+30
* On those systems lacking the AFMT_S16_NE symbol, the test was failingAndrew MacIntyre2003-07-021-1/+1
* Factor endian-ness check out of play_sound_file(), and fixGreg Ward2003-06-031-7/+12
* Renamed test_errors() to test_setparameters() and completely rewrote itGreg Ward2003-05-291-30/+54
* Order and number of arguments to setparameters() has changed.Greg Ward2003-05-291-24/+23
* - The audio driver tests (test_ossaudiodev.py andGuido van Rossum2003-02-141-0/+3
* - be explicit: audio data files should be opened in binary modeFred Drake2003-01-081-2/+2
* Aesthetic tweakery: factor read_sound_file() out of play_sound_file().Greg Ward2002-12-101-5/+9
* Initial revision is rev 1.8 of test_linuxaudiodev.py, withGreg Ward2002-12-101-0/+89