summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-06-05pep8 fixesMichael Vogt2-6/+14
2012-06-01Remove importing of the library dir. This is handled by test_allSebastian Heinlein1-3/+0
2012-06-01Small fixSebastian Heinlein1-1/+1
2012-06-01Python3 fixes and restore apt configuration afterwardsSebastian Heinlein1-7/+16
2012-06-01Add test casesSebastian Heinlein1-0/+210
2012-06-01Strip exported keySebastian Heinlein1-1/+1
2012-06-01Don't set the trust model to alwaysSebastian Heinlein1-1/+0
2012-06-01Add an export_key methodSebastian Heinlein1-0/+20
2012-05-31Don't overwrite proc twiceSebastian Heinlein1-1/+1
2012-05-31A lot of refactoringSebastian Heinlein1-76/+186
2012-05-30Import AptAuth.py from software-properites as auth.pySebastian Heinlein1-0/+98
2012-05-04merge from ubuntuMichael Vogt2-1/+124
2012-05-04merged from the mvo branchMichael Vogt4-6/+93
2012-05-02releasing version 0.8.3ubuntu8Stéphane Graber1-0/+7
2012-05-02Add quantalStéphane Graber1-0/+118
2012-04-18releasing version 0.8.3ubuntu7Michael Vogt1-11/+4
2012-04-18merged from the mvo branchMichael Vogt2-4/+9
2012-04-18tests/test_lp659438.py: fix test for py3.2Michael Vogt1-1/+2
2012-04-18tests/test_lp659438.py: ensure apt_pkg.config is reset for later tests via ↵Michael Vogt1-0/+5
workaround
2012-04-17merged from the mvo branchMichael Vogt4-2/+93
2012-04-17merged lp:~aptdaemon-developers/python-apt/fix-cannot-locate-file with a ↵Michael Vogt3-7/+78
slighly different fix
2012-04-17Add a regression testSebastian Heinlein1-0/+68
2012-04-17* python/cache.cc:Michael Vogt2-1/+11
- ensure that pkgApplyStatus is called when the cache is opened (thanks to Sebastian Heinlein for finding this bug), LP: #659438
2012-04-17merged latest updates from debian-sidMichael Vogt4-26/+40
2012-04-16releasing version 0.8.4Michael Vogt1-2/+3
2012-04-16tests/test_policy.py: fix test to include priority of 1 tooMichael Vogt1-1/+1
2012-04-16Fix apt_pkg.DepCache.init() documentation which still states that theSebastian Heinlein1-2/+1
method would be called automatically on construction
2012-04-16Fix: Initialize the depcache on apt.cache.Cache.open() (fixes LP: #659438)Sebastian Heinlein1-0/+1
If there are packages in the reqreinst state cache operations won't fail anymore with the "cannot locate file for package x" error message. During the 0.8 API rewrite of apt_pkg.GetDepCache() this functionality was lost.
2012-04-16commit experimental uploadMichael Vogt1-2/+2
2012-04-02releasing version 0.8.3ubuntu6Michael Vogt1-2/+2
2012-03-28merged from lp:~mvo/python-apt/mvoMichael Vogt2-2/+8
2012-03-28merged from lp:~mvo/python-apt/mvoMichael Vogt2-2/+3
2012-03-28* apt/cache.py:Michael Vogt2-2/+3
- fix _have_multi_arch flag (thanks to Sebastian Heinlein)
2012-03-27releasing version 0.8.3ubuntu5Michael Vogt1-1/+1
2012-03-27merged from http://bzr.debian.org/bzr/apt/python-apt/debian-sidMichael Vogt4-22/+38
2012-03-27merged from lp:~mvo/pthon-apt/mvoMichael Vogt2-1/+6
2012-03-27* apt/package.py:Michael Vogt2-1/+6
- if there is no Version.uri return None
2012-03-05python/apt_pkgmodule.cc: Fix apt_pkg.Dependency.TYPE_RECOMMENDS, had ↵Julian Andres Klode2-1/+6
Suggests value previously
2012-02-14releasing version 0.8.3ubuntu4Michael Vogt1-2/+2
2012-02-14merged from lp:~mvo/apt/mvoMichael Vogt5-12/+97
2012-02-06* tests/test_tagfile.py:Michael Vogt6-26/+117
- add test for apt_pkg.TagFile() both for compressed/uncompressed files * python/tag.cc, tests/test_tagfile.py: - add support a filename argument in apt_pkg.TagFile() (in addition to the file object currently supported)
2012-02-06python/tag.cc: make it build with older apt versions tooMichael Vogt1-0/+5
2012-02-06python/tag.cc: cleanupMichael Vogt1-8/+4
2012-02-03* python/tag.cc, tests/test_tagfile.py:Michael Vogt3-24/+53
- add support a filename argument in apt_pkg.TagFile() (in addition to the file object currently supported)
2012-02-03tests/test_tagfile.py: fix data loading when not in tests dirMichael Vogt1-2/+9
2012-02-03* tests/test_tagfile.py:Michael Vogt4-0/+53
- add test for apt_pkg.TagFile() both for compressed/uncompressed files
2012-01-31merged from lp:~mvo/python-apt/mvoMichael Vogt15-115/+226
2012-01-31merged from lp:~mvo/apt/mvoMichael Vogt13-90/+209
2012-01-31apt/debfile.py: kill _supported_data_members its actually not used anymore ↵Michael Vogt1-7/+0
and instead done dynamically in arfile.cc using the APT::Configuration::getCompressionTypes() call (yeah!)
2012-01-31* apt/debfile.py:Michael Vogt3-18/+24
- use apt_inst for reading the control_filelist * debian/control: - remove no longer needed dependency on python-debian