summaryrefslogtreecommitdiff
path: root/apt/debfile.py
AgeCommit message (Expand)AuthorFilesLines
2012-10-01fix crash when a pkgname has no candidateMichael Vogt1-0/+1
2012-01-31apt/debfile.py: kill _supported_data_members its actually not used anymore an...Michael Vogt1-7/+0
2012-01-31* apt/debfile.py:Michael Vogt1-17/+20
2011-12-19pyflakes cleanup, use apt_pkg.gettext in aptsources tooMichael Vogt1-10/+2
2011-12-19* apt/debfile.py: Michael Vogt1-1/+2
2011-12-08* lp:~mvo/python-apt/debfile-multiarch:Michael Vogt1-5/+51
2011-12-08handle architecture-specific conflicts correctly (LP: #829138)Michael Vogt1-1/+2
2011-12-01merged from lp:~mvo/apt/mvoMichael Vogt1-5/+14
2011-12-01apt/debfile.py: add py3 compat for to_strish()Michael Vogt1-12/+14
2011-12-01fix debfile binary test for py3Michael Vogt1-2/+9
2011-11-22cleanup Michael Vogt1-2/+2
2011-11-22cleanup based on feedback from juliankMichael Vogt1-6/+13
2011-10-21apt/debfile.py: really check against architectureMichael Vogt1-1/+1
2011-10-21make the tests passMichael Vogt1-7/+29
2011-10-21first cut of multiarch support, tests still fail thoughMichael Vogt1-5/+29
2011-10-19apt/debfile.py: Remove the need to explcitly call check() in orderMichael Vogt1-1/+3
2011-04-06all: Fix all instances of ResourceWarning about unclosed filesJulian Andres Klode1-1/+1
2011-03-21* python/arfile.cc, apt/debfile.py:Michael Vogt1-1/+2
2011-01-10merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr th...Michael Vogt1-2/+2
2010-12-21* apt/debfile.py, tests/test_debfile.py:Michael Vogt1-0/+2
2010-11-10* apt/debfile.py:Julian Andres Klode1-15/+7
2010-09-08* apt/debfile.py:Michael Vogt1-1/+0
2010-09-07cherry pick from debian-sidMichael Vogt1-0/+1
2010-09-07merged from lp:~kiwinote/python-apt/reinstall-same-fileMichael Vogt1-1/+2
2010-09-02merged patch from Samuel Lidén Borell to fix crash if there utf8 Michael Vogt1-1/+1
2010-08-31* apt/debfile.py:Michael Vogt1-2/+2
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-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 Vogt1-53/+204
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-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...Kiwinote1-2/+2
2010-06-25Merge gdebi changesKiwinote1-95/+256
2010-03-01Some stylistic changes.Julian Andres Klode1-11/+11
2010-02-13python/tagfile.cc: Implement the iterator protocol in TagFile.Julian Andres Klode1-2/+1
2009-08-18apt/debfile.py: Adapt to class-based API (WARNING: changes behavior on certai...Julian Andres Klode1-18/+7
2009-08-03Merge 0.7.12.1Julian Andres Klode1-1/+1
2009-08-03* apt/debfile.py: Fix missing space in message (Closes: #539704)Julian Andres Klode1-1/+1