index
:
python-apt
1.1.y-xenial
1.4.y
1.6.y
1.7.y
1.8.4.y
1.8.y
2.0.y
2.4.y
2.8.y
debian/experimental
debian/jessie
main
pu/deb822-sources
pu/type-fixes
ubuntu/artful
ubuntu/eoan
ubuntu/lunar
ubuntu/trusty
ubuntu/vivid
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
hashstring.cc
Age
Commit message (
Expand
)
Author
2026-03-02
Copyright changes
Julian Andres Klode
2019-12-11
SECURITY UPDATE: Check that we have trusted hashes when downloading (regressi...
Julian Andres Klode
2019-06-24
apt_pkg.Hashes: Make comparable, add hashvalue attribute, fix tests
Julian Andres Klode
2015-11-28
hashstring: Constify where possible
Julian Andres Klode
2010-02-02
Fix typo seperated => separated in multiple files (reported by lintian).
Julian Andres Klode
2010-01-27
Merge the CppOwnedPyObject C++ class into CppPyObject.
Julian Andres Klode
2009-07-24
python/hashstring.cc: Make hashtype a descriptor, adjust coding style.
Julian Andres Klode
2009-07-17
python: Use PyString_FromFormat instead of snprintf.
Julian Andres Klode
2009-07-15
python/python-apt.h: Introduce the C++ API
Julian Andres Klode
2009-07-15
python/hashstring.cc: Do not use const char*, but use char* with default to N...
Julian Andres Klode
2009-06-25
python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().
Julian Andres Klode
2009-06-12
Bugfix: Delete pointers correctly, fixing memory leaks. (LP: #370149)
Julian Andres Klode
2009-06-09
Allow types providing __new__() to be subclassed.
Julian Andres Klode
2009-06-08
Fix build failures with python2.4-dbg (const)
Julian Andres Klode
2009-06-08
Add apt_pkg.HashString and apt_pkg.IndexRecords (Closes: #456141)
Julian Andres Klode