1. 2cf4c20 bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) by Victor Stinner · 6 years ago
  2. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  3. a529308 Issue #12287: In ossaudiodev, check that the device isn't closed in several by Charles-François Natali · 13 years ago
  4. 1e908af #6518: enable context manager protocol for ossaudiodev types. by Georg Brandl · 14 years ago
  5. 83d8998 Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes by Barry Warsaw · 14 years ago
  6. 39b3543 Issue #8139: ossaudiodev didn't initialize its types properly, therefore by Antoine Pitrou · 14 years ago
  7. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  8. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  9. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  10. 7a5dc75 #3567: fix sunau for running with -bb and make test_ossaudiodev work. by Antoine Pitrou · 16 years ago
  11. abd9a59 Forward-port r65112 so that test_ossaudiodev uses sunau. by Brett Cannon · 16 years ago
  12. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  13. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  14. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  15. 2bf4d5b Use the correct variable name by Neal Norwitz · 17 years ago
  16. e760631 When elapsed and expected time differ, at least show their two values. by Guido van Rossum · 17 years ago
  17. 23cfc98 Convert sunaudio.py to bytes. (It has no unit test of its own!) by Guido van Rossum · 17 years ago
  18. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  19. e33761d Fix two bugs related to the remove of exception subscripting. by Collin Winter · 17 years ago
  20. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  21. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  22. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  23. c6d1f91 If the audio file does not exist, the test should be skipped. Will backport. by Neal Norwitz · 19 years ago
  24. 50682d0 SF #818006: merge from release24-maint branch: add useful read-only by Greg Ward · 19 years ago
  25. 348c261 On those systems lacking the AFMT_S16_NE symbol, the test was failing by Andrew MacIntyre · 21 years ago
  26. 8a709b3 Factor endian-ness check out of play_sound_file(), and fix by Greg Ward · 21 years ago
  27. 4f12d46 Renamed test_errors() to test_setparameters() and completely rewrote it by Greg Ward · 21 years ago
  28. 080c110 Order and number of arguments to setparameters() has changed. by Greg Ward · 21 years ago
  29. 4507ec7 - The audio driver tests (test_ossaudiodev.py and by Guido van Rossum · 21 years ago
  30. 7511bd9 - be explicit: audio data files should be opened in binary mode by Fred Drake · 22 years ago
  31. 55a8790 Aesthetic tweakery: factor read_sound_file() out of play_sound_file(). by Greg Ward · 22 years ago
  32. 36dacfa Initial revision is rev 1.8 of test_linuxaudiodev.py, with by Greg Ward · 22 years ago