summaryrefslogtreecommitdiff
path: root/apt
AgeCommit message (Collapse)AuthorFilesLines
2013-03-19* apt/package.py:Michael Vogt1-0/+2
- export codename in apt.package.Origin as well (closes: #703401)
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
(Closes: #700715)
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
- Add Cache.close() to delete the records and free up file descriptors - Add with statement support for Cache.close()
2012-10-02* lp:~mvo/python-apt/recv-key-lp1016643:Michael Vogt1-6/+75
- Only support long (v4) keyids when downloading keys and check the keys fingerprint before importing. This avoids man-in-the-middle attacks (LP: #1016643)
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
- Use tempfile.NamedTemporaryFile to create temporary file
2012-06-12Drop __del__ statement, which is unsafe: ↵Evan Dandrea1-4/+1
http://www.algorithm.co.il/blogs/programming/python-gotchas-1-__del__-is-not-the-opposite-of-__init__/
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 ↵Michael Vogt1-1/+1
more py3 friendliness
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 ↵Sebastian Heinlein1-2/+0
Dir::Bin::Apt-key script
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
- fix _have_multi_arch flag (thanks to Sebastian Heinlein)
2012-03-27* apt/package.py:Michael Vogt1-1/+4
- if there is no Version.uri return None
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 Vogt1-17/+20
- use apt_inst for reading the control_filelist * debian/control: - remove no longer needed dependency on python-debian
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
- fix crash in dep multiarch handling
2011-12-08* lp:~mvo/python-apt/debfile-multiarch:Michael Vogt1-5/+51
- add multiarch support to the debfile.py code
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