1. 23 Apr, 2003 18 commits
  2. 22 Apr, 2003 19 commits
  3. 21 Apr, 2003 3 commits
    • Jeremy Hylton's avatar
    • Jeremy Hylton's avatar
      Holistic refactoring. · 38732e10
      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.
      38732e10
    • Jeremy Hylton's avatar
      Add a useful docstring to enumerate. · fbbe3478
      Jeremy Hylton authored
      fbbe3478