COMMITS
/ Doc/library/wave.rst April 7, 2026
H
Python 3.15.0a8
Hugo van Kemenade committed
March 18, 2026
M
GH-60729: Add IEEE format wave audio support (GH-145931)
Michiel W. Beijen committed
March 13, 2026
P
GH-60729: Revert "Add IEEE format wave audio support (GH-145384)" (GH-145928)
Petr Viktorin committed
M
GH-60729: Add IEEE format wave audio support (GH-145384)
Michiel W. Beijen committed
March 3, 2026
M
GH-145450: Document missing `wave.Wave_write` getter methods (GH-145451)
Michiel W. Beijen committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
November 12, 2025
M
gh-75593: Add support of bytes and path-like paths in wave.open() (GH-140951)
Mark Byrne committed
May 15, 2025
B
gh-133873: remove deprecated mark interface for `wave.Wave_{read,write}` objects (#133874)
Bénédikt Tran committed
September 1, 2024
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
May 31, 2023
V
gh-105096: Deprecate wave getmarkers() method (#105098)
Victor Stinner committed
V
gh-105096: Reformat wave documentation (#105136)
Victor Stinner committed
May 25, 2023
V
gh-104773: PEP 594: Remove the aifc module (#104933)
Victor Stinner committed
September 23, 2022
S
gh-77171: Fixes SubFormat check to compare the entire value. Add docs (GH-97509)
Steve Dower committed
June 17, 2019
V
bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)
Victor Stinner committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
November 10, 2017
B
bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)
Brian Curtin committed
August 24, 2016
R
#25916: fix a few 'string of bytes' references.
R David Murray committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
March 8, 2014
R
whatsnew: sunau/aifc/wave writeframes[raw] accept any bytes-like (#8311)
R David Murray committed
R
whatsnew: Wave_write handles unseekable files. (#5202)
R David Murray committed
November 16, 2013
S
Issue #16685: Added support for writing any bytes-like objects in the aifc,
Serhiy Storchaka committed
S
Issue #5202: Added support for unseekable files in the wave module.
Serhiy Storchaka committed
August 1, 2013
R
#17616: Improve context manager tests, fix bugs in close method and mode docs.
R David Murray committed
July 31, 2013
R
#17616: wave.open now supports the 'with' statement.
R David Murray committed
April 10, 2013
R
#17487: wave.getparams now returns a namedtuple.
R David Murray committed
January 27, 2011
R
More source links
Raymond Hettinger committed
January 8, 2011
G
#10855: document close() semantics of wave objects.
Georg Brandl committed
August 28, 2010
M
Issue #1512791: In setframerate method of Wave_write, round non-integral
Mark Dickinson committed
September 16, 2009
G
Last round of adapting style of documenting argument default values.
Georg Brandl committed
July 26, 2009
G
Merged revisions 74207 via svnmerge from
Georg Brandl committed
December 31, 2007
C
Merged revisions 59605-59624 via svnmerge from
Christian Heimes committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed