Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
480833808e918a1dcebbbcfd07d5a8de3c5c2a66
/
Lib
/
sunau.py
134cb01
bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951)
by Serhiy Storchaka
· 7 years ago
9f914a0
bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)
by Brian Curtin
· 7 years ago
e0fd7ef
Corrected docstrings of audio modules. writeframes() accepts bytes, not str.
by Serhiy Storchaka
· 9 years ago
7e7a3db
Issue #23865: close() methods in multiple modules now are idempotent and more
by Serhiy Storchaka
· 10 years ago
74a49ac
Issue #23681: Fixed Python 2 to 3 poring bugs.
by Serhiy Storchaka
· 10 years ago
452bab4
Issue #16685: Added support for writing any bytes-like objects in the aifc,
by Serhiy Storchaka
· 11 years ago
81895f8
Issue #19261: Added support for writing 24-bit samples in the sunau module.
by Serhiy Storchaka
· 11 years ago
f7622bf
Issue #18950: Fix miscellaneous bugs in the sunau module.
by Serhiy Storchaka
· 11 years ago
0300a8d
Issue #18950: Fix miscellaneous bugs in the sunau module.
by Serhiy Storchaka
· 11 years ago
34d2013
Issue #18878: sunau.open now supports the context manager protocol. Based on
by Serhiy Storchaka
· 11 years ago
af722bf
Issues #18901, #18919: Fix a typo in the _sunau_params name.
by Serhiy Storchaka
· 11 years ago
e06a896
Issue #18901: The sunau getparams method now returns a namedtuple rather than
by Serhiy Storchaka
· 11 years ago
4d98489
Issue #10265: Close file objects explicitly in sunau. Patch by Brian Brazil.
by Antoine Pitrou
· 14 years ago
7f3652e
Issue #8897: Fix sunau module, use bytes to write the header. Patch written by
by Victor Stinner
· 14 years ago
7a5dc75
#3567: fix sunau for running with -bb and make test_ossaudiodev work.
by Antoine Pitrou
· 16 years ago
1a3284e
#1535: rename __builtin__ module to builtins.
by Georg Brandl
· 17 years ago
ce36ad8
Raise statement normalization in Lib/.
by Collin Winter
· 17 years ago
1bc535d
Merged revisions 55328-55341 via svnmerge from
by Guido van Rossum
· 17 years ago
e2a383d
Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.)
by Guido van Rossum
· 18 years ago
495ad3c
Whitespace normalization.
by Tim Peters
· 24 years ago
24c532a
Fix a couple of typos in docstrings.
by Fred Drake
· 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
4316135
Make the mode parameter to open() default in the same way as for wave.open().
by Fred Drake
· 25 years ago
2013ba4
Should open files in binary mode!
by Guido van Rossum
· 26 years ago
5ebeea0
Shouldn't be treating linear-8 as u-law!
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
d7abed3
Get rid of access statement
by Guido van Rossum
· 28 years ago
f33a69f
Temporary fix for access statement. Definition of Error was missing.
by Sjoerd Mullender
· 29 years ago
b513c74
wave.py: module to read and write .wav files with the same interface
by Sjoerd Mullender
· 31 years ago
3db6ebc
Use __builtin__ instead of builtin
by Guido van Rossum
· 31 years ago
ffe9490
aifc.py: framerate should be an int.
by Sjoerd Mullender
· 31 years ago
721cd28
Specified _framesize twice in access statement.
by Sjoerd Mullender
· 31 years ago
2a45141
aifc.py, sunau.py: Adapted comments; added access statements.
by Sjoerd Mullender
· 31 years ago
7bc817d
* Mass change: get rid of all init() methods, in favor of __init__()
by Guido van Rossum
· 31 years ago
ad7324c
Don't close the file explicitly.
by Sjoerd Mullender
· 31 years ago
43bf0bc
aifc.py: added missing tell() method in AIFC write class;
by Sjoerd Mullender
· 31 years ago