summaryrefslogtreecommitdiff
path: root/Lib/aifc.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951)Miss Islington (bot)2018-03-181-0/+4
* bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chun...Miss Islington (bot)2018-02-201-0/+1
* bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)Brian Curtin2017-11-101-1/+4
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-051-4/+4
* bpo-29110: add test for Aifc_write. (GH-293)INADA Naoki2017-02-261-0/+4
* bpo-29110: Fix file object leak in `aifc.open` when given invalid AIFF file. ...Anthony Zhang2017-02-221-12/+21
* Issue #24878: Fix typos and line wrapRaymond Hettinger2015-08-231-3/+4
* Issue #24878: Add docstrings to selected namedtuplesRaymond Hettinger2015-08-171-0/+8
* Corrected docstrings of audio modules. writeframes() accepts bytes, not str.Serhiy Storchaka2015-07-101-1/+1
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-1/+4
* Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-141-3/+8
|\
| * Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-141-3/+8
* | Issue #16685: Added support for writing any bytes-like objects in the aifc,Serhiy Storchaka2013-11-161-0/+2
* | Issue #19131: The aifc module now correctly reads and writes sampwidth ofSerhiy Storchaka2013-10-121-4/+5
|\ \ | |/
| * Issue #19131: The aifc module now correctly reads and writes sampwidth ofSerhiy Storchaka2013-10-121-4/+5
* | Issue #18817: Fix a resource warning in Lib/aifc.py demo. Patch bySerhiy Storchaka2013-08-251-21/+19
|\ \ | |/
| * Issue #18817: Fix a resource warning in Lib/aifc.py demo.Serhiy Storchaka2013-08-251-19/+23
* | #18705: merge with 3.3.Ezio Melotti2013-08-171-1/+1
|\ \ | |/
| * #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* | #17818: aifc.getparams now returns a namedtuple.R David Murray2013-07-251-6/+11
* | Issue #16486: Make aifc files work with 'with' as context managers.Serhiy Storchaka2012-12-291-0/+12
|/
* Issue #16485: Fix file descriptor not being closed if file header patching fa...Serhiy Storchaka2012-12-291-2/+6
|\
| * Issue #16485: Fix file descriptor not being closed if file header patching fa...Serhiy Storchaka2012-12-291-2/+6
* | #13394: add more tests for the aifc module and use warnings.warn instead of p...Ezio Melotti2012-03-121-6/+6
|/
* Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-171-18/+30
* Issue #13594: various fixes to aifc module; patch by Oleg PlakhotnyukSandro Tosi2012-01-011-17/+18
* Issue #13680: add lowecase compression type to write header; patch by Oleg Pl...Sandro Tosi2012-01-011-10/+2
* Merged revisions 72425-72426 via svnmerge fromR. David Murray2009-05-071-3/+4
* Merged revisions 72422 via svnmerge fromBenjamin Peterson2009-05-071-3/+2
* Merged revisions 72135 via svnmerge fromBenjamin Peterson2009-04-301-0/+2
* Merged revisions 72100-72101 via svnmerge fromR. David Murray2009-04-291-8/+0
* Remove cl usage from aifc and use bytes throughout.Georg Brandl2008-06-071-147/+77
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-3/+3
* Raise statement normalization in Lib/.Collin Winter2007-08-301-39/+39
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-1/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-15/+15
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-4/+4
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-0/+2
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* Fix wanrings about unsigned hex constants.Guido van Rossum2002-08-121-2/+2
* SF #515004 cleanupNeal Norwitz2002-02-111-4/+2
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* Whitespace standardization.Tim Peters2001-01-141-1/+1
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-171-1/+2
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Sjoerd Mullender:Guido van Rossum2000-03-071-1/+1
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-917/+918
* Sjoerd Mullender writes:Guido van Rossum1999-08-261-6/+0
* Make the mode parameter to open() default in the same way as for wave.open().Fred Drake1999-06-221-4/+9
* Patch/new code by Sjoerd Mullender:Guido van Rossum1999-06-091-74/+13