summaryrefslogtreecommitdiff
path: root/Lib/toaiff.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the toaiff module for removal in 3.0.Brett Cannon2008-05-091-0/+3
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-3/+2
* Fix a typo in the mktemp -> mkstemp patch.Guido van Rossum2002-08-101-1/+1
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-2/+4
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-1/+1
* Capture exception message (PyChecker)Andrew M. Kuchling2001-08-131-1/+1
* final round of __all__ lists (I hope) - skipped urllib2 because Moshe may beSkip Montanaro2001-03-011-0/+2
* Whitespace normalization.Tim Peters2001-01-151-44/+44
* Update the code to better reflect recommended style:Fred Drake2000-12-121-3/+3
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-171-1/+2
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-7/+9
* Use sndhdr instead of the obsolete whatsound module.Fred Drake1999-02-241-2/+2
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-8/+8
* * toaiff.py: import whatsound instead of sndhdrGuido van Rossum1993-06-011-2/+2
* Misc changes and new modules. whrandom is "objectified". SOCKET.pyGuido van Rossum1992-10-181-0/+101