You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seek end behavior (#21) (#22)
* IdzipReader: support seeking from SEEK_END.
* fix EOF calculation when reading
---------
Co-authored-by: Benjamin Moody <benjaminmoody@gmail.com>
File API Changes from contributors (#17)
* Fix bug in api.compress() - flush not called
* IdzipReader: seek() should return the new absolute position.
To be compatible with the standard Python file object API (io.IOBase),
the seek method should return the new absolute position as an integer.
* Update test.yaml
Modernize python versions
* 0.3.8
bump version
---------
Co-authored-by: Andrei Suiu <andrei.suiu@gmail.com>
Co-authored-by: Benjamin Moody <benjaminmoody@gmail.com>