| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-01-05 | add new pep8,pyflakes dependencies | Michael Vogt | 2 | -2/+4 | |
| 2014-01-05 | apt/cache.py, apt/package.py: Fixed PEP8 and pyflakes issues | Michael Schaller | 1 | -0/+9 | |
| This commit removed the unused local variable 'transient' in 'apt/cache.py' and the unused import 'warnings' in 'apt/package.py'. | |||||
| 2013-11-23 | * apt/cache.py: | Michael Vogt | 1 | -0/+8 | |
| - when using apt.Cache(rootdir=/some/dir) only read the APT configuration from this rootdir instead of /etc (closes: #728274) | |||||
| 2013-10-23 | Release 0.9.1 to unstable | Julian Andres Klode | 1 | -0/+19 | |
| 2013-10-23 | debian/python-apt-doc.links: Replace bundled underscore.js by symlink | Julian Andres Klode | 2 | -1/+2 | |
| And add a dependency in debian/control. | |||||
| 2013-10-23 | debian: Upgrade to debhelper 9 (and dpkg-buildflags) | Julian Andres Klode | 3 | -4/+4 | |
| This gives us some more hardening, amongst other things. | |||||
| 2013-10-21 | Release 0.9.0 to unstable | Julian Andres Klode | 1 | -2/+2 | |
| 2013-10-21 | debian/control: Set Standards-Version to 3.9.4 | Julian Andres Klode | 2 | -1/+3 | |
| 2013-10-21 | data/templates/Ubuntu.info.in: Add "Trusty Thar" | Julian Andres Klode | 1 | -0/+2 | |
| A copy from saucy, with name and numbers adjusted | |||||
| 2013-10-21 | tests/old/*.py: Update to new API as well | Julian Andres Klode | 1 | -0/+2 | |
| 2013-10-21 | doc/examples/*.py: Update examples to the new API | Julian Andres Klode | 1 | -0/+2 | |
| Closes: #639022 | |||||
| 2013-10-21 | aptsources: Correctly parse multiple options (LP: #1103200) | Julian Andres Klode | 1 | -0/+1 | |
| It's still not optimal and we do not support the arch+ and arch- options, but it's a beginning. | |||||
| 2013-10-21 | doc/source/examples/dpkg-info.py: Use apt_inst.DebFile | Julian Andres Klode | 1 | -0/+2 | |
| We previously used deb_extract_control, but this does not exist. Closes: #671784 | |||||
| 2013-10-21 | python/cache.cc: Set NoDelete=true when creating Policy, fixes segfault in ↵ | Julian Andres Klode | 1 | -0/+2 | |
| destructor | |||||
| 2013-10-21 | apt/debfile.py: Pass strip_multi_arch=False to parse_depends. | Julian Andres Klode | 1 | -0/+4 | |
| Patch by Michael, tests derived from the ones provided by the reporter. I included the test debs without the source package, as for our use case, all needed "source code" is included in the package itself anyway. Reported-By: Francois Gouget <fgouget@free.fr> Closes: #717859 Closes: #717861 | |||||
| 2013-10-10 | apt, aptsources: Only call init_config() if not already initialized | Julian Andres Klode | 1 | -0/+2 | |
| Based on an idea by the bug reporter. Reported-by: Dominique Lasserre <lasserre.d@googlemail.com> Closes: #686403 | |||||
| 2013-10-10 | tests: Do not set dir::etc::sourceparts to /tmp | Julian Andres Klode | 1 | -0/+2 | |
| This can cause build failures if *.list files are present in /tmp. Use /dev/null instead (not a directory, but APT silently ignores this). | |||||
| 2013-10-10 | apt/package.py: mark_upgrade misuses FromUser to set auto-installed | Daniel Hartwig | 1 | -0/+4 | |
| Package.mark_upgrade uses FromUser for it's side effect of setting a package as auto-installed (or not). However, FromUser is also influential in pkgDepCache::IsModeChangeOk to determine whether an action should override a dpkg hold, etc.. Closes: #686726 | |||||
| 2013-10-08 | Accept bytes object for file names (Closes: #680971) | Julian Andres Klode | 1 | -0/+1 | |
| I accidentally pushed those changes to debian/sid, but the test suite still runs, so everything should be fine. We're still missing some automatic tests, though. | |||||
| 2013-10-08 | apt/package.py: Add a Package.has_config_files property (Closes: #712749) | Julian Andres Klode | 1 | -0/+2 | |
| The name might be a bit misleading, but I cannot find a short name that completely describes this check. | |||||
| 2013-10-08 | python/apt_pkgmodule.cc: Fix documentation of version_compare (Closes: #680891) | Julian Andres Klode | 1 | -0/+2 | |
| This was supposed to be fixed some time ago in mvo's bzr branch but it seems that it did not survive the git migration. | |||||
| 2013-10-08 | python-apt: formatting error in library/index.rst (Closes: #692484) | Julian Andres Klode | 1 | -0/+3 | |
| 2013-10-08 | aptsources/sourceslist.py: Fix uniq docstring and hide it (Closes: #723815) | Julian Andres Klode | 1 | -0/+2 | |
| We accidentally exported this and people wrongly assumed that it was intended for SourcesList objects. | |||||
| 2013-10-08 | data/templates/Ubuntu.info.in: add 'devel' series | Jeremy Bicha | 1 | -0/+3 | |
| 2013-09-11 | Update changelog | Julian Andres Klode | 1 | -1/+5 | |
| 2013-09-11 | Completely remove deprecated stuff | Julian Andres Klode | 2 | -4/+0 | |
| 2013-09-11 | Remove old API compatibility C++ support code | Julian Andres Klode | 1 | -1/+0 | |
| 2013-09-10 | * merge from Ubuntu: | Michael Vogt | 2 | -9/+8 | |
| - data/templates/Ubuntu.info.in: add "Saucy Salamander" to - debian/control: add "Multi-Arch: allowed" | |||||
| 2013-08-31 | Use HAVE_OPEN_MEMSTREAM | Igor Pashev | 1 | -2/+7 | |
| 2013-08-05 | some fixes from a coverity scan run | Michael Vogt | 1 | -0/+6 | |
| 2013-06-06 | prepare release | Michael Vogt | 1 | -2/+2 | |
| 2013-06-06 | add support for "key in apt.debfile.DebPackage" (closes: #710541) | Michael Vogt | 1 | -0/+3 | |
| 2013-05-16 | debian/gbp.conf: add debian-tag so that git-dch works out of the box | Michael Vogt | 1 | -0/+1 | |
| 2013-05-16 | Update Vcs fields | Julian Andres Klode | 2 | -2/+7 | |
| Rename Vcs-Bzr to Vcs-Git and use the git protocol URL. Change Vcs-Browser to point to the gitweb interface. | |||||
| 2013-05-16 | debian/control: | Michael Vogt | 3 | -2/+15 | |
| * debian/control: - updated Vcs field to point to http://git.debian.org/git/apt/python-apt.git * replace .bzr-builddeb/default.conf with debian/gbp.conf | |||||
| 2013-05-08 | merged from experimental and uploaded to sid | Michael Vogt | 4 | -1/+82 | |
| 2013-04-30 | * aptsources/distro.py: | Michael Vogt | 1 | -0/+8 | |
| - include the missing ID in the NoDistroTemplateException() error, thanks to Brian Murray | |||||
| 2013-03-19 | releasing version 0.8.9~exp2 | Michael Vogt | 1 | -2/+2 | |
| 2013-03-19 | * apt/package.py: | Michael Vogt | 1 | -0/+8 | |
| - export codename in apt.package.Origin as well (closes: #703401) | |||||
| 2013-03-14 | Release 0.8.8.2 | Julian Andres Klode | 1 | -2/+2 | |
| 2013-03-13 | apt/package.py: Try both filenames for package file lists | Julian Andres Klode | 1 | -0/+5 | |
| (Closes: #700715) | |||||
| 2013-03-13 | releasing version 0.8.9~exp1 | Michael Vogt | 1 | -2/+4 | |
| 2012-12-11 | merged test-fixes from ubuntu (mostly for dep8) | Michael Vogt | 1 | -0/+35 | |
| 2012-12-11 | merged from the debian-sid branch | Michael Vogt | 1 | -2/+19 | |
| 2012-11-28 | po/no.po: Remove useless translation (superseded by nb.po) | David Prévot | 1 | -0/+6 | |
| 2012-11-20 | releasing version 0.8.8ubuntu5 | Martin Pitt | 1 | -2/+2 | |
| 2012-11-20 | tests/test_auth.py: Temporarily disable $http_proxy for the tests, as | Martin Pitt | 1 | -0/+2 | |
| gnupg does not get along with proxies (LP #789049) | |||||
| 2012-11-20 | aptsources/distro.py: Replace the deprecated getiterator() ElementTree | Martin Pitt | 1 | -0/+2 | |
| method with iter(), to avoid raising a PendingDeprecationWarning. | |||||
| 2012-11-20 | tests/test_auth.py: In test_add_key_from_server_mitm(), show the exception | Martin Pitt | 1 | -0/+3 | |
| if it does not match the expectation, so that this becomes possible to debug. | |||||
| 2012-11-20 | tests/*.py: Do not prepend None to sys.path, Python 3.3 redeems that with | Martin Pitt | 1 | -0/+7 | |
| an unintelligible crash. | |||||
