| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
was referenced in instead of only the last. (Sjoerd Mullender)
|
|
|
|
|
| |
When printing missing modules, also print the module they were
imported from.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
packages. (Mark Hammond)
Remove Emacs cruft.
|
| |
|
| |
|
| |
|
| |
|
|
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.
|