| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-01-10 | merged from the mvo branch, added changelog from Michael Bienia | Michael Vogt | 5 | -8/+8 |
| 2011-01-10 | merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr th... | Michael Vogt | 5 | -8/+8 |
| 2010-12-21 | meged from mvo | Michael Vogt | 1 | -0/+2 |
| 2010-12-21 | * apt/debfile.py, tests/test_debfile.py: | Michael Vogt | 1 | -0/+2 |
| 2010-12-13 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 1 | -6/+8 |
| 2010-12-13 | * apt/progress/text.py: | Michael Vogt | 1 | -6/+8 |
| 2010-11-24 | * re-merged from debian/sid | Michael Vogt | 2 | -16/+8 |
| 2010-11-17 | * apt/package.py: | Julian Andres Klode | 1 | -1/+1 |
| 2010-11-10 | * apt/debfile.py: | Julian Andres Klode | 1 | -15/+7 |
| 2010-10-18 | fix compat issues with python3 | Michael Vogt | 1 | -2/+2 |
| 2010-09-13 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 1 | -1/+0 |
| 2010-09-08 | * apt/debfile.py: | Michael Vogt | 1 | -1/+0 |
| 2010-09-07 | cherry pick from debian-sid | Michael Vogt | 1 | -0/+1 |
| 2010-09-07 | * add "provides" property to the apt.Version objects | Michael Vogt | 3 | -3/+26 |
| 2010-09-07 | * apt/debfile: | Michael Vogt | 1 | -1/+2 |
| 2010-09-07 | merged from lp:~kiwinote/python-apt/reinstall-same-file | Michael Vogt | 1 | -1/+2 |
| 2010-09-03 | apt/cache.py: use alternative SourceList if sources_list is used | Michael Vogt | 1 | -3/+5 |
| 2010-09-03 | * apt/cache.py: | Michael Vogt | 1 | -1/+17 |
| 2010-09-02 | merged patch from Samuel Lidén Borell to fix crash if there utf8 | Michael Vogt | 1 | -1/+1 |
| 2010-08-31 | * cherry pick debfile fix from lp:~mvo/python-apt/mvo (402..405): | Michael Vogt | 1 | -2/+2 |
| 2010-08-31 | * apt/debfile.py: | Michael Vogt | 1 | -2/+2 |
| 2010-08-27 | add "provides" property to the apt.Version objects | Michael Vogt | 1 | -0/+5 |
| 2010-08-27 | * apt/debfile.py: | Michael Vogt | 1 | -0/+1 |
| 2010-08-05 | merged fix from the mvo branch | Michael Vogt | 1 | -0/+1 |
| 2010-08-05 | merged from debian-sid, fix crash in Dsc file handling | Michael Vogt | 1 | -0/+1 |
| 2010-08-05 | * apt/debfile.py: | Michael Vogt | 1 | -1/+4 |
| 2010-08-05 | * apt/debfile.py: | Michael Vogt | 1 | -0/+1 |
| 2010-07-30 | apt/debfile.py: improve logging | Michael Vogt | 1 | -1/+3 |
| 2010-07-28 | merged from the debian-sid bzr branch | Michael Vogt | 3 | -69/+269 |
| 2010-07-12 | * tests/test_debfile.py: | Michael Vogt | 1 | -1/+1 |
| 2010-07-12 | tests/test_debfile.py: add fixture dpkg-status file to make tests work | Michael Vogt | 1 | -1/+1 |
| 2010-07-06 | apt/cache.py: use apt_pkg.config instead of apt_pkg.Config | Michael Vogt | 1 | -1/+2 |
| 2010-07-06 | fix py3 compatibility | Michael Vogt | 1 | -1/+2 |
| 2010-07-06 | fix debfile to work with py3, update tests | Michael Vogt | 1 | -1/+2 |
| 2010-07-05 | apt/debfile.py: make to_{hex,strish} staticmethods | Michael Vogt | 1 | -0/+2 |
| 2010-07-02 | * tests/test_debs/*.deb, tests/test_debfile.py: | Michael Vogt | 1 | -4/+6 |
| 2010-07-02 | * apt/debfile.py: | Michael Vogt | 1 | -1/+12 |
| 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 | 3 | -61/+223 |
| 2010-06-29 | * apt/cache.py: | Michael Vogt | 1 | -0/+15 |
| 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 |