1. 05 Mar, 2015 1 commit
    • Kevin Modzelewski's avatar
      Fix some importing mechanics that particularly affect import hooks · 2a035a20
      Kevin Modzelewski authored
      There are some times that the importing logic has to look up attributes
      on objects, and we were using Box::getattr() (equivalent to
      obj.__dict__[attr] ) instead of getattr() (equivalent to getattr()).
      This was working fine until we started trying to run the custom import hook
      in six.py, since that creates a subclass of ModuleType which defines
      some of the important attributes as class-level attributes.
      2a035a20
  2. 04 Mar, 2015 7 commits
  3. 03 Mar, 2015 16 commits
  4. 02 Mar, 2015 14 commits
  5. 01 Mar, 2015 1 commit
  6. 28 Feb, 2015 1 commit