summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-06-17* python/tag.cc:Julian Andres Klode2-2/+4
- Correctly handle file descriptor 0 aka stdin (Closes: #669458)
2012-06-17Replace xz-lzma Recommends by xz-utils (Closes: #677934)Julian Andres Klode2-1/+2
2012-06-17* po/de.po: German translation updated by Holger Wansing (closes: #677916)David Prévot2-70/+63
2012-06-17* python/configuration.cc:Julian Andres Klode2-2/+9
- Handle the use of "del" on configuration values. Those are represented by calling the setter with NULL, which we did not handle before, causing a segmentation fault (Closes: #661062)
2012-06-17* debian/control:Julian Andres Klode2-1/+3
- Drop Recommends on python2.6 (Closes: #645970)
2012-06-15Merge patch from Colin Watson to handle non-UTF8 tag files inJulian Andres Klode4-31/+201
Python 3, by using bytes instead of str when requested; and document this in the RST documentation (Closes: #656288)
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-12releasing version 0.8.5~ubuntu1Steve Langasek1-2/+2
2012-06-12Colin's changes are on the Debian branch, credit them accordingly in theSteve Langasek1-6/+6
changelog
2012-06-12Revert change from lp:~ev/python-apt/dont-leak-fds; as discussed on IRCSteve Langasek2-4/+3
during the Python3 porting sprint, the cure here is worse than the disease.
2012-06-12Merge pre-released version of 0.8.5 from Debian branchSteve Langasek10-82/+1018
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 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-12aptsources/*.py, setup.py: Make aptsources modules work directly inColin Watson5-11/+28
either Python 2 or 3, and exclude the "future" 2to3 fixer so that 2to3 doesn't need to modify them. This makes life a little easier for the strange tricks update-manager plays with its dist-upgrader tarball.
2012-06-11merge fix for use of .keys()Steve Langasek1-1/+1
2012-06-11drop the unnecessary use of .keys() here, thanks Barry\!Steve Langasek1-1/+1
2012-06-11Fix conflicts with Ubuntu branchSteve Langasek3-6/+17
2012-06-11pre-build.sh: call dpkg-checkbuilddeps with the list of our Steve Langasek2-0/+6
source-build-dependencies; this may save someone else an hour down the line scratching their head over gratuitous test-suite failures...
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 ↵Michael Vogt3-2/+502
more py3 friendliness
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 ↵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-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