1. 13 Dec, 2002 19 commits
  2. 12 Dec, 2002 19 commits
  3. 11 Dec, 2002 2 commits
    • Jeremy Hylton's avatar
      Correct buggy module docstring. · bca67e8f
      Jeremy Hylton authored
      Replace use of homebrew boolean with True/False.
      
      Reflow lots more long lines.
      bca67e8f
    • Jeremy Hylton's avatar
      Fix one bug and reformat lots of code. · b2164c67
      Jeremy Hylton authored
      The bug is a reference to co_first_lineno that should be
      co_firstlineno.  The only other substantial change is to speed up
      localtrace_count() by avoiding *costly* calls to inspect module.
      It's trivial to get the filename and lineno directly from the frame.
      
      Otherwise, delete commented out debug code and reflow very long lines.
      b2164c67