| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-03-07 | * merged with apt--mvo | Michael Vogt | 2 | -4/+13 | |
| 2006-03-06 | * added purge option | Michael Vogt | 2 | -4/+9 | |
| 2006-03-02 | * updated to the latest python-apt | Michael Vogt | 5 | -34/+81 | |
| 2006-03-01 | * updated to latest python-apt--mvo | Michael Vogt | 5 | -34/+81 | |
| Patches applied: * michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-130 merged with the debian upload * michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-131 * interface fixes for kamion, pychecker fixes * michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-132 * un-finalize the changelog * michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-133 * initalize FetchProgress.eta as float and pass a float to InstallProgress.statusChanged() for percent * michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-134 * strip status string before passing it, changelog updates * michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-135 * fix the return value of Cache.update() * michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-136 * remove a useless check in Cache.update() * michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-137 * updated changelog * michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-138 * undo some damage from pychecker * mvo@debian.org--2005/python-apt--debian-sid--0--base-0 tag of michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-129 * mvo@debian.org--2005/python-apt--debian-sid--0--patch-1 * changelog finalized | |||||
| 2006-03-01 | * undo some damage from pychecker | Michael Vogt | 1 | -0/+1 | |
| 2006-02-28 | * updated changelog | Michael Vogt | 1 | -10/+4 | |
| 2006-02-28 | * remove a useless check in Cache.update() | Michael Vogt | 1 | -2/+0 | |
| 2006-02-28 | * fix the return value of Cache.update() | Michael Vogt | 2 | -4/+6 | |
| 2006-02-28 | * strip status string before passing it, changelog updates | Michael Vogt | 2 | -1/+9 | |
| 2006-02-28 | * initalize FetchProgress.eta as float and pass a float to ↵ | Michael Vogt | 2 | -4/+4 | |
| InstallProgress.statusChanged() for percent | |||||
| 2006-02-28 | * un-finalize the changelog | Michael Vogt | 1 | -1/+1 | |
| 2006-02-28 | * interface fixes for kamion, pychecker fixes | Michael Vogt | 5 | -26/+57 | |
| 2006-02-22 | merged with the debian upload | Michael Vogt | 1 | -1/+1 | |
| Patches applied: * mvo@debian.org--2005/python-apt--debian-sid--0--base-0 tag of michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-129 * mvo@debian.org--2005/python-apt--debian-sid--0--patch-1 * changelog finalized | |||||
| 2006-02-22 | * changelog finalized | Michael Vogt | 1 | -1/+1 | |
| 2006-02-22 | tag of michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-129 | Michael Vogt | 0 | -0/+0 | |
| 2006-02-21 | * merged changes from doko, prepared new upload | Michael Vogt | 3 | -20/+17 | |
| 2006-02-21 | tag of michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-129 | Michael Vogt | 0 | -0/+0 | |
| 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 ↵ | Michael Vogt | 3 | -3/+15 | |
| localized depends name but on the english one | |||||
| 2006-01-24 | * added pkgRecords.Record | Michael Vogt | 2 | -0/+7 | |
| 2006-01-24 | * typos fixed, changelog prepared for new debian upload | Michael Vogt | 2 | -3/+10 | |
| 2006-01-11 | * added memleak.py in tests | Michael Vogt | 1 | -0/+42 | |
| 2006-01-11 | * make sure to close the CacheFile when a pkgCache is deallocated | Michael Vogt | 1 | -1/+12 | |
| 2006-01-10 | * shutup about missing candiateVersions in loopkupRecords (returning false ↵ | Michael Vogt | 1 | -1/+1 | |
| is enough) | |||||
| 2006-01-10 | * don't return a apt.Package.sourcePackageName if _lookupRecord failed | Michael Vogt | 1 | -1/+2 | |
| 2006-01-09 | * fix broken returns a usefull value now | Michael Vogt | 1 | -4/+5 | |
| 2006-01-09 | * added MinimizeUpgrade, Upgrade returns a bool now | Michael Vogt | 1 | -3/+19 | |
| 2006-01-05 | * small fixes in the new Origin.trusted code | Michael Vogt | 3 | -5/+6 | |
| 2006-01-04 | * added "trusted" to the Origin class (in package.py) | Michael Vogt | 3 | -9/+19 | |
| 2006-01-04 | * added support for pkgIndexFile | Michael Vogt | 6 | -4/+124 | |
| 2005-12-29 | * improved the gui-inst example | Michael Vogt | 2 | -2/+4 | |
| 2005-12-22 | * removed the fetchProgress from _fetchArchives() (no longer needed) | Michael Vogt | 3 | -7/+7 | |
| 2005-12-09 | * CdromProgress.totalSteps added | Michael Vogt | 3 | -4/+7 | |
| 2005-12-07 | * InstallProgress.{error,conffile}() functions added | Michael Vogt | 2 | -3/+24 | |
| 2005-12-07 | * make pkgAcqFile use the old interface so that we don't depend on a new apt ↵ | Michael Vogt | 4 | -15/+29 | |
| and still work with breezys apt | |||||
| 2005-12-06 | * apt.progress.InstallProgress class improved | Michael Vogt | 2 | -43/+73 | |
| 2005-12-06 | * apt.Package.candiateOrigin() fix | Michael Vogt | 1 | -1/+1 | |
| 2005-12-06 | * candidate origin returns a list now | Michael Vogt | 2 | -10/+11 | |
| 2005-12-06 | * bugfix in the acquire.FetchNeeded code | Michael Vogt | 2 | -3/+14 | |
| 2005-12-06 | * removed debug output | Michael Vogt | 2 | -4/+0 | |
| 2005-12-05 | * added PkgSourceList.GetIndexes(); rewrote apt.cache.update() to use it | Michael Vogt | 3 | -20/+54 | |
| 2005-12-02 | * added "{candidate,installed}Downloadable" | Michael Vogt | 5 | -0/+64 | |
| 2005-12-01 | * fix uninitialized size member in pkgAcqFile | Michael Vogt | 1 | -1/+1 | |
| 2005-12-01 | * pkgAcqFile wrapper added | Michael Vogt | 5 | -0/+83 | |
| 2005-11-28 | * fix build-deps | Michael Vogt | 1 | -1/+1 | |
| 2005-11-28 | * changelog fixes | Michael Vogt | 1 | -7/+2 | |
| 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 | 2 | -4/+9 | |
| 2005-11-28 | * cache.commit() uses the packagemanager python code now (+fix the gui-inst ↵ | Michael Vogt | 3 | -24/+38 | |
| example) | |||||
| 2005-11-28 | * rewrote the cache.commit() code to make use of the new ↵ | Michael Vogt | 4 | -9/+88 | |
| pkgAcquire/pkgPackageManager interface | |||||
