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 options for several IO operation #362

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

add options for several IO operation #362

wants to merge 11 commits into from

Commits on Dec 6, 2019

  1. add options to readbytes

    tzing committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    1f66f2c View commit details
    Browse the repository at this point in the history
  2. add options to readtext

    tzing committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    415865f View commit details
    Browse the repository at this point in the history
  3. move options from make_stream to openbin

    it seems no extra parameters are required for `iotools.make_stream`, and
    the description for `options` is 'arguments for the filesystem'. so I
    guess it was misplaced.
    tzing committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    4df25de View commit details
    Browse the repository at this point in the history
  4. update changelog

    tzing committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    7c041d0 View commit details
    Browse the repository at this point in the history
  5. add back line buffering

    tzing committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    937a2b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. fix syntaxerror

    the syntax error is cause by the trailing comma in func def, which is
    added by black.
    
    pyproject.toml is added for black to announce the target python version
    related: psf/black#419
    tzing committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    607bd2b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. add docstring

    tzing committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    bda6a22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f1de1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a493207 View commit details
    Browse the repository at this point in the history
  4. update changelog

    tzing committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    a45f905 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f022c32 View commit details
    Browse the repository at this point in the history