1. 03 Dec, 2015 1 commit
    • Martin Panter's avatar
      Issue #14285: Do not catch __init__.py exceptions in runpy · 657257ed
      Martin Panter authored
      Initialize package before calling find_spec() for __main__, so that we do not
      incorrectly handle exceptions from __init__.py. When runpy is used from the
      Python CLI, use an internal exception rather than ImportError, to avoid
      catching unexpected exceptions.
      
      Also remove exception message rewriting in _run_module_as_main(), because it
      seems to be redundant with the _get_main_module_details() function.
      657257ed
  2. 02 Dec, 2015 5 commits
  3. 01 Dec, 2015 5 commits
  4. 30 Nov, 2015 6 commits
  5. 29 Nov, 2015 2 commits
  6. 26 Nov, 2015 7 commits
  7. 25 Nov, 2015 12 commits
  8. 24 Nov, 2015 2 commits