summaryrefslogtreecommitdiff
path: root/Doc/library/wave.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)Victor Stinner2019-06-181-7/+0
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-191-1/+1
* bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)Brian Curtin2017-11-101-0/+2
* #25916: fix a few 'string of bytes' references.R David Murray2016-08-231-1/+1
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* whatsnew: sunau/aifc/wave writeframes[raw] accept any bytes-like (#8311)R David Murray2014-03-081-2/+2
* whatsnew: Wave_write handles unseekable files. (#5202)R David Murray2014-03-081-6/+25
* Issue #16685: Added support for writing any bytes-like objects in the aifc,Serhiy Storchaka2013-11-161-0/+6
* Issue #5202: Added support for unseekable files in the wave module.Serhiy Storchaka2013-11-161-3/+7
* #17616: Improve context manager tests, fix bugs in close method and mode docs.R David Murray2013-07-311-8/+7
* #17616: wave.open now supports the 'with' statement.R David Murray2013-07-311-0/+5
* #17487: wave.getparams now returns a namedtuple.R David Murray2013-04-101-2/+3
* More source linksRaymond Hettinger2011-01-271-0/+4
* #10855: document close() semantics of wave objects.Georg Brandl2011-01-081-9/+15
* Issue #1512791: In setframerate method of Wave_write, round non-integralMark Dickinson2010-08-281-0/+4
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-1/+1
* Merged revisions 74207 via svnmerge fromGeorg Brandl2009-07-261-3/+3
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-4/+1
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+201