summaryrefslogtreecommitdiff
path: root/apt/debfile.py
AgeCommit message (Expand)AuthorFilesLines
2011-11-22cleanup Michael Vogt1-2/+2
2011-11-22cleanup based on feedback from juliankMichael Vogt1-6/+13
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
2009-07-31apt/progress: Large update, introducing apt.progress.base.InstallProgress.Julian Andres Klode1-1/+1
2009-07-17apt: Use apt_pkg.gettext instead of Python's gettext.Julian Andres Klode1-1/+1
2009-06-04apt, aptsources, doc: Update to use the new names.Julian Andres Klode1-25/+25
2009-04-19* Update the code to use the new classes.Julian Andres Klode1-3/+3
2009-04-16* apt/*.py: Initial rename work for Bug#481061Julian Andres Klode1-16/+16
2009-04-13* python/tag.cc: Support 'key in mapping' for TagSectionsJulian Andres Klode1-5/+5
2009-04-01* Copyright updates: debian/copyright, etc.Julian Andres Klode1-17/+14
2009-03-08* apt/: Adjust modules to use Package.{installed,candidate}.*Julian Andres Klode1-11/+10
2009-01-22apt/debfile.py, aptsources/distro.py: Fix stylingJulian Andres Klode1-2/+4
2009-01-12* apt/debfile.py: Do not use mixedCase anymoreJulian Andres Klode1-69/+75
2009-01-09* apt/debfile: Fix and cleanupJulian Andres Klode1-204/+198
2009-01-09* apt/debfile.py, apt/package.py: Use @propertyJulian Andres Klode1-7/+8
2009-01-09Cleanup: Remove whitespace at the end of line in all python codes.Julian Andres Klode1-17/+17