| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-07-29 | merged dump() method from lp:~mvo/python-apt/mvo | Michael Vogt | 2 | -1/+21 |
| 2010-07-29 | * python/configuration.cc: | Michael Vogt | 2 | -1/+18 |
| 2010-07-23 | * python/apt_pkgmodule.cc: | Julian Andres Klode | 3 | -0/+8 |
| 2010-07-23 | * doc/conf.py: | Julian Andres Klode | 2 | -2/+10 |
| 2010-07-23 | * python/tag.cc: | Julian Andres Klode | 2 | -0/+13 |
| 2010-07-12 | releasing version 0.7.96.1 | Michael Vogt | 1 | -1/+1 |
| 2010-07-12 | apply fix from juliank for the tests (many thanks!) | Michael Vogt | 1 | -0/+2 |
| 2010-07-12 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 2 | -27/+3 |
| 2010-07-12 | merged from debian-sid, improve test output | Michael Vogt | 22 | -48/+52 |
| 2010-07-12 | tests/test_debfile.py: move test_debs into tests/data | Michael Vogt | 12 | -2/+2 |
| 2010-07-12 | merged from lp:~mvo/python-apt/mvo/ | Michael Vogt | 1 | -0/+77 |
| 2010-07-12 | tests/test_debs/var/lib/dpkg/status: adding fake status file | Michael Vogt | 1 | -0/+77 |
| 2010-07-12 | * tests/test_debfile.py: | Michael Vogt | 3 | -5/+20 |
| 2010-07-12 | tests/test_debfile.py: add fixture dpkg-status file to make tests work | Michael Vogt | 3 | -36/+39 |
| 2010-07-12 | releasing version 0.7.96 | Michael Vogt | 1 | -2/+2 |
| 2010-07-12 | po/*: refreshed po | Michael Vogt | 1 | -35/+32 |
| 2010-07-09 | tests/test_aptsources.py: fix test by forcing id=Ubuntu | Michael Vogt | 1 | -2/+2 |
| 2010-07-06 | apt/cache.py: use apt_pkg.config instead of apt_pkg.Config | Michael Vogt | 1 | -1/+2 |
| 2010-07-06 | tests/test_apt_cache.py: fixes for 0.8 compatibility | Michael Vogt | 1 | -3/+3 |
| 2010-07-06 | * python/progress.cc: | Michael Vogt | 3 | -1/+9 |
| 2010-07-06 | fix py3 compatibility | Michael Vogt | 5 | -13/+27 |
| 2010-07-06 | fix debfile to work with py3, update tests | Michael Vogt | 4 | -14/+24 |
| 2010-07-05 | test_debfile: Do not insert path (breaks py3k, use test_all for testing). | Julian Andres Klode | 1 | -3/+0 |
| 2010-07-05 | apt/debfile.py: make to_{hex,strish} staticmethods | Michael Vogt | 1 | -0/+2 |
| 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 | 3 | -0/+7 |
| 2010-07-02 | * merged lp:~kiwinote/python-apt/merge-gdebi-changes, this port the | Michael Vogt | 20 | -136/+513 |
| 2010-07-02 | * tests/test_debs/*.deb, tests/test_debfile.py: | Michael Vogt | 13 | -4/+64 |
| 2010-07-02 | * apt/debfile.py: | Michael Vogt | 2 | -1/+15 |
| 2010-07-02 | apt/debfile.py: fix bug in compare_to_version_in_cache with use_installed=True | Michael Vogt | 1 | -1/+1 |
| 2010-07-02 | apt/debfile.py: DebFile needs a open file | Michael Vogt | 1 | -1/+1 |
| 2010-07-02 | merged lp:~kiwinote/python-apt/merge-gdebi-changes, this port the | Michael Vogt | 6 | -131/+369 |
| 2010-07-02 | add test_progress.py test | Michael Vogt | 3 | -0/+65 |
| 2010-06-29 | * apt/cache.py: | Michael Vogt | 3 | -0/+45 |
| 2010-06-29 | * apt/cache.py: | Michael Vogt | 3 | -0/+45 |
| 2010-06-29 | merged from debian-sid | Michael Vogt | 43 | -1294/+3057 |
| 2010-06-28 | Revert own change, as we can conflict/provide the same package | Kiwinote | 1 | -13/+0 |
| 2010-06-28 | self.conflicts returns name, ver, oper, rather than name, oper, ver | Kiwinote | 1 | -4/+4 |
| 2010-06-28 | And subtract a year | Kiwinote | 1 | -0/+1 |
| 2010-06-28 | December is month 12, not month 0 | Kiwinote | 1 | -0/+2 |
| 2010-06-28 | Don't query cache[].candidate.version when no cache[].candidate is available | Kiwinote | 1 | -1/+3 |
| 2010-06-25 | Don't depend on python-debian | Kiwinote | 1 | -2/+13 |
| 2010-06-25 | Merge cache.get_providers_for() into cache.get_providing_packages() and updat... | Kiwinote | 2 | -48/+46 |
| 2010-06-25 | Remove unneeded cache.downloadable() | Kiwinote | 1 | -10/+0 |
| 2010-06-25 | Merge gdebi changes | Kiwinote | 2 | -109/+310 |
| 2010-06-25 | * tests/test_apt_cache.py: Test accessing the record of all packages during | Michael Vogt | 3 | -1/+32 |
| 2010-06-25 | apt/cache.py: When iterating over the cache, do so sorted by package name. | Martin Pitt | 2 | -1/+16 |
| 2010-06-25 | tests/test_apt_cache.py: Test accessing the record of all packages during | Martin Pitt | 2 | -0/+16 |
| 2010-06-02 | * data/templates/Ubuntu.info.in, | Michael Vogt | 6 | -75/+203 |
| 2010-06-01 | releasing version 0.7.95ubuntu1 | Michael Vogt | 1 | -2/+2 |