summaryrefslogtreecommitdiff
path: root/apt/package.py
AgeCommit message (Expand)AuthorFilesLines
2005-08-04* make the change to the property more clean (thanks to jamesh for his tips)Michael Vogt1-76/+113
2005-08-04* making the interface cleaner (thanks to jamesh): added proerties in the Pac...Michael Vogt1-47/+76
2005-08-03* some docstrings added, more api fixingMichael Vogt1-1/+2
2005-08-03* API BREAK: follow PEP08 now Michael Vogt1-51/+51
2005-07-29* added copyright header, removed cruft from debian/rulesMichael Vogt1-0/+21
2005-06-21* fix on remove too, added some more testsMichael Vogt1-1/+29
2005-06-21* use the pkgProblemResolver on remove as well if needed, added a test for itMichael Vogt1-1/+10
2005-06-20* added support for the pkgProblemResolver()Michael Vogt1-4/+16
2005-06-03* fixes, MarkedInstall() checks for "NewInstall()" now, we have "Upgrade()" t...Michael Vogt1-2/+7
2005-06-03* add the "cache_{pre,post}_change" signalsMichael Vogt1-3/+6
2005-06-03* added reapplyFilter, added a CacheChanged() method that is used by the clie...Michael Vogt1-4/+11
2005-06-01* apt/cache.py: small fixesMichael Vogt1-1/+1
2005-06-01* Cache.GetChanges() added, support for Marked{Downgrade,Reinstall} tests addedMichael Vogt1-0/+4
2005-05-11* __init__ added for the apt module, IsInstalled() addedMichael Vogt1-2/+4
2005-05-09* more work on the native python apt interfaceMichael Vogt1-0/+154