summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/modulator.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,...Benjamin Peterson2010-03-211-383/+0
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-161-1/+1
* Remove string.{letters,lowercase,uppercase}.Martin v. Löwis2007-08-141-2/+2
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-2/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-13/+13
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-15/+15
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-1/+1
* Patches by Jens B. Jorgensen with small mods by me:Jack Jansen2001-12-271-2/+2
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-2/+5
* 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
* 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