Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Mac OS 9 support ↵ | Neal Norwitz | 2006-06-03 | 1 | -8/+0 |
| | | | | (http://mail.python.org/pipermail/python-dev/2006-June/065538.html) | ||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -5/+5 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
| | | | | From SF patch #852334. | ||||
* | Mac version of freeze. Uses standard freeze modules where it can, | Jack Jansen | 1998-06-26 | 1 | -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. |