summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/macfreeze/macgenerate.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove Mac OS 9 support ↵Neal Norwitz2006-06-031-8/+0
| | | | (http://mail.python.org/pipermail/python-dev/2006-June/065538.html)
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-5/+5
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* Mac version of freeze. Uses standard freeze modules where it can,Jack Jansen1998-06-261-0/+8
augmenting them here and there. For now, it works more-or-less similar to unix/windows freeze, generating a config.c file, but storing modules in PYC resources. A template project is also copied. The hooks are in place to freeze by merging shared libraries so you can freeze without a C compiler/linker, but this does not work yet.