summaryrefslogtreecommitdiff
path: root/apt
AgeCommit message (Expand)AuthorFilesLines
2010-08-05merged from debian-sid, fix crash in Dsc file handlingMichael Vogt1-0/+1
2010-08-05* apt/debfile.py:Michael Vogt1-0/+1
2010-07-30apt/debfile.py: improve loggingMichael Vogt1-1/+3
2010-07-12* tests/test_debfile.py:Michael Vogt1-1/+1
2010-07-12tests/test_debfile.py: add fixture dpkg-status file to make tests workMichael Vogt1-1/+1
2010-07-06apt/cache.py: use apt_pkg.config instead of apt_pkg.ConfigMichael Vogt1-1/+2
2010-07-06fix py3 compatibilityMichael Vogt1-1/+2
2010-07-06fix debfile to work with py3, update testsMichael Vogt1-1/+2
2010-07-05apt/debfile.py: make to_{hex,strish} staticmethodsMichael Vogt1-0/+2
2010-07-02* tests/test_debs/*.deb, tests/test_debfile.py:Michael Vogt1-4/+6
2010-07-02* apt/debfile.py:Michael Vogt1-1/+12
2010-07-02apt/debfile.py: fix bug in compare_to_version_in_cache with use_installed=TrueMichael Vogt1-1/+1
2010-07-02apt/debfile.py: DebFile needs a open fileMichael Vogt1-1/+1
2010-07-02merged lp:~kiwinote/python-apt/merge-gdebi-changes, this port theMichael Vogt3-61/+223
2010-06-29* apt/cache.py:Michael Vogt1-0/+15
2010-06-28Revert own change, as we can conflict/provide the same packageKiwinote1-13/+0
2010-06-28self.conflicts returns name, ver, oper, rather than name, oper, verKiwinote1-4/+4
2010-06-28And subtract a yearKiwinote1-0/+1
2010-06-28December is month 12, not month 0Kiwinote1-0/+2
2010-06-28Don't query cache[].candidate.version when no cache[].candidate is availableKiwinote1-1/+3
2010-06-25Don't depend on python-debianKiwinote1-2/+13
2010-06-25Merge cache.get_providers_for() into cache.get_providing_packages() and updat...Kiwinote2-48/+46
2010-06-25Remove unneeded cache.downloadable()Kiwinote1-10/+0
2010-06-25Merge gdebi changesKiwinote2-109/+310
2010-06-25apt/cache.py: When iterating over the cache, do so sorted by package name.Martin Pitt1-1/+11
2010-05-19Add Version.source_version and enhance Sebastian's patch to make useJulian Andres Klode1-8/+22
2010-05-19Merge a patch from Sebastian Heinlein to make get_changelog() onlyJulian Andres Klode1-17/+8
2010-04-21apt/cache.py: Use has_versions and has_provides from apt_pkg.Package where po...Julian Andres Klode1-3/+3
2010-04-21apt/cache.py: Make Cache.get_providing_packages() about 1000 times faster.Julian Andres Klode1-15/+22
2010-04-21apt/cache.py: Make Cache.req_reinstall_pkgs much faster as well.Julian Andres Klode1-4/+6
2010-04-21apt/cache.py: Make Cache.get_changes() much (~35x) faster (Closes: #578074).Julian Andres Klode1-4/+8
2010-03-31apt/package.py: Fix fetch_source() to work when source name = binary name (LP...Julian Andres Klode1-5/+5
2010-03-30apt/package.py: Decode using utf-8 in installed_files (LP: #407953).Julian Andres Klode1-2/+2
2010-03-23* apt/cache.py:Michael Vogt1-1/+1
2010-03-08apt/package.py: Always return unicode strings in Package.get_changelog (Close...Julian Andres Klode1-7/+13
2010-03-03apt/progress/old.py: Add missing return statements.Julian Andres Klode1-10/+10
2010-03-03apt/progress/old.py: Call parent constructors.Julian Andres Klode1-0/+2
2010-03-03* apt/progress/old.py:Julian Andres Klode1-25/+64
2010-03-03Use the binary package version in Version.fetch_source() if theJulian Andres Klode1-1/+2
2010-03-01Some stylistic changes.Julian Andres Klode6-23/+35
2010-03-01* apt/progress/text.py:Julian Andres Klode1-2/+0
2010-03-01Style fixes.Julian Andres Klode5-21/+30
2010-03-01* apt/package.py:Julian Andres Klode1-1/+11
2010-02-17apt/progress/old.py: move compat updateInterface hereMichael Vogt2-4/+1
2010-02-17apt/progress/base.py: more compat fixesMichael Vogt1-1/+8
2010-02-17apt/progress/base.py: call pipe ends {write,status}_streamMichael Vogt1-6/+6
2010-02-17* apt/cache.py:Michael Vogt2-11/+12
2010-02-13python/tagfile.cc: Implement the iterator protocol in TagFile.Julian Andres Klode2-5/+4
2010-02-07* Fix some places where the old API was still used:Julian Andres Klode3-29/+29
2010-02-05* apt/utils.py:Julian Andres Klode1-0/+76