1. 13 Mar, 2000 1 commit
    • Guido van Rossum's avatar
      Tim Peters writes: · 7f1cd296
      Guido van Rossum authored
      Fix bad auto-indent I recently introduced when replacing the regexp that
      could cause re to blow up:
      
          if or_any_other_block_opener:
              # one indenting comment line
                  ^ cursor ended up at the caret (the bug)
              ^ but belongs here (the post-patch behavior)
      7f1cd296
  2. 11 Mar, 2000 1 commit
  3. 10 Mar, 2000 38 commits