Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for packages. | Guido van Rossum | 1998-03-05 | 1 | -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 Rossum | 1994-10-05 | 1 | -1/+1 |
| | |||||
* | Don't search for *.so modules since we can't handle them! | Guido van Rossum | 1994-10-03 | 1 | -2/+1 |
| | |||||
* | Totally new "freeze" program. | Guido van Rossum | 1994-10-03 | 1 | -0/+128 |