summaryrefslogtreecommitdiff
path: root/apt
AgeCommit message (Expand)AuthorFilesLines
2005-08-04* downloads can be canceld now (in FetchProgress::Pulse)Michael Vogt3-2/+10
2005-08-04* argg, /note to self: test your changes before comitingMichael Vogt1-1/+1
2005-08-04* DistUpgrade -> distUpgradeMichael Vogt1-1/+1
2005-08-04* make the change to the property more clean (thanks to jamesh for his tips)Michael Vogt3-81/+120
2005-08-04* making the interface cleaner (thanks to jamesh): added proerties in the Pac...Michael Vogt3-61/+90
2005-08-03* some docstrings added, more api fixingMichael Vogt2-2/+7
2005-08-03* Open->open; added READMEMichael Vogt2-1/+10
2005-08-03* API BREAK: follow PEP08 now Michael Vogt3-100/+111
2005-07-29* added copyright header, removed cruft from debian/rulesMichael Vogt3-0/+63
2005-07-26* documentation updates, print a warning if "import apt" is usedMichael Vogt2-5/+28
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 Vogt2-6/+20
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 Vogt2-3/+10
2005-06-03* add the "cache_{pre,post}_change" signalsMichael Vogt2-14/+31
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 Vogt2-9/+43
2005-06-01* apt/cache.py: small fixesMichael Vogt2-4/+4
2005-06-01* Cache.GetChanges() added, support for Marked{Downgrade,Reinstall} tests addedMichael Vogt2-2/+22
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-27* make better use of the cachefile in the depcache, avoid a stupid double dep...Michael Vogt1-0/+10
2005-05-25* added a native OpTextProgress() Michael Vogt1-0/+13
2005-05-11* __init__ added for the apt module, IsInstalled() addedMichael Vogt3-19/+69
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 Vogt3-0/+263