| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-11-20 | releasing version 0.8.8ubuntu5 | Martin Pitt | 1 | -2/+2 |
| 2012-11-20 | tests/test_auth.py: Temporarily disable $http_proxy for the tests, as | Martin Pitt | 2 | -0/+13 |
| 2012-11-20 | aptsources/distro.py: Replace the deprecated getiterator() ElementTree | Martin Pitt | 2 | -1/+3 |
| 2012-11-20 | tests/test_auth.py: In test_add_key_from_server_mitm(), show the exception | Martin Pitt | 2 | -1/+4 |
| 2012-11-20 | tests/*.py: Do not prepend None to sys.path, Python 3.3 redeems that with | Martin Pitt | 5 | -4/+19 |
| 2012-11-19 | releasing version 0.8.8ubuntu4 | Colin Watson | 1 | -2/+2 |
| 2012-11-19 | * tests/test_aptsources.py: | Colin Watson | 2 | -1/+4 |
| 2012-11-19 | * tests/test_all.py: | Colin Watson | 2 | -4/+11 |
| 2012-11-19 | * tests/test_debfile_multiarch.py: | Colin Watson | 2 | -2/+7 |
| 2012-11-19 | * aptsources/distinfo.py, aptsources/distro.py, aptsources/sourceslist.py, | Colin Watson | 6 | -9/+13 |
| 2012-11-19 | Try successive keyserver ports if 19191 is already in use. | Colin Watson | 2 | -3/+26 |
| 2012-11-19 | * tests/test_auth.py: | Colin Watson | 2 | -6/+26 |
| 2012-11-19 | * tests/test_apt_cache.py, tests/test_lp659438.py, tests/test_progress.py: | Colin Watson | 4 | -0/+15 |
| 2012-11-08 | releasing version 0.8.8ubuntu3 | Colin Watson | 1 | -2/+2 |
| 2012-11-08 | * tests/test_lp659438.py: | Colin Watson | 2 | -1/+10 |
| 2012-11-07 | releasing version 0.8.8ubuntu2 | Colin Watson | 1 | -2/+2 |
| 2012-11-07 | * data/templates/Ubuntu.info.in: | Colin Watson | 2 | -3/+10 |
| 2012-10-23 | releasing version 0.8.8ubuntu1 | Michael Vogt | 1 | -2/+2 |
| 2012-10-23 | merged from debian experimental | Michael Vogt | 8 | -22/+224 |
| 2012-10-23 | * data/templates/Ubuntu.info.in: | Michael Vogt | 2 | -4/+125 |
| 2012-10-23 | merged from the mvo branch | Michael Vogt | 3 | -1/+7 |
| 2012-10-23 | build fixes for python3.3 | Michael Vogt | 3 | -2/+8 |
| 2012-10-17 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 6 | -8/+93 |
| 2012-10-17 | tests/test_apt_cache.py: delete test_cache_delete_leasks_fds() as its not rel... | Michael Vogt | 1 | -10/+0 |
| 2012-10-17 | merged debian-sid branch | Michael Vogt | 13 | -85/+341 |
| 2012-10-15 | apt/cache.py: add comment | Michael Vogt | 1 | -0/+1 |
| 2012-10-15 | close cache on (re)open | Michael Vogt | 2 | -0/+19 |
| 2012-10-15 | add changelog for lp:~jconti/python-apt/closeable-cache and add new test "tes... | Michael Vogt | 2 | -7/+28 |
| 2012-10-15 | merged lp:~jconti/python-apt/closeable-cache | Michael Vogt | 2 | -4/+46 |
| 2012-10-15 | update changelog | Michael Vogt | 1 | -2/+3 |
| 2012-10-15 | merge from the debian-sid branch | Michael Vogt | 52 | -881/+1355 |
| 2012-10-15 | * python/tag.cc: | Michael Vogt | 2 | -2/+10 |
| 2012-10-12 | * tests/test_apt_cache.py: | Jason Conti | 1 | -0/+19 |
| 2012-10-12 | debian/changelog: add note for future uploaders | Michael Vogt | 1 | -0/+3 |
| 2012-10-12 | merged from the debian-sid branch | Michael Vogt | 6 | -108/+199 |
| 2012-10-12 | * add dep8 style autopkgtest support | Michael Vogt | 5 | -2/+28 |
| 2012-10-12 | debian/tests/control: update depends line | Michael Vogt | 1 | -1/+1 |
| 2012-10-12 | releasing version 0.8.8 | Michael Vogt | 1 | -2/+2 |
| 2012-10-12 | add dep8 style tests | Michael Vogt | 3 | -0/+11 |
| 2012-10-12 | fix tests on python2.6 by using the python-unittest2 backport for "with self.... | Michael Vogt | 4 | -7/+24 |
| 2012-10-12 | * apt/auth.py: | Michael Vogt | 3 | -2/+7 |
| 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 | releasing version 0.8.7ubuntu4 | Michael Vogt | 1 | -3/+3 |
| 2012-10-10 | cherry pick robustness fixes for keyid (allow leading 0x, allow lowercase) | Michael Vogt | 2 | -2/+5 |
| 2012-10-10 | apt/auth.py,tests/test_auth.py: be robust against lower case keyids | Michael Vogt | 2 | -3/+5 |
| 2012-10-10 | tests/test_auth.py: update test to include a 0x | Michael Vogt | 1 | -1/+1 |
| 2012-10-10 | * apt/auth.py: | Michael Vogt | 2 | -1/+9 |
| 2012-10-06 | po/da.po: Danish (Joe Hansen) (closes: #689827) | Joe Hansen | 2 | -60/+40 |
| 2012-10-04 | * apt/cache.py: | Jason Conti | 1 | -0/+20 |