summaryrefslogtreecommitdiffstats
path: root/Tools/freeze/parsesetup.py
Commit message (Collapse)AuthorAgeFilesLines
* Minimal changes to make the "freeze" tool work again.Guido van Rossum2007-06-121-2/+1
| | | | There are other issues left, but these were basics (e.g. keys().sort()).
* Fix test_frozen.Guido van Rossum2007-02-091-6/+6
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-81/+81
|
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-6/+5
| | | | | | | | (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.
* Patch #409504: Fix regex problems, consider \-continuation lines in MakefileMartin v. Löwis2001-03-211-0/+13
| | | | and Setup.
* Teach Tools/freeze/makeconfig.py and Tools/freeze/parsesetup.py to useEric S. Raymond2001-03-181-7/+9
| | | | the re package rather than the obsolete regex.
* Totally new "freeze" program.Guido van Rossum1994-10-031-0/+98