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

MNT: Raise FileNotFoundError on non-existent path #137

Merged
merged 9 commits into from
Aug 29, 2023

Commits on Aug 29, 2023

  1. MNT: Raise FileNotFoundError instead of ValueError when file does not

    exist - this is for consistency with the GzipFile class
    pauldmccarthy committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c66994e View commit details
    Browse the repository at this point in the history
  2. MNT: Version

    pauldmccarthy committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    21518ba View commit details
    Browse the repository at this point in the history
  3. RF: Use custom sub-class to address the slight possibility that downs…

    …tream
    
    code assumes a ValueError is raised
    pauldmccarthy committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    047e426 View commit details
    Browse the repository at this point in the history
  4. DOC: Changelog

    pauldmccarthy committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1fe3655 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f492703 View commit details
    Browse the repository at this point in the history
  6. DOC: readme

    pauldmccarthy committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ace16c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3da4a96 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6744738 View commit details
    Browse the repository at this point in the history
  9. CI: New zlib

    pauldmccarthy committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    52f6794 View commit details
    Browse the repository at this point in the history