51 Commits (1da055ee0dd11b8c16644c27381a2b20bf0ff205)

Author SHA1 Message Date
Martin Panter 19e69c5a20 Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej 10 years ago
Serhiy Storchaka e0fd7ef6bb Corrected docstrings of audio modules. writeframes() accepts bytes, not str. 11 years ago
Serhiy Storchaka 7e7a3dba5f Issue #23865: close() methods in multiple modules now are idempotent and more 11 years ago
Serhiy Storchaka 3062c9a6c8 Issue #19641: Added the audioop.byteswap() function to convert big-endian 12 years ago
Serhiy Storchaka d9a018222f Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on 12 years ago
Serhiy Storchaka 452bab4acf Issue #16685: Added support for writing any bytes-like objects in the aifc, 12 years ago
Serhiy Storchaka 7714ebbe0e Issue #5202: Added support for unseekable files in the wave module. 12 years ago
Serhiy Storchaka a44372fd0b Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. 12 years ago
Serhiy Storchaka d3b750516f Issue #19276: Fixed the wave module on 64-bit big-endian platforms. 12 years ago
Serhiy Storchaka e23b2d06c7 Issue #18919: If the close() method of a writer in the sunau or wave module 12 years ago
Serhiy Storchaka 4c6a020a2d Issue #17487: The result of the wave getparams method now is pickleable again. 13 years ago
R David Murray 536ffe161c #17616: Improve context manager tests, fix bugs in close method and mode docs. 13 years ago
R David Murray c91d5eea10 #17616: wave.open now supports the 'with' statement. 13 years ago
Serhiy Storchaka d739bda6b2 Issue #18084: Use sys.byteorder in wave.py. 13 years ago
R David Murray 671cd3290b #17487: wave.getparams now returns a namedtuple. 13 years ago
Jesus Cea e4b863982c Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. 13 years ago
Jesus Cea f34e4de3f5 Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. 13 years ago
Victor Stinner da9ec995f6 Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 15 years ago
Georg Brandl fbef44f255 Merged revisions 85970 via svnmerge from 15 years ago
Georg Brandl ef805a6b17 Merged revisions 85970 via svnmerge from 15 years ago
Georg Brandl cc2adbc693 #10198: fix duplicate header when writeframes() is called with an empty string. 15 years ago
Antoine Pitrou 1ce3eb5c5b Issue #8990: array.fromstring() and array.tostring() get renamed to 16 years ago
Mark Dickinson 64a38c0eb5 Issue #1512791: In setframerate method of Wave_write, round non-integral 16 years ago
Ezio Melotti 8dc04a4dd1 Merged revisions 77310-77311 via svnmerge from 16 years ago
Benjamin Peterson 109d3ab2c8 Merged revisions 77459 via svnmerge from 16 years ago
Benjamin Peterson 5efea0430c use floor division where needed #7681 16 years ago
Antoine Pitrou b9d4963a98 Issue #7092: Fix the DeprecationWarnings emitted by the standard library 16 years ago
Georg Brandl 1a3284ed69 #1535: rename __builtin__ module to builtins. 18 years ago
Guido van Rossum 3172c5d263 Patch# 1258 by Christian Heimes: kill basestring. 19 years ago
Collin Winter ce36ad8a46 Raise statement normalization in Lib/. 19 years ago
Jeremy Hylton da3f228740 Convert various string literals to bytes. 19 years ago
Guido van Rossum 09549f4407 Changes in anticipation of stricter str vs. bytes enforcement. 19 years ago
Guido van Rossum 51a883bf87 Make test_wave.py pass. 19 years ago
Guido van Rossum 1bc535dc78 Merged revisions 55328-55341 via svnmerge from 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Guido van Rossum dc0b1a1069 Make a few more tests pass with the new I/O library. 19 years ago
Georg Brandl 7cd6ef0913 Also commit the patch ;) 19 years ago
Georg Brandl ab1f4674ad Patch #1681153: the wave module now closes a file object it opened if 19 years ago
Neal Norwitz 0e67fd478f Fix SF #1001053, wave.open() with unicode filename fails 22 years ago
Walter Dörwald 70a6b49821 Replace backticks with repr() or "%r" 22 years ago
Guido van Rossum 54e54c6877 The first batch of changes recommended by the fixdiv tool. These are 25 years ago
Skip Montanaro 40fc16059f final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 25 years ago
Tim Peters e119006e7d Whitespace normalization. Top level of Lib now fixed-point for reindent.py! 25 years ago
Tim Peters cfc4178e84 When the classes in wave.py opened files themselves, their .close() methods 26 years ago
Guido van Rossum eca576c68b Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header was 26 years ago
Fred Drake 9b8d801c37 Convert some old-style string exceptions to class exceptions. 26 years ago
Thomas Wouters 7e47402264 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 26 years ago
Guido van Rossum e7b146fb3b The third and final doc-string sweep by Ka-Ping Yee. 26 years ago
Guido van Rossum 3601e88cb3 Sjoerd Mullender writes: 27 years ago
Fred Drake f9607821ad open(): Make the mode parameter optional; if omitted or None, use the 27 years ago