1. 17 Haz, 1999 7 kayıt (commit)
  2. 16 Haz, 1999 3 kayıt (commit)
    • Guido van Rossum's avatar
      Patch by Jim Fulton (code style tweaked a bit) to support · 668213d3
      Guido van Rossum yazdı
      ExtensionClasses in isinstance() and issubclass().
      
        - abstract instance and class protocols are used *only* in those
          cases that would generate errors before the patch.  That is, there's
          no penalty for the normal case.
      
        - instance protocol: an object smells like an instance if it
          has a __class__ attribute that smells like a class.
      
        - class protocol: an object smells like a class if it has a
          __bases__ attribute that is a tuple with elements that
          smell like classes (although not all elements may actually get
          sniffed ;).
      668213d3
    • Guido van Rossum's avatar
      Suppress warning print statements about modules not found, they are · 9f612f9c
      Guido van Rossum yazdı
      confusing to end users of IDEs.
      9f612f9c
    • Guido van Rossum's avatar
      Sjoerd Mullender: · 7bb11d68
      Guido van Rossum yazdı
      Added support for unseekable files.
      
      (I use unqualified excepts since we don't know why the seek/tell might
      fail.  In my case it was because of an AttributeError.)
      7bb11d68
  3. 15 Haz, 1999 8 kayıt (commit)
  4. 14 Haz, 1999 5 kayıt (commit)
  5. 11 Haz, 1999 9 kayıt (commit)
  6. 10 Haz, 1999 8 kayıt (commit)