1. 29 Sep, 1998 6 commits
  2. 28 Sep, 1998 21 commits
  3. 25 Sep, 1998 5 commits
  4. 24 Sep, 1998 2 commits
  5. 23 Sep, 1998 2 commits
  6. 22 Sep, 1998 3 commits
    • Guido van Rossum's avatar
      Reworked it quite a bit. There are now two classes: a base class, · 248f4061
      Guido van Rossum authored
      InteractiveInterpreter, which handles parsing and interpreter state
      but doesn't know deal with buffering or prompting or input file
      naming.  And a derived class, InteractiveConsole, which adds buffering
      and prompting and supports setting the filename once.  Also tweak the
      algorithm in compile_command() a bit so that input consisting of all
      blank lines or comments always succeeds immediately, and note the fact
      that apart from SyntaxError it can also raise OverflowError.
      248f4061
    • Barry Warsaw's avatar
      (py-block-comment-prefix): Remove trailing space. Also explain that · fa4b520d
      Barry Warsaw authored
      this string should not end with whitespace.
      
      (py-compute-indentation): Append whitespace regexp to
      py-block-comment-prefix so that any combination of intervening
      whitespace will be recognized.
      fa4b520d
    • Guido van Rossum's avatar
      Do the check for lacking sys.stdin.fileno() *before* testing for · 72326c8c
      Guido van Rossum authored
      Windows.  If sys.stdin doesn't appear to be a real file (characterized
      by having a working fileno()), don't use any console specific methods
      -- go straight to the default.
      72326c8c
  7. 21 Sep, 1998 1 commit