Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-30436: Fix exception raised for invalid parent. #1899

Merged
merged 12 commits into from Jun 14, 2017
Merged

bpo-30436: Fix exception raised for invalid parent. #1899

merged 12 commits into from Jun 14, 2017

Commits on Jun 1, 2017

  1. bpo-30436: Fix exception raised for invalid parent.

    Changes `find_spec()` to raise `ModuleNotFoundError` instead of
    `AttributeError` when parent does not exist or is not a package.
    zvyn committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    965834e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0e8069 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Configuration menu
    Copy the full SHA
    1697a70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e7851 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. Add NEWS entry for bpo-30436.

    zvyn committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    c8438b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fb807e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0723016 View commit details
    Browse the repository at this point in the history
  4. Tweak exception message

    brettcannon committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    9f2844c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d9c57d View commit details
    Browse the repository at this point in the history
  6. Clarify exception message

    brettcannon committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    6819f9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24fb8e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6a75fb View commit details
    Browse the repository at this point in the history