| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merged revisions 75407,75409-75413,75415,75419-75421 via svnmerge from | Ezio Melotti | 2010-08-03 | 1 | -11/+11 |
|
|
| * | Merged revisions 72422,72425-72426 via svnmerge from | R. David Murray | 2009-05-07 | 1 | -6/+6 |
|
|
| * | Merged revisions 72100-72101 via svnmerge from | R. David Murray | 2009-04-29 | 1 | -7/+0 |
|
|
| * | Remove tuple parameter unpacking in aifc to silence warnings under -3. | Brett Cannon | 2008-08-04 | 1 | -1/+2 |
|
|
| * | Add a length check to aifc to ensure it doesn't write a bogus file | Bob Ippolito | 2006-05-30 | 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 |
|
|
| * | Patch/new code by Sjoerd Mullender: | Guido van Rossum | 1999-06-09 | 1 | -74/+13 |
|
|
| * | The _comp_data() function never worked, it contained a reference to | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
|
|
| * | [Sjoerd Mullender] | Guido van Rossum | 1998-08-07 | 1 | -25/+24 |
|
|
| * | Small corrections to comments that were cloned from aifc; moreover | Guido van Rossum | 1998-04-23 | 1 | -1/+1 |
|
|
| * | Use newer struct, which handles unsigned long right | Guido van Rossum | 1997-01-11 | 1 | -3/+1 |
|
|
| * | Rewrote _{read,write}_{short,long} to use the newly revamped struct | Guido van Rossum | 1996-12-31 | 1 | -37/+44 |
|
|
| * | Get rid of access statement | Guido van Rossum | 1996-08-20 | 1 | -9/+9 |
|
|
| * | temporarily disabled the access statements | Guido van Rossum | 1995-08-10 | 1 | -4/+4 |
|
|
| * | Ignore empty markers. | Sjoerd Mullender | 1994-10-03 | 1 | -1/+5 |
|
|
| * | audiodev.py: Mac port. | Guido van Rossum | 1994-09-16 | 1 | -2/+2 |
|
|
| * | Added support for ADPCM compression. | Sjoerd Mullender | 1994-09-06 | 1 | -6/+47 |
|
|
| * | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -1/+4 |
|
|
| * | Use __builtin__ instead of builtin | Guido van Rossum | 1994-01-28 | 1 | -3/+3 |
|
|
| * | aifc.py: framerate should be an int. | Sjoerd Mullender | 1994-01-28 | 1 | -1/+1 |
|
|
| * | Removed now useless convert functions. | Sjoerd Mullender | 1994-01-06 | 1 | -12/+0 |
|
|
| * | Removed silly dependence on AL module. | Sjoerd Mullender | 1994-01-06 | 1 | -54/+31 |
|
|
| * | aifc.py, sunau.py: Adapted comments; added access statements. | Sjoerd Mullender | 1993-12-20 | 1 | -8/+18 |
|
|
| * | * aifc.py (Aifc_write): fix bogus reference to filename | Guido van Rossum | 1993-12-17 | 1 | -0/+3 |
|
|
| * | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -22/+18 |
|
|
| * | Don't close the file. | Sjoerd Mullender | 1993-12-16 | 1 | -8/+7 |
|
|
| * | aifc.py: added missing tell() method in AIFC write class; | Sjoerd Mullender | 1993-12-13 | 1 | -47/+98 |
|
|
| * | Fixed dealing with faulty COMM chunks. | Sjoerd Mullender | 1993-08-26 | 1 | -3/+3 |
|
|
| * | * aifc.py: don't die on invalid MARK chunk | Guido van Rossum | 1993-06-20 | 1 | -5/+14 |
|
|
| * | * calendar.py: minor cleanups | Guido van Rossum | 1993-06-17 | 1 | -13/+18 |
|
|
| * | * toaiff.py: import whatsound instead of sndhdr | Guido van Rossum | 1993-06-01 | 1 | -0/+1 |
|
|
| * | * ftplib.py: added abort() command (sends oob data). | Guido van Rossum | 1993-05-24 | 1 | -3/+3 |
|
|
| * | AWARE.py: New file with definitions for Aware Inc.'s compression | Sjoerd Mullender | 1993-02-05 | 1 | -4/+6 |
|
|
| * | CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. | Sjoerd Mullender | 1993-02-04 | 1 | -17/+22 |
|
|
| * | added kludge for buggy soundfiler from SGI; when reading 0 frames, | Sjoerd Mullender | 1993-01-29 | 1 | -1/+12 |
|
|
| * | Fixed a bug where the library inadvertently skipped over the sound | Sjoerd Mullender | 1993-01-26 | 1 | -2/+4 |
|
|
| * | Found and fixed a few bugs in the handling of audio files with MARKs. | Sjoerd Mullender | 1993-01-22 | 1 | -12/+8 |
|
|
| * | New module aifc to read and write AIFF-C and AIFF files. See | Sjoerd Mullender | 1993-01-22 | 1 | -0/+912 |
|
|