History¶
v3.0.0¶
Drop support for Python 3.5 and earlier (including Python 2).
Adopt black for code style and other updates from jaraco/skeleton.
2.0¶
Switch to pkgutil namespace technique
for the jaraco
namespace.
1.2¶
Added jaraco.stream.Tee
from jaraco.util 11.
1.1.2¶
Refresh packaging.
1.1.1¶
#2: Fixed issue where gzip.load_streams
would get into
an infinite loop at the end of every stream.
1.1¶
Declared compatibility with Python 2.7 and gzip module now is also Python 2.7 compatible.
1.0¶
Initial release with gzip and buffer module.