the end of the 2.7 branch
  1. b852d8c [2.7] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240) (GH-5781) by Miss Islington (bot) · 7 years ago
  2. 02eb4b0 bpo-29110: Fix file object leak in aifc.open (GH-356) by INADA Naoki · 8 years ago
  3. 1aa2c0f Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  4. d1a61dc Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 12 years ago
  5. 499d821 Issue #18919: If the close() method of a writer in the sunau or wave module by Serhiy Storchaka · 12 years ago
  6. 986b5ee Issue #19131: The aifc module now correctly reads and writes sampwidth of by Serhiy Storchaka · 12 years ago
  7. 879a213 Issue #18817: Fix a resource warning in Lib/aifc.py demo. by Serhiy Storchaka · 12 years ago
  8. f5469cf #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
  9. 4ed797e Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. by Serhiy Storchaka · 13 years ago
  10. 3b6a314 Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 14 years ago
  11. bca7b48 Fix py3k warnings in the aifc module by Antoine Pitrou · 16 years ago
  12. 8fd522f Issue5955: aifc's close method did not close the file it wrapped, by R. David Murray · 16 years ago
  13. 0258811 actually close files instead of leaving it to the gc #5955 by Benjamin Peterson · 16 years ago
  14. 2518d3c prevent ref cycles by removing bound method on close() by Benjamin Peterson · 16 years ago
  15. 25b4add Fix issue 2245. aifc now skips any chunk type it doesn't actually by R. David Murray · 16 years ago
  16. d13e4ba Remove tuple parameter unpacking in aifc to silence warnings under -3. by Brett Cannon · 17 years ago
  17. 6067f20 Add a length check to aifc to ensure it doesn't write a bogus file by Bob Ippolito · 19 years ago
  18. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 22 years ago
  19. 820819c Fix wanrings about unsigned hex constants. by Guido van Rossum · 23 years ago
  20. 086ac00 SF #515004 cleanup - remove unnecessary imports - rename dum -> dummy by Neal Norwitz · 24 years ago
  21. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 25 years ago
  22. 146965a Whitespace standardization. by Tim Peters · 25 years ago
  23. 227b120 Convert some old-style string exceptions to class exceptions. by Fred Drake · 25 years ago
  24. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 25 years ago
  25. 2663c13 Sjoerd Mullender: by Guido van Rossum · 25 years ago
  26. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 26 years ago
  27. 3601e88 Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
  28. 4316135 Make the mode parameter to open() default in the same way as for wave.open(). by Fred Drake · 26 years ago
  29. 8ea7bb8 Patch/new code by Sjoerd Mullender: by Guido van Rossum · 26 years ago
  30. 5c071fa The _comp_data() function never worked, it contained a reference to by Guido van Rossum · 26 years ago
  31. 2c2f731 [Sjoerd Mullender] by Guido van Rossum · 27 years ago
  32. bb189db Small corrections to comments that were cloned from aifc; moreover by Guido van Rossum · 27 years ago
  33. afe3ebf Use newer struct, which handles unsigned long right by Guido van Rossum · 29 years ago
  34. 36bb181 Rewrote _{read,write}_{short,long} to use the newly revamped struct by Guido van Rossum · 29 years ago
  35. d7abed3 Get rid of access statement by Guido van Rossum · 29 years ago
  36. 3e7a697 temporarily disabled the access statements by Guido van Rossum · 30 years ago
  37. ebea896 Ignore empty markers. by Sjoerd Mullender · 31 years ago
  38. e174c15 audiodev.py: Mac port. by Guido van Rossum · 31 years ago
  39. 1f05754 Added support for ADPCM compression. by Sjoerd Mullender · 31 years ago
  40. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 31 years ago
  41. 3db6ebc Use __builtin__ instead of builtin by Guido van Rossum · 32 years ago
  42. ffe9490 aifc.py: framerate should be an int. by Sjoerd Mullender · 32 years ago
  43. e03bf9c Removed now useless convert functions. by Sjoerd Mullender · 32 years ago
  44. 49c2df1 Removed silly dependence on AL module. by Sjoerd Mullender · 32 years ago
  45. 2a45141 aifc.py, sunau.py: Adapted comments; added access statements. by Sjoerd Mullender · 32 years ago
  46. 6ed9df2 * aifc.py (Aifc_write): fix bogus reference to filename by Guido van Rossum · 32 years ago
  47. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 32 years ago
  48. feaa7d2 Don't close the file. by Sjoerd Mullender · 32 years ago
  49. 43bf0bc aifc.py: added missing tell() method in AIFC write class; by Sjoerd Mullender · 32 years ago
  50. 4150ede Fixed dealing with faulty COMM chunks. by Sjoerd Mullender · 32 years ago
  51. 9b3bc71 * aifc.py: don't die on invalid MARK chunk by Guido van Rossum · 32 years ago
  52. 52fc1f6 * calendar.py: minor cleanups by Guido van Rossum · 32 years ago
  53. 17ed1ae * toaiff.py: import whatsound instead of sndhdr by Guido van Rossum · 32 years ago
  54. d316607 * ftplib.py: added abort() command (sends oob data). by Guido van Rossum · 32 years ago
  55. 4ab6ff8 AWARE.py: New file with definitions for Aware Inc.'s compression by Sjoerd Mullender · 33 years ago
  56. 3a99727 CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. by Sjoerd Mullender · 33 years ago
  57. 8d733a0 added kludge for buggy soundfiler from SGI; when reading 0 frames, by Sjoerd Mullender · 33 years ago
  58. 93f0740 Fixed a bug where the library inadvertently skipped over the sound by Sjoerd Mullender · 33 years ago
  59. 7564a64 Found and fixed a few bugs in the handling of audio files with MARKs. by Sjoerd Mullender · 33 years ago
  60. eeabe7e New module aifc to read and write AIFF-C and AIFF files. See by Sjoerd Mullender · 33 years ago