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 open(), read() and write() functions #34

Merged
merged 4 commits into from
Jun 15, 2014
Merged

Add open(), read() and write() functions #34

merged 4 commits into from
Jun 15, 2014

Commits on May 29, 2014

  1. Add open(), read() and write() functions

    This is the combination of a few commits from #18, plus a few more
    things.
    See also #14.
    mgeier committed May 29, 2014
    Configuration menu
    Copy the full SHA
    0ca0eb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2014

  1. Repeat function arguments in module-level functions

    ... instead of using *args and **kwargs.
    mgeier committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    1aec4c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2014

  1. Move documentation from read() function to read() method

    Re-use constructor docstring for open()
    mgeier committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    5ccfdb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2014

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