summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/modulator.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-13/+13
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-15/+15
| | | | From SF patch #852334.
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-1/+1
| | | | | | | | (with one small bugfix in bgen/bgen/scantools.py) This replaces string module functions with string methods for the stuff in the Tools directory. Several uses of string.letters etc. are still remaining.
* Patches by Jens B. Jorgensen with small mods by me:Jack Jansen2001-12-271-2/+2
| | | | | - Converted the templates to use ANSI C prototypes (finally!) - Use re in stead of deprecated regex
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-2/+5
| | | | | Move computation of sets of characters out of the body of the function that uses them.
* Comment out confusing write call.Guido van Rossum1999-02-181-1/+1
|
* tabnanny stuffGuido van Rossum1998-04-101-294/+295
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* A few missing casts (Richard Neitzel).Guido van Rossum1996-03-071-1/+2
| | | | Don't append Unix paths on a Mac (Jack Jansen).
* Removed unneeded reference to tkinterJack Jansen1995-10-231-1/+0
|
* moved Demo/modulator to Tools/modulatorGuido van Rossum1995-03-021-1/+1
|
* checkin of Jack's original versionGuido van Rossum1995-03-021-0/+379