| Age | Commit message (Expand) | Author | Files | Lines |
| 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 | 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 |
| 2010-06-25 | apt/cache.py: When iterating over the cache, do so sorted by package name. | Martin Pitt | 1 | -1/+11 |
| 2010-05-19 | Add Version.source_version and enhance Sebastian's patch to make use | Julian Andres Klode | 1 | -8/+22 |
| 2010-05-19 | Merge a patch from Sebastian Heinlein to make get_changelog() only | Julian Andres Klode | 1 | -17/+8 |
| 2010-04-21 | apt/cache.py: Use has_versions and has_provides from apt_pkg.Package where po... | Julian Andres Klode | 1 | -3/+3 |
| 2010-04-21 | apt/cache.py: Make Cache.get_providing_packages() about 1000 times faster. | Julian Andres Klode | 1 | -15/+22 |
| 2010-04-21 | apt/cache.py: Make Cache.req_reinstall_pkgs much faster as well. | Julian Andres Klode | 1 | -4/+6 |
| 2010-04-21 | apt/cache.py: Make Cache.get_changes() much (~35x) faster (Closes: #578074). | Julian Andres Klode | 1 | -4/+8 |
| 2010-03-31 | apt/package.py: Fix fetch_source() to work when source name = binary name (LP... | Julian Andres Klode | 1 | -5/+5 |
| 2010-03-30 | apt/package.py: Decode using utf-8 in installed_files (LP: #407953). | Julian Andres Klode | 1 | -2/+2 |
| 2010-03-23 | * apt/cache.py: | Michael Vogt | 1 | -1/+1 |
| 2010-03-08 | apt/package.py: Always return unicode strings in Package.get_changelog (Close... | Julian Andres Klode | 1 | -7/+13 |
| 2010-03-03 | apt/progress/old.py: Add missing return statements. | Julian Andres Klode | 1 | -10/+10 |
| 2010-03-03 | apt/progress/old.py: Call parent constructors. | Julian Andres Klode | 1 | -0/+2 |
| 2010-03-03 | * apt/progress/old.py: | Julian Andres Klode | 1 | -25/+64 |
| 2010-03-03 | Use the binary package version in Version.fetch_source() if the | Julian Andres Klode | 1 | -1/+2 |
| 2010-03-01 | Some stylistic changes. | Julian Andres Klode | 6 | -23/+35 |
| 2010-03-01 | * apt/progress/text.py: | Julian Andres Klode | 1 | -2/+0 |
| 2010-03-01 | Style fixes. | Julian Andres Klode | 5 | -21/+30 |
| 2010-03-01 | * apt/package.py: | Julian Andres Klode | 1 | -1/+11 |
| 2010-02-17 | apt/progress/old.py: move compat updateInterface here | Michael Vogt | 2 | -4/+1 |
| 2010-02-17 | apt/progress/base.py: more compat fixes | Michael Vogt | 1 | -1/+8 |
| 2010-02-17 | apt/progress/base.py: call pipe ends {write,status}_stream | Michael Vogt | 1 | -6/+6 |
| 2010-02-17 | * apt/cache.py: | Michael Vogt | 2 | -11/+12 |
| 2010-02-13 | python/tagfile.cc: Implement the iterator protocol in TagFile. | Julian Andres Klode | 2 | -5/+4 |
| 2010-02-07 | * Fix some places where the old API was still used: | Julian Andres Klode | 3 | -29/+29 |
| 2010-02-05 | * apt/utils.py: | Julian Andres Klode | 1 | -0/+76 |