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

Namespace packages (PEP 420) #5691

Merged
merged 14 commits into from
Oct 3, 2018
Merged

Commits on Sep 29, 2018

  1. Tentative solution for namespace packages

    Guido van Rossum committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    586fc5a View commit details
    Browse the repository at this point in the history
  2. Add tests for namespace packages

    Guido van Rossum committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    ecac1b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Add reveal_type() calls to tests

    Guido van Rossum committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    2da72cc View commit details
    Browse the repository at this point in the history
  2. Add test showing the first hit is used

    Guido van Rossum committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    9d8f94d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de9049c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into namespaces

    Guido van Rossum committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    201bf5f View commit details
    Browse the repository at this point in the history
  5. Correct typo in final test case

    Guido van Rossum committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    6ffd9b7 View commit details
    Browse the repository at this point in the history
  6. Proper fix for nesting of namespace and classic packages

    Guido van Rossum committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    e65795f View commit details
    Browse the repository at this point in the history
  7. Check that self.options isn't None

    Guido van Rossum committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    f1ac04a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Merge branch 'master' into namespaces

    Guido van Rossum committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    e36bdfe View commit details
    Browse the repository at this point in the history
  2. Different way of handling nested classic/namespace packages; restore …

    …original verify_module
    Guido van Rossum committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    c91c9c1 View commit details
    Browse the repository at this point in the history
  3. Update the comment, explaining the algorithm

    Guido van Rossum committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    46b85d4 View commit details
    Browse the repository at this point in the history
  4. fix lint

    Guido van Rossum committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    bde1b0f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Fix typo

    Guido van Rossum committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    644752a View commit details
    Browse the repository at this point in the history