1. 26 Sep, 2013 3 commits
  2. 25 Sep, 2013 2 commits
    • Ethan Furman's avatar
      Close #19030: improvements to inspect and Enum. · c621f591
      Ethan Furman authored
      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.
      c621f591
    • Georg Brandl's avatar
      Fix minor typo. · 49675d21
      Georg Brandl authored
      49675d21
  3. 23 Sep, 2013 4 commits
  4. 22 Sep, 2013 12 commits
  5. 21 Sep, 2013 5 commits
  6. 20 Sep, 2013 7 commits
  7. 19 Sep, 2013 2 commits
  8. 18 Sep, 2013 5 commits