summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-22tests/test_policy.py: Fix comment to conform to PEP8Julian Andres Klode1-2/+2
2014-02-22tests/data/aptsources/sources.list.testDistribution: Add tangluJulian Andres Klode1-0/+1
2014-02-22tests/test_policy.py: Disable, uses system state (FTBFS on ppc64)Julian Andres Klode1-0/+2
2014-02-22debian/python3-apt-dbg.files: Fix pattern for kFreeBSDJulian Andres Klode1-1/+1
2014-02-22data: Add Tanglu distribution informationJulian Andres Klode2-0/+45
2014-01-27python/generic.h: Fix MkPyNumber to work if char is unsigned.Julian Andres Klode1-1/+1
2014-01-26utils/doclint.py: Drop, not working anymore.Julian Andres Klode2-97/+14
2014-01-26debian/rules: Use dh_sphinxdoc integrationJulian Andres Klode2-2/+2
2014-01-26doc/source/conf.py: Python 3 supportJulian Andres Klode1-0/+2
2014-01-25Release 0.9.2Julian Andres Klode1-3/+30
2014-01-25debian/control: Drop python-{unittest2,debian} build depsJulian Andres Klode1-2/+0
2014-01-25debian/control: Set Standards-Version to 3.9.5Julian Andres Klode1-1/+1
2014-01-25apt/package.py: Pass an apt_pkg.Dependency to BaseDependencyJulian Andres Klode2-40/+43
2014-01-25apt/package.py: Improved readability and documentation of BaseDependency.__ds...Michael Schaller2-3/+19
2014-01-25tests/test_deps.py: test_dstr cleanup and fixesJulian Andres Klode1-22/+13
2014-01-23tests/test_aptsources.py: Fix regression in d95a8f2Julian Andres Klode1-1/+1
2014-01-14python/pkgmanager.cc: Do not create temporary CppPyRefJulian Andres Klode1-1/+1
2014-01-07apply patch from Barry Warsaw to fix autopkgtestMichael Vogt3-2/+7
2014-01-07debian/gbp.conf: Set sign-tags = TrueJulian Andres Klode1-0/+1
2014-01-07tests: Add back test_hashsums from old and updateJulian Andres Klode3-24/+27
2014-01-06debian/README.source: Drop it, it's useless bzrJulian Andres Klode1-3/+0
2014-01-06tests/test_deps.py: Remove an invalid blank lineJulian Andres Klode1-1/+0
2014-01-06apt/package.py: Fix BaseDependency.__dstr.__ne__()Julian Andres Klode2-1/+29
2014-01-06Unify list of comparison type values everywhereJulian Andres Klode4-4/+7
2014-01-06apt, doc: Fix the list of comp_type valuesJulian Andres Klode3-3/+3
2014-01-06Use a single code base for Python 2 and 3Julian Andres Klode6-25/+33
2014-01-06Use print_function everywhereJulian Andres Klode13-63/+86
2014-01-06tests: Remove checks for Python older than 2.7Julian Andres Klode3-24/+5
2014-01-06Drop support for Python 2.6Julian Andres Klode2-11/+4
2014-01-06debian/control: Replace a tab with spacesJulian Andres Klode1-1/+1
2014-01-06Style fix: Do not use "is True" / "is False"Julian Andres Klode3-16/+16
2014-01-05make test_pep8.py passMichael Vogt48-325/+399
2014-01-05make pyflakes cleanMichael Vogt18-27/+12
2014-01-05add .travis.yml & update python3 dependency to 3.3Michael Vogt3-33/+49
2014-01-05add new pep8,pyflakes dependenciesMichael Vogt3-4/+6
2014-01-05add pyflakes testMichael Vogt1-0/+41
2014-01-05make pep8 test part of the unittestsMichael Vogt1-0/+27
2014-01-05apt/cache.py, apt/package.py: Fixed PEP8 and pyflakes issuesMichael Schaller3-49/+53
2013-11-23* apt/cache.py:Michael Vogt2-1/+12
2013-10-24apt/cache.py: Call os.path.abspath() on a supplied rootdir (LP: #792295)Julian Andres Klode1-0/+1
2013-10-23Release 0.9.1 to unstableJulian Andres Klode1-0/+19
2013-10-23po: Update the templateJulian Andres Klode1-16/+21
2013-10-23debian/python-apt-doc.links: Replace bundled underscore.js by symlinkJulian Andres Klode2-1/+2
2013-10-23debian: Upgrade to debhelper 9 (and dpkg-buildflags)Julian Andres Klode3-4/+4
2013-10-23python/progress.cc: (scan-build): Fix some uninitialized valuesJulian Andres Klode1-3/+3
2013-10-23python/policy.cc: (scan-build): Fix a dead assignmentJulian Andres Klode1-2/+2
2013-10-23python/apt_instmodule.cc: Make RETURN(x) be return on Python 2Julian Andres Klode1-1/+1
2013-10-23python/arfile.cc: (C++11) Explicitly cast unsigned long to time_t in {}Julian Andres Klode1-1/+2
2013-10-23python/cache.cc: Remove a check for an unsigned long value < 0Julian Andres Klode1-1/+1
2013-10-23python/depcache.cc: Add more error handling to PkgDepCacheCommitJulian Andres Klode1-1/+1