Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-10 | Fix indentation and docstring problems | von | 1 | -4/+4 | |
Closes: #784910 | |||||
2014-10-24 | Merged UbuntuRTMDistribution detection from ubuntu | Michael Vogt | 1 | -0/+34 | |
* Add template for the "Ubuntu-RTM" derived distribution. * Detect whether a system is running Ubuntu-RTM by way of "system-image-cli -i". Not perfect but close enough. | |||||
2014-06-30 | make pep8 happy (again) | Michael Vogt | 3 | -44/+43 | |
2014-03-18 | Revert "aptsources/sourceslist.py: ensure that our sources are opened with ↵ | Julian Andres Klode | 1 | -21/+18 | |
UTF-8" This reverts commit a05fa8f6bacea135ba2954e9702aa95b54203322. | |||||
2014-03-15 | aptsources/sourceslist.py: ensure that our sources are opened with UTF-8 | Steve Langasek | 1 | -18/+21 | |
ensure that our sources are opened with UTF-8 encoding, regardless of the current locale, and handle the sources lines as Unicode internally for consistency between python2 and python3. LP: #1069019. [jak: Squashed a PEP8 fixup change by Brian Murray] | |||||
2014-01-06 | Use print_function everywhere | Julian Andres Klode | 2 | -1/+3 | |
This brings the code closer to Python 3. Automatically converted using 2to3 -f print. | |||||
2014-01-06 | Style fix: Do not use "is True" / "is False" | Julian Andres Klode | 1 | -13/+13 | |
This is uncommon style. It's better to use "pred" instead of "pred is True" and "not pred" instead of "pred is False". | |||||
2014-01-05 | make test_pep8.py pass | Michael Vogt | 3 | -47/+47 | |
2013-10-21 | aptsources: Correctly parse multiple options (LP: #1103200) | Julian Andres Klode | 1 | -5/+18 | |
It's still not optimal and we do not support the arch+ and arch- options, but it's a beginning. | |||||
2013-10-10 | apt, aptsources: Only call init_config() if not already initialized | Julian Andres Klode | 1 | -2/+5 | |
Based on an idea by the bug reporter. Reported-by: Dominique Lasserre <lasserre.d@googlemail.com> Closes: #686403 | |||||
2013-10-08 | aptsources/sourceslist.py: Fix uniq docstring and hide it (Closes: #723815) | Julian Andres Klode | 1 | -1/+9 | |
We accidentally exported this and people wrongly assumed that it was intended for SourcesList objects. | |||||
2013-09-11 | Completely remove deprecated stuff | Julian Andres Klode | 1 | -4/+0 | |
2013-05-08 | merged from experimental and uploaded to sid | Michael Vogt | 3 | -4/+9 | |
2013-04-30 | * aptsources/distro.py: | Michael Vogt | 1 | -2/+3 | |
- include the missing ID in the NoDistroTemplateException() error, thanks to Brian Murray | |||||
2013-03-13 | python2.6 compat fixes | Michael Vogt | 1 | -0/+4 | |
2012-11-20 | aptsources/distro.py: Replace the deprecated getiterator() ElementTree | Martin Pitt | 1 | -1/+1 | |
method with iter(), to avoid raising a PendingDeprecationWarning. | |||||
2012-11-19 | * aptsources/distinfo.py, aptsources/distro.py, aptsources/sourceslist.py, | Colin Watson | 3 | -3/+4 | |
tests/test_apt_cache.py, tests/test_debfile_multiarch.py: - Use logging.warning rather than the deprecated logging.warn. | |||||
2012-08-31 | Enable disabled repository instead of adding a new entry if a duplicate ↵ | sampo555 | 1 | -1/+1 | |
disabled entry already exists (LP: #1042916). | |||||
2012-06-12 | cherry pick r472 from lp:~ubuntu-core-dev/python-apt/ubuntu (thanks Colin!) | Michael Vogt | 3 | -11/+17 | |
2012-01-10 | pyflakes fixes | Michael Vogt | 3 | -6/+2 | |
2011-12-19 | pyflakes cleanup, use apt_pkg.gettext in aptsources too | Michael Vogt | 3 | -10/+3 | |
2011-10-19 | * merged from ubuntu: | Michael Vogt | 3 | -27/+29 | |
- use logging instead of print - update distro template Ubuntu.info.in - add xz compression support | |||||
2011-10-10 | * aptsources/sourceslist.py: | Michael Vogt | 1 | -1/+1 | |
- import distinfo from the same dir (LP: #871007) | |||||
2011-09-28 | add concept of "ParentComponent" for e.g. ubuntu/multiverse | Michael Vogt | 2 | -3/+22 | |
that needs universe enabled as well (plus add test) LP: #829284 | |||||
2011-09-28 | add concept of "ParentComponent" for e.g. ubuntu/multiverse | Michael Vogt | 2 | -3/+22 | |
that needs universe enabled as well (plus add test) | |||||
2011-08-11 | * aptsources/distinfo.py: | Michael Vogt | 1 | -1/+1 | |
- make mirror a valid protocol name | |||||
2011-08-11 | * aptsources/distinfo.py: | Michael Vogt | 1 | -1/+1 | |
- make mirror a valid protocol name | |||||
2011-08-09 | * aptsources/sourceslist.py: | Michael Vogt | 1 | -1/+1 | |
- fix py3.2 compat issue that causes FTBFS on amd64 tests | |||||
2011-05-26 | merge from debian, omit disable of the 0.7 API | Michael Vogt | 2 | -126/+128 | |
2011-04-20 | releasing version 0.7.100.3ubuntu5 | Michael Vogt | 1 | -1/+4 | |
2011-04-12 | Update enable_component to also apply to -src entries (LP: #758732) | Julian Andres Klode | 1 | -0/+3 | |
2011-04-12 | releasing version 0.7.100.3ubuntu4 | Stéphane Graber | 1 | -0/+3 | |
2011-04-11 | aptsources/sourceslist.py: s/aptsource.py/sourceslist.py/ (LP: #309603) | Julian Andres Klode | 1 | -1/+1 | |
2011-04-06 | * cherry pick multiarch support for aptsources from debian | Michael Vogt | 1 | -6/+35 | |
* aptsources: Parse multi-arch sources.list files correctly * aptsources: Allow insertion of new multi-arch entries | |||||
2011-04-06 | cherry pick -r 505..506 http://bzr.debian.org/apt/python-apt/debian-experimental | Michael Vogt | 1 | -4/+13 | |
2011-04-06 | cherry pick -r 504..505 http://bzr.debian.org/apt/python-apt/debian-experimental | Michael Vogt | 1 | -2/+22 | |
2011-04-06 | all: Fix all instances of ResourceWarning about unclosed files | Julian Andres Klode | 2 | -97/+103 | |
2011-04-06 | aptsources: Various cleanup work | Julian Andres Klode | 1 | -27/+26 | |
2011-04-06 | aptsources: Allow insertion of new multi-arch entries | Julian Andres Klode | 1 | -4/+13 | |
2011-04-06 | aptsources: Parse multi-arch sources.list files correctly | Julian Andres Klode | 1 | -2/+22 | |
2010-10-18 | fix compat issues with python3 | Michael Vogt | 3 | -23/+25 | |
2010-09-13 | * data/templates/Ubuntu.info.in: | Michael Vogt | 2 | -1/+8 | |
- add extras.ubuntu.com and archvie.canonical.com to the templates * aptsources/distinfo.py, aptsources/distro.py: - support non-official templates (like extras.ubuntu.com) | |||||
2010-03-01 | Style fixes. | Julian Andres Klode | 1 | -0/+2 | |
2010-02-13 | * data/templates/*.in: Switch MirrorsFile to relative filenames. | Julian Andres Klode | 1 | -0/+3 | |
- setup.py: Copy the mirror lists to the build directory - aptsources/distinfo.py: Support relative filenames for MirrorsFile. | |||||
2010-02-13 | * aptsources/distro.py: | Julian Andres Klode | 1 | -2/+2 | |
- Call lsb_release with -idrc instead of --all. | |||||
2010-01-17 | aptsources/distro.py: Support Python 3, decode lsb_release results using utf-8. | Julian Andres Klode | 1 | -0/+2 | |
2010-01-17 | aptsources: Make all classes subclasses of object. | Julian Andres Klode | 3 | -8/+8 | |
2009-08-02 | Only recommend lsb-release instead of depending on it. Default to | Julian Andres Klode | 2 | -10/+28 | |
Debian unstable if lsb_release is not available. | |||||
2009-07-20 | Merge from debian-sid | Julian Andres Klode | 1 | -2/+2 | |
2009-07-17 | aptsources/distinfo.py: Fix split_url() on Python 3. | Julian Andres Klode | 1 | -2/+4 | |