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

Implement a low-level interface for loaders to implement instead of TraversableResources #183

Merged
merged 16 commits into from
Jan 19, 2021

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    23820d3 View commit details
    Browse the repository at this point in the history
  2. Fix syntax

    jaraco committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    0355a88 View commit details
    Browse the repository at this point in the history
  3. Convert to an ABC

    jaraco committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    93b1c6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d86bc3 View commit details
    Browse the repository at this point in the history
  5. Make read_bytes and read_text and __truediv__ concrete implementation…

    …s based on other abstract methods.
    jaraco committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    0de43b9 View commit details
    Browse the repository at this point in the history
  6. Fix typing syntax

    jaraco committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    72feafe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7ee6fb View commit details
    Browse the repository at this point in the history
  8. Update wording on SimpleReader.child_readers. Rename 'child_readers' …

    …to simply 'children'.
    jaraco committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    3529732 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27e9d7c View commit details
    Browse the repository at this point in the history
  10. Add docstrings and type annotations. Fix references to parent and rea…

    …der between ResourceHandle and ResourceContainer.
    jaraco committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    04b0201 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. ⚫ Fade to black.

    jaraco committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    4f48649 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f60d050 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    410b81f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbd44f0 View commit details
    Browse the repository at this point in the history
  5. Update changelog.

    jaraco committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    4466991 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ae3780 View commit details
    Browse the repository at this point in the history