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

Support reading from BytesIO #125

Merged
merged 15 commits into from
Sep 3, 2022
Merged

Commits on Aug 27, 2022

  1. Configuration menu
    Copy the full SHA
    15ceb59 View commit details
    Browse the repository at this point in the history
  2. Remove Python 2 logic in tests

    No longer necessary since Python 2 support has been dropped
    addisonElliott committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    d79276f View commit details
    Browse the repository at this point in the history
  3. Add typing

    addisonElliott committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    1b90a67 View commit details
    Browse the repository at this point in the history
  4. Formatting fixes

    addisonElliott committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    488d153 View commit details
    Browse the repository at this point in the history
  5. Fix empty blank line

    addisonElliott committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    b6ed6df View commit details
    Browse the repository at this point in the history
  6. Remove write_and_read_back function

    It was only used in a few instances and it didn't save that many lines of code.
    addisonElliott committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    74ff04f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f91c6e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ad3daa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a43efff View commit details
    Browse the repository at this point in the history
  10. Fix issue

    addisonElliott committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    9c21eca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d02ac5d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4bb4a23 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f66f286 View commit details
    Browse the repository at this point in the history
  14. Fix tests after merge

    addisonElliott committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    82a267b View commit details
    Browse the repository at this point in the history
  15. fix issue

    addisonElliott committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    74934ce View commit details
    Browse the repository at this point in the history