summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.cc
AgeCommit message (Expand)AuthorFilesLines
2010-04-21python: Commit documentation changes suggested by debian-l10n-english.Julian Andres Klode1-25/+27
2010-04-01python: Document every class, function, property.Julian Andres Klode1-43/+123
2010-04-01python: Return bool instead of int to Python where possible, looks better.Julian Andres Klode1-2/+2
2010-03-10python/apt_pkgmodule.cc: Fix apt_pkg.CompType to use CompTypeOld.Julian Andres Klode1-7/+13
2010-03-10* python/apt_pkgmodule.cc:Julian Andres Klode1-0/+30
2010-02-02Remove inline functions from the C++ API, export them instead (part 2).Julian Andres Klode1-3/+33
2010-01-27Remove inline functions from the C++ API, export them instead (part 1)Julian Andres Klode1-2/+33
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode1-2/+2
2010-01-23python: Export a PyAcquire_FromCpp which sets up a correct PyAcquireObject.Julian Andres Klode1-0/+1
2010-01-20Rename apt_pkg.PackageIndexFile to apt_pkg.IndexFile.Julian Andres Klode1-2/+2
2010-01-15python/apt_pkgmodule.cc: Rename remaining Acquire.result_* to Acquire.RESULT_*.Julian Andres Klode1-2/+2
2010-01-15Make all class-level constants have uppercase names.Julian Andres Klode1-9/+9
2010-01-15Merge 0.7.13.5 pre.Julian Andres Klode1-0/+20
2010-01-13* python/cache.cc:Michael Vogt1-0/+2
2009-07-31python: Remove the progress classes in apt_pkg.Julian Andres Klode1-3/+0
2009-07-31python/configuration.cc, apt_pkgmodule.cc: Fix Configuration segfaults.Julian Andres Klode1-1/+1
2009-07-24python/apt_pkgmodule.cc: Move all constants here.Julian Andres Klode1-1/+34
2009-07-22python: First step of fixing acquire stuff.Julian Andres Klode1-0/+32
2009-07-21python/python-apt.h: Export PyAcquireWorker and fix some problems.Julian Andres Klode1-0/+1
2009-07-21python/lock.cc: Implement apt_pkg.FileLock().Julian Andres Klode1-0/+1
2009-07-20python/lock.cc: Introduce apt_pkg.SystemLock context manager.Julian Andres Klode1-0/+1
2009-07-19python/apt_pkgmodule.cc: Fix apt_pkg.gettext to not ignore second parameter.Julian Andres Klode1-2/+1
2009-07-19python/cdromprogress.cc: Add apt_pkg.CdromProgress.Julian Andres Klode1-0/+1
2009-07-17python/apt_pkgmodule.cc: Introduce apt_pkg.gettext().Julian Andres Klode1-0/+25
2009-07-16python/acquire.cc: Introduce PyAcquireWorker_Type, make PyAcquireItemDesc_Typ...Julian Andres Klode1-6/+7
2009-07-15python/acquire.cc: Add AcquireItemDesc.Julian Andres Klode1-0/+2
2009-07-15Introduce new progress (base) classes in apt_pkg:Julian Andres Klode1-0/+2
2009-07-15python/python-apt.h: Introduce the C++ APIJulian Andres Klode1-0/+38
2009-07-14python/configuration.cc: Unify all Configuration,ConfigurationPtr,Configurati...Julian Andres Klode1-5/+4
2009-07-13python/apt_pkgmodule.cc: Remove all dependendy type constants, and cleanup.Julian Andres Klode1-87/+41
2009-07-13python/apt_pkgmodule.cc: Fix build on Python 2.4Julian Andres Klode1-1/+1
2009-07-13python/apt_pkgmodule.cc: Add function name to ParseDepends and friends.Julian Andres Klode1-6/+7
2009-07-13python/apt_pkgmodule.cc, python/apt_instmodule.cc: Remove useless state.Julian Andres Klode1-22/+7
2009-07-13python/apt_pkgmodule.cc: ParseDepends_old only needed in COMPAT_0_7.Julian Andres Klode1-0/+2
2009-07-13python: Rename all PyTypeObject's to conform to PEP 7.Julian Andres Klode1-31/+31
2009-07-12python/hashes.cc: Introduce the Hashes class.Julian Andres Klode1-0/+1
2009-07-08python/apt_pkgmodule.cc: Unify dep handling -- part 1: parse_depends()Julian Andres Klode1-5/+14
2009-06-21python/apt_pkgmodule.cc: Delete apt_pkg.Version constant [API break]Julian Andres Klode1-1/+1
2009-06-21python: Add DeprecationWarning to functions which were replaced by classes.Julian Andres Klode1-0/+2
2009-06-09python/apt_pkgmodule.cc: Fix the modulename.Julian Andres Klode1-1/+1
2009-06-09Add apt_pkg.Policy class (Closes: #382725)Julian Andres Klode1-0/+1
2009-06-09python/cache.cc: Fix segfaults using the new allocation methods.Julian Andres Klode1-2/+3
2009-06-08Add apt_pkg.HashString and apt_pkg.IndexRecords (Closes: #456141)Julian Andres Klode1-0/+2
2009-06-05python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7.Julian Andres Klode1-0/+2
2009-06-05python/apt_pkgmodule.cc: Fix refcount problem.Julian Andres Klode1-1/+3
2009-06-05Introduce the rename rules formally, and add some exceptions.Julian Andres Klode1-8/+8
2009-06-04python/apt_pkgmodule.cc: Make sure all types are ready.Julian Andres Klode1-18/+1
2009-06-04python/: Unify naming conventions for all new names.Julian Andres Klode1-18/+18
2009-06-03python/apt_pkgmodule.cc: Rename STATE_* constants.Julian Andres Klode1-15/+15
2009-06-03python/: Convert most names to PEP8 naming conventions (except Version,Packag...Julian Andres Klode1-3/+91