| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -1/+1 |
| | | |||||
| * | Sjoerd Mullender: | Guido van Rossum | 1999-11-02 | 1 | -0/+1 |
| | | | | | Added some declarations to shut up compiler. | ||||
| * | New version, with contributions from Sjoerd Mullender and Mark Hammond. | Guido van Rossum | 1998-08-25 | 1 | -2/+17 |
| | | | | | | | | | | | | | Sjoerd writes: This version of freeze creates one file per Python module, instead of one humongous file for all Python modules. bkfile: new module to used to write files with backups. No new file is produced if the new contents is identical to the old. New option "-x excluded-module" for modulefinder test program. New option "-i filename" for freeze main program to include a list of options in place of the -i option. | ||||
| * | Remove Emacs cruft. | Guido van Rossum | 1998-05-18 | 1 | -4/+0 |
| | | |||||
| * | If freezing with the -O option, the optimized bytecode files are | Guido van Rossum | 1998-04-23 | 1 | -0/+4 |
| | | | | | | | used. It is useful to implicitly set the -O flag in the frozen application. (Sjoerd Mullender) | ||||
| * | Big changes by Mark Hammond to support freezing with DLLs on Windows. | Guido van Rossum | 1998-03-20 | 1 | -1/+6 |
| | | |||||
| * | Reindented, removed tabs. | Guido van Rossum | 1998-03-05 | 1 | -33/+37 |
| | | |||||
| * | Added support for packages. | Guido van Rossum | 1998-03-05 | 1 | -56/+18 |
| | | | | | | | | We have a whole new module finder that uses the actual Python parser and scans the bytecode for IMPORT_NAME and IMPORT_FROM. This requires some support in import.c (that hasn't been checked in). New command line options for this: -d, -q, -m. | ||||
| * | Updated for new style build/install; much simpler! | Guido van Rossum | 1997-07-19 | 1 | -1/+9 |
| | | |||||
| * | Get struct _frozen defn from Python.h; new variable names. | Guido van Rossum | 1996-06-17 | 1 | -5/+5 |
| | | |||||
| * | Totally new "freeze" program. | Guido van Rossum | 1994-10-03 | 1 | -0/+91 |
