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
/
acquire-item.cc
Age
Commit message (
Expand
)
Author
2026-03-02
Copyright changes
Julian Andres Klode
2022-11-30
AcquireFile: Handle large files
Julian Andres Klode
2019-12-11
AcquireFile: Accept HashStringList in hash parameter
Julian Andres Klode
2019-12-11
AcquireFile: Remove md5 parameter
Julian Andres Klode
2019-06-24
apt_pkg.Acquire: Explictly convert hash string to HashStringList
Julian Andres Klode
2016-07-08
Fix typo classes reported by lintian
Julian Andres Klode
2015-11-29
Use CppPyPath for returning (hopefully) all paths
Julian Andres Klode
2015-09-11
APT 1.1: Fix a typo in a member access.
Julian Andres Klode
2015-08-13
acquire-item.cc: Use APT_PKG_MAJOR >= 5 instead of APT_PKG_MAJOR > 5
Julian Andres Klode
2015-08-13
AcquireItem: Deprecate mode and introduce active_subprocess
Julian Andres Klode
2015-05-22
rename "md5" keyword argument in AcquireFile() to "hash" and add backward com...
Michael Vogt
2013-10-08
apt_pkg: Support paths supplied as bytes objects (See: #680971)
Julian Andres Klode
2013-09-11
Remove old API compatibility C++ support code
Julian Andres Klode
2011-04-12
apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)
Julian Andres Klode
2010-09-28
python/acquire-item.cc: strprintf() to have a working %llu
Michael Vogt
2010-09-24
* python/acquire-item.cc:
Michael Vogt
2010-09-24
merge fix from Steven Chamberlain <steven@pyro.eu.org> for
Michael Vogt
2010-04-21
python: Commit documentation changes suggested by debian-l10n-english.
Julian Andres Klode
2010-04-01
python: Document every class, function, property.
Julian Andres Klode
2010-03-01
* python/acquire-item.cc:
Julian Andres Klode
2010-02-27
* python:
Julian Andres Klode
2010-01-27
Merge the CppOwnedPyObject C++ class into CppPyObject.
Julian Andres Klode
2010-01-27
Drop the segfault prevention measures from the Acquire code, as they fail
Julian Andres Klode
2010-01-24
python/acquire-item.cc: Add GC support to AcquireItem.
Julian Andres Klode
2010-01-23
python/acquire-item.cc: Support items without an owner set.
Julian Andres Klode
2009-07-22
python: 2nd part of the acquire fixes (one PyObject per C++ object).
Julian Andres Klode
2009-07-22
python: First step of fixing acquire stuff.
Julian Andres Klode