1. 05 Mar, 1998 4 commits
    • Guido van Rossum's avatar
      Reindented, removed tabs. · eea31671
      Guido van Rossum authored
      eea31671
    • Guido van Rossum's avatar
      Some nits... · ae4f65de
      Guido van Rossum authored
      Add the script directory to the path.
      
      Fix the sanity checks on the arguments so they don't mess up the -m
      option; remove the requirement that the script must have a .py
      extension.
      ae4f65de
    • Guido van Rossum's avatar
      Support for frozen packages, matching the revamped Tools/freeze. · 1311cf4f
      Guido van Rossum authored
      Frozen packages are indicated by a negative size (the code string
      is the __import__.py file).  A frozen package module has its __path__
      set to a string, the package name.
      1311cf4f
    • Guido van Rossum's avatar
      Added support for packages. · 56b9a7ea
      Guido van Rossum authored
      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.
      56b9a7ea
  2. 04 Mar, 1998 13 commits
  3. 03 Mar, 1998 23 commits