| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-05-08 | add py2.6 compatibility | Michael Vogt | 1 | -1/+8 | |
| 2013-04-30 | * aptsources/distro.py: | Michael Vogt | 2 | -2/+11 | |
| - include the missing ID in the NoDistroTemplateException() error, thanks to Brian Murray | |||||
| 2013-03-14 | Release 0.8.8.2 | Julian Andres Klode | 1 | -2/+2 | |
| 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 | 2 | -6/+16 | |
| (Closes: #700715) | |||||
| 2012-11-28 | po/no.po: Remove useless translation (superseded by nb.po) | David Prévot | 2 | -681/+6 | |
| 2012-11-15 | releasing version 0.8.8.1 | Michael Vogt | 1 | -2/+2 | |
| 2012-11-13 | * tests/test_lp659438.py: | Michael Vogt | 2 | -0/+4 | |
| - fix missing architecture to make the tests pass again during build with the latest apt | |||||
| 2012-10-15 | * python/tag.cc: | Michael Vogt | 2 | -2/+10 | |
| - make TagSecString_FromStringAndSize, TagSecString_FromString static, thanks to jcristau | |||||
| 2012-10-12 | releasing version 0.8.8 | Michael Vogt | 1 | -2/+2 | |
| 2012-10-12 | fix tests on python2.6 by using the python-unittest2 backport for "with ↵ | Michael Vogt | 4 | -7/+24 | |
| self.assertRaises()" | |||||
| 2012-10-12 | * apt/auth.py: | Michael Vogt | 3 | -2/+7 | |
| - support importing long keyids with leading 0x and mixed case | |||||
| 2012-10-10 | python/progress.cc: fail in setattr() is Py_BuildValue() fails | Michael Vogt | 1 | -0/+2 | |
| 2012-10-10 | python/progress.cc: check result of Py_BuildValue() too | Michael Vogt | 1 | -0/+2 | |
| 2012-10-10 | cherry pick robustness fixes for keyid (allow leading 0x, allow lowercase) | Michael Vogt | 2 | -2/+5 | |
| 2012-10-06 | po/da.po: Danish (Joe Hansen) (closes: #689827) | Joe Hansen | 2 | -60/+40 | |
| 2012-10-02 | merged from lp:~jamesodhunt/python-apt/test-for-size_to_str and tweaked a bit | Michael Vogt | 3 | -22/+110 | |
| 2012-10-02 | merge patch from Barry to fix #1030278 | Michael Vogt | 3 | -8/+50 | |
| 2012-10-02 | * lp:~mvo/python-apt/recv-key-lp1016643: | Michael Vogt | 3 | -7/+97 | |
| - 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 | add changelog entry | Michael Vogt | 1 | -0/+4 | |
| 2012-10-02 | apt/auth.py: fix trailing whitespace | Michael Vogt | 1 | -1/+1 | |
| 2012-10-02 | tests/test_apt_pkg.py: New test, currently only for | James Hunt | 2 | -2/+115 | |
| size_to_str() method. | |||||
| 2012-10-02 | * python/progress.cc: | James Hunt | 2 | -16/+36 | |
| - setattr(): Check return from Py_BuildValue(). - PyFetchProgress:Pulse(): Check return from setattr(). | |||||
| 2012-10-01 | * lp:~mvo/python-apt/fix-debfile-crash: | Michael Vogt | 2 | -0/+3 | |
| - fix crash on missing candidates in the multiarch check | |||||
| 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 | 2 | -4/+84 | |
| 2012-10-01 | support only downloading long keyids (160bit) in add_key_from_keyserver() | Michael Vogt | 2 | -4/+11 | |
| 2012-10-01 | merged lp:~jamesodhunt/python-apt/fix-for-PkgCacheGetIsMultiArch | Michael Vogt | 2 | -2/+6 | |
| 2012-10-01 | python/cache.cc: PkgCacheGetIsMultiArch(): Return calculated | James Hunt | 2 | -1/+8 | |
| value rather than a random one. | |||||
| 2012-09-03 | merged lp:~sampo555/python-apt/fix_1042916 | Michael Vogt | 3 | -1/+20 | |
| 2012-08-31 | Enable disabled repository instead of adding a new entry if a duplicate ↵ | sampo555 | 2 | -1/+15 | |
| disabled entry already exists (LP: #1042916). | |||||
| 2012-08-08 | po/pl.po: Polish (Michał Kułach) (closes: #684308) | Michał Kułach | 2 | -127/+117 | |
| 2012-07-30 | Release 0.8.7 | Julian Andres Klode | 1 | -2/+2 | |
| 2012-07-30 | apt/auth.py: Forward stderr from apt-key to our stderr if non-empty | Julian Andres Klode | 2 | -1/+7 | |
| 2012-07-30 | apt/auth.py: Do not merge stdout and stderr (Closes: #678706) | Julian Andres Klode | 2 | -5/+8 | |
| 2012-07-28 | Fix typos: the the -> the (closes: #679432) | Jakub Wilk | 4 | -6/+10 | |
| 2012-06-30 | po/ja.po: Japanese translation updated by Kenshi Muto (closes: #679652) | David Prévot | 2 | -105/+92 | |
| 2012-06-30 | po/es.po: Spanish translation updated by Omar Campagne (closes: #679285) | David Prévot | 2 | -132/+145 | |
| 2012-06-30 | Update PO files | David Prévot | 36 | -432/+645 | |
| 2012-06-29 | releasing version 0.8.6 | Michael Vogt | 1 | -2/+2 | |
| 2012-06-25 | Order wheezy-proposed-updates after wheezy/updates and wheezy-updates | Julian Andres Klode | 2 | -5/+6 | |
| 2012-06-25 | Add wheezy-updates as Recommended Updates | Julian Andres Klode | 2 | -0/+6 | |
| 2012-06-25 | * po: | Julian Andres Klode | 16 | -223/+290 | |
| - Fixup the translations for wheezy again | |||||
| 2012-06-25 | * data/templates/Debian.info.in: | Julian Andres Klode | 3 | -12/+44 | |
| - Add wheezy | |||||
| 2012-06-25 | * debian/control: | Julian Andres Klode | 2 | -0/+3 | |
| - Build-depend on fakeroot, needed for the apt.auth tests | |||||
| 2012-06-25 | * tests/fakeroot-apt-key: | Julian Andres Klode | 2 | -1/+3 | |
| - exec apt-key, otherwise we ignore the return value | |||||
| 2012-06-25 | Use Popen.communicate() instead of stdin, stdout | Julian Andres Klode | 2 | -10/+13 | |
| 2012-06-25 | * apt/auth.py: | Julian Andres Klode | 2 | -25/+31 | |
| - Use tempfile.NamedTemporaryFile to create temporary file | |||||
| 2012-06-25 | update b-d for apt, thanks to juliank | Michael Vogt | 2 | -3/+4 | |
