summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/PyFontify.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove Mac OS 9 support ↵Neal Norwitz2006-06-031-155/+0
| | | | (http://mail.python.org/pipermail/python-dev/2006-June/065538.html)
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-95/+95
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* - fixed some re usage, partly so it'll still work when re uses pre insteadJust van Rossum2001-07-101-32/+35
| | | | | of sre, and partly fixing re -> regex porting oversights - fixed PyFontify.py so it actually *works* again..
* Use re in stead of regex, so we get rid of the annoying warning during startup.Jack Jansen2001-02-211-11/+9
|
* fixed bug in comment matchingJust van Rossum2000-07-011-3/+3
|
* oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr)Just van Rossum2000-04-091-2/+2
|
* First Checked In.Just van Rossum1999-01-301-0/+154