summaryrefslogtreecommitdiff
path: root/aptsources/sourceslist.py
AgeCommit message (Expand)AuthorFilesLines
2015-06-10Fix indentation and docstring problemsvon1-4/+4
2014-06-30make pep8 happy (again)Michael Vogt1-21/+20
2014-03-18Revert "aptsources/sourceslist.py: ensure that our sources are opened with UT...Julian Andres Klode1-21/+18
2014-03-15aptsources/sourceslist.py: ensure that our sources are opened with UTF-8Steve Langasek1-18/+21
2014-01-06Use print_function everywhereJulian Andres Klode1-1/+1
2014-01-05make test_pep8.py passMichael Vogt1-19/+19
2013-10-21aptsources: Correctly parse multiple options (LP: #1103200)Julian Andres Klode1-5/+18
2013-10-08aptsources/sourceslist.py: Fix uniq docstring and hide it (Closes: #723815)Julian Andres Klode1-1/+9
2013-09-11Completely remove deprecated stuffJulian Andres Klode1-4/+0
2012-11-19* aptsources/distinfo.py, aptsources/distro.py, aptsources/sourceslist.py,Colin Watson1-1/+1
2012-08-31Enable disabled repository instead of adding a new entry if a duplicate disab...sampo5551-1/+1
2012-06-12cherry pick r472 from lp:~ubuntu-core-dev/python-apt/ubuntu (thanks Colin!)Michael Vogt1-1/+3
2012-01-10pyflakes fixesMichael Vogt1-2/+1
2011-12-19pyflakes cleanup, use apt_pkg.gettext in aptsources tooMichael Vogt1-2/+1
2011-10-19* merged from ubuntu:Michael Vogt1-9/+13
2011-10-10* aptsources/sourceslist.py:Michael Vogt1-1/+1
2011-08-09* aptsources/sourceslist.py:Michael Vogt1-1/+1
2011-05-26merge from debian, omit disable of the 0.7 APIMichael Vogt1-43/+44
2011-04-20releasing version 0.7.100.3ubuntu5Michael Vogt1-1/+4
2011-04-11aptsources/sourceslist.py: s/aptsource.py/sourceslist.py/ (LP: #309603)Julian Andres Klode1-1/+1
2011-04-06* cherry pick multiarch support for aptsources from debianMichael Vogt1-6/+35
2011-04-06cherry pick -r 505..506 http://bzr.debian.org/apt/python-apt/debian-experimentalMichael Vogt1-4/+13
2011-04-06cherry pick -r 504..505 http://bzr.debian.org/apt/python-apt/debian-experimentalMichael Vogt1-2/+22
2011-04-06all: Fix all instances of ResourceWarning about unclosed filesJulian Andres Klode1-14/+16
2011-04-06aptsources: Various cleanup workJulian Andres Klode1-27/+26
2011-04-06aptsources: Allow insertion of new multi-arch entriesJulian Andres Klode1-4/+13
2011-04-06aptsources: Parse multi-arch sources.list files correctlyJulian Andres Klode1-2/+22
2010-10-18fix compat issues with python3Michael Vogt1-7/+8
2010-01-17aptsources: Make all classes subclasses of object.Julian Andres Klode1-2/+2
2009-06-04apt, aptsources, doc: Update to use the new names.Julian Andres Klode1-8/+8
2009-04-16* apt/*.py: Initial rename work for Bug#481061Julian Andres Klode1-1/+5
2009-04-01* Copyright updates: debian/copyright, etc.Julian Andres Klode1-6/+6
2009-03-23* aptsources/sourceslist.py:Michael Vogt1-1/+1
2009-03-19* aptsources/sourceslist.py:Michael Vogt1-1/+1
2009-03-08* aptsources/sourceslist.py: Add missing ')'Julian Andres Klode1-1/+1
2009-02-16aptsources/sourceslist.py: use apt_pkg.Config.FindFileMichael Vogt1-11/+8
2009-01-12Cleanup: Comparisons to True/False, ==/!= None, deprecated modulesJulian Andres Klode1-30/+24
2008-08-08'mapping.has_key' is deprecated, use current Python 'key in mapping' idiom.Ben Finney1-2/+2
2008-05-16Limit code lines to maximum 79 characters, to conform with PEP 8.Ben Finney1-10/+16
2008-05-16Remove redundant semicolons from statements.Ben Finney1-1/+1
2008-05-16Fix spaces adjacent to commas and operators, to conform with PEP 8.Ben Finney1-14/+14
2008-05-16Fix code indentation to 4 spaces, to conform with PEP 8.Ben Finney1-381/+381
2008-05-16Fixes to blank lines, to conform with PEP 8.Ben Finney1-4/+15
2008-05-16Remove trailing whitespace.Ben Finney1-19/+19
2007-06-14* aptsources/sourceslist.py:Michael Vogt1-6/+3
2007-04-04* Fix the addition of of sources that are already enabled but not with all co...Sebastian Heinlein1-1/+7
2007-03-23* Merge with mvoSebastian Heinlein1-2/+0
2007-03-22* use the correct gettext domainMichael Vogt1-1/+4
2007-02-05* mergeSebastian Heinlein1-1/+1
2007-02-05* write an empty default sources.list if all sources have been removedSebastian Heinlein1-0/+9