<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/wave.py, branch misc-acks-comment</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Fix a typo in wave module docstring (GH-17009)</title>
<updated>2019-11-05T04:32:10+00:00</updated>
<author>
<name>Michael Haas</name>
<email>micha2718l@gmail.com</email>
</author>
<published>2019-11-05T04:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=25fa3ecb98f2c038a422b19c53641fa8e3ef8e52'/>
<id>25fa3ecb98f2c038a422b19c53641fa8e3ef8e52</id>
<content type='text'>
s/pathing/patching/</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
s/pathing/patching/</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)</title>
<updated>2019-06-17T22:00:24+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2019-06-17T22:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ac7b1a3f32cc81520e8962352294006d65744028'/>
<id>ac7b1a3f32cc81520e8962352294006d65744028</id>
<content type='text'>
aifc.openfp() alias to aifc.open(), sunau.openfp() alias to
sunau.open(), and wave.openfp() alias to wave.open() have been
removed. They were deprecated since Python 3.7.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
aifc.openfp() alias to aifc.open(), sunau.openfp() alias to
sunau.open(), and wave.openfp() alias to wave.open() have been
removed. They were deprecated since Python 3.7.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951)</title>
<updated>2018-03-18T07:55:53+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-03-18T07:55:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=134cb01cda50f02725575808130b05d2d776693f'/>
<id>134cb01cda50f02725575808130b05d2d776693f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)</title>
<updated>2017-11-10T16:38:25+00:00</updated>
<author>
<name>Brian Curtin</name>
<email>brian@python.org</email>
</author>
<published>2017-11-10T16:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9f914a01affc55abe799afc521ce71612bb495a5'/>
<id>9f914a01affc55abe799afc521ce71612bb495a5</id>
<content type='text'>
The openfp functions of aifp, sunau, and wave had pointed to the open
function of each module since 1993 as a matter of backwards
compatibility. In the case of aifc.openfp, it was both undocumented
and untested. This change begins the formal deprecation of those
openfp functions, with their removal coming in 3.9.

This additionally adds a TODO in test_pyclbr around using aifc.openfp,
though it shouldn't be changed until removal in 3.9.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The openfp functions of aifp, sunau, and wave had pointed to the open
function of each module since 1993 as a matter of backwards
compatibility. In the case of aifc.openfp, it was both undocumented
and untested. This change begins the formal deprecation of those
openfp functions, with their removal coming in 3.9.

This additionally adds a TODO in test_pyclbr around using aifc.openfp,
though it shouldn't be changed until removal in 3.9.</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej</title>
<updated>2015-11-14T12:46:42+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2015-11-14T12:46:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=19e69c5a2067fe6322ead88733ebbca77673010b'/>
<id>19e69c5a2067fe6322ead88733ebbca77673010b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected docstrings of audio modules.  writeframes() accepts bytes, not str.</title>
<updated>2015-07-10T19:13:40+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-07-10T19:13:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e0fd7ef6bb0ddfc36337f434ae6bbfc5c0b60afa'/>
<id>e0fd7ef6bb0ddfc36337f434ae6bbfc5c0b60afa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23865: close() methods in multiple modules now are idempotent and more</title>
<updated>2015-04-10T10:24:41+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-04-10T10:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7e7a3dba5fd4262269f713dfe21ba7e4746fc2dd'/>
<id>7e7a3dba5fd4262269f713dfe21ba7e4746fc2dd</id>
<content type='text'>
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19641: Added the audioop.byteswap() function to convert big-endian</title>
<updated>2013-11-23T20:26:01+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-11-23T20:26:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3062c9a6c87ff9b480d1eea960efbfc604e4b157'/>
<id>3062c9a6c87ff9b480d1eea960efbfc604e4b157</id>
<content type='text'>
samples to little-endian and vice versa.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
samples to little-endian and vice versa.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on</title>
<updated>2013-11-21T09:04:22+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-11-21T09:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f4fd257a028e22ab97e226ffd73715e9cead8eff'/>
<id>f4fd257a028e22ab97e226ffd73715e9cead8eff</id>
<content type='text'>
big-endian platforms.

Temporary forbidden test_unseekable_incompleted_write fornot compressed 16-
and 32-bit wave file  on big-endian platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
big-endian platforms.

Temporary forbidden test_unseekable_incompleted_write fornot compressed 16-
and 32-bit wave file  on big-endian platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on</title>
<updated>2013-11-21T09:02:30+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-11-21T09:02:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d9a018222f4a885ca3eeee41a77103f5462e3813'/>
<id>d9a018222f4a885ca3eeee41a77103f5462e3813</id>
<content type='text'>
big-endian platforms.

Temporary forbidden test_unseekable_incompleted_write fornot compressed 16-
and 32-bit wave file  on big-endian platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
big-endian platforms.

Temporary forbidden test_unseekable_incompleted_write fornot compressed 16-
and 32-bit wave file  on big-endian platforms.
</pre>
</div>
</content>
</entry>
</feed>
