| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-07-23 | * python/tag.cc: | Julian Andres Klode | 1 | -0/+8 |
| 2010-07-12 | releasing version 0.7.96.1 | Michael Vogt | 1 | -1/+1 |
| 2010-07-12 | * tests/test_debfile.py: | Michael Vogt | 1 | -0/+8 |
| 2010-07-12 | releasing version 0.7.96 | Michael Vogt | 1 | -2/+2 |
| 2010-07-06 | * python/progress.cc: | Michael Vogt | 1 | -0/+2 |
| 2010-07-06 | fix py3 compatibility | Michael Vogt | 1 | -0/+1 |
| 2010-07-05 | rules: Fix SHELL override. | Julian Andres Klode | 1 | -1/+1 |
| 2010-07-05 | Re-enable Python 3 support for latest python-default changes (hack). | Julian Andres Klode | 2 | -0/+5 |
| 2010-07-02 | * tests/test_debs/*.deb, tests/test_debfile.py: | Michael Vogt | 1 | -0/+2 |
| 2010-07-02 | * apt/debfile.py: | Michael Vogt | 1 | -0/+3 |
| 2010-07-02 | merged lp:~kiwinote/python-apt/merge-gdebi-changes, this port the | Michael Vogt | 1 | -0/+3 |
| 2010-06-29 | * apt/cache.py: | Michael Vogt | 1 | -0/+4 |
| 2010-06-25 | apt/cache.py: When iterating over the cache, do so sorted by package name. | Martin Pitt | 1 | -0/+5 |
| 2010-06-25 | tests/test_apt_cache.py: Test accessing the record of all packages during | Martin Pitt | 1 | -0/+7 |
| 2010-06-02 | * data/templates/Ubuntu.info.in, | Michael Vogt | 1 | -0/+7 |
| 2010-06-01 | releasing version 0.7.95ubuntu1 | Michael Vogt | 1 | -2/+2 |
| 2010-06-01 | * doc/source/conf.py: | Michael Vogt | 1 | -0/+2 |
| 2010-06-01 | revert commit 346 (this re-enable the deprecation warnings) | Michael Vogt | 1 | -2/+2 |
| 2010-06-01 | * merge from debian bzr, remaining changes: | Michael Vogt | 1 | -0/+61 |
| 2010-06-01 | * data/templates/gNewSense.info.in, | Michael Vogt | 1 | -0/+9 |
| 2010-05-19 | Release 0.7.95 | Julian Andres Klode | 1 | -2/+2 |
| 2010-05-19 | Update debian/changelog for the documentation updates. | Julian Andres Klode | 1 | -0/+2 |
| 2010-05-19 | Add Version.source_version and enhance Sebastian's patch to make use | Julian Andres Klode | 1 | -0/+2 |
| 2010-05-19 | Merge a patch from Sebastian Heinlein to make get_changelog() only | Julian Andres Klode | 1 | -0/+2 |
| 2010-05-19 | Big documentation update. | Julian Andres Klode | 1 | -1/+1 |
| 2010-05-09 | releasing version 0.7.94.2ubuntu7 | Colin Watson | 1 | -2/+2 |
| 2010-05-09 | * data/templates/Ubuntu.info.in: | Colin Watson | 1 | -0/+7 |
| 2010-04-30 | * python/progress.cc: | Julian Andres Klode | 1 | -0/+2 |
| 2010-04-21 | apt/cache.py: Use has_versions and has_provides from apt_pkg.Package where po... | Julian Andres Klode | 1 | -0/+1 |
| 2010-04-21 | python/cache.cc: Add Package.has_provides to see which packages are provided ... | Julian Andres Klode | 1 | -1/+2 |
| 2010-04-21 | apt/cache.py: Make Cache.get_providing_packages() about 1000 times faster. | Julian Andres Klode | 1 | -0/+1 |
| 2010-04-21 | apt/cache.py: Make Cache.req_reinstall_pkgs much faster as well. | Julian Andres Klode | 1 | -0/+1 |
| 2010-04-21 | Add rich compare methods to the Version object. | Julian Andres Klode | 1 | -0/+1 |
| 2010-04-21 | Add Package.has_versions to see which packages have at least one version. | Julian Andres Klode | 1 | -0/+1 |
| 2010-04-21 | apt/cache.py: Make Cache.get_changes() much (~35x) faster (Closes: #578074). | Julian Andres Klode | 1 | -0/+2 |
| 2010-04-14 | releasing version 0.7.94.2ubuntu6 | Michael Vogt | 1 | -1/+1 |
| 2010-04-14 | merged -r 396..397 from the debian-sid branch | Michael Vogt | 1 | -0/+10 |
| 2010-04-01 | python: Document every class, function, property. | Julian Andres Klode | 1 | -0/+1 |
| 2010-04-01 | python: Return bool instead of int to Python where possible, looks better. | Julian Andres Klode | 1 | -0/+2 |
| 2010-04-01 | Fix PackageFile.not_automatic to use NotAutomatic instead of NotSource. | Julian Andres Klode | 1 | -0/+1 |
| 2010-03-31 | releasing version 0.7.94.2ubuntu5 | Michael Vogt | 1 | -1/+1 |
| 2010-03-31 | merged from http://bzr.debian.org/apt/python-apt/debian-sid/ | Michael Vogt | 1 | -0/+19 |
| 2010-03-31 | * python/cache.cc: | Julian Andres Klode | 1 | -0/+2 |
| 2010-03-31 | apt/package.py: Fix fetch_source() to work when source name = binary name (LP... | Julian Andres Klode | 1 | -0/+1 |
| 2010-03-30 | apt/package.py: Decode using utf-8 in installed_files (LP: #407953). | Julian Andres Klode | 1 | -0/+2 |
| 2010-03-29 | do not require files to end in .py if they are passed on the command | Julian Andres Klode | 1 | -0/+2 |
| 2010-03-29 | Don't abort if parsing failed. | Julian Andres Klode | 1 | -0/+1 |
| 2010-03-29 | Add has_key to the list of deprecated functions. | Julian Andres Klode | 1 | -0/+1 |
| 2010-03-29 | utils/migrate-0.8.py: Open files in universal newline support and pass filena... | Julian Andres Klode | 1 | -0/+2 |
| 2010-03-29 | If PYTHON_APT_DEPRECATION_WARNINGS is unset, also disable the | Julian Andres Klode | 1 | -0/+8 |