summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/macfreeze/macgen_rsrc.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 46607-46608 via svnmerge fromThomas Wouters2006-06-081-36/+0
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r46607 | neal.norwitz | 2006-06-03 06:49:00 +0200 (Sat, 03 Jun 2006) | 1 line Remove Mac OS 9 support (http://mail.python.org/pipermail/python-dev/2006-June/065538.html) ........ r46608 | martin.v.loewis | 2006-06-03 09:37:13 +0200 (Sat, 03 Jun 2006) | 2 lines Port to OpenBSD 3.9. Patch from Aldo Cortesi. ........
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-29/+28
|
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-1/+1
|
* Removed warnings for packages (Just implemented support for freezingJack Jansen1999-01-211-1/+1
| | | | them, so the warning is obsolete).
* Support for freezing packages (Just).Jack Jansen1998-08-181-4/+6
|
* Mac version of freeze. Uses standard freeze modules where it can,Jack Jansen1998-06-261-0/+35
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.