| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a typo in wave module docstring (GH-17009) | ![](//www.gravatar.com/avatar/d360aff14573eeebea8426ef8b75f21b?s=13&d=retro) Michael Haas | 2019-11-04 | 1 | -1/+1 |
* | bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) | ![](//www.gravatar.com/avatar/4dc045274504f02e7a0b6264e96da643?s=13&d=retro) Victor Stinner | 2019-06-18 | 1 | -13/+7 |
* | bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2018-03-18 | 1 | -2/+12 |
* | bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344) | ![](//www.gravatar.com/avatar/1f5ff9de60c6dc5b5c8ea279474cc7c3?s=13&d=retro) Brian Curtin | 2017-11-10 | 1 | -1/+5 |
* | Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej | ![](//www.gravatar.com/avatar/77935f3976b0afffef709eff905f1df6?s=13&d=retro) Martin Panter | 2015-11-14 | 1 | -1/+1 |
* | Corrected docstrings of audio modules. writeframes() accepts bytes, not str. | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2015-07-10 | 1 | -1/+1 |
* | Issue #23865: close() methods in multiple modules now are idempotent and more | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2015-04-10 | 1 | -10/+12 |
* | Issue #19641: Added the audioop.byteswap() function to convert big-endian | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-11-23 | 1 | -43/+8 |
* | Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-11-21 | 1 | -1/+3 |
|\ |
|
| * | Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-11-21 | 1 | -1/+3 |
* | | Issue #16685: Added support for writing any bytes-like objects in the aifc, | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-11-16 | 1 | -0/+2 |
* | | Issue #5202: Added support for unseekable files in the wave module. | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-11-16 | 1 | -2/+6 |
* | | Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-11-09 | 1 | -2/+12 |
|\| |
|
| * | Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-11-09 | 1 | -8/+13 |
* | | Issue #19276: Fixed the wave module on 64-bit big-endian platforms. | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-10-17 | 1 | -1/+3 |
|\| |
|
| * | Issue #19276: Fixed the wave module on 64-bit big-endian platforms. | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-10-17 | 1 | -1/+3 |
| * | Issue #18919: If the close() method of a writer in the sunau or wave module | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-10-12 | 1 | -5/+7 |
* | | Issue #17487: The result of the wave getparams method now is pickleable again. | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-09-04 | 1 | -3/+3 |
* | | #17616: Improve context manager tests, fix bugs in close method and mode docs. | ![](//www.gravatar.com/avatar/f9c4ab38a9ced1923ff1bf6e3553a029?s=13&d=retro) R David Murray | 2013-07-31 | 1 | -5/+7 |
* | | #17616: wave.open now supports the 'with' statement. | ![](//www.gravatar.com/avatar/f9c4ab38a9ced1923ff1bf6e3553a029?s=13&d=retro) R David Murray | 2013-07-31 | 1 | -0/+13 |
* | | Issue #18084: Use sys.byteorder in wave.py. | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-05-29 | 1 | -8/+3 |
* | | #17487: wave.getparams now returns a namedtuple. | ![](//www.gravatar.com/avatar/f9c4ab38a9ced1923ff1bf6e3553a029?s=13&d=retro) R David Murray | 2013-04-10 | 1 | -6/+10 |
|/ |
|
* | Closes #16461: Wave library should be able to deal with 4GB wav files, and sa... | ![](//www.gravatar.com/avatar/66974ed16b5ad5293bac2d23005ff9a9?s=13&d=retro) Jesus Cea | 2012-11-17 | 1 | -6/+6 |
* | Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2010-12-28 | 1 | -2/+2 |
* | #10198: fix duplicate header when writeframes() is called with an empty string. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-10-30 | 1 | -1/+5 |
* | Issue #8990: array.fromstring() and array.tostring() get renamed to | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2010-09-01 | 1 | -1/+1 |
* | Issue #1512791: In setframerate method of Wave_write, round non-integral | ![](//www.gravatar.com/avatar/c49652c88a43a35bbf0095abfdae3515?s=13&d=retro) Mark Dickinson | 2010-08-28 | 1 | -1/+1 |
* | use floor division where needed #7681 | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2010-01-13 | 1 | -2/+2 |
* | #1535: rename __builtin__ module to builtins. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2007-12-02 | 1 | -3/+3 |
* | Patch# 1258 by Christian Heimes: kill basestring. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-10-16 | 1 | -2/+2 |
* | Raise statement normalization in Lib/. | ![](//www.gravatar.com/avatar/af7d333323f6b8fecf1fc8d4acf792f5?s=13&d=retro) Collin Winter | 2007-08-30 | 1 | -27/+27 |
* | Convert various string literals to bytes. | ![](//www.gravatar.com/avatar/abfc96478aa67b1a1887ff2bac255e05?s=13&d=retro) Jeremy Hylton | 2007-08-29 | 1 | -1/+1 |
* | Changes in anticipation of stricter str vs. bytes enforcement. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-08-27 | 1 | -1/+1 |
* | Make test_wave.py pass. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-07-23 | 1 | -5/+5 |
* | Merged revisions 55328-55341 via svnmerge from | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-05-15 | 1 | -1/+2 |
* | Merged revisions 53952-54987 via svnmerge from | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-04-27 | 1 | -2/+12 |
* | Make a few more tests pass with the new I/O library. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-04-12 | 1 | -2/+2 |
* | Fix SF #1001053, wave.open() with unicode filename fails | ![](//www.gravatar.com/avatar/e6facc7b962c35bc84dd526698529a6b?s=13&d=retro) Neal Norwitz | 2004-08-01 | 1 | -2/+2 |
* | Replace backticks with repr() or "%r" | ![](//www.gravatar.com/avatar/dbdddb64dc47a7853e836edfed6b1f3f?s=13&d=retro) Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
* | The first batch of changes recommended by the fixdiv tool. These are | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2001-09-04 | 1 | -4/+4 |
* | final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be | ![](//www.gravatar.com/avatar/107dbd4c05818a538bce7193e5647c7a?s=13&d=retro) Skip Montanaro | 2001-03-01 | 1 | -0/+2 |
* | Whitespace normalization. Top level of Lib now fixed-point for reindent.py! | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2001-01-15 | 1 | -1/+1 |
* | When the classes in wave.py opened files themselves, their .close() methods | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2000-10-09 | 1 | -7/+19 |
* | Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header was | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2000-10-09 | 1 | -1/+1 |
* | Convert some old-style string exceptions to class exceptions. | ![](//www.gravatar.com/avatar/4f1bdb13d00c0dc4355e24349d61e107?s=13&d=retro) Fred Drake | 2000-08-17 | 1 | -1/+2 |
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | ![](//www.gravatar.com/avatar/1063da4d34e5552046834eb884bac8df?s=13&d=retro) Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
* | The third and final doc-string sweep by Ka-Ping Yee. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2000-02-04 | 1 | -448/+451 |
* | Sjoerd Mullender writes: | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1999-08-26 | 1 | -138/+38 |
* | open(): Make the mode parameter optional; if omitted or None, use the | ![](//www.gravatar.com/avatar/4f1bdb13d00c0dc4355e24349d61e107?s=13&d=retro) Fred Drake | 1999-06-17 | 1 | -1/+6 |
* | Ehm, when we don't need to byteswap the data, don't go through an | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 1999-02-05 | 1 | -6/+4 |