summaryrefslogtreecommitdiff
path: root/python/metaindex.cc
AgeCommit message (Expand)AuthorFilesLines
2011-11-10fix build against apt in experimentalMichael Vogt1-2/+2
2010-04-21python: Commit documentation changes suggested by debian-l10n-english.Julian Andres Klode1-3/+2
2010-04-01python: Document every class, function, property.Julian Andres Klode1-5/+14
2010-04-01python: Return bool instead of int to Python where possible, looks better.Julian Andres Klode1-1/+1
2010-02-27* python:Julian Andres Klode1-7/+1
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode1-4/+4
2010-01-20Rename apt_pkg.PackageIndexFile to apt_pkg.IndexFile.Julian Andres Klode1-1/+1
2009-07-24python: Fix some more possible NULL issues.Julian Andres Klode1-1/+3
2009-07-17python: Use PyString_FromFormat instead of snprintf.Julian Andres Klode1-7/+4
2009-07-13python: Rename all PyTypeObject's to conform to PEP 7.Julian Andres Klode1-2/+2
2009-07-12python/metaindex.cc: Fix deletion of the IndexFile objects in MetaIndex.index...Julian Andres Klode1-2/+5
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-04python/cache.cc, python/metaindex.cc: Convert remaining stuff to getset descr...Julian Andres Klode1-52/+78
2009-04-19* python/*.cc: Export all types and add a __new__() method to them.Julian Andres Klode1-1/+1
2009-04-15* Introduce support for Python 3 (Closes: #523645)Julian Andres Klode1-0/+2
2009-01-11Merge Ben Finney's whitespace changes (Closes: #481563)Julian Andres Klode1-4/+4
2008-10-22* python/metaindex.ccMichael Vogt1-0/+3
2008-05-16Remove trailing whitespace.Ben Finney1-4/+4
2007-09-04* python/metaindex.cc:Michael Vogt1-0/+78