summaryrefslogtreecommitdiffstats
path: root/Lib/aifc.py
Commit message (Expand)AuthorAgeFilesLines
* #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
* The _comp_data() function never worked, it contained a reference toGuido van Rossum1999-05-031-1/+1
* [Sjoerd Mullender]Guido van Rossum1998-08-071-25/+24
* Small corrections to comments that were cloned from aifc; moreoverGuido van Rossum1998-04-231-1/+1
* Use newer struct, which handles unsigned long rightGuido van Rossum1997-01-111-3/+1
* Rewrote _{read,write}_{short,long} to use the newly revamped structGuido van Rossum1996-12-311-37/+44
* Get rid of access statementGuido van Rossum1996-08-201-9/+9
* temporarily disabled the access statementsGuido van Rossum1995-08-101-4/+4
* Ignore empty markers.Sjoerd Mullender1994-10-031-1/+5
* audiodev.py: Mac port.Guido van Rossum1994-09-161-2/+2
* Added support for ADPCM compression.Sjoerd Mullender1994-09-061-6/+47
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+4
* Use __builtin__ instead of builtinGuido van Rossum1994-01-281-3/+3
* aifc.py: framerate should be an int.Sjoerd Mullender1994-01-281-1/+1
* Removed now useless convert functions.Sjoerd Mullender1994-01-061-12/+0
* Removed silly dependence on AL module.Sjoerd Mullender1994-01-061-54/+31
* aifc.py, sunau.py: Adapted comments; added access statements.Sjoerd Mullender1993-12-201-8/+18
* * aifc.py (Aifc_write): fix bogus reference to filenameGuido van Rossum1993-12-171-0/+3
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-22/+18
* Don't close the file.Sjoerd Mullender1993-12-161-8/+7
* aifc.py: added missing tell() method in AIFC write class;Sjoerd Mullender1993-12-131-47/+98
* Fixed dealing with faulty COMM chunks.Sjoerd Mullender1993-08-261-3/+3
* * aifc.py: don't die on invalid MARK chunkGuido van Rossum1993-06-201-5/+14
* * calendar.py: minor cleanupsGuido van Rossum1993-06-171-13/+18