summaryrefslogtreecommitdiff
path: root/apt
AgeCommit message (Expand)AuthorFilesLines
2011-01-10merged from the mvo branch, added changelog from Michael BieniaMichael Vogt5-8/+8
2011-01-10merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr th...Michael Vogt5-8/+8
2010-12-21meged from mvoMichael Vogt1-0/+2
2010-12-21* apt/debfile.py, tests/test_debfile.py:Michael Vogt1-0/+2
2010-12-13merged from lp:~mvo/python-apt/mvoMichael Vogt1-6/+8
2010-12-13* apt/progress/text.py:Michael Vogt1-6/+8
2010-11-24* re-merged from debian/sidMichael Vogt2-16/+8
2010-11-17* apt/package.py:Julian Andres Klode1-1/+1
2010-11-10* apt/debfile.py:Julian Andres Klode1-15/+7
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