summaryrefslogtreecommitdiffstats
path: root/Lib/sunaudio.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert sunaudio.py to bytes. (It has no unit test of its own!)Guido van Rossum2007-08-211-6/+10
| | | | | Fix test_ossaudiodev by closing the dsp properly (it can't be opened multiple times on my box).
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-6/+6
| | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.)
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* Whitespace normalization.Tim Peters2001-01-151-30/+30
|
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
| | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-171-1/+2
|
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-7/+4
| | | | | | | | The attached patches update the standard library so that all modules have docstrings beginning with one-line summaries. A new docstring was added to formatter. The docstring for os.py was updated to mention nt, os2, ce in addition to posix, dos, mac.
* Remove reference to obsolete module 'audio'Guido van Rossum1992-06-031-15/+7
|
* New == syntaxGuido van Rossum1992-01-011-1/+1
|
* Initial revisionGuido van Rossum1990-12-261-0/+54