index
:
~helmut/debian-dedup.git
binaryfilename
blobhash
conflicts
controldata
hashid
master
morehashes
multiarch
multiarchhints
sqlalchemy
ssdeep
zstd
Unnamed repository; edit this file 'description' to name the repository.
Helmut Grohne
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dedup
/
compression.py
Age
Commit message (
Expand
)
Author
2023-05-09
add type annotations to most of the code
HEAD
master
Helmut Grohne
2021-12-30
DecompressedStream: improve performance
Helmut Grohne
2021-12-29
DecompressedStream: fix endless loop
Helmut Grohne
2021-12-29
DecompressedStream: avoid mixing types for variable data
Helmut Grohne
2021-12-29
DecompressedStream: eliminate redundant closed field
Helmut Grohne
2020-02-16
drop support for Python 2.x
Helmut Grohne
2016-06-09
DecompressedStream: fix decompression without flush
Helmut Grohne
2016-05-22
DecompressedStream: implement readline
Helmut Grohne
2016-05-01
push more functionality into DebExtractor
Helmut Grohne
2016-04-28
decouple a function decompress out of decompress_tar
Helmut Grohne
2016-04-28
extend functionality of DecompressedStream
Helmut Grohne
2015-04-16
element access on bytes yields int in py3k
Helmut Grohne
2015-04-16
zlib.crc32 behaves inconsistently on py2 vs py3
Helmut Grohne
2015-04-16
distinguish bytes from unicode for py3k
Helmut Grohne
2014-02-19
GzipDecompressor: don't treat checksum as garbage trailer
Helmut Grohne
2013-02-21
move compression functions to module dedup.compression
Helmut Grohne