1. 22 Aug, 2004 4 commits
    • Jim Fulton's avatar
      Bugs fixed: · e3691936
      Jim Fulton authored
        - Test filenames sometimes had trailing .pyc or .pyo sufixes
          (when module __file__ did).
      
        - Trailing spaces spaces in expected output were dropped.
      
      New default failure format:
      
        - Separation of examples from file info makes examples easier to see
      
        - More vertical separation, improving readability
      
        - Emacs-recognized file info (also closer to Python exception format)
      e3691936
    • Martin v. Löwis's avatar
      Move msi from sandbox to Tools. · 033226db
      Martin v. Löwis authored
      033226db
    • Kurt B. Kaiser's avatar
      1. If user passes a non-existant filename on the commandline, just open · fd9fab74
      Kurt B. Kaiser authored
         a new file, don't raise a dialog.  IDLEfork 954928.
      2. Refactor EditorWindow.wakeup() to WindowList.ListedToplevel.wakeup() and
         clarify that the Toplevel of an EditorWindow is a WindowList.ListedToplevel.
      3. Make a number of improvements to keyboard focus binding.  Improve window
         raising, especially in the debugger.  IDLEfork Bug 763524 (GvR list).
      4. Bump idlever to 1.1a3
      
      M Debugger.py
      M EditorWindow.py
      M FileList.py
      M NEWS.txt
      M PyShell.py
      M WindowList.py
      M idlever.py
      fd9fab74
    • Tim Peters's avatar
      _ellipsis_match(): Removed special-casing of "...\n". The semantics · cdcf1655
      Tim Peters authored
      are non-obvious either way because the newline character "is invisible",
      but it's still there all the same, and it's easier to explain/predict
      if that reality is left alone.
      cdcf1655
  2. 21 Aug, 2004 4 commits
  3. 20 Aug, 2004 13 commits
  4. 19 Aug, 2004 15 commits
  5. 18 Aug, 2004 4 commits