Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

WIP: implement stream in cwrap (Scheduled for 2.2) #1362

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

WIP: implement stream in cwrap (Scheduled for 2.2) #1362

wants to merge 5 commits into from

Commits on Apr 7, 2017

  1. implement stream in cwrap

    * readline and with statement
    * yield operator
    * bytes mode
    * assert_open_function
    * tests
    Pål Grønås Drange authored and Pål Grønås Drange committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    f3441ec View commit details
    Browse the repository at this point in the history
  2. Use Stream instead of file / CFILE

    Pål Grønås Drange authored and Pål Grønås Drange committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    f6f85c1 View commit details
    Browse the repository at this point in the history
  3. __exit__ must return False on errors

    Pål Grønås Drange authored and Pål Grønås Drange committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    af643d4 View commit details
    Browse the repository at this point in the history
  4. minor fixes from pylint

    Pål Grønås Drange authored and Pål Grønås Drange committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    ce35bad View commit details
    Browse the repository at this point in the history
  5. fixed statoil tests: gen_kw uses stream over cfile

    Pål Grønås Drange authored and Pål Grønås Drange committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    0870691 View commit details
    Browse the repository at this point in the history