| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-06-12 | merged lp:~glatzor/python-apt/auth | Michael Vogt | 2 | -0/+225 | |
| 2012-06-12 | tests/test_utils.py: fix absolute path in the test | Michael Vogt | 1 | -3/+7 | |
| 2012-06-11 | add test for utils.get_release_date_from_release_file and update code for ↵ | Michael Vogt | 2 | -1/+501 | |
| more py3 friendliness | |||||
| 2012-06-06 | Don't compare the headers in the export test | Sebastian Heinlein | 1 | -2/+5 | |
| 2012-06-06 | Add a fakeroot wrapper for apt-key | Sebastian Heinlein | 2 | -0/+4 | |
| 2012-06-06 | Create the config dir in the tests | Sebastian Heinlein | 1 | -0/+2 | |
| 2012-06-05 | pep8 fixes | Michael Vogt | 1 | -3/+3 | |
| 2012-06-01 | Remove importing of the library dir. This is handled by test_all | Sebastian Heinlein | 1 | -3/+0 | |
| 2012-06-01 | Python3 fixes and restore apt configuration afterwards | Sebastian Heinlein | 1 | -7/+16 | |
| 2012-06-01 | Add test cases | Sebastian Heinlein | 1 | -0/+210 | |
| 2012-04-18 | tests/test_lp659438.py: fix test for py3.2 | Michael Vogt | 1 | -1/+2 | |
| 2012-04-18 | tests/test_lp659438.py: ensure apt_pkg.config is reset for later tests via ↵ | Michael Vogt | 1 | -0/+5 | |
| workaround | |||||
| 2012-04-17 | merged lp:~aptdaemon-developers/python-apt/fix-cannot-locate-file with a ↵ | Michael Vogt | 1 | -0/+68 | |
| slighly different fix | |||||
| 2012-04-17 | Add a regression test | Sebastian Heinlein | 1 | -0/+68 | |
| 2012-04-16 | tests/test_policy.py: fix test to include priority of 1 too | Michael Vogt | 1 | -1/+1 | |
| 2012-02-03 | * python/tag.cc, tests/test_tagfile.py: | Michael Vogt | 1 | -15/+15 | |
| - add support a filename argument in apt_pkg.TagFile() (in addition to the file object currently supported) | |||||
| 2012-02-03 | tests/test_tagfile.py: fix data loading when not in tests dir | Michael Vogt | 1 | -2/+9 | |
| 2012-02-03 | * tests/test_tagfile.py: | Michael Vogt | 3 | -0/+50 | |
| - add test for apt_pkg.TagFile() both for compressed/uncompressed files | |||||
| 2012-01-30 | GREEN: apt.Version has a "policy_priority" property | Michael Vogt | 1 | -2/+9 | |
| 2012-01-30 | RED: apt.Version should have "policy_priority" property | Michael Vogt | 1 | -2/+8 | |
| 2012-01-30 | GREEN: policy should suppors PkgVerFile now | Michael Vogt | 1 | -6/+7 | |
| 2012-01-30 | RED: policy should support verfile | Michael Vogt | 1 | -0/+31 | |
| 2011-12-09 | tests/test_apt_cache.py: use intltool instead of libc6 as the later is not ↵ | Michael Vogt | 1 | -2/+2 | |
| available on ia64 or kfreebsd | |||||
| 2011-12-08 | * tests/test_apt_cache.py: | Michael Vogt | 1 | -0/+6 | |
| - add additional check if provides test can actually be run | |||||
| 2011-12-08 | tests/test_apt_cache.py: change test to test for python3 instead of xterm to ↵ | Michael Vogt | 1 | -2/+2 | |
| fix test failure on certain buildds | |||||
| 2011-12-08 | * lp:~mvo/python-apt/debfile-multiarch: | Michael Vogt | 3 | -11/+57 | |
| - add multiarch support to the debfile.py code | |||||
| 2011-12-01 | merged from lp:~mvo/apt/mvo | Michael Vogt | 3 | -6/+4 | |
| 2011-12-01 | fix debfile binary test for py3 | Michael Vogt | 1 | -5/+0 | |
| 2011-12-01 | py3 fixes/clean | Michael Vogt | 2 | -3/+2 | |
| 2011-11-22 | tests/test_debfile.py: remove unneeded debug print | Michael Vogt | 1 | -1/+1 | |
| 2011-11-22 | tests/test_debfile.py: fix test on python2.6 | Michael Vogt | 1 | -2/+1 | |
| 2011-11-22 | tests/test_apt_cache.py: fix test failure by explicitely setting rootdir | Michael Vogt | 1 | -1/+1 | |
| 2011-11-22 | tests/test_debfile.py: remove debug print | Michael Vogt | 1 | -1/+1 | |
| 2011-11-22 | tests/test_debfile.py: fix test after previous exception change | Michael Vogt | 1 | -1/+1 | |
| 2011-11-22 | cleanup based on feedback from juliank | Michael Vogt | 1 | -5/+7 | |
| 2011-11-17 | allow Dependency object to be iteratable, this allows to write | Michael Vogt | 1 | -2/+2 | |
| code like: for or_dep_group in pkg.candidate.dependencies: for dep in or_dep_group: do_something() | |||||
| 2011-11-10 | fix build against apt in experimental | Michael Vogt | 1 | -1/+12 | |
| 2011-10-21 | tests/test_debfile_multiarch.py: skip test if e.g. unvierse is not enabled | Michael Vogt | 1 | -1/+5 | |
| 2011-10-21 | make the tests pass | Michael Vogt | 1 | -3/+8 | |
| 2011-10-21 | first cut of multiarch support, tests still fail though | Michael Vogt | 3 | -3/+51 | |
| 2011-10-21 | * python/apt_pkgmodule.cc: | Michael Vogt | 1 | -0/+5 | |
| - add apt_pkg.get_architectures() call | |||||
| 2011-10-21 | merged from the debian-sid branch | Michael Vogt | 3 | -2/+58 | |
| 2011-10-19 | merged from debian/sid | Michael Vogt | 2 | -2/+2 | |
| 2011-10-19 | releasing version 0.8.1 | Michael Vogt | 2 | -2/+2 | |
| 2011-10-05 | * tests/test_apt_cache.py: | Michael Vogt | 1 | -0/+11 | |
| - add __cmp__ to apt.Package so that sort() sorts by name on list of package objects | |||||
| 2011-09-28 | add concept of "ParentComponent" for e.g. ubuntu/multiverse | Michael Vogt | 1 | -0/+23 | |
| that needs universe enabled as well (plus add test) LP: #829284 | |||||
| 2011-09-28 | add concept of "ParentComponent" for e.g. ubuntu/multiverse | Michael Vogt | 1 | -0/+23 | |
| that needs universe enabled as well (plus add test) | |||||
| 2011-08-10 | releasing version 0.8.0ubuntu6 | Michael Vogt | 1 | -0/+1 | |
| 2011-08-10 | * tests/test_all.py: | Michael Vogt | 1 | -0/+1 | |
| - print library dir to hunt down build failure on amd64 | |||||
| 2011-08-08 | disable tests if /etc/apt/sources.list is not readable | Michael Vogt | 1 | -0/+4 | |
