summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-01* python/acquire-item.cc:Julian Andres Klode2-0/+14
2010-02-27* data/templates/Ubuntu.info.in:Julian Andres Klode2-10/+13
2010-02-27Upload 0.7.93.2 to unstableJulian Andres Klode1-1/+1
2010-02-27* debian/python-apt.install:Julian Andres Klode3-1/+4
2010-02-27Ship the list of deprecated things in the apt_pkg and apt_inst modulesJulian Andres Klode3-55/+80
2010-02-27* python:Julian Andres Klode16-250/+98
2010-02-27doc: Document the new Cache functionality.Julian Andres Klode1-0/+5
2010-02-27* python/cache.cc:Julian Andres Klode2-5/+24
2010-02-27Merge the mvo branchJulian Andres Klode5-42/+57
2010-02-17apt/progress/old.py: move compat updateInterface hereMichael Vogt2-4/+1
2010-02-17apt/progress/base.py: more compat fixesMichael Vogt1-1/+8
2010-02-17python/progress.cc: more compat fixesMichael Vogt1-8/+8
2010-02-17* python/progress.cc:Michael Vogt2-23/+24
2010-02-17apt/progress/base.py: call pipe ends {write,status}_streamMichael Vogt2-7/+7
2010-02-17* apt/cache.py:Michael Vogt3-11/+21
2010-02-17merged from the debian-sid branchMichael Vogt223-60422/+29423
2010-02-13* debian/rules:Julian Andres Klode2-0/+7
2010-02-13* data/templates/*.in: Switch MirrorsFile to relative filenames.Julian Andres Klode5-24/+34
2010-02-13test_all.py: Use local modules instead of system ones if possible.Julian Andres Klode2-0/+16
2010-02-13* aptsources/distro.py:Julian Andres Klode2-2/+4
2010-02-13* tests:Julian Andres Klode3-5/+15
2010-02-13* data/templates/Debian.info.in:Julian Andres Klode2-7/+10
2010-02-13python/tagfile.cc: Implement the iterator protocol in TagFile.Julian Andres Klode5-13/+63
2010-02-07* utils/migrate-0.8.py:Julian Andres Klode2-3/+8
2010-02-07* Fix some places where the old API was still used:Julian Andres Klode4-29/+38
2010-02-05Release 0.7.93.1.Julian Andres Klode1-2/+2
2010-02-05* apt/utils.py:Julian Andres Klode2-0/+81
2010-02-02debian/control: Set Standards-Version to 3.8.4.Julian Andres Klode2-1/+2
2010-02-02doc/source/c++/api.rst: Update for the API changes.Julian Andres Klode1-31/+31
2010-02-02python: Update PyAcquire_FromCpp to the new API rules (add Owner parameter).Julian Andres Klode4-6/+7
2010-02-02debian/changelog: Do not mention the typo itself, only the correct word.Julian Andres Klode1-1/+1
2010-02-02* debian/control:Julian Andres Klode2-1/+6
2010-02-02Fix typo seperated => separated in multiple files (reported by lintian).Julian Andres Klode4-3/+4
2010-02-02doc/client-example.cc: Update against the new API.Julian Andres Klode2-1/+2
2010-02-02Remove inline functions from the C++ API, export them instead (part 2).Julian Andres Klode9-69/+217
2010-02-02python/tarfile.cc: If only one member is requested, extract just that one.Julian Andres Klode2-0/+3
2010-02-02apt/progress/base.py: select.error objects do not have an errno attribute (Cl...Julian Andres Klode2-2/+4
2010-01-31python/generic.h: Fix CppPyObject_NEW with parameter again.Julian Andres Klode1-2/+2
2010-01-31python/arfile.cc: Handle the case where ararchive_new returns NULL in debfile...Julian Andres Klode2-0/+4
2010-01-31po/de.po: Fix Ubuntu 10.04 codename.Julian Andres Klode1-1/+1
2010-01-31de.po: Update against new templateJulian Andres Klode2-87/+95
2010-01-31po/python-apt.pot: Update template.Julian Andres Klode1-84/+89
2010-01-27Remove inline functions from the C++ API, export them instead (part 1)Julian Andres Klode4-103/+245
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode24-278/+219
2010-01-27Drop the segfault prevention measures from the Acquire code, as they failJulian Andres Klode6-160/+64
2010-01-24python/progress.h: PyFetchProgress keeps a reference to pyAcquire.Julian Andres Klode1-1/+4
2010-01-24Clone all pkgDirStream::Item's so apt_pkg.TarMember object can be usedJulian Andres Klode2-30/+45
2010-01-24* python/tarfile.cc:Julian Andres Klode2-4/+13
2010-01-24python/acquire-item.cc: Add GC support to AcquireItem.Julian Andres Klode1-3/+4
2010-01-23python: Export a PyAcquire_FromCpp which sets up a correct PyAcquireObject.Julian Andres Klode4-1/+18