Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the sunaudio module. | Brett Cannon | 2008-07-25 | 1 | -48/+0 |
| | |||||
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -2/+2 |
| | |||||
* | Convert sunaudio.py to bytes. (It has no unit test of its own!) | Guido van Rossum | 2007-08-21 | 1 | -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 Rossum | 2007-02-09 | 1 | -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örwald | 2004-02-12 | 1 | -1/+1 |
| | | | | From SF patch #852334. | ||||
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -30/+30 |
| | |||||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -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 Drake | 2000-08-17 | 1 | -1/+2 |
| | |||||
* | The third and final doc-string sweep by Ka-Ping Yee. | Guido van Rossum | 2000-02-04 | 1 | -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 Rossum | 1992-06-03 | 1 | -15/+7 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-12-26 | 1 | -0/+54 |