summaryrefslogtreecommitdiff
path: root/python/indexfile.cc
AgeCommit message (Expand)AuthorFilesLines
2010-04-01python: Document every class, function, property.Julian Andres Klode1-8/+21
2010-04-01python: Return bool instead of int to Python where possible, looks better.Julian Andres Klode1-3/+3
2010-02-27* python:Julian Andres Klode1-12/+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-29/+29
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-4/+1
2009-07-13python: Rename all PyTypeObject's to conform to PEP 7.Julian Andres Klode1-1/+1
2009-07-12python/indexfile.cc: Deallocate the pointer correctly.Julian Andres Klode1-2/+2
2009-06-25python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().Julian Andres Klode1-4/+1
2009-06-25python: Fix some build warnings.Julian Andres Klode1-1/+1
2009-06-21python: Make all CppOwnedPyObjects and similar support garbage collection.Julian Andres Klode1-3/+3
2009-06-21python/acquire.cc, python/indexfile.cc: Do not delete the pointers for some o...Julian Andres Klode1-2/+2
2009-06-12Bugfix: Delete pointers correctly, fixing memory leaks. (LP: #370149)Julian Andres Klode1-1/+1
2009-06-03python/: Convert most names to PEP8 naming conventions (except Version,Packag...Julian Andres Klode1-0/+11
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-04-14* python/indexfile.cc: Use tp_methods and tp_getset for PackageIndexFileTypeJulian Andres Klode1-25/+52
2008-05-16Remove trailing whitespace.Ben Finney1-6/+6
2007-07-25* apt/package.py:Michael Vogt1-1/+1
2006-03-22* added indexFile.ArchiveURI(string)Michael Vogt1-2/+18
2006-01-04* added support for pkgIndexFileMichael Vogt1-0/+76