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