summaryrefslogtreecommitdiff
path: root/python/indexrecords.cc
AgeCommit message (Expand)AuthorFilesLines
2013-10-14python/indexrecords.cc: IndexRecords.load() needs to accept bytes as wellJulian Andres Klode1-2/+2
2013-10-08apt_pkg: Support paths supplied as bytes objects (See: #680971)Julian Andres Klode1-2/+2
2011-04-12apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)Julian Andres Klode1-1/+1
2010-04-21python: Commit documentation changes suggested by debian-l10n-english.Julian Andres Klode1-3/+3
2010-04-01python: Document every class, function, property.Julian Andres Klode1-6/+10
2010-04-01python: Return bool instead of int to Python where possible, looks better.Julian Andres Klode1-1/+1
2010-02-02Remove inline functions from the C++ API, export them instead (part 2).Julian Andres Klode1-1/+1
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode1-1/+1
2010-01-15python/indexrecords.cc,python/policy.cc: Rename functions.Julian Andres Klode1-13/+13
2009-07-10python/indexrecords.cc: Correctly Decrease refcount for HashString.Julian Andres Klode1-3/+6
2009-06-25python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().Julian Andres Klode1-4/+1
2009-06-12Bugfix: Delete pointers correctly, fixing memory leaks. (LP: #370149)Julian Andres Klode1-1/+1
2009-06-09Allow types providing __new__() to be subclassed.Julian Andres Klode1-1/+2
2009-06-08Fix build failures with python2.4-dbg (const)Julian Andres Klode1-1/+1
2009-06-08python/indexrecords.cc: Swap tuple elements in lookup, and raise KeyError whe...Julian Andres Klode1-3/+8
2009-06-08Add apt_pkg.HashString and apt_pkg.IndexRecords (Closes: #456141)Julian Andres Klode1-0/+121