WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: allanlei/python-zipstream

v1.1.4

06 May 13:05

Choose a tag to compare

  • Fix: Files greater than ZIP64_LIMIT were not handled correctly (#16, #15)

v1.1.3

29 Sep 12:54

Choose a tag to compare

  • Fix: writestr() did not write to zip iterator. #7

v1.1.2

29 Sep 12:52

Choose a tag to compare

  • Fix: Make PointerIO non-seekable by removing PointerIO.seek(). #9

v1.1.1

29 Sep 10:22

Choose a tag to compare

  • Removed tests from package

1.1.0

10 May 05:28

Choose a tag to compare

  • Added write_iter() for writing iterables (Thanks @sebdiem)
  • Fixed various sections in the docs

1.0.4

10 May 05:28

Choose a tag to compare

Merge branch 'release-1.0.4'

1.0.3

10 May 05:27

Choose a tag to compare

Merge branch 'release-1.0.3'

1.0.2

10 May 05:27

Choose a tag to compare

changes