summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-12* tests/test_debfile.py:Michael Vogt3-5/+20
2010-07-12tests/test_debfile.py: add fixture dpkg-status file to make tests workMichael Vogt3-36/+39
2010-07-12releasing version 0.7.96Michael Vogt1-2/+2
2010-07-12po/*: refreshed poMichael Vogt1-35/+32
2010-07-09tests/test_aptsources.py: fix test by forcing id=UbuntuMichael Vogt1-2/+2
2010-07-06apt/cache.py: use apt_pkg.config instead of apt_pkg.ConfigMichael Vogt1-1/+2
2010-07-06tests/test_apt_cache.py: fixes for 0.8 compatibilityMichael Vogt1-3/+3
2010-07-06* python/progress.cc:Michael Vogt3-1/+9
2010-07-06fix py3 compatibilityMichael Vogt5-13/+27
2010-07-06fix debfile to work with py3, update testsMichael Vogt4-14/+24
2010-07-05test_debfile: Do not insert path (breaks py3k, use test_all for testing).Julian Andres Klode1-3/+0
2010-07-05apt/debfile.py: make to_{hex,strish} staticmethodsMichael Vogt1-0/+2
2010-07-05rules: Fix SHELL override.Julian Andres Klode1-1/+1
2010-07-05Re-enable Python 3 support for latest python-default changes (hack).Julian Andres Klode3-0/+7
2010-07-02* merged lp:~kiwinote/python-apt/merge-gdebi-changes, this port theMichael Vogt20-136/+513
2010-07-02* tests/test_debs/*.deb, tests/test_debfile.py:Michael Vogt13-4/+64
2010-07-02* apt/debfile.py:Michael Vogt2-1/+15
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 Vogt6-131/+369
2010-07-02add test_progress.py testMichael Vogt3-0/+65
2010-06-29* apt/cache.py:Michael Vogt3-0/+45
2010-06-29* apt/cache.py:Michael Vogt3-0/+45
2010-06-29merged from debian-sidMichael Vogt43-1294/+3057
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-25* tests/test_apt_cache.py: Test accessing the record of all packages duringMichael Vogt3-1/+32
2010-06-25apt/cache.py: When iterating over the cache, do so sorted by package name.Martin Pitt2-1/+16
2010-06-25tests/test_apt_cache.py: Test accessing the record of all packages duringMartin Pitt2-0/+16
2010-06-02* data/templates/Ubuntu.info.in, Michael Vogt6-75/+203
2010-06-01releasing version 0.7.95ubuntu1Michael Vogt1-2/+2
2010-06-01utils/get_debian_mirrors.py: ignore mirrors without a countyMichael Vogt1-0/+2
2010-06-01apt/__init__.py: remove unneeded importsMichael Vogt1-3/+0
2010-06-01pre-build.sh.moved: removedMichael Vogt1-8/+0
2010-06-01apt/__init__.py: enable deprecation warnings againMichael Vogt1-2/+0
2010-06-01* doc/source/conf.py:Michael Vogt2-1/+5
2010-06-01revert commit 346 (this re-enable the deprecation warnings)Michael Vogt18-92/+68
2010-06-01* merge from debian bzr, remaining changes:Michael Vogt34-1133/+2754
2010-06-01* data/templates/gNewSense.info.in,Michael Vogt3-0/+553
2010-05-19Release 0.7.95Julian Andres Klode1-2/+2
2010-05-19Update debian/changelog for the documentation updates.Julian Andres Klode1-0/+2
2010-05-19Add Version.source_version and enhance Sebastian's patch to make useJulian Andres Klode2-8/+24
2010-05-19Merge a patch from Sebastian Heinlein to make get_changelog() onlyJulian Andres Klode2-17/+10