summaryrefslogtreecommitdiff
path: root/apt
AgeCommit message (Expand)AuthorFilesLines
2013-03-19* apt/package.py:Michael Vogt1-0/+2
2013-03-13Fix the last commitJulian Andres Klode1-4/+2
2013-03-13apt/package.py: Try both filenames for package file listsJulian Andres Klode1-6/+11
2012-10-23build fixes for python3.3Michael Vogt1-1/+2
2012-10-15apt/cache.py: add commentMichael Vogt1-0/+1
2012-10-15close cache on (re)openMichael Vogt1-0/+2
2012-10-15merged lp:~jconti/python-apt/closeable-cache Michael Vogt1-0/+20
2012-10-10cherry pick robustness fixes for keyid (allow leading 0x, allow lowercase)Michael Vogt1-1/+3
2012-10-04* apt/cache.py:Jason Conti1-0/+20
2012-10-02* lp:~mvo/python-apt/recv-key-lp1016643:Michael Vogt1-6/+75
2012-10-02apt/auth.py: fix trailing whitespaceMichael Vogt1-1/+1
2012-10-01fix crash when a pkgname has no candidateMichael Vogt1-0/+1
2012-10-01apt/auth.py: proper cleanupMichael Vogt1-2/+1
2012-10-01check fingerprint after downloading a key and before adding itMichael Vogt1-4/+68
2012-10-01support only downloading long keyids (160bit) in add_key_from_keyserver()Michael Vogt1-3/+9
2012-07-30apt/auth.py: Forward stderr from apt-key to our stderr if non-emptyJulian Andres Klode1-0/+4
2012-07-30apt/auth.py: Do not merge stdout and stderr (Closes: #678706)Julian Andres Klode1-5/+5
2012-07-28Fix typos: the the -> the (closes: #679432)Jakub Wilk1-1/+1
2012-06-25Use Popen.communicate() instead of stdin, stdoutJulian Andres Klode1-10/+12
2012-06-25* apt/auth.py:Julian Andres Klode1-25/+27
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