1. 13 Nis, 2015 1 kayıt (commit)
  2. 24 Ock, 2010 1 kayıt (commit)
  3. 16 May, 2009 1 kayıt (commit)
  4. 26 Agu, 2008 2 kayıt (commit)
    • Antoine Pitrou's avatar
      Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to · 0668c626
      Antoine Pitrou yazdı
      match Python 2.5 speed despite the __instancecheck__ / __subclasscheck__
      mechanism. In the process, fix a bug where isinstance() and issubclass(),
      when given a tuple of classes as second argument, were looking up
      __instancecheck__ / __subclasscheck__ on the tuple rather than on each
      type object.
      
      Reviewed by Benjamin Peterson and Raymond Hettinger.
      0668c626
    • Antoine Pitrou's avatar
      Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to · ec569b79
      Antoine Pitrou yazdı
      match Python 2.5 speed despite the __instancecheck__ / __subclasscheck__
      mechanism. In the process, fix a bug where isinstance() and issubclass(),
      when given a tuple of classes as second argument, were looking up
      __instancecheck__ / __subclasscheck__ on the tuple rather than on each
      type object.
      
      Reviewed by Benjamin Peterson and Raymond Hettinger.
      ec569b79
  5. 20 May, 2008 1 kayıt (commit)
  6. 25 Kas, 2007 1 kayıt (commit)
  7. 10 Eyl, 2007 1 kayıt (commit)
  8. 25 May, 2007 1 kayıt (commit)