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

Add AssertImportHook.is_package() method #136

Closed
wants to merge 10 commits into from
Closed

Commits on Jul 10, 2012

  1. Add AssertImportHook.is_package() method

    Implementing .is_package() is optional according to PEP 302,
    but it makes several Python codes that assume import hook has
    this method (e.g. Flask) to work well with Attest.
    dahlia committed Jul 10, 2012
    Configuration menu
    Copy the full SHA
    f68ed2c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2012

  1. Configuration menu
    Copy the full SHA
    60d54af View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2012

  1. Configuration menu
    Copy the full SHA
    0d0e1b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eea0535 View commit details
    Browse the repository at this point in the history
  3. Properly implement AssertImportHook.get_source()

    Now get_source() method returns only a source string,
    and load_module() uses get_filename() instead.
    dahlia committed Jul 13, 2012
    Configuration menu
    Copy the full SHA
    e34a28c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc0a749 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0472dc4 View commit details
    Browse the repository at this point in the history
  6. Raise, not return

    dahlia committed Jul 13, 2012
    Configuration menu
    Copy the full SHA
    a84e7ec View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2012

  1. Configuration menu
    Copy the full SHA
    0832fe8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2012

  1. Configuration menu
    Copy the full SHA
    d41b861 View commit details
    Browse the repository at this point in the history