summaryrefslogtreecommitdiff
path: root/apt/cache.py
AgeCommit message (Expand)AuthorFilesLines
2006-02-28* fix the return value of Cache.update()Michael Vogt1-3/+3
2006-02-28* interface fixes for kamion, pychecker fixesMichael Vogt1-13/+5
2006-01-26* the pkgCache::VerIterator.DependsList[] dict does no longer depend on the l...Michael Vogt1-1/+1
2006-01-04* added "trusted" to the Origin class (in package.py)Michael Vogt1-1/+2
2005-12-22* removed the fetchProgress from _fetchArchives() (no longer needed)Michael Vogt1-2/+2
2005-12-06* removed debug outputMichael Vogt1-1/+0
2005-12-05* added PkgSourceList.GetIndexes(); rewrote apt.cache.update() to use itMichael Vogt1-19/+35
2005-11-28* make it work with media swapingMichael Vogt1-8/+14
2005-11-28* small tweaks, prepared next ubuntu uploadMichael Vogt1-1/+1
2005-11-28* cache.commit() uses the packagemanager python code now (+fix the gui-inst e...Michael Vogt1-2/+5
2005-11-28* rewrote the cache.commit() code to make use of the new pkgAcquire/pkgPackag...Michael Vogt1-5/+80
2005-11-17* fail if a download failsMichael Vogt1-1/+1
2005-09-20* added __iter__ support to apt/cache.pyMichael Vogt1-1/+7
2005-08-04* downloads can be canceld now (in FetchProgress::Pulse)Michael Vogt1-0/+6
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 Vogt1-4/+4
2005-08-04* making the interface cleaner (thanks to jamesh): added proerties in the Pac...Michael Vogt1-12/+12
2005-08-03* some docstrings added, more api fixingMichael Vogt1-1/+5
2005-08-03* Open->open; added READMEMichael Vogt1-1/+1
2005-08-03* API BREAK: follow PEP08 now Michael Vogt1-33/+33
2005-07-29* added copyright header, removed cruft from debian/rulesMichael Vogt1-0/+21
2005-07-26* documentation updates, print a warning if "import apt" is usedMichael Vogt1-3/+22
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