| 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 | * strip status string before passing it, changelog updates | Michael Vogt | 1 | -1/+1 |
| 2006-02-28 | * initalize FetchProgress.eta as float and pass a float to InstallProgress.st... | Michael Vogt | 1 | -2/+2 |
| 2006-02-28 | * interface fixes for kamion, pychecker fixes | Michael Vogt | 3 | -26/+28 |
| 2006-02-14 | * try to read complete lines in update-interface | Michael Vogt | 1 | -1/+2 |
| 2006-01-26 | * the pkgCache::VerIterator.DependsList[] dict does no longer depend on the l... | Michael Vogt | 1 | -1/+1 |
| 2006-01-24 | * typos fixed, changelog prepared for new debian upload | Michael Vogt | 1 | -3/+3 |
| 2006-01-10 | * shutup about missing candiateVersions in loopkupRecords (returning false is... | Michael Vogt | 1 | -1/+1 |
| 2006-01-10 | * don't return a apt.Package.sourcePackageName if _lookupRecord failed | Michael Vogt | 1 | -1/+2 |
| 2006-01-05 | * small fixes in the new Origin.trusted code | Michael Vogt | 1 | -3/+4 |
| 2006-01-04 | * added "trusted" to the Origin class (in package.py) | Michael Vogt | 2 | -9/+18 |
| 2005-12-22 | * removed the fetchProgress from _fetchArchives() (no longer needed) | Michael Vogt | 1 | -2/+2 |
| 2005-12-07 | * InstallProgress.{error,conffile}() functions added | Michael Vogt | 1 | -2/+16 |
| 2005-12-06 | * apt.progress.InstallProgress class improved | Michael Vogt | 1 | -2/+51 |
| 2005-12-06 | * apt.Package.candiateOrigin() fix | Michael Vogt | 1 | -1/+1 |
| 2005-12-06 | * candidate origin returns a list now | Michael Vogt | 1 | -10/+9 |
| 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-12-02 | * added "{candidate,installed}Downloadable" | Michael Vogt | 2 | -0/+23 |
| 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 | 2 | -2/+7 |
| 2005-11-28 | * rewrote the cache.commit() code to make use of the new pkgAcquire/pkgPackag... | Michael Vogt | 1 | -5/+80 |
| 2005-11-21 | * apt_inst.debExtractArchive() added | Michael Vogt | 1 | -1/+1 |
| 2005-11-17 | * fix a bug in the package.markUpgrade() code | Michael Vogt | 1 | -5/+5 |
| 2005-11-17 | * make the Origin string a bit nicer | Michael Vogt | 1 | -2/+3 |
| 2005-11-17 | * proper canidateOrigin support | Michael Vogt | 1 | -5/+19 |
| 2005-11-17 | * fail if a download fails | Michael Vogt | 1 | -1/+1 |
| 2005-10-24 | * custom waitChild() added in installProgress | Michael Vogt | 1 | -1/+1 |
| 2005-10-21 | * fix a crasher in the install interface | Michael Vogt | 1 | -1/+0 |
| 2005-10-20 | * progress interface fully working now, commit interface too | Michael Vogt | 1 | -4/+53 |
| 2005-09-20 | * added __iter__ support to apt/cache.py | Michael Vogt | 1 | -1/+7 |
| 2005-09-12 | * export locking | Michael Vogt | 1 | -0/+9 |
| 2005-08-05 | * FutureWarning is added, example how to filter it away too. README.apt added | Michael Vogt | 3 | -13/+24 |
| 2005-08-04 | * applied a patch from Chris Halls to return the apt error string on a system... | Michael Vogt | 1 | -0/+1 |
| 2005-08-04 | * downloads can be canceld now (in FetchProgress::Pulse) | Michael Vogt | 3 | -2/+10 |
| 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 | 3 | -81/+120 |
| 2005-08-04 | * making the interface cleaner (thanks to jamesh): added proerties in the Pac... | Michael Vogt | 3 | -61/+90 |
| 2005-08-03 | * some docstrings added, more api fixing | Michael Vogt | 2 | -2/+7 |
| 2005-08-03 | * Open->open; added README | Michael Vogt | 2 | -1/+10 |
| 2005-08-03 | * API BREAK: follow PEP08 now | Michael Vogt | 3 | -100/+111 |
| 2005-07-29 | * added copyright header, removed cruft from debian/rules | Michael Vogt | 3 | -0/+63 |
| 2005-07-26 | * documentation updates, print a warning if "import apt" is used | Michael Vogt | 2 | -5/+28 |
| 2005-06-21 | * fix on remove too, added some more tests | Michael Vogt | 1 | -1/+29 |
| 2005-06-21 | * use the pkgProblemResolver on remove as well if needed, added a test for it | Michael Vogt | 1 | -1/+10 |
| 2005-06-20 | * added support for the pkgProblemResolver() | Michael Vogt | 2 | -6/+20 |
| 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 | 2 | -3/+10 |