| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-11-22 | cleanup | Michael Vogt | 1 | -2/+2 |
| 2011-11-22 | cleanup based on feedback from juliank | Michael Vogt | 1 | -6/+13 |
| 2011-10-19 | apt/debfile.py: Remove the need to explcitly call check() in order | Michael Vogt | 1 | -1/+3 |
| 2011-04-06 | all: Fix all instances of ResourceWarning about unclosed files | Julian Andres Klode | 1 | -1/+1 |
| 2011-03-21 | * python/arfile.cc, apt/debfile.py: | Michael Vogt | 1 | -1/+2 |
| 2011-01-10 | merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr th... | Michael Vogt | 1 | -2/+2 |
| 2010-12-21 | * apt/debfile.py, tests/test_debfile.py: | Michael Vogt | 1 | -0/+2 |
| 2010-11-10 | * apt/debfile.py: | Julian Andres Klode | 1 | -15/+7 |
| 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 | merged from lp:~kiwinote/python-apt/reinstall-same-file | Michael Vogt | 1 | -1/+2 |
| 2010-09-02 | merged patch from Samuel Lidén Borell to fix crash if there utf8 | Michael Vogt | 1 | -1/+1 |
| 2010-08-31 | * apt/debfile.py: | Michael Vogt | 1 | -2/+2 |
| 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 | -0/+1 |
| 2010-07-30 | apt/debfile.py: improve logging | Michael Vogt | 1 | -1/+3 |
| 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 | 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 | 1 | -53/+204 |
| 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 | 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 | 1 | -2/+2 |
| 2010-06-25 | Merge gdebi changes | Kiwinote | 1 | -95/+256 |
| 2010-03-01 | Some stylistic changes. | Julian Andres Klode | 1 | -11/+11 |
| 2010-02-13 | python/tagfile.cc: Implement the iterator protocol in TagFile. | Julian Andres Klode | 1 | -2/+1 |
| 2009-08-18 | apt/debfile.py: Adapt to class-based API (WARNING: changes behavior on certai... | Julian Andres Klode | 1 | -18/+7 |
| 2009-08-03 | Merge 0.7.12.1 | Julian Andres Klode | 1 | -1/+1 |
| 2009-08-03 | * apt/debfile.py: Fix missing space in message (Closes: #539704) | Julian Andres Klode | 1 | -1/+1 |
| 2009-07-31 | apt/progress: Large update, introducing apt.progress.base.InstallProgress. | Julian Andres Klode | 1 | -1/+1 |
| 2009-07-17 | apt: Use apt_pkg.gettext instead of Python's gettext. | Julian Andres Klode | 1 | -1/+1 |
| 2009-06-04 | apt, aptsources, doc: Update to use the new names. | Julian Andres Klode | 1 | -25/+25 |
| 2009-04-19 | * Update the code to use the new classes. | Julian Andres Klode | 1 | -3/+3 |
| 2009-04-16 | * apt/*.py: Initial rename work for Bug#481061 | Julian Andres Klode | 1 | -16/+16 |
| 2009-04-13 | * python/tag.cc: Support 'key in mapping' for TagSections | Julian Andres Klode | 1 | -5/+5 |
| 2009-04-01 | * Copyright updates: debian/copyright, etc. | Julian Andres Klode | 1 | -17/+14 |
| 2009-03-08 | * apt/: Adjust modules to use Package.{installed,candidate}.* | Julian Andres Klode | 1 | -11/+10 |
| 2009-01-22 | apt/debfile.py, aptsources/distro.py: Fix styling | Julian Andres Klode | 1 | -2/+4 |
| 2009-01-12 | * apt/debfile.py: Do not use mixedCase anymore | Julian Andres Klode | 1 | -69/+75 |
| 2009-01-09 | * apt/debfile: Fix and cleanup | Julian Andres Klode | 1 | -204/+198 |
| 2009-01-09 | * apt/debfile.py, apt/package.py: Use @property | Julian Andres Klode | 1 | -7/+8 |
| 2009-01-09 | Cleanup: Remove whitespace at the end of line in all python codes. | Julian Andres Klode | 1 | -17/+17 |