summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-17* python/configuration.cc:Julian Andres Klode2-2/+9
2012-06-17* debian/control:Julian Andres Klode2-1/+3
2012-06-15Merge patch from Colin Watson to handle non-UTF8 tag files inJulian Andres Klode4-31/+201
2012-06-13* po/en_GB.po: Remove useless file <20120610190618.GA1387@burratino>David Prévot2-654/+1
2012-06-13* po/hu.po: Hungarian translation updated by Gabor KelemenDavid Prévot2-118/+107
2012-06-13* po/el.po: Greek translation updated by Thomas Vasileiou (closes: #677331)David Prévot2-111/+92
2012-06-13* po/fi.po: Finnish translation updated by Timo JyrinkiDavid Prévot2-102/+83
2012-06-13* po/tl.po: Tagalog translation updated by Ariel S. BetanDavid Prévot2-116/+123
2012-06-13* po/sk.po: Slovak translation updated by Ivan Masár (closes: #676973)David Prévot2-163/+121
2012-06-13* po/eo.po: Esperanto translation by Kristjan Schmidt and Michael MoroniDavid Prévot2-88/+78
2012-06-13* po/id.po: Indonesian by Andika Triwidada (closes: #676960)David Prévot2-160/+135
2012-06-13* po/sl.po: Slovenian translation updated by Matej UrbančičDavid Prévot2-44/+33
2012-06-13* po/pt_BR.po: Brazilian translation updated by Sérgio CipollaDavid Prévot2-29/+13
2012-06-13* po/nl.po: Dutch translation updated by Jeroen Schot (closes: #652335)David Prévot2-118/+100
2012-06-13* po/fr.po: French translation updated (closes: #567765)David Prévot2-106/+112
2012-06-13* po/*.po: update PO files against current POT fileDavid Prévot71-6410/+15231
2012-06-13merged lp:~ev/python-apt/drop-leaked-fds-fix Michael Vogt2-7/+1
2012-06-12Drop __del__ statement, which is unsafe: http://www.algorithm.co.il/blogs/pro...Evan Dandrea1-4/+1
2012-06-12merged from the mvo branchMichael Vogt5-67/+473
2012-06-12merged lp:~glatzor/python-apt/authMichael Vogt5-67/+473
2012-06-12merged from lp:~mvo/python-apt/mvoMichael Vogt8-20/+55
2012-06-12tests/test_utils.py: fix absolute path in the testMichael Vogt1-3/+7
2012-06-12cherry pick r472 from lp:~ubuntu-core-dev/python-apt/ubuntu (thanks Colin!)Michael Vogt5-11/+28
2012-06-12merged from lp:~vorlon/python-apt/pre-release-py3Michael Vogt4-7/+138
2012-06-12merged from the mvo branchMichael Vogt5-3/+510
2012-06-12merge fix from lp:~ev/python-apt/dont-leak-fds, many thanksMichael Vogt2-0/+10
2012-06-11drop the unnecessary use of .keys() here, thanks Barry\!Steve Langasek1-1/+1
2012-06-11pre-build.sh: call dpkg-checkbuilddeps with the list of our Steve Langasek2-0/+6
2012-06-11utils/get_ubuntu_mirrors_from_lp.py: move this script to python3Steve Langasek2-6/+8
2012-06-11add test for utils.get_release_date_from_release_file and update code for mor...Michael Vogt3-2/+502
2012-06-06Don't compare the headers in the export testSebastian Heinlein1-2/+5
2012-06-06Add a fakeroot wrapper for apt-keySebastian Heinlein2-0/+4
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-06Create the config dir in the testsSebastian Heinlein1-0/+2
2012-06-06Call apt-key instead of gnupgSebastian Heinlein1-112/+48
2012-06-05Merge mvos enhancementsSebastian Heinlein2-8/+19
2012-06-05apt/auth.py: create _TMPDIR on demandMichael Vogt1-2/+5
2012-06-05pep8 fixesMichael Vogt2-6/+14
2012-06-01Remove importing of the library dir. This is handled by test_allSebastian Heinlein1-3/+0
2012-06-01Small fixSebastian Heinlein1-1/+1
2012-06-01Python3 fixes and restore apt configuration afterwardsSebastian Heinlein1-7/+16
2012-06-01Add test casesSebastian Heinlein1-0/+210
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