summaryrefslogtreecommitdiff
path: root/apt
AgeCommit message (Expand)AuthorFilesLines
2012-06-12Drop __del__ statement, which is unsafe: http://www.algorithm.co.il/blogs/pro...Evan Dandrea1-4/+1
2012-06-12merged lp:~glatzor/python-apt/authMichael Vogt1-0/+176
2012-06-12merge fix from lp:~ev/python-apt/dont-leak-fds, many thanksMichael Vogt1-0/+4
2012-06-11add test for utils.get_release_date_from_release_file and update code for mor...Michael Vogt1-1/+1
2012-06-06Add to copyrightSebastian Heinlein1-0/+1
2012-06-06Add support for update and net-updateSebastian Heinlein1-0/+18
2012-06-06Don't call fakeroot by default - this should be done by an alternate Dir::Bin...Sebastian Heinlein1-2/+0
2012-06-06Remove the wait statement to get a cleaner APISebastian Heinlein1-20/+5
2012-06-06Call apt-key instead of gnupgSebastian Heinlein1-112/+48
2012-06-05apt/auth.py: create _TMPDIR on demandMichael Vogt1-2/+5
2012-06-05pep8 fixesMichael Vogt1-3/+11
2012-06-01Small fixSebastian Heinlein1-1/+1
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-03-28* apt/cache.py:Michael Vogt1-2/+1
2012-03-27* apt/package.py:Michael Vogt1-1/+4
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
2012-01-30GREEN: apt.Version has a "policy_priority" propertyMichael Vogt1-0/+11
2011-12-19pyflakes cleanup, use apt_pkg.gettext in aptsources tooMichael Vogt2-13/+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 Vogt3-11/+28
2011-12-01apt/debfile.py: add py3 compat for to_strish()Michael Vogt1-12/+14
2011-12-01apt/progress/base.py: fix silly leftover from last commitMichael Vogt1-2/+0
2011-12-01fix debfile binary test for py3Michael Vogt1-2/+9
2011-12-01py3 fixes/cleanMichael Vogt1-0/+2
2011-12-01* apt/progress/base.py:Michael Vogt1-1/+3
2011-11-22apt/package.py: use lt() instead of cmp()Michael Vogt1-2/+2
2011-11-22cleanup Michael Vogt2-9/+9
2011-11-22cleanup based on feedback from juliankMichael Vogt2-8/+21
2011-11-17make Dependency a list (it should probably also renamed to DependencyOrGroup ...Michael Vogt1-8/+6
2011-11-17allow Dependency object to be iteratable, this allows to writeMichael Vogt1-0/+3
2011-11-17* apt/package.py:Michael Vogt1-0/+5
2011-11-14* apt/cache.py:Michael Vogt1-0/+4
2011-11-10* apt/cache.py:Michael Vogt1-1/+1
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-21merged from the debian-sid branchMichael Vogt3-7/+10
2011-10-19apt/debfile.py: Remove the need to explcitly call check() in orderMichael Vogt1-1/+3
2011-10-19grammar fix in the cache.py doc (closes: #626610)Michael Vogt1-2/+1
2011-10-19rm usage of camelcase in cache.py doc (closes: #626617)Michael Vogt1-2/+2
2011-10-19merged from debian/sidMichael Vogt1-2/+2
2011-10-05* tests/test_apt_cache.py:Michael Vogt1-0/+3