| Commit message (Expand) | Author | Age | Files | Lines |
| * | gh-141968: use `bytearray.take_bytes` in `wave._byteswap` (#141973) | Cody Maloney | 2025-11-26 | 1 | -1/+1 |
|
|
| * | gh-75593: Add support of bytes and path-like paths in wave.open() (GH-140951) | Mark Byrne | 2025-11-12 | 1 | -2/+3 |
|
|
| * | gh-136523: Fix wave.Wave_write emitting an unraisable when open raises (GH-13... | Sachin Shah | 2025-07-13 | 1 | -0/+2 |
|
|
| * | gh-133873: remove deprecated mark interface for `wave.Wave_{read,write}` obje... | Bénédikt Tran | 2025-05-15 | 1 | -29/+0 |
|
|
| * | gh-105096: Deprecate wave getmarkers() method (#105098) | Victor Stinner | 2023-05-31 | 1 | -0/+10 |
|
|
| * | gh-105096: Reformat wave documentation (#105136) | Victor Stinner | 2023-05-31 | 1 | -2/+3 |
|
|
| * | gh-104773: PEP 594: Remove the aifc module (#104933) | Victor Stinner | 2023-05-25 | 1 | -2/+2 |
|
|
| * | gh-77171: Fixes SubFormat check to compare the entire value. Add docs (GH-97509) | Steve Dower | 2022-09-23 | 1 | -4/+14 |
|
|
| * | gh-77171 Support WAVE_FORMAT_EXTENSIBLE in the wave module (GH-96777) | Yusuke Kadowaki | 2022-09-14 | 1 | -7/+15 |
|
|
| * | gh-47061: Deprecate `chunk` (GH-91419) | Brett Cannon | 2022-04-11 | 1 | -3/+115 |
|
|
| * | Deprecate audioop (GH-32392) | Brett Cannon | 2022-04-07 | 1 | -3/+12 |
|
|
| * | Fix a typo in wave module docstring (GH-17009) | Michael Haas | 2019-11-05 | 1 | -1/+1 |
|
|
| * | bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) | Victor Stinner | 2019-06-17 | 1 | -13/+7 |
|
|
| * | bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951) | Serhiy Storchaka | 2018-03-18 | 1 | -2/+12 |
|
|
| * | bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344) | Brian Curtin | 2017-11-10 | 1 | -1/+5 |
|
|
| * | Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej | Martin Panter | 2015-11-14 | 1 | -1/+1 |
|
|
| * | Corrected docstrings of audio modules. writeframes() accepts bytes, not str. | Serhiy Storchaka | 2015-07-10 | 1 | -1/+1 |
|
|
| * | Issue #23865: close() methods in multiple modules now are idempotent and more | Serhiy Storchaka | 2015-04-10 | 1 | -10/+12 |
|
|
| * | Issue #19641: Added the audioop.byteswap() function to convert big-endian | Serhiy Storchaka | 2013-11-23 | 1 | -43/+8 |
|
|
| * | Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on | Serhiy Storchaka | 2013-11-21 | 1 | -1/+3 |
| |\ |
|
| | * | Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on | Serhiy Storchaka | 2013-11-21 | 1 | -1/+3 |
|
|
| * | | Issue #16685: Added support for writing any bytes-like objects in the aifc, | Serhiy Storchaka | 2013-11-16 | 1 | -0/+2 |
|
|
| * | | Issue #5202: Added support for unseekable files in the wave module. | Serhiy Storchaka | 2013-11-16 | 1 | -2/+6 |
|
|
| * | | Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. | Serhiy Storchaka | 2013-11-09 | 1 | -2/+12 |
| |\ \
| |/ |
|
| | * | Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. | Serhiy Storchaka | 2013-11-09 | 1 | -8/+13 |
|
|
| * | | Issue #19276: Fixed the wave module on 64-bit big-endian platforms. | Serhiy Storchaka | 2013-10-17 | 1 | -1/+3 |
| |\ \
| |/ |
|
| | * | Issue #19276: Fixed the wave module on 64-bit big-endian platforms. | Serhiy Storchaka | 2013-10-17 | 1 | -1/+3 |
|
|
| | * | Issue #18919: If the close() method of a writer in the sunau or wave module | Serhiy Storchaka | 2013-10-12 | 1 | -5/+7 |
|
|
| * | | Issue #17487: The result of the wave getparams method now is pickleable again. | Serhiy Storchaka | 2013-09-03 | 1 | -3/+3 |
|
|
| * | | #17616: Improve context manager tests, fix bugs in close method and mode docs. | R David Murray | 2013-08-01 | 1 | -5/+7 |
|
|
| * | | #17616: wave.open now supports the 'with' statement. | R David Murray | 2013-07-31 | 1 | -0/+13 |
|
|
| * | | Issue #18084: Use sys.byteorder in wave.py. | Serhiy Storchaka | 2013-05-29 | 1 | -8/+3 |
|
|
| * | | #17487: wave.getparams now returns a namedtuple. | R David Murray | 2013-04-10 | 1 | -6/+10 |
| |/ |
|
| * | Closes #16461: Wave library should be able to deal with 4GB wav files, and sa... | Jesus Cea | 2012-11-17 | 1 | -6/+6 |
|
|
| * | Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 | Victor Stinner | 2010-12-28 | 1 | -2/+2 |
|
|
| * | #10198: fix duplicate header when writeframes() is called with an empty string. | Georg Brandl | 2010-10-30 | 1 | -1/+5 |
|
|
| * | Issue #8990: array.fromstring() and array.tostring() get renamed to | Antoine Pitrou | 2010-09-01 | 1 | -1/+1 |
|
|
| * | Issue #1512791: In setframerate method of Wave_write, round non-integral | Mark Dickinson | 2010-08-28 | 1 | -1/+1 |
|
|
| * | use floor division where needed #7681 | Benjamin Peterson | 2010-01-13 | 1 | -2/+2 |
|
|
| * | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -3/+3 |
|
|
| * | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -2/+2 |
|
|
| * | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -27/+27 |
|
|
| * | Convert various string literals to bytes. | Jeremy Hylton | 2007-08-29 | 1 | -1/+1 |
|
|
| * | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 | 1 | -1/+1 |
|
|
| * | Make test_wave.py pass. | Guido van Rossum | 2007-07-23 | 1 | -5/+5 |
|
|
| * | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -1/+2 |
|
|
| * | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -2/+12 |
|
|
| * | Make a few more tests pass with the new I/O library. | Guido van Rossum | 2007-04-12 | 1 | -2/+2 |
|
|
| * | Fix SF #1001053, wave.open() with unicode filename fails | Neal Norwitz | 2004-08-01 | 1 | -2/+2 |
|
|
| * | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
|
|