| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-04-05 | Introduce apt_pkg.Cache.groups and apt_pkg.Cache.group_count | Julian Andres Klode | 1 | -0/+5 |
| 2011-04-05 | Change apt_pkg.Cache() so that passing None for 'progress' results in | Julian Andres Klode | 3 | -4/+4 |
| 2011-04-05 | Add apt_pkg.Group class, wrapping pkgCache::GrpIterator | Julian Andres Klode | 1 | -0/+27 |
| 2011-04-04 | Fix mixed tab/spaces indentation in xz test | Julian Andres Klode | 1 | -1/+1 |
| 2011-04-04 | * tests/test_apt_cache.py: | Julian Andres Klode | 1 | -2/+2 |
| 2011-04-04 | * tests/test_debfile.py: | Julian Andres Klode | 1 | -0/+3 |
| 2011-03-21 | * python/arfile.cc, apt/debfile.py: | Michael Vogt | 2 | -0/+5 |
| 2011-03-21 | - add optional parameter to allow parse_depends() to keep the | Michael Vogt | 1 | -0/+8 |
| 2011-01-10 | merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr th... | Michael Vogt | 1 | -1/+1 |
| 2010-12-21 | * apt/debfile.py, tests/test_debfile.py: | Michael Vogt | 1 | -1/+11 |
| 2010-12-13 | tests/test_apt_cache.py: fix tests | Michael Vogt | 1 | -3/+3 |
| 2010-12-07 | tests/test_all.py: add workaround for py3.2 | Michael Vogt | 1 | -0/+8 |
| 2010-11-24 | * tests/test_apt_cache.py: | Michael Vogt | 1 | -10/+7 |
| 2010-09-28 | releasing version 0.7.98 | Michael Vogt | 1 | -0/+2 |
| 2010-09-08 | fix a bunch of python3.1 releated test failures | Michael Vogt | 3 | -4/+9 |
| 2010-09-07 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 1 | -1/+6 |
| 2010-09-07 | tests/test_apt_cache.py: reset apt_pkg.config when running the tests | Michael Vogt | 1 | -0/+4 |
| 2010-09-07 | tests/test_apt_cache.py: fix test | Michael Vogt | 1 | -1/+2 |
| 2010-09-07 | * merged patch from Samuel Lidén Borell to fix crash if there utf8 | Michael Vogt | 5 | -1/+70 |
| 2010-09-07 | tests/test_apt_cache.py: improve the tests so that they do not require a work... | Michael Vogt | 2 | -19/+44 |
| 2010-09-03 | not not depend on network when running the tests, some style fixes (thanks to... | Michael Vogt | 2 | -6/+7 |
| 2010-09-03 | * apt/cache.py: | Michael Vogt | 1 | -1/+37 |
| 2010-09-02 | merged patch from Samuel Lidén Borell to fix crash if there utf8 | Michael Vogt | 2 | -0/+7 |
| 2010-08-31 | tests/test_apt_cache.py: add test for provides_list | Michael Vogt | 1 | -1/+14 |
| 2010-08-31 | * add "provides" property to the apt.Version objects | Michael Vogt | 4 | -0/+16 |
| 2010-08-31 | * apt/debfile.py: | Michael Vogt | 1 | -2/+3 |
| 2010-08-31 | tests/test_debfile.py: add test for binary reading | Michael Vogt | 2 | -0/+6 |
| 2010-08-31 | add content reading test | Michael Vogt | 2 | -0/+6 |
| 2010-08-27 | add "provides" property to the apt.Version objects | Michael Vogt | 1 | -0/+3 |
| 2010-08-26 | * tests/test_apt_cache.py: | Julian Andres Klode | 1 | -1/+2 |
| 2010-08-05 | tests/test_debfile.py: make it work on amd64, improve failure message | Michael Vogt | 4 | -3/+39 |
| 2010-08-05 | tests/data/test_debs/hello_2.5-1.dsc: simplify debs (to avoid universe issues) | Michael Vogt | 1 | -1/+1 |
| 2010-08-05 | merged from debian-sid, fix crash in Dsc file handling | Michael Vogt | 3 | -0/+42 |
| 2010-08-05 | * apt/debfile.py: | Michael Vogt | 2 | -0/+41 |
| 2010-08-05 | * apt/debfile.py: | Michael Vogt | 2 | -0/+38 |
| 2010-07-12 | apply fix from juliank for the tests (many thanks!) | Michael Vogt | 1 | -0/+2 |
| 2010-07-12 | merged from debian-sid, improve test output | Michael Vogt | 15 | -34/+13 |
| 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 | 1 | -4/+11 |
| 2010-07-12 | tests/test_debfile.py: add fixture dpkg-status file to make tests work | Michael Vogt | 1 | -4/+11 |
| 2010-07-09 | tests/test_aptsources.py: fix test by forcing id=Ubuntu | Michael Vogt | 1 | -2/+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 | 1 | -0/+3 |
| 2010-07-06 | fix debfile to work with py3, update tests | Michael Vogt | 3 | -13/+22 |
| 2010-07-02 | * tests/test_debs/*.deb, tests/test_debfile.py: | Michael Vogt | 11 | -0/+56 |
| 2010-07-02 | merged lp:~kiwinote/python-apt/merge-gdebi-changes, this port the | Michael Vogt | 1 | -2/+20 |
| 2010-07-02 | add test_progress.py test | Michael Vogt | 3 | -0/+65 |
| 2010-06-29 | * apt/cache.py: | Michael Vogt | 1 | -0/+26 |