summaryrefslogtreecommitdiff
path: root/python/hashes.cc
AgeCommit message (Collapse)AuthorFilesLines
2010-04-21python: Commit documentation changes suggested by debian-l10n-english.Julian Andres Klode1-3/+2
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode1-1/+1
2009-07-13python/hashes.cc: Adapt to style guidelines.Julian Andres Klode1-2/+2
2009-07-12python/hashes.cc: Introduce the Hashes class.Julian Andres Klode1-0/+136
The Hashes class is a function which calculates all supported hashes for one input. DebImg will use this for calculating the hashes of files.