1. 23 Aug, 2013 1 commit
    • Brett Cannon's avatar
      Emphasize that people should not override __import__. · c0e7757a
      Brett Cannon authored
      With importlib getting used more and more, changing __import__ will
      not work as well as people used to hope as it will potentially bypass
      importers, etc. It also will not work with importlib.import_module()
      as it uses "importlib.__import__" (i.e. importlib's implementation of
      import) directly and not builtins.__import__.
      c0e7757a
  2. 22 Aug, 2013 6 commits
  3. 21 Aug, 2013 4 commits
  4. 20 Aug, 2013 2 commits
  5. 19 Aug, 2013 6 commits
  6. 18 Aug, 2013 4 commits
  7. 17 Aug, 2013 6 commits
  8. 16 Aug, 2013 9 commits
  9. 15 Aug, 2013 2 commits