1. 28 Eyl, 1998 8 kayıt (commit)
  2. 25 Eyl, 1998 5 kayıt (commit)
  3. 24 Eyl, 1998 2 kayıt (commit)
  4. 23 Eyl, 1998 2 kayıt (commit)
  5. 22 Eyl, 1998 3 kayıt (commit)
    • Guido van Rossum's avatar
      Reworked it quite a bit. There are now two classes: a base class, · 5227f0fd
      Guido van Rossum yazdı
      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.
      5227f0fd
    • Barry Warsaw's avatar
      (py-block-comment-prefix): Remove trailing space. Also explain that · 218eb75b
      Barry Warsaw yazdı
      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.
      218eb75b
    • Guido van Rossum's avatar
      Do the check for lacking sys.stdin.fileno() *before* testing for · 0238a25b
      Guido van Rossum yazdı
      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.
      0238a25b
  6. 21 Eyl, 1998 10 kayıt (commit)
  7. 18 Eyl, 1998 2 kayıt (commit)
  8. 17 Eyl, 1998 8 kayıt (commit)