summaryrefslogtreecommitdiffstats
path: root/Tools/freeze/makefreeze.py
Commit message (Collapse)AuthorAgeFilesLines
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-1/+1
|
* Sjoerd Mullender:Guido van Rossum1999-11-021-0/+1
| | | | Added some declarations to shut up compiler.
* New version, with contributions from Sjoerd Mullender and Mark Hammond.Guido van Rossum1998-08-251-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 Rossum1998-05-181-4/+0
|
* If freezing with the -O option, the optimized bytecode files areGuido van Rossum1998-04-231-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 Rossum1998-03-201-1/+6
|
* Reindented, removed tabs.Guido van Rossum1998-03-051-33/+37
|
* Added support for packages.Guido van Rossum1998-03-051-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 Rossum1997-07-191-1/+9
|
* Get struct _frozen defn from Python.h; new variable names.Guido van Rossum1996-06-171-5/+5
|
* Totally new "freeze" program.Guido van Rossum1994-10-031-0/+91