| Age | Commit message (Expand) | Author | Files | Lines |
| 2006-02-28 | * fix the return value of Cache.update() | Michael Vogt | 1 | -3/+3 |
| 2006-02-28 | * interface fixes for kamion, pychecker fixes | Michael Vogt | 1 | -13/+5 |
| 2006-01-26 | * the pkgCache::VerIterator.DependsList[] dict does no longer depend on the l... | Michael Vogt | 1 | -1/+1 |
| 2006-01-04 | * added "trusted" to the Origin class (in package.py) | Michael Vogt | 1 | -1/+2 |
| 2005-12-22 | * removed the fetchProgress from _fetchArchives() (no longer needed) | Michael Vogt | 1 | -2/+2 |
| 2005-12-06 | * removed debug output | Michael Vogt | 1 | -1/+0 |
| 2005-12-05 | * added PkgSourceList.GetIndexes(); rewrote apt.cache.update() to use it | Michael Vogt | 1 | -19/+35 |
| 2005-11-28 | * make it work with media swaping | Michael Vogt | 1 | -8/+14 |
| 2005-11-28 | * small tweaks, prepared next ubuntu upload | Michael Vogt | 1 | -1/+1 |
| 2005-11-28 | * cache.commit() uses the packagemanager python code now (+fix the gui-inst e... | Michael Vogt | 1 | -2/+5 |
| 2005-11-28 | * rewrote the cache.commit() code to make use of the new pkgAcquire/pkgPackag... | Michael Vogt | 1 | -5/+80 |
| 2005-11-17 | * fail if a download fails | Michael Vogt | 1 | -1/+1 |
| 2005-09-20 | * added __iter__ support to apt/cache.py | Michael Vogt | 1 | -1/+7 |
| 2005-08-04 | * downloads can be canceld now (in FetchProgress::Pulse) | Michael Vogt | 1 | -0/+6 |
| 2005-08-04 | * argg, /note to self: test your changes before comiting | Michael Vogt | 1 | -1/+1 |
| 2005-08-04 | * DistUpgrade -> distUpgrade | Michael Vogt | 1 | -1/+1 |
| 2005-08-04 | * make the change to the property more clean (thanks to jamesh for his tips) | Michael Vogt | 1 | -4/+4 |
| 2005-08-04 | * making the interface cleaner (thanks to jamesh): added proerties in the Pac... | Michael Vogt | 1 | -12/+12 |
| 2005-08-03 | * some docstrings added, more api fixing | Michael Vogt | 1 | -1/+5 |
| 2005-08-03 | * Open->open; added README | Michael Vogt | 1 | -1/+1 |
| 2005-08-03 | * API BREAK: follow PEP08 now | Michael Vogt | 1 | -33/+33 |
| 2005-07-29 | * added copyright header, removed cruft from debian/rules | Michael Vogt | 1 | -0/+21 |
| 2005-07-26 | * documentation updates, print a warning if "import apt" is used | Michael Vogt | 1 | -3/+22 |
| 2005-06-20 | * added support for the pkgProblemResolver() | Michael Vogt | 1 | -2/+4 |
| 2005-06-10 | * emit cache_{pre,post}_open signals, cleanups, fix in the _reapplyFilter | Michael Vogt | 1 | -27/+64 |
| 2005-06-03 | * fixes, MarkedInstall() checks for "NewInstall()" now, we have "Upgrade()" t... | Michael Vogt | 1 | -1/+3 |
| 2005-06-03 | * add the "cache_{pre,post}_change" signals | Michael Vogt | 1 | -11/+25 |
| 2005-06-03 | * added a "cache.conenct()" function, added a "cache_changed" signal | Michael Vogt | 1 | -10/+33 |
| 2005-06-03 | * added reapplyFilter, added a CacheChanged() method that is used by the clie... | Michael Vogt | 1 | -5/+32 |
| 2005-06-01 | * apt/cache.py: small fixes | Michael Vogt | 1 | -3/+3 |
| 2005-06-01 | * Cache.GetChanges() added, support for Marked{Downgrade,Reinstall} tests added | Michael Vogt | 1 | -2/+18 |
| 2005-05-31 | * added the code that updates /etc/enviroment | Michael Vogt | 1 | -9/+10 |
| 2005-05-27 | * don't init() the depcache in the constructor of the Cache object | Michael Vogt | 1 | -1/+0 |
| 2005-05-11 | * __init__ added for the apt module, IsInstalled() added | Michael Vogt | 1 | -17/+52 |
| 2005-05-09 | * only import stuff into the cache that has at least one version | Michael Vogt | 1 | -4/+5 |
| 2005-05-09 | * more work on the native python apt interface | Michael Vogt | 1 | -0/+60 |