summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-23python/acquire-item.cc: Support items without an owner set.Julian Andres Klode2-18/+22
2010-01-23* python/progress.cc:Julian Andres Klode2-2/+11
2010-01-23apt/cache.py: Fix Cache.update() to not raise errors on successful updates.Julian Andres Klode2-5/+8
2010-01-23Fix reference counting for old progress classes (Closes: #566370).Julian Andres Klode2-7/+21
2010-01-20apt/utils.py: fix copyright infoMichael Vogt1-3/+4
2010-01-20* apt/utils.py:Michael Vogt2-0/+77
2010-01-20Release 0.7.93Julian Andres Klode1-2/+2
2010-01-20Rename apt_pkg.PackageIndexFile to apt_pkg.IndexFile.Julian Andres Klode10-54/+55
2010-01-20doc/source/c++/embedding.rst: Add compile command.Julian Andres Klode1-0/+7
2010-01-20doc/source/c++/api.rst: Document the C++ bindings.Julian Andres Klode2-3/+820
2010-01-20python/progress.cc: Always set 'percent' in OpProgress objects.Julian Andres Klode1-2/+1
2010-01-20apt/progress/gtk2.py: Add GAcquireProgress.Julian Andres Klode2-23/+105
2010-01-20doc/source/library/apt.progress.base.rst: Document Progress classes.Julian Andres Klode2-0/+336
2010-01-20apt/progress/base.py: Add InstallProgress.dpkg_status_change.Julian Andres Klode1-3/+8
2010-01-17apt/progress/text.py: Replace one print statement with a .write() call.Julian Andres Klode2-1/+3
2010-01-17apt/progress/base.py: Fix some parsing of dpkg status fd.Julian Andres Klode2-3/+11
2010-01-17apt/progress/base.py: Use attributes of IOError and OSError object.Julian Andres Klode1-6/+6
2010-01-17aptsources/distro.py: Support Python 3, decode lsb_release results using utf-8.Julian Andres Klode2-0/+3