Skip to content

Tags: bauman/python-idzip

Tags

0.3.10

Toggle 0.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updates (#24)

* updates and testing on newer python versions

---------

Co-authored-by: Dan Bauman <b@uman.dev>

0.3.9

Toggle 0.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Seek end behavior (#21) (#22)


* IdzipReader: support seeking from SEEK_END.


* fix EOF calculation when reading



---------

Co-authored-by: Benjamin Moody <benjaminmoody@gmail.com>

0.3.8

Toggle 0.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

0.3.6

Toggle 0.3.6's commit message
include flush()

from DavidNemeskey:master

0.3.3

Toggle 0.3.3's commit message
includes large sync support

0.3.2

Toggle 0.3.2's commit message
include pr6

0.3.1

Toggle 0.3.1's commit message
fix dl path

0.3

Toggle 0.3's commit message
gzip dropin