summaryrefslogtreecommitdiff
path: root/python/sourcelist.cc
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Remove old API compatibility C++ support codeJulian Andres Klode1-9/+0
2010-04-01python: Document every class, function, property.Julian Andres Klode1-4/+18
2010-04-01python: Return bool instead of int to Python where possible, looks better.Julian Andres Klode1-2/+2
2010-02-27* python:Julian Andres Klode1-9/+1
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode1-5/+5
2010-01-20Rename apt_pkg.PackageIndexFile to apt_pkg.IndexFile.Julian Andres Klode1-2/+2
2009-07-13python: Rename all PyTypeObject's to conform to PEP 7.Julian Andres Klode1-7/+7
2009-07-12python/sourcelist.cc: Do not delete the pkgIndexFile*, it is managed elsewhere.Julian Andres Klode1-1/+3
2009-07-12python/sourcelist.cc: Fix deletion of MetaIndex objects returned in SourceLis...Julian Andres Klode1-2/+5
2009-06-25python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().Julian Andres Klode1-4/+1
2009-06-21python: Add DeprecationWarning to functions which were replaced by classes.Julian Andres Klode1-0/+3
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-05python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7.Julian Andres Klode1-2/+3
2009-06-03python/: Convert most names to PEP8 naming conventions (except Version,Packag...Julian Andres Klode1-0/+8
2009-04-19* python/*.cc: Export all types and add a __new__() method to them.Julian Andres Klode1-1/+17
2009-04-15* Introduce support for Python 3 (Closes: #523645)Julian Andres Klode1-0/+2
2009-04-14* python/acquire.cc, python/sourcelist.cc: Type cleanupJulian Andres Klode1-15/+32
2008-05-16Remove trailing whitespace.Ben Finney1-8/+8
2008-02-14* python/sourcelist.cc:Michael Vogt1-3/+3
2007-09-04* python/metaindex.cc:Michael Vogt1-1/+15
2006-01-04* added support for pkgIndexFileMichael Vogt1-2/+20
2005-12-05* added PkgSourceList.GetIndexes(); rewrote apt.cache.update() to use itMichael Vogt1-0/+17
2005-11-22* fixes in the acquire interface code (use CppPyObject with pkgAcquire* direc...Michael Vogt1-1/+0
2005-11-22* python/sourcelist.cc cleaned upMichael Vogt1-8/+10
2005-11-18* basic pkgAcquire + pkgPackageManager support addedMichael Vogt1-6/+1
2005-05-03* merged with Greek0@gmx.net--2005-main, native apt interface added, fixed a ...Michael Vogt1-2/+2
2004-11-24* Fix broken object initialization in sourcelist.cc and...Arch Librarian1-7/+2
2004-11-24Initial support for accessing source package dataArch Librarian1-0/+83