1. 19e69c5 Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej by Martin Panter · 9 years ago
  2. e0fd7ef Corrected docstrings of audio modules. writeframes() accepts bytes, not str. by Serhiy Storchaka · 9 years ago
  3. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  4. 3062c9a Issue #19641: Added the audioop.byteswap() function to convert big-endian by Serhiy Storchaka · 11 years ago
  5. f4fd257 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 11 years ago
  6. d9a0182 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 11 years ago
  7. 452bab4 Issue #16685: Added support for writing any bytes-like objects in the aifc, by Serhiy Storchaka · 11 years ago
  8. 7714ebb Issue #5202: Added support for unseekable files in the wave module. by Serhiy Storchaka · 11 years ago
  9. 29828a6 Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  10. a44372f Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  11. 5b37f97 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. by Serhiy Storchaka · 11 years ago
  12. d3b7505 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. by Serhiy Storchaka · 11 years ago
  13. e23b2d0 Issue #18919: If the close() method of a writer in the sunau or wave module by Serhiy Storchaka · 11 years ago
  14. 4c6a020 Issue #17487: The result of the wave getparams method now is pickleable again. by Serhiy Storchaka · 11 years ago
  15. 536ffe1 #17616: Improve context manager tests, fix bugs in close method and mode docs. by R David Murray · 11 years ago
  16. c91d5ee #17616: wave.open now supports the 'with' statement. by R David Murray · 11 years ago
  17. d739bda Issue #18084: Use sys.byteorder in wave.py. Original patch by Hideaki Takahashi. by Serhiy Storchaka · 11 years ago
  18. 671cd32 #17487: wave.getparams now returns a namedtuple. by R David Murray · 11 years ago
  19. e4b86398 Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. by Jesus Cea · 12 years ago
  20. da9ec99 Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 by Victor Stinner · 13 years ago
  21. cc2adbc #10198: fix duplicate header when writeframes() is called with an empty string. by Georg Brandl · 14 years ago
  22. 1ce3eb5 Issue #8990: array.fromstring() and array.tostring() get renamed to by Antoine Pitrou · 14 years ago
  23. 64a38c0 Issue #1512791: In setframerate method of Wave_write, round non-integral by Mark Dickinson · 14 years ago
  24. 5efea04 use floor division where needed #7681 by Benjamin Peterson · 14 years ago
  25. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 16 years ago
  26. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  27. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  28. da3f228 Convert various string literals to bytes. by Jeremy Hylton · 17 years ago
  29. 09549f4 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  30. 51a883b Make test_wave.py pass. by Guido van Rossum · 17 years ago
  31. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  32. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  33. dc0b1a1 Make a few more tests pass with the new I/O library. by Guido van Rossum · 17 years ago
  34. 0e67fd4 Fix SF #1001053, wave.open() with unicode filename fails by Neal Norwitz · 20 years ago
  35. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  36. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  37. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  38. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 23 years ago
  39. cfc4178 When the classes in wave.py opened files themselves, their .close() methods by Tim Peters · 24 years ago
  40. eca576c Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header was by Guido van Rossum · 24 years ago
  41. 9b8d801 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  42. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  43. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  44. 3601e88 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  45. f960782 open(): Make the mode parameter optional; if omitted or None, use the by Fred Drake · 25 years ago
  46. d42e46e Ehm, when we don't need to byteswap the data, don't go through an by Guido van Rossum · 25 years ago
  47. ebb9c92 Two important fixes: by Guido van Rossum · 25 years ago
  48. bb189db Small corrections to comments that were cloned from aifc; moreover by Guido van Rossum · 26 years ago
  49. ac36c64 Open wave files in binary mode. by Fred Drake · 26 years ago
  50. d7abed3 Get rid of access statement by Guido van Rossum · 28 years ago
  51. 3ed23cc aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822: by Guido van Rossum · 30 years ago