1. 14 Aug, 1999 5 commits
  2. 13 Aug, 1999 2 commits
  3. 11 Aug, 1999 4 commits
  4. 10 Aug, 1999 3 commits
  5. 09 Aug, 1999 2 commits
  6. 07 Aug, 1999 1 commit
  7. 05 Aug, 1999 3 commits
  8. 04 Aug, 1999 4 commits
  9. 03 Aug, 1999 5 commits
  10. 02 Aug, 1999 10 commits
  11. 30 Jul, 1999 1 commit
    • Guido van Rossum's avatar
      Mark Hammond writes: · a74c5566
      Guido van Rossum authored
      """
      If the filename being complained about contains a space, enclose the
      file-name in quotes.
      
      The reason is simply that when I try and parse tabnanny's output, filenames
      with spaces make it very difficult to determine where the filename stops
      and the linenumber begins!
      """
      
      Tim approves.
      
      I slightly changed the patch (use 'in' instead of string.find()) and
      arbitrarily bumped the __version__ variable up to 6.
      a74c5566