Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-13 | * po/nl.po: Dutch translation updated by Jeroen Schot (closes: #652335) | David Prévot | 1 | -0/+1 | |
2012-06-13 | * po/fr.po: French translation updated (closes: #567765) | David Prévot | 1 | -0/+1 | |
2012-06-13 | * po/*.po: update PO files against current POT file | David Prévot | 1 | -0/+3 | |
2012-06-13 | merged lp:~ev/python-apt/drop-leaked-fds-fix | Michael Vogt | 1 | -3/+0 | |
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 | 1 | -0/+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 | 2 | -7/+34 | |
2012-06-12 | merged from the mvo branch | Michael Vogt | 1 | -0/+5 | |
2012-06-12 | merged lp:~glatzor/python-apt/auth | Michael Vogt | 1 | -0/+5 | |
2012-06-12 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 1 | -0/+19 | |
2012-06-12 | cherry pick r472 from lp:~ubuntu-core-dev/python-apt/ubuntu (thanks Colin!) | Michael Vogt | 1 | -0/+7 | |
2012-06-12 | merged from lp:~vorlon/python-apt/pre-release-py3 | Michael Vogt | 1 | -1/+12 | |
2012-06-12 | merged from the mvo branch | Michael Vogt | 1 | -1/+4 | |
2012-06-12 | merge fix from lp:~ev/python-apt/dont-leak-fds, many thanks | Michael Vogt | 1 | -0/+6 | |
2012-06-12 | aptsources/*.py, setup.py: Make aptsources modules work directly in | Colin Watson | 1 | -0/+7 | |
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 | Fix conflicts with Ubuntu branch | Steve Langasek | 1 | -0/+9 | |
2012-06-11 | pre-build.sh: call dpkg-checkbuilddeps with the list of our | Steve Langasek | 1 | -0/+3 | |
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 | 1 | -0/+3 | |
2012-05-04 | merge from ubuntu | Michael Vogt | 1 | -1/+6 | |
2012-05-02 | releasing version 0.8.3ubuntu8 | Stéphane Graber | 1 | -0/+7 | |
2012-04-18 | releasing version 0.8.3ubuntu7 | Michael Vogt | 1 | -11/+4 | |
2012-04-18 | merged from the mvo branch | Michael Vogt | 1 | -3/+2 | |
2012-04-17 | merged from the mvo branch | Michael Vogt | 1 | -0/+18 | |
2012-04-17 | * python/cache.cc: | Michael Vogt | 1 | -0/+8 | |
- ensure that pkgApplyStatus is called when the cache is opened (thanks to Sebastian Heinlein for finding this bug), LP: #659438 | |||||
2012-04-16 | releasing version 0.8.4 | Michael Vogt | 1 | -2/+3 | |
2012-04-16 | commit experimental upload | Michael Vogt | 1 | -2/+2 | |
2012-04-02 | releasing version 0.8.3ubuntu6 | Michael Vogt | 1 | -2/+2 | |
2012-03-28 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 1 | -0/+7 | |
2012-03-28 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 1 | -0/+2 | |
2012-03-28 | * apt/cache.py: | Michael Vogt | 1 | -0/+2 | |
- fix _have_multi_arch flag (thanks to Sebastian Heinlein) | |||||
2012-03-27 | releasing version 0.8.3ubuntu5 | Michael Vogt | 1 | -1/+1 | |
2012-03-27 | merged from http://bzr.debian.org/bzr/apt/python-apt/debian-sid | Michael Vogt | 1 | -0/+12 | |
2012-03-27 | merged from lp:~mvo/pthon-apt/mvo | Michael Vogt | 1 | -0/+2 | |
2012-03-27 | * apt/package.py: | Michael Vogt | 1 | -0/+2 | |
- if there is no Version.uri return None | |||||
2012-03-05 | python/apt_pkgmodule.cc: Fix apt_pkg.Dependency.TYPE_RECOMMENDS, had ↵ | Julian Andres Klode | 1 | -0/+5 | |
Suggests value previously | |||||
2012-02-14 | releasing version 0.8.3ubuntu4 | Michael Vogt | 1 | -2/+2 | |
2012-02-14 | merged from lp:~mvo/apt/mvo | Michael Vogt | 1 | -6/+7 | |
2012-02-06 | * tests/test_tagfile.py: | Michael Vogt | 1 | -0/+6 | |
- add test for apt_pkg.TagFile() both for compressed/uncompressed files * python/tag.cc, tests/test_tagfile.py: - add support a filename argument in apt_pkg.TagFile() (in addition to the file object currently supported) | |||||
2012-02-03 | * python/tag.cc, tests/test_tagfile.py: | Michael Vogt | 1 | -0/+3 | |
- add support a filename argument in apt_pkg.TagFile() (in addition to the file object currently supported) | |||||
2012-02-03 | * tests/test_tagfile.py: | Michael Vogt | 1 | -0/+3 | |
- add test for apt_pkg.TagFile() both for compressed/uncompressed files | |||||
2012-01-31 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 2 | -1/+21 | |
2012-01-31 | merged from lp:~mvo/apt/mvo | Michael Vogt | 2 | -1/+12 | |
2012-01-31 | * apt/debfile.py: | Michael Vogt | 2 | -1/+4 | |
- use apt_inst for reading the control_filelist * debian/control: - remove no longer needed dependency on python-debian | |||||
2012-01-30 | RED: apt.Version should have "policy_priority" property | Michael Vogt | 1 | -0/+1 | |
2012-01-30 | rebuild against latest libapt | Michael Vogt | 2 | -1/+7 | |
2012-01-04 | * doc/examples/build-deps.py: | Michael Vogt | 1 | -0/+7 | |
- update the build-deps.py example to use the apt API more | |||||
2011-12-19 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 1 | -0/+2 | |
2011-12-19 | * apt/debfile.py: | Michael Vogt | 1 | -0/+2 | |
- fix crash in dep multiarch handling | |||||
2011-12-09 | releasing version 0.8.3ubuntu2 | Martin Pitt | 1 | -2/+2 | |