| Commit message (Expand) | Author | Age | Files | Lines |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -4/+4 |
* | Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge | R. David Murray | 2009-03-31 | 1 | -1/+2 |
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -3/+3 |
* | #3567: fix sunau for running with -bb and make test_ossaudiodev work. | Antoine Pitrou | 2008-08-17 | 1 | -3/+3 |
* | Forward-port r65112 so that test_ossaudiodev uses sunau. | Brett Cannon | 2008-07-25 | 1 | -9/+10 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -4/+4 |
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -4/+1 |
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -4/+2 |
* | Use the correct variable name | Neal Norwitz | 2007-08-26 | 1 | -1/+1 |
* | When elapsed and expected time differ, at least show their two values. | Guido van Rossum | 2007-08-26 | 1 | -1/+2 |
* | Convert sunaudio.py to bytes. (It has no unit test of its own!) | Guido van Rossum | 2007-08-21 | 1 | -0/+1 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -117/+130 |
* | Fix two bugs related to the remove of exception subscripting. | Collin Winter | 2007-03-27 | 1 | -1/+1 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -4/+4 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -2/+2 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -12/+25 |
* | If the audio file does not exist, the test should be skipped. Will backport. | Neal Norwitz | 2006-01-05 | 1 | -1/+1 |
* | SF #818006: merge from release24-maint branch: add useful read-only | Greg Ward | 2005-03-07 | 1 | -4/+30 |
* | On those systems lacking the AFMT_S16_NE symbol, the test was failing | Andrew MacIntyre | 2003-07-02 | 1 | -1/+1 |
* | Factor endian-ness check out of play_sound_file(), and fix | Greg Ward | 2003-06-03 | 1 | -7/+12 |
* | Renamed test_errors() to test_setparameters() and completely rewrote it | Greg Ward | 2003-05-29 | 1 | -30/+54 |
* | Order and number of arguments to setparameters() has changed. | Greg Ward | 2003-05-29 | 1 | -24/+23 |
* | - The audio driver tests (test_ossaudiodev.py and | Guido van Rossum | 2003-02-14 | 1 | -0/+3 |
* | - be explicit: audio data files should be opened in binary mode | Fred Drake | 2003-01-08 | 1 | -2/+2 |
* | Aesthetic tweakery: factor read_sound_file() out of play_sound_file(). | Greg Ward | 2002-12-10 | 1 | -5/+9 |
* | Initial revision is rev 1.8 of test_linuxaudiodev.py, with | Greg Ward | 2002-12-10 | 1 | -0/+89 |