summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-09Add apt_pkg.SourceRecords.next() to step through all SrcRecordsMichael Vogt2-1/+25
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
2013-10-23python/{depcache.cc,string.cc}: Ignore deprecation warnings for some callsJulian Andres Klode3-0/+9
2013-10-23python/*.cc: Get rid of the easy-to-replace deprecated APT functionsJulian Andres Klode3-5/+7
2013-10-23data/templates/Debian.info.in: Change wheezy version from 7.0 to 7Julian Andres Klode53-72/+72
2013-10-23data/templates/Debian.info.in: Add jessieJulian Andres Klode1-0/+30
2013-10-21data/templates/Ubuntu.info.in: It's 'Tahr', not 'Thar'Julian Andres Klode1-3/+3
2013-10-21Release 0.9.0 to unstableJulian Andres Klode1-2/+2
2013-10-21debian/control: Set Standards-Version to 3.9.4Julian Andres Klode2-1/+3
2013-10-21po: Update templateJulian Andres Klode1-93/+118
2013-10-21data/templates/Ubuntu.info.in: Add "Trusty Thar"Julian Andres Klode2-0/+121
2013-10-21tests/old/*.py: Update to new API as wellJulian Andres Klode12-110/+112
2013-10-21doc/examples/*.py: Update examples to the new APIJulian Andres Klode20-174/+167
2013-10-21aptsources: Correctly parse multiple options (LP: #1103200)Julian Andres Klode4-7/+39
2013-10-21doc/examples: Start updating to new APIJulian Andres Klode10-155/+156
2013-10-21doc/source/examples/dpkg-info.py: Use apt_inst.DebFileJulian Andres Klode2-2/+4
2013-10-21python/cache.cc: Set NoDelete=true when creating Policy, fixes segfault in de...Julian Andres Klode2-2/+8
2013-10-21apt/debfile.py: Pass strip_multi_arch=False to parse_depends.Julian Andres Klode6-6/+68
2013-10-15python/apt_pkgmodule.cc: Document second parameter of parse_{,src_}dependsJulian Andres Klode1-4/+8
2013-10-14utils/get_ubuntu_mirrors_from_lp.py: Switch to Python 3 againJulian Andres Klode2-2/+2
2013-10-14tests/test_path.py: Use "Dir" option instead of "RootDir", and reset in tearDownJulian Andres Klode1-3/+3
2013-10-14Add tests for (all except one) functions accepting pathsJulian Andres Klode1-0/+106
2013-10-14python/indexrecords.cc: IndexRecords.load() needs to accept bytes as wellJulian Andres Klode2-2/+31
2013-10-10apt, aptsources: Only call init_config() if not already initializedJulian Andres Klode3-4/+11
2013-10-10tests: Do not set dir::etc::sourceparts to /tmpJulian Andres Klode3-2/+6
2013-10-10apt/package.py: mark_upgrade misuses FromUser to set auto-installedDaniel Hartwig2-2/+7
2013-10-08Accept bytes object for file names (Closes: #680971)Julian Andres Klode1-0/+1
2013-10-08python/generic.cc: Move PyApt_Filename::init hereJulian Andres Klode2-21/+24
2013-10-08apt/package.py: Add a Package.has_config_files property (Closes: #712749)Julian Andres Klode2-0/+7
2013-10-08python/apt_pkgmodule.cc: Fix documentation of version_compare (Closes: #680891)Julian Andres Klode2-2/+5
2013-10-08python-apt: formatting error in library/index.rst (Closes: #692484)Julian Andres Klode2-1/+4
2013-10-08aptsources/sourceslist.py: Fix uniq docstring and hide it (Closes: #723815)Julian Andres Klode2-1/+11