Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-19 | * apt/package.py: | Michael Vogt | 1 | -0/+2 | |
- export codename in apt.package.Origin as well (closes: #703401) | |||||
2013-03-13 | Fix the last commit | Julian Andres Klode | 1 | -4/+2 | |
2013-03-13 | apt/package.py: Try both filenames for package file lists | Julian Andres Klode | 1 | -6/+11 | |
(Closes: #700715) | |||||
2012-10-23 | build fixes for python3.3 | Michael Vogt | 1 | -1/+2 | |
2012-10-15 | apt/cache.py: add comment | Michael Vogt | 1 | -0/+1 | |
2012-10-15 | close cache on (re)open | Michael Vogt | 1 | -0/+2 | |
2012-10-15 | merged lp:~jconti/python-apt/closeable-cache | Michael Vogt | 1 | -0/+20 | |
2012-10-10 | cherry pick robustness fixes for keyid (allow leading 0x, allow lowercase) | Michael Vogt | 1 | -1/+3 | |
2012-10-04 | * apt/cache.py: | Jason Conti | 1 | -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 Vogt | 1 | -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-02 | apt/auth.py: fix trailing whitespace | Michael Vogt | 1 | -1/+1 | |
2012-10-01 | fix crash when a pkgname has no candidate | Michael Vogt | 1 | -0/+1 | |
2012-10-01 | apt/auth.py: proper cleanup | Michael Vogt | 1 | -2/+1 | |
2012-10-01 | check fingerprint after downloading a key and before adding it | Michael Vogt | 1 | -4/+68 | |
2012-10-01 | support only downloading long keyids (160bit) in add_key_from_keyserver() | Michael Vogt | 1 | -3/+9 | |
2012-07-30 | apt/auth.py: Forward stderr from apt-key to our stderr if non-empty | Julian Andres Klode | 1 | -0/+4 | |
2012-07-30 | apt/auth.py: Do not merge stdout and stderr (Closes: #678706) | Julian Andres Klode | 1 | -5/+5 | |
2012-07-28 | Fix typos: the the -> the (closes: #679432) | Jakub Wilk | 1 | -1/+1 | |
2012-06-25 | Use Popen.communicate() instead of stdin, stdout | Julian Andres Klode | 1 | -10/+12 | |
2012-06-25 | * apt/auth.py: | Julian Andres Klode | 1 | -25/+27 | |
- Use tempfile.NamedTemporaryFile to create temporary file | |||||
2012-06-12 | Drop __del__ statement, which is unsafe: ↵ | Evan Dandrea | 1 | -4/+1 | |
http://www.algorithm.co.il/blogs/programming/python-gotchas-1-__del__-is-not-the-opposite-of-__init__/ | |||||
2012-06-12 | merged lp:~glatzor/python-apt/auth | Michael Vogt | 1 | -0/+176 | |
2012-06-12 | merge fix from lp:~ev/python-apt/dont-leak-fds, many thanks | Michael Vogt | 1 | -0/+4 | |
2012-06-11 | add test for utils.get_release_date_from_release_file and update code for ↵ | Michael Vogt | 1 | -1/+1 | |
more py3 friendliness | |||||
2012-06-06 | Add to copyright | Sebastian Heinlein | 1 | -0/+1 | |
2012-06-06 | Add support for update and net-update | Sebastian Heinlein | 1 | -0/+18 | |
2012-06-06 | Don't call fakeroot by default - this should be done by an alternate ↵ | Sebastian Heinlein | 1 | -2/+0 | |
Dir::Bin::Apt-key script | |||||
2012-06-06 | Remove the wait statement to get a cleaner API | Sebastian Heinlein | 1 | -20/+5 | |
2012-06-06 | Call apt-key instead of gnupg | Sebastian Heinlein | 1 | -112/+48 | |
2012-06-05 | apt/auth.py: create _TMPDIR on demand | Michael Vogt | 1 | -2/+5 | |
2012-06-05 | pep8 fixes | Michael Vogt | 1 | -3/+11 | |
2012-06-01 | Small fix | Sebastian Heinlein | 1 | -1/+1 | |
2012-06-01 | Strip exported key | Sebastian Heinlein | 1 | -1/+1 | |
2012-06-01 | Don't set the trust model to always | Sebastian Heinlein | 1 | -1/+0 | |
2012-06-01 | Add an export_key method | Sebastian Heinlein | 1 | -0/+20 | |
2012-05-31 | Don't overwrite proc twice | Sebastian Heinlein | 1 | -1/+1 | |
2012-05-31 | A lot of refactoring | Sebastian Heinlein | 1 | -76/+186 | |
2012-05-30 | Import AptAuth.py from software-properites as auth.py | Sebastian Heinlein | 1 | -0/+98 | |
2012-03-28 | * apt/cache.py: | Michael Vogt | 1 | -2/+1 | |
- fix _have_multi_arch flag (thanks to Sebastian Heinlein) | |||||
2012-03-27 | * apt/package.py: | Michael Vogt | 1 | -1/+4 | |
- if there is no Version.uri return None | |||||
2012-01-31 | apt/debfile.py: kill _supported_data_members its actually not used anymore ↵ | Michael Vogt | 1 | -7/+0 | |
and instead done dynamically in arfile.cc using the APT::Configuration::getCompressionTypes() call (yeah!) | |||||
2012-01-31 | * apt/debfile.py: | Michael Vogt | 1 | -17/+20 | |
- use apt_inst for reading the control_filelist * debian/control: - remove no longer needed dependency on python-debian | |||||
2012-01-30 | GREEN: apt.Version has a "policy_priority" property | Michael Vogt | 1 | -0/+11 | |
2011-12-19 | pyflakes cleanup, use apt_pkg.gettext in aptsources too | Michael Vogt | 2 | -13/+2 | |
2011-12-19 | * apt/debfile.py: | Michael Vogt | 1 | -1/+2 | |
- fix crash in dep multiarch handling | |||||
2011-12-08 | * lp:~mvo/python-apt/debfile-multiarch: | Michael Vogt | 1 | -5/+51 | |
- add multiarch support to the debfile.py code | |||||
2011-12-08 | handle architecture-specific conflicts correctly (LP: #829138) | Michael Vogt | 1 | -1/+2 | |
2011-12-01 | merged from lp:~mvo/apt/mvo | Michael Vogt | 3 | -11/+28 | |
2011-12-01 | apt/debfile.py: add py3 compat for to_strish() | Michael Vogt | 1 | -12/+14 | |
2011-12-01 | apt/progress/base.py: fix silly leftover from last commit | Michael Vogt | 1 | -2/+0 | |