summaryrefslogtreecommitdiff
path: root/dedup/compression.py
AgeCommit message (Expand)Author
2023-05-09add type annotations to most of the codeHEADmasterHelmut Grohne
2021-12-30DecompressedStream: improve performanceHelmut Grohne
2021-12-29DecompressedStream: fix endless loopHelmut Grohne
2021-12-29DecompressedStream: avoid mixing types for variable dataHelmut Grohne
2021-12-29DecompressedStream: eliminate redundant closed fieldHelmut Grohne
2020-02-16drop support for Python 2.xHelmut Grohne
2016-06-09DecompressedStream: fix decompression without flushHelmut Grohne
2016-05-22DecompressedStream: implement readlineHelmut Grohne
2016-05-01push more functionality into DebExtractorHelmut Grohne
2016-04-28decouple a function decompress out of decompress_tarHelmut Grohne
2016-04-28extend functionality of DecompressedStreamHelmut Grohne
2015-04-16element access on bytes yields int in py3kHelmut Grohne
2015-04-16zlib.crc32 behaves inconsistently on py2 vs py3Helmut Grohne
2015-04-16distinguish bytes from unicode for py3kHelmut Grohne
2014-02-19GzipDecompressor: don't treat checksum as garbage trailerHelmut Grohne
2013-02-21move compression functions to module dedup.compressionHelmut Grohne