summaryrefslogtreecommitdiff
path: root/python/acquire-item.cc
AgeCommit message (Expand)AuthorFilesLines
2011-04-12apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)Julian Andres Klode1-5/+5
2010-09-28python/acquire-item.cc: strprintf() to have a working %lluMichael Vogt1-8/+13
2010-09-24* python/acquire-item.cc:Michael Vogt1-2/+2
2010-09-24merge fix from Steven Chamberlain <steven@pyro.eu.org> forMichael Vogt1-1/+1
2010-04-21python: Commit documentation changes suggested by debian-l10n-english.Julian Andres Klode1-14/+25
2010-04-01python: Document every class, function, property.Julian Andres Klode1-15/+45
2010-03-01* python/acquire-item.cc:Julian Andres Klode1-0/+7
2010-02-27* python:Julian Andres Klode1-12/+1
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode1-9/+9
2010-01-27Drop the segfault prevention measures from the Acquire code, as they failJulian Andres Klode1-47/+1
2010-01-24python/acquire-item.cc: Add GC support to AcquireItem.Julian Andres Klode1-3/+4
2010-01-23python/acquire-item.cc: Support items without an owner set.Julian Andres Klode1-18/+20
2009-07-22python: 2nd part of the acquire fixes (one PyObject per C++ object).Julian Andres Klode1-5/+9
2009-07-22python: First step of fixing acquire stuff.Julian Andres Klode1-0/+357