summaryrefslogtreecommitdiff
path: root/python/python-apt.h
AgeCommit message (Expand)Author
2026-03-02Copyright changesJulian Andres Klode
2023-12-30python: expose APT::Progress::PackageManagerFancyMichael Vogt
2018-02-16python: add pkgsrcrecord.Files.{hashes,size,path,type} gettersMichael Vogt
2015-09-12Drop apt_pkg.IndexRecords, it has been dropped in experimentalJulian Andres Klode
2015-09-12Revert "Drop apt_pkg.IndexRecords, it has been dropped in experimental"Julian Andres Klode
2015-08-11Drop apt_pkg.IndexRecords, it has been dropped in experimentalJulian Andres Klode
2011-04-27apt_pkg: Add OrderList, wanted for mancoosi (Closes: #623485)Julian Andres Klode
2011-04-05Add apt_pkg.Group class, wrapping pkgCache::GrpIteratorJulian Andres Klode
2010-02-02python: Update PyAcquire_FromCpp to the new API rules (add Owner parameter).Julian Andres Klode
2010-02-02Remove inline functions from the C++ API, export them instead (part 2).Julian Andres Klode
2010-01-27Remove inline functions from the C++ API, export them instead (part 1)Julian Andres Klode
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode
2010-01-23python: Export a PyAcquire_FromCpp which sets up a correct PyAcquireObject.Julian Andres Klode
2010-01-20Rename apt_pkg.PackageIndexFile to apt_pkg.IndexFile.Julian Andres Klode
2009-07-24python/python-apt.h: Fix PyCdrom_FromCpp to use pkgCdrom, not pkgCdrom*.Julian Andres Klode
2009-07-22python: 2nd part of the acquire fixes (one PyObject per C++ object).Julian Andres Klode
2009-07-22python/python-apt.h: Don't use Py_TYPE(op), but op->op_type.Julian Andres Klode
2009-07-21python/python-apt.h: Export PyAcquireWorker and fix some problems.Julian Andres Klode
2009-07-16python/acquire.cc: Introduce PyAcquireWorker_Type, make PyAcquireItemDesc_Typ...Julian Andres Klode
2009-07-16python/python-apt: PyAcquireItem_Type, not PyAcquireItemType.Julian Andres Klode
2009-07-15python/acquire.cc: Add AcquireItemDesc.Julian Andres Klode
2009-07-15python/python-apt.h: Do not include apt-pkg/hashes.h.Julian Andres Klode
2009-07-15python/python-apt.h: Introduce the C++ APIJulian Andres Klode