summaryrefslogtreecommitdiff
path: root/dedup/hashing.py
AgeCommit message (Expand)Author
2023-05-09add type annotations to most of the codeHEADmasterHelmut Grohne
2021-12-29DecompressedHash: also gain a name property for consistencyHelmut Grohne
2021-12-29don't return the first parameter from hash_fileHelmut Grohne
2020-02-16drop support for Python 2.xHelmut Grohne
2017-09-13fix HashBlacklistContent.copyHelmut Grohne
2016-04-16add a validate method to HashedStreamHelmut Grohne
2015-04-16there is no itertools.imap in py3kHelmut Grohne
2015-04-16distinguish bytes from unicode for py3kHelmut Grohne
2014-02-23spell check commentsHelmut Grohne
2014-02-19blacklist content rather than hashesHelmut Grohne
2014-02-19DecompressedHash should fail on trailing inputHelmut Grohne
2013-07-26verify package hashes when importing via httpHelmut Grohne
2013-02-21move hashing functions to module dedup.hashingHelmut Grohne