1. 27 Eyl, 2013 12 kayıt (commit)
  2. 26 Eyl, 2013 4 kayıt (commit)
  3. 25 Eyl, 2013 2 kayıt (commit)
    • Ethan Furman's avatar
      Close #19030: improvements to inspect and Enum. · e03ea37a
      Ethan Furman yazdı
      inspect.getmembers and inspect.classify_class_attrs now search the metaclass
      mro for types.DynamicClassAttributes (what use to be called
      enum._RouteClassAttributeToGetattr); in part this means that these two
      functions no longer rely solely on dir().
      
      Besides now returning more accurate information, these improvements also
      allow a more helpful help() on Enum classes.
      e03ea37a
    • Georg Brandl's avatar
      Fix minor typo. · 7cba5fd2
      Georg Brandl yazdı
      7cba5fd2
  4. 23 Eyl, 2013 4 kayıt (commit)
  5. 22 Eyl, 2013 12 kayıt (commit)
  6. 21 Eyl, 2013 5 kayıt (commit)
  7. 20 Eyl, 2013 1 kayıt (commit)