1. 23 Apr, 2003 16 commits
  2. 22 Apr, 2003 19 commits
  3. 21 Apr, 2003 5 commits
    • Jeremy Hylton's avatar
    • Jeremy Hylton's avatar
      Holistic refactoring. · 4f8ced83
      Jeremy Hylton authored
      Remove "." in coverage output for lines with comments.
      Silence complaints in coverage output about unexecuted docstrings.
      
      Eliminate use of inspect module in favor of direct access to frame and
      code objects.  We're in a trace function here:  Efficiency counts!
      
      Remove unused code.  Reflow long lines.
      
      Remove backwards compatibility for stored trace output from Zooko's
      experiment to add calledfuncs to the pickled dict.
      
      Move code to generate per-file coverage stats to a separate routine.
      
      Replace use of parser module with call to compile.
      4f8ced83
    • Jeremy Hylton's avatar
      Add a useful docstring to enumerate. · ae39e7d1
      Jeremy Hylton authored
      ae39e7d1
    • Andrew MacIntyre's avatar
      Makefile & config.c: · a18224c1
      Andrew MacIntyre authored
      - restructure build for modules now in Python DLL
      
      README.os2emx
      - clean out old cruft no longer appropriate now that EMX port builds
        from CVS
      - reflect move of modules into core DLL
      - add section on building from source
      a18224c1
    • Andrew MacIntyre's avatar
      Makefile: · 3de35806
      Andrew MacIntyre authored
      - add _csv module to the build list
      - various cleanups
      
      config.c:
      - various cleanups
      
      pyconfig.h:
      - various cleanups
      3de35806