Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-17 | * python/tag.cc: | Julian Andres Klode | 2 | -2/+4 | |
- Correctly handle file descriptor 0 aka stdin (Closes: #669458) | |||||
2012-06-17 | Replace xz-lzma Recommends by xz-utils (Closes: #677934) | Julian Andres Klode | 2 | -1/+2 | |
2012-06-17 | * po/de.po: German translation updated by Holger Wansing (closes: #677916) | David Prévot | 2 | -70/+63 | |
2012-06-17 | * python/configuration.cc: | Julian Andres Klode | 2 | -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 Klode | 2 | -1/+3 | |
- Drop Recommends on python2.6 (Closes: #645970) | |||||
2012-06-15 | Merge patch from Colin Watson to handle non-UTF8 tag files in | Julian Andres Klode | 4 | -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évot | 2 | -654/+1 | |
2012-06-13 | * po/hu.po: Hungarian translation updated by Gabor Kelemen | David Prévot | 2 | -118/+107 | |
2012-06-13 | * po/el.po: Greek translation updated by Thomas Vasileiou (closes: #677331) | David Prévot | 2 | -111/+92 | |
2012-06-13 | * po/fi.po: Finnish translation updated by Timo Jyrinki | David Prévot | 2 | -102/+83 | |
2012-06-13 | * po/tl.po: Tagalog translation updated by Ariel S. Betan | David Prévot | 2 | -116/+123 | |
2012-06-13 | * po/sk.po: Slovak translation updated by Ivan Masár (closes: #676973) | David Prévot | 2 | -163/+121 | |
2012-06-13 | * po/eo.po: Esperanto translation by Kristjan Schmidt and Michael Moroni | David Prévot | 2 | -88/+78 | |
2012-06-13 | * po/id.po: Indonesian by Andika Triwidada (closes: #676960) | David Prévot | 2 | -160/+135 | |
2012-06-13 | * po/sl.po: Slovenian translation updated by Matej Urbančič | David Prévot | 2 | -44/+33 | |
2012-06-13 | * po/pt_BR.po: Brazilian translation updated by Sérgio Cipolla | David Prévot | 2 | -29/+13 | |
2012-06-13 | * po/nl.po: Dutch translation updated by Jeroen Schot (closes: #652335) | David Prévot | 2 | -118/+100 | |
2012-06-13 | * po/fr.po: French translation updated (closes: #567765) | David Prévot | 2 | -106/+112 | |
2012-06-13 | * po/*.po: update PO files against current POT file | David Prévot | 71 | -6410/+15231 | |
2012-06-13 | merged lp:~ev/python-apt/drop-leaked-fds-fix | Michael Vogt | 2 | -7/+1 | |
2012-06-12 | releasing version 0.8.5~ubuntu1 | Steve Langasek | 1 | -2/+2 | |
2012-06-12 | Colin's changes are on the Debian branch, credit them accordingly in the | Steve Langasek | 1 | -6/+6 | |
changelog | |||||
2012-06-12 | Revert change from lp:~ev/python-apt/dont-leak-fds; as discussed on IRC | Steve Langasek | 2 | -4/+3 | |
during the Python3 porting sprint, the cure here is worse than the disease. | |||||
2012-06-12 | Merge pre-released version of 0.8.5 from Debian branch | Steve Langasek | 10 | -82/+1018 | |
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 from the mvo branch | Michael Vogt | 5 | -67/+473 | |
2012-06-12 | merged lp:~glatzor/python-apt/auth | Michael Vogt | 5 | -67/+473 | |
2012-06-12 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 8 | -20/+55 | |
2012-06-12 | tests/test_utils.py: fix absolute path in the test | Michael Vogt | 1 | -3/+7 | |
2012-06-12 | cherry pick r472 from lp:~ubuntu-core-dev/python-apt/ubuntu (thanks Colin!) | Michael Vogt | 5 | -11/+28 | |
2012-06-12 | merged from lp:~vorlon/python-apt/pre-release-py3 | Michael Vogt | 4 | -7/+138 | |
2012-06-12 | merged from the mvo branch | Michael Vogt | 5 | -3/+510 | |
2012-06-12 | merge fix from lp:~ev/python-apt/dont-leak-fds, many thanks | Michael Vogt | 2 | -0/+10 | |
2012-06-12 | aptsources/*.py, setup.py: Make aptsources modules work directly in | Colin Watson | 5 | -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-11 | merge fix for use of .keys() | Steve Langasek | 1 | -1/+1 | |
2012-06-11 | drop the unnecessary use of .keys() here, thanks Barry\! | Steve Langasek | 1 | -1/+1 | |
2012-06-11 | Fix conflicts with Ubuntu branch | Steve Langasek | 3 | -6/+17 | |
2012-06-11 | pre-build.sh: call dpkg-checkbuilddeps with the list of our | Steve Langasek | 2 | -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-11 | utils/get_ubuntu_mirrors_from_lp.py: move this script to python3 | Steve Langasek | 2 | -6/+8 | |
2012-06-11 | add test for utils.get_release_date_from_release_file and update code for ↵ | Michael Vogt | 3 | -2/+502 | |
more py3 friendliness | |||||
2012-06-06 | Don't compare the headers in the export test | Sebastian Heinlein | 1 | -2/+5 | |
2012-06-06 | Add a fakeroot wrapper for apt-key | Sebastian Heinlein | 2 | -0/+4 | |
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 | Create the config dir in the tests | Sebastian Heinlein | 1 | -0/+2 | |
2012-06-06 | Call apt-key instead of gnupg | Sebastian Heinlein | 1 | -112/+48 | |
2012-06-05 | Merge mvos enhancements | Sebastian Heinlein | 2 | -8/+19 | |
2012-06-05 | apt/auth.py: create _TMPDIR on demand | Michael Vogt | 1 | -2/+5 | |