summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.h
AgeCommit message (Collapse)AuthorFilesLines
2006-01-04* added support for pkgIndexFileMichael Vogt1-0/+4
2005-12-01* pkgAcqFile wrapper addedMichael Vogt1-0/+1
2005-11-18* basic pkgAcquire + pkgPackageManager support addedMichael Vogt1-0/+11
2005-06-20* added support for the pkgProblemResolver()Michael Vogt1-0/+4
2005-05-27* make better use of the cachefile in the depcache, avoid a stupid double ↵Michael Vogt1-0/+1
depcache building
2005-04-13* build-depends added to PkgSrcRecords, example for build-depends addedMichael Vogt1-0/+1
2005-04-11* cdrom interface addedMichael Vogt1-0/+4
2005-03-02* merged with matts tree, resolved lots of conflictsMichael Vogt1-4/+0
Patches applied: * apt@packages.debian.org/python-apt--main--0--base-0 tag of apt@arch.ubuntu.com/python-apt--MAIN--0--patch-44 * apt@packages.debian.org/python-apt--main--0--patch-1 Merge michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0 * apt@packages.debian.org/python-apt--main--0--patch-2 0.5.33 * apt@packages.debian.org/python-apt--main--0--patch-3 Add arch-build target to rules * apt@packages.debian.org/python-apt--main--0--patch-4 Fix typo (fund->find) * apt@packages.debian.org/python-apt--main--0--patch-5 Restore Ubuntu changes * apt@packages.debian.org/python-apt--main--0--patch-6 0.5.35 -> hoary * apt@packages.debian.org/python-apt--main--0--patch-7 Fix build-depends, somehow lost in merge * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--base-0 tag of apt@arch.ubuntu.com/python-apt--MAIN--0--patch-44 * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-1 * merged from my mvo tree, removed all non-pkgDepCache releated stuff and cleaned up the code * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-2 * beefed up the example code, added DepCache.Upgrade() * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-3 * implemented the marking interface * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-4 * state information and marking interface * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-5 * fixed wrong types for "UsrSize" and "DebSize" * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-6 * added DepCache.FixBroken() * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-7 * example code how a overview about the changes can be computed
2005-02-23* progress callback support addedMichael Vogt1-0/+8
2004-11-24Initial support for accessing source package dataArch Librarian1-1/+3
Author: mdz Date: 2003-07-23 02:20:24 GMT Initial support for accessing source package data
2004-11-24Changed include pathsArch Librarian1-2/+2
Author: jgg Date: 2002-01-08 06:53:04 GMT Changed include paths
2004-11-24Alfredo's no_proxy patchArch Librarian1-2/+3
Author: jgg Date: 2001-02-23 05:46:02 GMT Alfredo's no_proxy patch
2004-11-24Initial revisionArch Librarian1-0/+65
Author: jgg Date: 2001-02-20 06:32:01 GMT Initial revision