summaryrefslogtreecommitdiff
path: root/python/cache.cc
AgeCommit message (Expand)Author
2024-07-03Document that version_list is in descending orderJulian Andres Klode
2024-02-21Expose the phased updates APIs in apt 2.7.11Ravi Kant Sharma
2019-09-26Fix segmentation fault for apt_pkg.Cache.policyJulian Andres Klode
2019-06-24Remove unneccessary sptr includesJulian Andres Klode
2019-06-24Remove Package.section attributesJulian Andres Klode
2015-12-05Drop binding for SmartTargetPkg()Julian Andres Klode
2015-11-29Use CppPyPath for returning (hopefully) all pathsJulian Andres Klode
2015-11-29Use CppPyString instead of PyString_FromString everywhereJulian Andres Klode
2015-11-29Make Safe_FromString an overloaded version of CppPyStringJulian Andres Klode
2015-11-03Build with cleaner headersJulian Andres Klode
2015-08-13Convert from SPtr and SPtrArray to unique_ptr and arrayJulian Andres Klode
2015-07-04apt_pkg.Dependency.all_targets: Fix the documentationMichael Schaller
2015-07-01Add dependency comparison (aka. relation) type in Debian notationMichael Schaller
2015-06-10apt_pkg.Package: Drop the unset 'auto' attributeJulian Andres Klode
2015-06-10python/cache.cc: Handle deprecation of pkgCache::PkgIterator::Section()Julian Andres Klode
2014-01-06Unify list of comparison type values everywhereJulian Andres Klode
2013-10-23python/cache.cc: Remove a check for an unsigned long value < 0Julian Andres Klode
2013-10-23python/*.cc: Get rid of the easy-to-replace deprecated APT functionsJulian Andres Klode
2013-10-21python/cache.cc: Set NoDelete=true when creating Policy, fixes segfault in de...Julian Andres Klode
2013-09-11Remove old API compatibility C++ support codeJulian Andres Klode
2013-08-05coverity fixesMichael Vogt
2012-10-17merged debian-sid branchMichael Vogt
2012-10-01python/cache.cc: PkgCacheGetIsMultiArch(): Return calculatedJames Hunt
2012-08-14* python/cache.cc:Michael Vogt
2012-04-17merged lp:~aptdaemon-developers/python-apt/fix-cannot-locate-file with a slig...Michael Vogt
2012-04-17* python/cache.cc:Michael Vogt
2012-01-30RED: policy should support verfileMichael Vogt
2011-04-21apt_pkg: Add apt_pkg.Version.multi_arch and friendsJulian Andres Klode
2011-04-12apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)Julian Andres Klode
2011-04-05Introduce apt_pkg.Cache.groups and apt_pkg.Cache.group_countJulian Andres Klode
2011-04-05Support (name, arch) tuples in apt_pkg.Cache mappings, wrappingJulian Andres Klode
2011-04-05Change apt_pkg.Cache() so that passing None for 'progress' results inJulian Andres Klode
2011-04-05Add an 'is_multi_arch' attribute to apt_pkg.Cache Julian Andres Klode
2011-04-04* python/cache.cc:Julian Andres Klode
2010-08-31python/cache.cc: revert docstring changeMichael Vogt
2010-08-27python/cache.cc: improve documentationMichael Vogt
2010-08-27python/cache.cc: doc update for provides_listMichael Vogt
2010-04-21python: Commit documentation changes suggested by debian-l10n-english.Julian Andres Klode
2010-04-21python/cache.cc: Add Package.has_provides to see which packages are provided ...Julian Andres Klode
2010-04-21Add rich compare methods to the Version object.Julian Andres Klode
2010-04-21Add Package.has_versions to see which packages have at least one version.Julian Andres Klode
2010-04-01python: Document every class, function, property.Julian Andres Klode
2010-04-01python: Return bool instead of int to Python where possible, looks better.Julian Andres Klode
2010-04-01Fix PackageFile.not_automatic to use NotAutomatic instead of NotSource.Julian Andres Klode
2010-03-31* python/cache.cc:Julian Andres Klode
2010-02-27* python:Julian Andres Klode
2010-02-27* python/cache.cc:Julian Andres Klode
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode
2010-01-15Merge 0.7.13.5 pre.Julian Andres Klode
2010-01-13* python/cache.cc:Michael Vogt