1. 1625272 Silence deprecation warning in sunau.py by Terry Jan Reedy · 11 years ago
  2. 499d821 Issue #18919: If the close() method of a writer in the sunau or wave module by Serhiy Storchaka · 11 years ago
  3. cfa5574 Issue #18950: Fix miscellaneous bugs in the sunau module. by Serhiy Storchaka · 11 years ago
  4. b9d4963 Issue #7092: Fix the DeprecationWarnings emitted by the standard library by Antoine Pitrou · 15 years ago
  5. 495ad3c Whitespace normalization. by Tim Peters · 24 years ago
  6. 24c532a Fix a couple of typos in docstrings. by Fred Drake · 24 years ago
  7. 9b8d801 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  8. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  9. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 25 years ago
  10. 4316135 Make the mode parameter to open() default in the same way as for wave.open(). by Fred Drake · 25 years ago
  11. 2013ba4 Should open files in binary mode! by Guido van Rossum · 26 years ago
  12. 5ebeea0 Shouldn't be treating linear-8 as u-law! by Guido van Rossum · 26 years ago
  13. bb189db Small corrections to comments that were cloned from aifc; moreover by Guido van Rossum · 27 years ago
  14. d7abed3 Get rid of access statement by Guido van Rossum · 28 years ago
  15. f33a69f Temporary fix for access statement. Definition of Error was missing. by Sjoerd Mullender · 29 years ago
  16. b513c74 wave.py: module to read and write .wav files with the same interface by Sjoerd Mullender · 31 years ago
  17. 3db6ebc Use __builtin__ instead of builtin by Guido van Rossum · 31 years ago
  18. ffe9490 aifc.py: framerate should be an int. by Sjoerd Mullender · 31 years ago
  19. 721cd28 Specified _framesize twice in access statement. by Sjoerd Mullender · 31 years ago
  20. 2a45141 aifc.py, sunau.py: Adapted comments; added access statements. by Sjoerd Mullender · 31 years ago
  21. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  22. ad7324c Don't close the file explicitly. by Sjoerd Mullender · 31 years ago
  23. 43bf0bc aifc.py: added missing tell() method in AIFC write class; by Sjoerd Mullender · 31 years ago