the end of the 2.7 branch
  1. f8cc287 Issue #28515: Fixed py3k warnings. by Serhiy Storchaka · 9 years ago
  2. 1aa2c0f Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  3. 5397c97 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 12 years ago
  4. c47d723 Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 12 years ago
  5. 7137803 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. by Serhiy Storchaka · 12 years ago
  6. 499d821 Issue #18919: If the close() method of a writer in the sunau or wave module by Serhiy Storchaka · 12 years ago
  7. f34e4de Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. by Jesus Cea · 13 years ago
  8. ef805a6 Merged revisions 85970 via svnmerge from by Georg Brandl · 15 years ago
  9. b9d4963 Issue #7092: Fix the DeprecationWarnings emitted by the standard library by Antoine Pitrou · 16 years ago
  10. ab1f467 Patch #1681153: the wave module now closes a file object it opened if by Georg Brandl · 18 years ago
  11. 0e67fd4 Fix SF #1001053, wave.open() with unicode filename fails by Neal Norwitz · 21 years ago
  12. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 22 years ago
  13. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 24 years ago
  14. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 24 years ago
  15. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 25 years ago
  16. cfc4178 When the classes in wave.py opened files themselves, their .close() methods by Tim Peters · 25 years ago
  17. eca576c Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header was by Guido van Rossum · 25 years ago
  18. 9b8d801 Convert some old-style string exceptions to class exceptions. by Fred Drake · 25 years ago
  19. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 25 years ago
  20. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 26 years ago
  21. 3601e88 Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
  22. f960782 open(): Make the mode parameter optional; if omitted or None, use the by Fred Drake · 26 years ago
  23. d42e46e Ehm, when we don't need to byteswap the data, don't go through an by Guido van Rossum · 27 years ago
  24. ebb9c92 Two important fixes: by Guido van Rossum · 27 years ago
  25. bb189db Small corrections to comments that were cloned from aifc; moreover by Guido van Rossum · 27 years ago
  26. ac36c64 Open wave files in binary mode. by Fred Drake · 27 years ago
  27. d7abed3 Get rid of access statement by Guido van Rossum · 29 years ago
  28. 3ed23cc aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822: by Guido van Rossum · 32 years ago