| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-09-18 | * fix api changes for python2.5 | Michael Vogt | 3 | -5/+6 | |
| 2006-09-12 | * fix missing docstring | Michael Vogt | 2 | -1/+5 | |
| 2006-09-12 | * apt/progress.py: | Michael Vogt | 3 | -7/+8 | |
| - use select() when waiting for child input | |||||
| 2006-09-12 | * debian/control: | Michael Vogt | 3 | -3/+12 | |
| - tightend dependency * apt/progress.py: - use os._exit() instead of sys.exit() (lp: 53298) | |||||
| 2006-09-12 | * python/pkgmanager.cc: | Michael Vogt | 2 | -1/+8 | |
| - fix typo | |||||
| 2006-07-26 | * #cough# - actually use sha256 | Michael Vogt | 2 | -2/+2 | |
| 2006-07-26 | * support sha256 as well | Michael Vogt | 2 | -1/+42 | |
| 2006-07-25 | * added debian/examples | Michael Vogt | 2 | -2/+2 | |
| 2006-07-25 | * debian/changelog: | Michael Vogt | 1 | -0/+1 | |
| - updated | |||||
| 2006-07-24 | * merged the NMUs from debian | Michael Vogt | 3 | -7/+22 | |
| 2006-07-01 | * merged from otavios branch at: | Michael Vogt | 2 | -0/+2 | |
| http://projetos.ossystems.com.br/~otavio/bzr/python-apt/fixes | |||||
| 2006-06-30 | - add dh_installexamples in package building | Otavio Salvador | 2 | -0/+2 | |
| 2006-06-26 | * merging the NMU changes | Michael Vogt | 3 | -49/+20 | |
| 2006-06-15 | * apt/cache.py: | Michael Vogt | 2 | -2/+12 | |
| - applied otavios patch to suppport alternatives rootdirs | |||||
| 2006-06-15 | * apt/packages.py: | Michael Vogt | 1 | -3/+5 | |
| - add autoInst option | |||||
| 2006-06-14 | - allow change of rootdir for APT database loading | Otavio Salvador | 2 | -1/+6 | |
| 2006-06-12 | * apt/cache.py: | Otavio Salvador | 2 | -1/+6 | |
| - fix commit doc string to also cite the open related callbacks | |||||
| 2006-06-09 | * changelog updated | Michael Vogt | 3 | -2/+32 | |
| * prints_uris.py example added | |||||
| 2006-05-17 | * apt/package.py: | Michael Vogt | 2 | -2/+3 | |
| - actually return values in {candiate,installed}Downloadable() | |||||
| 2006-05-17 | * remove debug string | Michael Vogt | 1 | -1/+1 | |
| 2006-05-17 | * changelog updates | Michael Vogt | 1 | -2/+6 | |
| 2006-05-17 | * apt/package.py: | Michael Vogt | 1 | -4/+7 | |
| - check if _lookupRecords() succeeded when checking description/maintainer | |||||
| 2006-04-26 | * debian/compat: | Michael Vogt | 5 | -21/+24 | |
| - debhelper compat level set to 5 * debian/changelog: - merged the changelog from the NMU * debian/control: - merged the changes from the NMU - set standards version to 3.6.2.0 * debian/rules: - fix arch-build target * setup.py: - simplify the patch magling by using map() instead of "for i in range()" | |||||
| 2006-04-26 | * added a simple "all_deps" recursive example | Michael Vogt | 1 | -0/+34 | |
| 2006-03-28 | * merged from otavio (thanks!): documentation updates | Michael Vogt | 1 | -2/+2 | |
| 2006-03-28 | Fix documentation format. | Otavio Salvador | 1 | -2/+2 | |
| 2006-03-22 | * updated changelog | Michael Vogt | 1 | -1/+4 | |
| 2006-03-22 | * add PkgSrcRecords.Index to the code | Michael Vogt | 2 | -2/+4 | |
| 2006-03-22 | * added indexFile.ArchiveURI(string) | Michael Vogt | 2 | -2/+19 | |
| 2006-03-22 | * fixes for the pkgSrcRecords code | Michael Vogt | 6 | -8/+39 | |
| 2006-03-21 | * fix lock-releasing on exception (thanks to kamion) | Michael Vogt | 2 | -20/+24 | |
| 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-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 | |
