1. c9131b6 [3.6] bpo-29110: Fix file object leak in `aifc.open` (#310) by INADA Naoki · 7 years ago
  2. 4e70772 Issue #24878: Fix typos and line wrap by Raymond Hettinger · 9 years ago
  3. 5b798ab Issue #24878: Add docstrings to selected namedtuples by Raymond Hettinger · 9 years ago
  4. e0fd7ef Corrected docstrings of audio modules. writeframes() accepts bytes, not str. by Serhiy Storchaka · 9 years ago
  5. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  6. 79f19f9 Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 10 years ago
  7. 84d28b4 Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 10 years ago
  8. 452bab4 Issue #16685: Added support for writing any bytes-like objects in the aifc, by Serhiy Storchaka · 11 years ago
  9. 4ae423d Issue #19131: The aifc module now correctly reads and writes sampwidth of by Serhiy Storchaka · 11 years ago
  10. 4b53259 Issue #19131: The aifc module now correctly reads and writes sampwidth of by Serhiy Storchaka · 11 years ago
  11. 58b3ebf Issue #18817: Fix a resource warning in Lib/aifc.py demo. Patch by by Serhiy Storchaka · 11 years ago
  12. b33baf1 Issue #18817: Fix a resource warning in Lib/aifc.py demo. by Serhiy Storchaka · 11 years ago
  13. 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
  14. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  15. 4d35e75 #17818: aifc.getparams now returns a namedtuple. by R David Murray · 11 years ago
  16. 44c66c7 Issue #16486: Make aifc files work with 'with' as context managers. by Serhiy Storchaka · 11 years ago
  17. f1b63c6 Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. by Serhiy Storchaka · 11 years ago
  18. 051722d Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. by Serhiy Storchaka · 11 years ago
  19. 48d578c #13394: add more tests for the aifc module and use warnings.warn instead of print. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 12 years ago
  20. 03757ec Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 12 years ago
  21. 70efbef Issue #13594: various fixes to aifc module; patch by Oleg Plakhotnyuk by Sandro Tosi · 12 years ago
  22. bdd5354 Issue #13680: add lowecase compression type to write header; patch by Oleg Plakhotnyuk by Sandro Tosi · 12 years ago
  23. 9935274 Merged revisions 72425-72426 via svnmerge from by R. David Murray · 15 years ago
  24. 1d1285d Merged revisions 72422 via svnmerge from by Benjamin Peterson · 15 years ago
  25. cc65c1d Merged revisions 72135 via svnmerge from by Benjamin Peterson · 15 years ago
  26. b507d2e Merged revisions 72100-72101 via svnmerge from by R. David Murray · 15 years ago
  27. 2095cfe Remove cl usage from aifc and use bytes throughout. by Georg Brandl · 16 years ago
  28. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 16 years ago
  29. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  30. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  31. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  32. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  33. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  34. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  35. 820819c Fix wanrings about unsigned hex constants. by Guido van Rossum · 22 years ago
  36. 086ac00 SF #515004 cleanup - remove unnecessary imports - rename dum -> dummy by Neal Norwitz · 22 years ago
  37. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 23 years ago
  38. 146965a Whitespace standardization. by Tim Peters · 23 years ago
  39. 227b120 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  40. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  41. 2663c13 Sjoerd Mullender: by Guido van Rossum · 24 years ago
  42. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 24 years ago
  43. 3601e88 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  44. 4316135 Make the mode parameter to open() default in the same way as for wave.open(). by Fred Drake · 25 years ago
  45. 8ea7bb8 Patch/new code by Sjoerd Mullender: by Guido van Rossum · 25 years ago
  46. 5c071fa The _comp_data() function never worked, it contained a reference to by Guido van Rossum · 25 years ago
  47. 2c2f731 [Sjoerd Mullender] by Guido van Rossum · 26 years ago
  48. bb189db Small corrections to comments that were cloned from aifc; moreover by Guido van Rossum · 26 years ago
  49. afe3ebf Use newer struct, which handles unsigned long right by Guido van Rossum · 27 years ago
  50. 36bb181 Rewrote _{read,write}_{short,long} to use the newly revamped struct by Guido van Rossum · 27 years ago
  51. d7abed3 Get rid of access statement by Guido van Rossum · 28 years ago
  52. 3e7a697 temporarily disabled the access statements by Guido van Rossum · 29 years ago
  53. ebea896 Ignore empty markers. by Sjoerd Mullender · 30 years ago
  54. e174c15 audiodev.py: Mac port. by Guido van Rossum · 30 years ago
  55. 1f05754 Added support for ADPCM compression. by Sjoerd Mullender · 30 years ago
  56. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  57. 3db6ebc Use __builtin__ instead of builtin by Guido van Rossum · 30 years ago
  58. ffe9490 aifc.py: framerate should be an int. by Sjoerd Mullender · 30 years ago
  59. e03bf9c Removed now useless convert functions. by Sjoerd Mullender · 30 years ago
  60. 49c2df1 Removed silly dependence on AL module. by Sjoerd Mullender · 30 years ago
  61. 2a45141 aifc.py, sunau.py: Adapted comments; added access statements. by Sjoerd Mullender · 30 years ago
  62. 6ed9df2 * aifc.py (Aifc_write): fix bogus reference to filename by Guido van Rossum · 30 years ago
  63. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 30 years ago
  64. feaa7d2 Don't close the file. by Sjoerd Mullender · 30 years ago
  65. 43bf0bc aifc.py: added missing tell() method in AIFC write class; by Sjoerd Mullender · 30 years ago
  66. 4150ede Fixed dealing with faulty COMM chunks. by Sjoerd Mullender · 31 years ago
  67. 9b3bc71 * aifc.py: don't die on invalid MARK chunk by Guido van Rossum · 31 years ago
  68. 52fc1f6 * calendar.py: minor cleanups by Guido van Rossum · 31 years ago
  69. 17ed1ae * toaiff.py: import whatsound instead of sndhdr by Guido van Rossum · 31 years ago
  70. d316607 * ftplib.py: added abort() command (sends oob data). by Guido van Rossum · 31 years ago
  71. 4ab6ff8 AWARE.py: New file with definitions for Aware Inc.'s compression by Sjoerd Mullender · 31 years ago
  72. 3a99727 CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. by Sjoerd Mullender · 31 years ago
  73. 8d733a0 added kludge for buggy soundfiler from SGI; when reading 0 frames, by Sjoerd Mullender · 31 years ago
  74. 93f0740 Fixed a bug where the library inadvertently skipped over the sound by Sjoerd Mullender · 31 years ago
  75. 7564a64 Found and fixed a few bugs in the handling of audio files with MARKs. by Sjoerd Mullender · 31 years ago
  76. eeabe7e New module aifc to read and write AIFF-C and AIFF files. See by Sjoerd Mullender · 31 years ago