summaryrefslogtreecommitdiff
path: root/apt
AgeCommit message (Expand)AuthorFilesLines
2014-01-05make test_pep8.py passMichael Vogt6-89/+129
2014-01-05make pyflakes cleanMichael Vogt4-2/+3
2014-01-05apt/cache.py, apt/package.py: Fixed PEP8 and pyflakes issuesMichael Schaller2-49/+44
2013-11-23* apt/cache.py:Michael Vogt1-1/+4
2013-10-24apt/cache.py: Call os.path.abspath() on a supplied rootdir (LP: #792295)Julian Andres Klode1-0/+1
2013-10-21apt/debfile.py: Pass strip_multi_arch=False to parse_depends.Julian Andres Klode1-6/+8
2013-10-10apt, aptsources: Only call init_config() if not already initializedJulian Andres Klode1-2/+4
2013-10-10apt/package.py: mark_upgrade misuses FromUser to set auto-installedDaniel Hartwig1-2/+3
2013-10-08apt/package.py: Add a Package.has_config_files property (Closes: #712749)Julian Andres Klode1-0/+5
2013-09-11Completely remove deprecated stuffJulian Andres Klode8-725/+0
2013-06-06add support for "key in apt.debfile.DebPackage" (closes: #710541)Michael Vogt1-0/+3
2013-05-08merged from experimental and uploaded to sidMichael Vogt3-1/+27
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