summaryrefslogtreecommitdiff
path: root/apt
AgeCommit message (Expand)AuthorFilesLines
2010-10-18fix compat issues with python3Michael Vogt1-2/+2
2010-09-13merged from lp:~mvo/python-apt/mvoMichael Vogt1-1/+0
2010-09-08* apt/debfile.py:Michael Vogt1-1/+0
2010-09-07cherry pick from debian-sidMichael Vogt1-0/+1
2010-09-07* add "provides" property to the apt.Version objectsMichael Vogt3-3/+26
2010-09-07* apt/debfile:Michael Vogt1-1/+2
2010-09-07merged from lp:~kiwinote/python-apt/reinstall-same-fileMichael Vogt1-1/+2
2010-09-03apt/cache.py: use alternative SourceList if sources_list is usedMichael Vogt1-3/+5
2010-09-03* apt/cache.py:Michael Vogt1-1/+17
2010-09-02merged patch from Samuel Lidén Borell to fix crash if there utf8 Michael Vogt1-1/+1
2010-08-31* cherry pick debfile fix from lp:~mvo/python-apt/mvo (402..405):Michael Vogt1-2/+2
2010-08-31* apt/debfile.py:Michael Vogt1-2/+2
2010-08-27add "provides" property to the apt.Version objectsMichael Vogt1-0/+5
2010-08-27* apt/debfile.py:Michael Vogt1-0/+1
2010-08-05merged fix from the mvo branchMichael Vogt1-0/+1
2010-08-05merged from debian-sid, fix crash in Dsc file handlingMichael Vogt1-0/+1
2010-08-05* apt/debfile.py:Michael Vogt1-1/+4
2010-08-05* apt/debfile.py:Michael Vogt1-0/+1
2010-07-30apt/debfile.py: improve loggingMichael Vogt1-1/+3
2010-07-28merged from the debian-sid bzr branchMichael Vogt3-69/+269
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-06-10* apt/utils.py:Michael Vogt1-0/+5
2010-06-01apt/__init__.py: remove unneeded importsMichael Vogt1-3/+0
2010-06-01apt/__init__.py: enable deprecation warnings againMichael Vogt1-2/+0
2010-06-01revert commit 346 (this re-enable the deprecation warnings)Michael Vogt4-25/+20
2010-06-01* merge from debian bzr, remaining changes:Michael Vogt2-48/+66
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