Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't require that a RuntimeError is raised when playing a second | Walter Dörwald | 2003-06-30 | 1 | -5/+9 |
| | | | | | | | sound while the first one is still running, as the first one one might already have finished. Fixes part of SF bug #763052. | ||||
* | Port test_array and test_winsound to PyUnit. Enhance tests for array | Walter Dörwald | 2003-05-18 | 1 | -15/+99 |
| | | | | | | (code coverage for Modules/arraymodule.c is at 91%) From SF patch #736962. | ||||
* | Add test for MessageBeep() | Guido van Rossum | 2003-04-09 | 1 | -1/+13 |
| | |||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -1/+0 |
| | |||||
* | Fix spelling error and remove Windows line endings. | Guido van Rossum | 2000-04-24 | 1 | -1/+1 |
| | |||||
* | Added test_winsound by Mark Hammond. | Guido van Rossum | 2000-04-21 | 1 | -0/+7 |