1. 03 Eyl, 1997 1 kayıt (commit)
    • Guido van Rossum's avatar
      Fix the bug Jeremy was experiencing: both the close() and the · 15a40394
      Guido van Rossum yazdı
      dealloc() functions contained code to free/DECREF the buffer
      (there were differences between I and O objects but the logic bug was
      the same).  Fixed this be setting the buffer pointer to NULL and
      testing for that.  (This also makes it safe to call close() more than
      once.)
      
      XXX Worry: what if you try to read() or write() once the thing is
      closed?
      15a40394
  2. 01 Eyl, 1997 5 kayıt (commit)
  3. 30 Agu, 1997 4 kayıt (commit)
  4. 29 Agu, 1997 20 kayıt (commit)
  5. 28 Agu, 1997 8 kayıt (commit)
  6. 27 Agu, 1997 2 kayıt (commit)