summaryrefslogtreecommitdiff
path: root/Tools/freeze/findmodules.py
Commit message (Collapse)AuthorAgeFilesLines
* Added support for packages.Guido van Rossum1998-03-051-127/+0
| | | | | | | 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.
* Lots of things added. README written (mostly).Guido van Rossum1994-10-051-1/+1
|
* Don't search for *.so modules since we can't handle them!Guido van Rossum1994-10-031-2/+1
|
* Totally new "freeze" program.Guido van Rossum1994-10-031-0/+128