summaryrefslogtreecommitdiff
path: root/Tools/freeze/makeconfig.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #16047: Fix module exception list and __file__ handling in freeze.Martin v. L?wis2014-03-301-1/+1
* Fix missing import.Georg Brandl2010-10-211-2/+1
* Minimum fixes to make freeze.py do something useful.Georg Brandl2010-08-021-7/+6
* Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...Benjamin Peterson2009-06-011-1/+1
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-1/+1
* Fix test_frozen.Guido van Rossum2007-02-091-2/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-46/+46
* Updated freeze.py to the new Makefile symbol layout.Marc-André Lemburg2002-04-041-1/+1
* Patch #409504: Fix regex problems, consider \-continuation lines in MakefileMartin v. Löwis2001-03-211-2/+2
* Teach Tools/freeze/makeconfig.py and Tools/freeze/parsesetup.py to useEric S. Raymond2001-03-181-3/+3
* Add the exceptions module to the 'never' list -- it is built in.Guido van Rossum2000-07-281-1/+1
* Patch by Jack Jansen to add with_ifdef option, which places #ifndefGuido van Rossum1999-09-301-1/+5
* Totally new "freeze" program.Guido van Rossum1994-10-031-0/+57