| Age | Commit message (Expand) | Author | Files | Lines |
| 2006-02-28 | * fix the return value of Cache.update() | Michael Vogt | 1 | -1/+3 |
| 2006-02-28 | * strip status string before passing it, changelog updates | Michael Vogt | 1 | -0/+8 |
| 2006-02-28 | * initalize FetchProgress.eta as float and pass a float to InstallProgress.st... | Michael Vogt | 1 | -2/+2 |
| 2006-02-28 | * un-finalize the changelog | Michael Vogt | 1 | -1/+1 |
| 2006-02-28 | * interface fixes for kamion, pychecker fixes | Michael Vogt | 1 | -0/+12 |
| 2006-02-22 | * changelog finalized | Michael Vogt | 1 | -1/+1 |
| 2006-01-26 | * the pkgCache::VerIterator.DependsList[] dict does no longer depend on the l... | Michael Vogt | 1 | -1/+3 |
| 2006-01-24 | * added pkgRecords.Record | Michael Vogt | 1 | -0/+1 |
| 2006-01-24 | * typos fixed, changelog prepared for new debian upload | Michael Vogt | 1 | -0/+7 |
| 2006-01-05 | * small fixes in the new Origin.trusted code | Michael Vogt | 1 | -1/+1 |
| 2006-01-04 | * added "trusted" to the Origin class (in package.py) | Michael Vogt | 1 | -0/+1 |
| 2006-01-04 | * added support for pkgIndexFile | Michael Vogt | 1 | -1/+2 |
| 2005-12-29 | * improved the gui-inst example | Michael Vogt | 1 | -1/+1 |
| 2005-12-22 | * removed the fetchProgress from _fetchArchives() (no longer needed) | Michael Vogt | 1 | -1/+1 |
| 2005-12-09 | * CdromProgress.totalSteps added | Michael Vogt | 1 | -0/+1 |
| 2005-12-07 | * make pkgAcqFile use the old interface so that we don't depend on a new apt ... | Michael Vogt | 2 | -2/+2 |
| 2005-12-06 | * candidate origin returns a list now | Michael Vogt | 1 | -0/+2 |
| 2005-12-05 | * added PkgSourceList.GetIndexes(); rewrote apt.cache.update() to use it | Michael Vogt | 1 | -1/+2 |
| 2005-12-02 | * added "{candidate,installed}Downloadable" | Michael Vogt | 1 | -0/+1 |
| 2005-12-01 | * pkgAcqFile wrapper added | Michael Vogt | 1 | -0/+7 |
| 2005-11-28 | * fix build-deps | Michael Vogt | 1 | -1/+1 |
| 2005-11-28 | * changelog fixes | Michael Vogt | 1 | -7/+2 |
| 2005-11-28 | * small tweaks, prepared next ubuntu upload | Michael Vogt | 1 | -3/+8 |
| 2005-11-28 | * rewrote the cache.commit() code to make use of the new pkgAcquire/pkgPackag... | Michael Vogt | 2 | -1/+4 |
| 2005-11-22 | * fix in the pkgmanager.cc code (/me needs to be hit with a clue-stick) | Michael Vogt | 1 | -1/+1 |
| 2005-11-18 | * basic pkgAcquire + pkgPackageManager support added | Michael Vogt | 1 | -1/+2 |
| 2005-11-17 | * proper canidateOrigin support | Michael Vogt | 1 | -0/+1 |
| 2005-11-17 | * fail if a download fails | Michael Vogt | 1 | -0/+6 |
| 2005-11-09 | * changelog finalized and synced with the debian upload | Michael Vogt | 2 | -2/+2 |
| 2005-11-09 | * changelog fix | Michael Vogt | 1 | -2/+2 |
| 2005-09-20 | * added __iter__ support to apt/cache.py | Michael Vogt | 1 | -1/+3 |
| 2005-09-12 | * changelog update | Michael Vogt | 1 | -7/+2 |
| 2005-09-12 | * export locking | Michael Vogt | 1 | -0/+6 |
| 2005-08-08 | * always call Restart in srcrecords.Lookup | Michael Vogt | 1 | -0/+1 |
| 2005-08-08 | * support for srcrecords.Files added | Michael Vogt | 1 | -1/+5 |
| 2005-08-08 | * made the build-deps.py example usefull | Michael Vogt | 1 | -0/+7 |
| 2005-08-05 | * changelog missing stuff added | Michael Vogt | 1 | -2/+8 |
| 2005-08-05 | * improved the examples, added README too | Michael Vogt | 2 | -2/+3 |
| 2005-08-05 | * build-depends on apt >= 0.6.40 | Michael Vogt | 1 | -1/+1 |
| 2005-08-05 | * FutureWarning is added, example how to filter it away too. README.apt added | Michael Vogt | 1 | -0/+1 |
| 2005-08-05 | * changelog merged with older debian versions, apt-secure support added (but ... | Michael Vogt | 1 | -5/+16 |
| 2005-08-03 | * API BREAK: follow PEP08 now | Michael Vogt | 1 | -2/+3 |
| 2005-07-29 | * added copyright header, removed cruft from debian/rules | Michael Vogt | 1 | -1/+1 |
| 2005-07-01 | * SetReInstall() added to depcache | Michael Vogt | 1 | -1/+1 |
| 2005-06-24 | * support autoInst flag in depcache.MarkInstall() | Michael Vogt | 1 | -0/+2 |
| 2005-06-10 | * emit cache_{pre,post}_open signals, cleanups, fix in the _reapplyFilter | Michael Vogt | 1 | -1/+3 |
| 2005-06-01 | * Cache.GetChanges() added, support for Marked{Downgrade,Reinstall} tests added | Michael Vogt | 1 | -1/+8 |
| 2005-06-01 | * added conflicts, merged with python-apt--pkgDepCache--0 | Michael Vogt | 2 | -2/+16 |
| 2005-05-09 | * more work on the native python apt interface | Michael Vogt | 1 | -1/+1 |
| 2005-05-06 | * merged with matts mainline | Michael Vogt | 3 | -9/+14 |