aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_ossaudiodev.py
Commit message (Expand)AuthorAge
* gh-91217: deprecate sunau (GH-91866)Brett Cannon2022-04-25
* gh-91217: deprecate ossaudiodev (GH-91641)Brett Cannon2022-04-17
* Deprecate audioop (GH-32392)Brett Cannon2022-04-07
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-19
* bpo-40275: Use new test.support helper submodules in tests (GH-21764)Hai Shi2020-08-07
* bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)Victor Stinner2018-12-17
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
* Issue #12287: In ossaudiodev, check that the device isn't closed in severalCharles-François Natali2011-06-11
* #6518: enable context manager protocol for ossaudiodev types.Georg Brandl2010-10-23
* Bug 7755: audiotest.au is arguably copyrighted material, but definitely makesBarry Warsaw2010-05-05
* Issue #8139: ossaudiodev didn't initialize its types properly, thereforeAntoine Pitrou2010-03-23
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-31
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-28
* #3567: fix sunau for running with -bb and make test_ossaudiodev work.Antoine Pitrou2008-08-17
* Forward-port r65112 so that test_ossaudiodev uses sunau.Brett Cannon2008-07-25
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-28
* Use the correct variable nameNeal Norwitz2007-08-26
* When elapsed and expected time differ, at least show their two values.Guido van Rossum2007-08-26
* Convert sunaudio.py to bytes. (It has no unit test of its own!)Guido van Rossum2007-08-21
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Fix two bugs related to the remove of exception subscripting.Collin Winter2007-03-27
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* If the audio file does not exist, the test should be skipped. Will backport.Neal Norwitz2006-01-05
* SF #818006: merge from release24-maint branch: add useful read-onlyGreg Ward2005-03-07
* On those systems lacking the AFMT_S16_NE symbol, the test was failingAndrew MacIntyre2003-07-02
* Factor endian-ness check out of play_sound_file(), and fixGreg Ward2003-06-03
* Renamed test_errors() to test_setparameters() and completely rewrote itGreg Ward2003-05-29
* Order and number of arguments to setparameters() has changed.Greg Ward2003-05-29
* - The audio driver tests (test_ossaudiodev.py andGuido van Rossum2003-02-14
* - be explicit: audio data files should be opened in binary modeFred Drake2003-01-08
* Aesthetic tweakery: factor read_sound_file() out of play_sound_file().Greg Ward2002-12-10
* Initial revision is rev 1.8 of test_linuxaudiodev.py, withGreg Ward2002-12-10