index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
aifc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)
Victor Stinner
2019-06-17
1
-5/+1
*
bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951)
Serhiy Storchaka
2018-03-18
1
-0/+4
*
bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chun...
Zackery Spytz
2018-02-20
1
-0/+1
*
bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)
Brian Curtin
2017-11-10
1
-1/+4
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
1
-4/+4
*
bpo-29110: add test for Aifc_write. (GH-293)
INADA Naoki
2017-02-26
1
-0/+4
*
bpo-29110: Fix file object leak in `aifc.open` when given invalid AIFF file. ...
Anthony Zhang
2017-02-22
1
-12/+21
*
Issue #24878: Fix typos and line wrap
Raymond Hettinger
2015-08-23
1
-3/+4
*
Issue #24878: Add docstrings to selected namedtuples
Raymond Hettinger
2015-08-18
1
-0/+8
*
Corrected docstrings of audio modules. writeframes() accepts bytes, not str.
Serhiy Storchaka
2015-07-10
1
-1/+1
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-1/+4
*
Issue #19623: Fixed writing to unseekable files in the aifc module.
Serhiy Storchaka
2013-12-14
1
-3/+8
|
\
|
*
Issue #19623: Fixed writing to unseekable files in the aifc module.
Serhiy Storchaka
2013-12-14
1
-3/+8
*
|
Issue #16685: Added support for writing any bytes-like objects in the aifc,
Serhiy Storchaka
2013-11-16
1
-0/+2
*
|
Issue #19131: The aifc module now correctly reads and writes sampwidth of
Serhiy Storchaka
2013-10-12
1
-4/+5
|
\
\
|
|
/
|
*
Issue #19131: The aifc module now correctly reads and writes sampwidth of
Serhiy Storchaka
2013-10-12
1
-4/+5
*
|
Issue #18817: Fix a resource warning in Lib/aifc.py demo. Patch by
Serhiy Storchaka
2013-08-25
1
-21/+19
|
\
\
|
|
/
|
*
Issue #18817: Fix a resource warning in Lib/aifc.py demo.
Serhiy Storchaka
2013-08-25
1
-19/+23
*
|
#18705: merge with 3.3.
Ezio Melotti
2013-08-17
1
-1/+1
|
\
\
|
|
/
|
*
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-1/+1
*
|
#17818: aifc.getparams now returns a namedtuple.
R David Murray
2013-07-25
1
-6/+11
*
|
Issue #16486: Make aifc files work with 'with' as context managers.
Serhiy Storchaka
2012-12-29
1
-0/+12
|
/
*
Issue #16485: Fix file descriptor not being closed if file header patching fa...
Serhiy Storchaka
2012-12-29
1
-2/+6
|
\
|
*
Issue #16485: Fix file descriptor not being closed if file header patching fa...
Serhiy Storchaka
2012-12-29
1
-2/+6
*
|
#13394: add more tests for the aifc module and use warnings.warn instead of p...
Ezio Melotti
2012-03-12
1
-6/+6
|
/
*
Issue #13589: Fix some serialization primitives in the aifc module.
Antoine Pitrou
2012-01-17
1
-18/+30
*
Issue #13594: various fixes to aifc module; patch by Oleg Plakhotnyuk
Sandro Tosi
2012-01-01
1
-17/+18
*
Issue #13680: add lowecase compression type to write header; patch by Oleg Pl...
Sandro Tosi
2012-01-01
1
-10/+2
*
Merged revisions 72425-72426 via svnmerge from
R. David Murray
2009-05-07
1
-3/+4
*
Merged revisions 72422 via svnmerge from
Benjamin Peterson
2009-05-07
1
-3/+2
*
Merged revisions 72135 via svnmerge from
Benjamin Peterson
2009-04-30
1
-0/+2
*
Merged revisions 72100-72101 via svnmerge from
R. David Murray
2009-04-29
1
-8/+0
*
Remove cl usage from aifc and use bytes throughout.
Georg Brandl
2008-06-07
1
-147/+77
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
1
-3/+3
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
1
-39/+39
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-1/+2
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-15/+15
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-4/+4
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-0/+2
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-2/+2
*
Fix wanrings about unsigned hex constants.
Guido van Rossum
2002-08-12
1
-2/+2
*
SF #515004 cleanup
Neal Norwitz
2002-02-11
1
-4/+2
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
1
-0/+2
*
Whitespace standardization.
Tim Peters
2001-01-14
1
-1/+1
*
Convert some old-style string exceptions to class exceptions.
Fred Drake
2000-08-17
1
-1/+2
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+1
*
Sjoerd Mullender:
Guido van Rossum
2000-03-07
1
-1/+1
*
Mass patch by Ka-Ping Yee:
Guido van Rossum
2000-02-02
1
-917/+918
*
Sjoerd Mullender writes:
Guido van Rossum
1999-08-26
1
-6/+0
*
Make the mode parameter to open() default in the same way as for wave.open().
Fred Drake
1999-06-22
1
-4/+9
[next]