Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
707d1e6cea6834e826e5dbbbcd8593f1c81826b2
/
Lib
/
wave.py
da9ec99
Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8
by Victor Stinner
· 14 years ago
cc2adbc
#10198: fix duplicate header when writeframes() is called with an empty string.
by Georg Brandl
· 14 years ago
1ce3eb5
Issue #8990: array.fromstring() and array.tostring() get renamed to
by Antoine Pitrou
· 14 years ago
64a38c0
Issue #1512791: In setframerate method of Wave_write, round non-integral
by Mark Dickinson
· 14 years ago
5efea04
use floor division where needed #7681
by Benjamin Peterson
· 15 years ago
1a3284e
#1535: rename __builtin__ module to builtins.
by Georg Brandl
· 17 years ago
3172c5d
Patch# 1258 by Christian Heimes: kill basestring.
by Guido van Rossum
· 17 years ago
ce36ad8
Raise statement normalization in Lib/.
by Collin Winter
· 17 years ago
da3f228
Convert various string literals to bytes.
by Jeremy Hylton
· 17 years ago
09549f4
Changes in anticipation of stricter str vs. bytes enforcement.
by Guido van Rossum
· 17 years ago
51a883b
Make test_wave.py pass.
by Guido van Rossum
· 17 years ago
1bc535d
Merged revisions 55328-55341 via svnmerge from
by Guido van Rossum
· 17 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
dc0b1a1
Make a few more tests pass with the new I/O library.
by Guido van Rossum
· 18 years ago
0e67fd4
Fix SF #1001053, wave.open() with unicode filename fails
by Neal Norwitz
· 20 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
54e54c6
The first batch of changes recommended by the fixdiv tool. These are
by Guido van Rossum
· 23 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
· 24 years ago
cfc4178
When the classes in wave.py opened files themselves, their .close() methods
by Tim Peters
· 24 years ago
eca576c
Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header was
by Guido van Rossum
· 24 years ago
9b8d801
Convert some old-style string exceptions to class exceptions.
by Fred Drake
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
e7b146f
The third and final doc-string sweep by Ka-Ping Yee.
by Guido van Rossum
· 25 years ago
3601e88
Sjoerd Mullender writes:
by Guido van Rossum
· 25 years ago
f960782
open(): Make the mode parameter optional; if omitted or None, use the
by Fred Drake
· 25 years ago
d42e46e
Ehm, when we don't need to byteswap the data, don't go through an
by Guido van Rossum
· 26 years ago
ebb9c92
Two important fixes:
by Guido van Rossum
· 26 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
· 28 years ago
3ed23cc
aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822:
by Guido van Rossum
· 31 years ago