Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/2.7
/
Lib
/
wave.py
tag
074531d25e6b244dcb7858093b79377a78535919
tagger
Benjamin Peterson <benjamin@python.org>
Tue Jan 26 18:43:13 2021
object
8d21aa21f2cbc6d50aab3f420bb23be1d081dac4
the end of the 2.7 branch
f8cc287
Issue #28515: Fixed py3k warnings.
by Serhiy Storchaka
· 9 years ago
1aa2c0f
Issue #23865: close() methods in multiple modules now are idempotent and more
by Serhiy Storchaka
· 10 years ago
5397c97
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
by Serhiy Storchaka
· 12 years ago
c47d723
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
by Serhiy Storchaka
· 12 years ago
7137803
Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
by Serhiy Storchaka
· 12 years ago
499d821
Issue #18919: If the close() method of a writer in the sunau or wave module
by Serhiy Storchaka
· 12 years ago
f34e4de
Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz.
by Jesus Cea
· 13 years ago
ef805a6
Merged revisions 85970 via svnmerge from
by Georg Brandl
· 15 years ago
b9d4963
Issue #7092: Fix the DeprecationWarnings emitted by the standard library
by Antoine Pitrou
· 16 years ago
ab1f467
Patch #1681153: the wave module now closes a file object it opened if
by Georg Brandl
· 18 years ago
0e67fd4
Fix SF #1001053, wave.open() with unicode filename fails
by Neal Norwitz
· 21 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 22 years ago
54e54c6
The first batch of changes recommended by the fixdiv tool. These are
by Guido van Rossum
· 24 years ago
40fc160
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
by Skip Montanaro
· 24 years ago
e119006
Whitespace normalization. Top level of Lib now fixed-point for reindent.py!
by Tim Peters
· 25 years ago
cfc4178
When the classes in wave.py opened files themselves, their .close() methods
by Tim Peters
· 25 years ago
eca576c
Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header was
by Guido van Rossum
· 25 years ago
9b8d801
Convert some old-style string exceptions to class exceptions.
by Fred Drake
· 25 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 25 years ago
e7b146f
The third and final doc-string sweep by Ka-Ping Yee.
by Guido van Rossum
· 26 years ago
3601e88
Sjoerd Mullender writes:
by Guido van Rossum
· 26 years ago
f960782
open(): Make the mode parameter optional; if omitted or None, use the
by Fred Drake
· 26 years ago
d42e46e
Ehm, when we don't need to byteswap the data, don't go through an
by Guido van Rossum
· 27 years ago
ebb9c92
Two important fixes:
by Guido van Rossum
· 27 years ago
bb189db
Small corrections to comments that were cloned from aifc; moreover
by Guido van Rossum
· 27 years ago
ac36c64
Open wave files in binary mode.
by Fred Drake
· 27 years ago
d7abed3
Get rid of access statement
by Guido van Rossum
· 29 years ago
3ed23cc
aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822:
by Guido van Rossum
· 32 years ago