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
/
policy.cc
Age
Commit message (
Expand
)
Author
2026-03-02
Copyright changes
Julian Andres Klode
2020-02-20
policy: If no candidate version could be found, return None
Julian Andres Klode
2020-02-19
policy: Add set_priority(PackageFile, int)
Julian Andres Klode
2019-06-24
Remove Policy.get_match() method
Julian Andres Klode
2019-06-24
Remove apt_pkg.Policy(: Package) variant
Julian Andres Klode
2019-02-01
Add a init_defaults() method to apt_pkg.Policy
Julian Andres Klode
2018-08-04
Accept Version objects in apt_pkg.Policy.get_priority(), deprecate Package
Julian Andres Klode
2015-08-11
Support APT_PKG_MAJOR >= 5
Julian Andres Klode
2013-10-23
python/policy.cc: (scan-build): Fix a dead assignment
Julian Andres Klode
2013-10-08
apt_pkg: Support paths supplied as bytes objects (See: #680971)
Julian Andres Klode
2012-01-30
REFACTOR: python/policy.cc update error to include PackageFile() too
Michael Vogt
2012-01-30
GREEN: policy should suppors PkgVerFile now
Michael Vogt
2011-04-12
apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)
Julian Andres Klode
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-01-27
Merge the CppOwnedPyObject C++ class into CppPyObject.
Julian Andres Klode
2010-01-15
python/indexrecords.cc,python/policy.cc: Rename functions.
Julian Andres Klode
2009-07-13
python: Rename all PyTypeObject's to conform to PEP 7.
Julian Andres Klode
2009-07-12
python/policy.cc: Disable Policy.read_pindir() on apt < 0.7.22.
Julian Andres Klode
2009-07-07
python/policy.cc: Add Policy_ReadPinDir() [APT 0.7.22]
Julian Andres Klode
2009-06-25
python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().
Julian Andres Klode
2009-06-25
python/policy.cc: Use strcmp() for comparing strings.
Julian Andres Klode
2009-06-21
python: Make all CppOwnedPyObjects and similar support garbage collection.
Julian Andres Klode
2009-06-12
Bugfix: Delete pointers correctly, fixing memory leaks. (LP: #370149)
Julian Andres Klode
2009-06-09
Add apt_pkg.Policy class (Closes: #382725)
Julian Andres Klode