| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-04-11 | aptsources/sourceslist.py: s/aptsource.py/sourceslist.py/ (LP: #309603) | Julian Andres Klode | 2 | -1/+2 |
| 2011-04-11 | apt.progress: Use long for ETA, natural type for size (LP: #377375) | Julian Andres Klode | 3 | -5/+6 |
| 2011-04-11 | apt_pkg: Fix time_to_str, time_rfc1123 to accept more correct values | Julian Andres Klode | 2 | -5/+7 |
| 2011-04-11 | apt_pkg: Raise error when parse_commandline gets empty argv (LP: #707416) | Julian Andres Klode | 3 | -0/+35 |
| 2011-04-06 | tests/test_apt_cache.py: Use assertTrue() instead of assert_() | Julian Andres Klode | 2 | -3/+4 |
| 2011-04-06 | all: Fix all instances of ResourceWarning about unclosed files | Julian Andres Klode | 10 | -123/+134 |
| 2011-04-06 | aptsources: Various cleanup work | Julian Andres Klode | 2 | -27/+27 |
| 2011-04-06 | aptsources: Allow insertion of new multi-arch entries | Julian Andres Klode | 3 | -4/+50 |
| 2011-04-06 | aptsources: Parse multi-arch sources.list files correctly | Julian Andres Klode | 4 | -5/+49 |
| 2011-04-05 | Release 0.8.0~exp1 to experimental | Julian Andres Klode | 1 | -2/+2 |
| 2011-04-05 | What's new in 0.8 document | Julian Andres Klode | 1 | -0/+28 |
| 2011-04-05 | doc: Add versionadded for the new features | Julian Andres Klode | 2 | -0/+14 |
| 2011-04-05 | Fix debian/rules to work correctly with tilde in version number | Julian Andres Klode | 2 | -3/+4 |
| 2011-04-05 | Introduce apt_pkg.Cache.groups and apt_pkg.Cache.group_count | Julian Andres Klode | 6 | -27/+160 |
| 2011-04-05 | Support (name, arch) tuples in apt_pkg.Cache mappings, wrapping | Julian Andres Klode | 3 | -19/+54 |
| 2011-04-05 | Change apt_pkg.Cache() so that passing None for 'progress' results in | Julian Andres Klode | 6 | -7/+15 |
| 2011-04-05 | Add apt_pkg.Group class, wrapping pkgCache::GrpIterator | Julian Andres Klode | 10 | -2/+306 |
| 2011-04-05 | Add an 'is_multi_arch' attribute to apt_pkg.Cache | Julian Andres Klode | 3 | -0/+12 |
| 2011-04-05 | Disable the old-style API, and break all packages using it | Julian Andres Klode | 3 | -2/+37 |
| 2011-04-04 | Release 0.7.100.3 | Julian Andres Klode | 1 | -2/+2 |
| 2011-04-04 | Rework Python 3.2 patch | Julian Andres Klode | 5 | -12/+7 |
| 2011-04-04 | * debian/rules: | Julian Andres Klode | 2 | -1/+9 |
| 2011-04-04 | * debian/python3-apt-dbg.install | Julian Andres Klode | 2 | -1/+3 |
| 2011-04-04 | Fix mixed tab/spaces indentation in xz test | Julian Andres Klode | 2 | -1/+2 |
| 2011-04-04 | Merge not-uploaded NMU diff by scott kitterman | Julian Andres Klode | 4 | -3/+16 |
| 2011-04-04 | apt/cache.py: Do not pack full names into _set, use a _fullnameset instead | Julian Andres Klode | 1 | -10/+13 |
| 2011-04-04 | * tests/test_apt_cache.py: | Julian Andres Klode | 2 | -2/+4 |
| 2011-04-04 | * tests/test_debfile.py: | Julian Andres Klode | 2 | -0/+5 |
| 2011-04-04 | * apt/cache.py, apt/package.py: | Julian Andres Klode | 3 | -9/+44 |
| 2011-04-04 | * python/cache.cc: | Julian Andres Klode | 3 | -4/+54 |
| 2011-03-29 | merged from the mvo branch | Michael Vogt | 2 | -1/+9 |
| 2011-03-29 | PyFetchProgress::Pulse(): When ignoring a false return value from | Michael Vogt | 2 | -1/+9 |
| 2011-03-29 | merged from the debian branch | Michael Vogt | 7 | -87/+141 |
| 2011-03-22 | update priority of python3-apt to match the archive | Michael Vogt | 2 | -0/+2 |
| 2011-03-21 | * python/arfile.cc, apt/debfile.py: | Michael Vogt | 5 | -6/+25 |
| 2011-03-21 | releasing version 0.7.100.2 | Michael Vogt | 1 | -2/+2 |
| 2011-03-21 | po/*: rebuild | Michael Vogt | 1 | -79/+109 |
| 2011-03-21 | merged from mvo | Michael Vogt | 4 | -4/+23 |
| 2011-03-21 | - add optional parameter to allow parse_depends() to keep the | Michael Vogt | 4 | -4/+20 |
| 2011-03-21 | * python/apt_pkgmodule.cc: | Michael Vogt | 2 | -2/+5 |
| 2011-02-18 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 12 | -17/+57 |
| 2011-02-18 | * python/depcache.cc: | Michael Vogt | 3 | -1/+35 |
| 2011-01-13 | * debian/python3-apt.install: | Michael Vogt | 2 | -3/+6 |
| 2011-01-10 | merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr th... | Michael Vogt | 9 | -12/+12 |
| 2010-12-22 | merged from the debian branch | Michael Vogt | 4 | -11/+25 |
| 2010-12-22 | python/depcache.cc: remove Py_DECREF, that is one too much (thanks to juliank) | Michael Vogt | 1 | -1/+0 |
| 2010-12-22 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 6 | -11/+41 |
| 2010-12-22 | * python/depcache.cc: | Michael Vogt | 2 | -1/+7 |
| 2010-12-21 | * apt/debfile.py, tests/test_debfile.py: | Michael Vogt | 3 | -1/+16 |
| 2010-12-13 | tests/test_apt_cache.py: fix tests | Michael Vogt | 1 | -3/+3 |