summaryrefslogtreecommitdiff
path: root/apt/cache.py
AgeCommit message (Expand)AuthorFilesLines
2005-06-20* added support for the pkgProblemResolver()Michael Vogt1-2/+4
2005-06-10* emit cache_{pre,post}_open signals, cleanups, fix in the _reapplyFilterMichael Vogt1-27/+64
2005-06-03* fixes, MarkedInstall() checks for "NewInstall()" now, we have "Upgrade()" t...Michael Vogt1-1/+3
2005-06-03* add the "cache_{pre,post}_change" signalsMichael Vogt1-11/+25
2005-06-03* added a "cache.conenct()" function, added a "cache_changed" signalMichael Vogt1-10/+33
2005-06-03* added reapplyFilter, added a CacheChanged() method that is used by the clie...Michael Vogt1-5/+32
2005-06-01* apt/cache.py: small fixesMichael Vogt1-3/+3
2005-06-01* Cache.GetChanges() added, support for Marked{Downgrade,Reinstall} tests addedMichael Vogt1-2/+18
2005-05-31* added the code that updates /etc/enviromentMichael Vogt1-9/+10
2005-05-27* don't init() the depcache in the constructor of the Cache object Michael Vogt1-1/+0
2005-05-11* __init__ added for the apt module, IsInstalled() addedMichael Vogt1-17/+52
2005-05-09* only import stuff into the cache that has at least one versionMichael Vogt1-4/+5
2005-05-09* more work on the native python apt interfaceMichael Vogt1-0/+60