Age | Commit message (Expand) | Author | Files | Lines |
2015-06-10 | Fix indentation and docstring problems | von | 1 | -4/+4 |
2014-06-30 | make pep8 happy (again) | Michael Vogt | 1 | -21/+20 |
2014-03-18 | Revert "aptsources/sourceslist.py: ensure that our sources are opened with UT... | Julian Andres Klode | 1 | -21/+18 |
2014-03-15 | aptsources/sourceslist.py: ensure that our sources are opened with UTF-8 | Steve Langasek | 1 | -18/+21 |
2014-01-06 | Use print_function everywhere | Julian Andres Klode | 1 | -1/+1 |
2014-01-05 | make test_pep8.py pass | Michael Vogt | 1 | -19/+19 |
2013-10-21 | aptsources: Correctly parse multiple options (LP: #1103200) | Julian Andres Klode | 1 | -5/+18 |
2013-10-08 | aptsources/sourceslist.py: Fix uniq docstring and hide it (Closes: #723815) | Julian Andres Klode | 1 | -1/+9 |
2013-09-11 | Completely remove deprecated stuff | Julian Andres Klode | 1 | -4/+0 |
2012-11-19 | * aptsources/distinfo.py, aptsources/distro.py, aptsources/sourceslist.py, | Colin Watson | 1 | -1/+1 |
2012-08-31 | Enable disabled repository instead of adding a new entry if a duplicate disab... | sampo555 | 1 | -1/+1 |
2012-06-12 | cherry pick r472 from lp:~ubuntu-core-dev/python-apt/ubuntu (thanks Colin!) | Michael Vogt | 1 | -1/+3 |
2012-01-10 | pyflakes fixes | Michael Vogt | 1 | -2/+1 |
2011-12-19 | pyflakes cleanup, use apt_pkg.gettext in aptsources too | Michael Vogt | 1 | -2/+1 |
2011-10-19 | * merged from ubuntu: | Michael Vogt | 1 | -9/+13 |
2011-10-10 | * aptsources/sourceslist.py: | Michael Vogt | 1 | -1/+1 |
2011-08-09 | * aptsources/sourceslist.py: | Michael Vogt | 1 | -1/+1 |
2011-05-26 | merge from debian, omit disable of the 0.7 API | Michael Vogt | 1 | -43/+44 |
2011-04-20 | releasing version 0.7.100.3ubuntu5 | Michael Vogt | 1 | -1/+4 |
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 |
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 | 1 | -14/+16 |
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 | 1 | -7/+8 |
2010-01-17 | aptsources: Make all classes subclasses of object. | Julian Andres Klode | 1 | -2/+2 |
2009-06-04 | apt, aptsources, doc: Update to use the new names. | Julian Andres Klode | 1 | -8/+8 |
2009-04-16 | * apt/*.py: Initial rename work for Bug#481061 | Julian Andres Klode | 1 | -1/+5 |
2009-04-01 | * Copyright updates: debian/copyright, etc. | Julian Andres Klode | 1 | -6/+6 |
2009-03-23 | * aptsources/sourceslist.py: | Michael Vogt | 1 | -1/+1 |
2009-03-19 | * aptsources/sourceslist.py: | Michael Vogt | 1 | -1/+1 |
2009-03-08 | * aptsources/sourceslist.py: Add missing ')' | Julian Andres Klode | 1 | -1/+1 |
2009-02-16 | aptsources/sourceslist.py: use apt_pkg.Config.FindFile | Michael Vogt | 1 | -11/+8 |
2009-01-12 | Cleanup: Comparisons to True/False, ==/!= None, deprecated modules | Julian Andres Klode | 1 | -30/+24 |
2008-08-08 | 'mapping.has_key' is deprecated, use current Python 'key in mapping' idiom. | Ben Finney | 1 | -2/+2 |
2008-05-16 | Limit code lines to maximum 79 characters, to conform with PEP 8. | Ben Finney | 1 | -10/+16 |
2008-05-16 | Remove redundant semicolons from statements. | Ben Finney | 1 | -1/+1 |
2008-05-16 | Fix spaces adjacent to commas and operators, to conform with PEP 8. | Ben Finney | 1 | -14/+14 |
2008-05-16 | Fix code indentation to 4 spaces, to conform with PEP 8. | Ben Finney | 1 | -381/+381 |
2008-05-16 | Fixes to blank lines, to conform with PEP 8. | Ben Finney | 1 | -4/+15 |
2008-05-16 | Remove trailing whitespace. | Ben Finney | 1 | -19/+19 |
2007-06-14 | * aptsources/sourceslist.py: | Michael Vogt | 1 | -6/+3 |
2007-04-04 | * Fix the addition of of sources that are already enabled but not with all co... | Sebastian Heinlein | 1 | -1/+7 |
2007-03-23 | * Merge with mvo | Sebastian Heinlein | 1 | -2/+0 |
2007-03-22 | * use the correct gettext domain | Michael Vogt | 1 | -1/+4 |
2007-02-05 | * merge | Sebastian Heinlein | 1 | -1/+1 |
2007-02-05 | * write an empty default sources.list if all sources have been removed | Sebastian Heinlein | 1 | -0/+9 |