summaryrefslogtreecommitdiff
path: root/python/policy.cc
AgeCommit message (Expand)AuthorFilesLines
2011-05-26merge from debian, omit disable of the 0.7 APIMichael Vogt1-1/+1
2010-04-21python: Commit documentation changes suggested by debian-l10n-english.Julian Andres Klode1-3/+3
2010-04-01python: Document every class, function, property.Julian Andres Klode1-15/+18
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode1-7/+7
2010-01-15python/indexrecords.cc,python/policy.cc: Rename functions.Julian Andres Klode1-28/+28
2009-07-13python: Rename all PyTypeObject's to conform to PEP 7.Julian Andres Klode1-6/+6
2009-07-12python/policy.cc: Disable Policy.read_pindir() on apt < 0.7.22.Julian Andres Klode1-0/+4
2009-07-07python/policy.cc: Add Policy_ReadPinDir() [APT 0.7.22]Julian Andres Klode1-0/+14
2009-06-25python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().Julian Andres Klode1-4/+1
2009-06-25python/policy.cc: Use strcmp() for comparing strings.Julian Andres Klode1-3/+3
2009-06-21python: Make all CppOwnedPyObjects and similar support garbage collection.Julian Andres Klode1-4/+5
2009-06-12Bugfix: Delete pointers correctly, fixing memory leaks. (LP: #370149)Julian Andres Klode1-1/+1
2009-06-09Add apt_pkg.Policy class (Closes: #382725)Julian Andres Klode1-0/+189