summaryrefslogtreecommitdiff
path: root/python/pkgsrcrecords.cc
AgeCommit message (Expand)AuthorFilesLines
2011-04-12apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)Julian Andres Klode1-4/+6
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-12/+37
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-13/+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-08-21Merge 0.7.13.0 from unstable.Julian Andres Klode1-1/+1
2009-08-21python/pkgsrcrecords.cc: Fix spelling error (begining should be beginning).Julian Andres Klode1-1/+1
2009-07-13python: Rename all PyTypeObject's to conform to PEP 7.Julian Andres Klode1-3/+3
2009-07-12python/pkgsrcrecords.cc: Do not delete the pkgIndexFile*, it is managed by Pk...Julian Andres Klode1-1/+5
2009-07-08python/pkgsrcrecords.cc: Unify dep handling -- part 2: SourceRecords.build_de...Julian Andres Klode1-1/+50
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/+0
2009-06-21python: Add DeprecationWarning to functions which were replaced by classes.Julian Andres Klode1-8/+3
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-1/+2
2009-06-04python/: Unify naming conventions for all new names.Julian Andres Klode1-1/+1
2009-06-03python/: Convert most names to PEP8 naming conventions (except Version,Packag...Julian Andres Klode1-0/+15
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/pkgsrcrecords.cc: Use GetSet properties for PkgSrcRecordsTypeJulian Andres Klode1-61/+117
2008-08-08Fix whitespace in changes from 0.7.7.Ben Finney1-0/+2
2008-07-18* python/pkgsrcrecords.cc:Michael Vogt1-0/+2
2008-05-16Remove trailing whitespace.Ben Finney1-18/+18
2006-03-22* add PkgSrcRecords.Index to the codeMichael Vogt1-1/+3
2006-03-22* fixes for the pkgSrcRecords codeMichael Vogt1-3/+24
2005-08-08* always call Restart in srcrecords.LookupMichael Vogt1-0/+1
2005-08-08* support for srcrecords.Files addedMichael Vogt1-3/+19
2005-05-06* merged with matts mainlineMichael Vogt1-1/+1
2005-05-03* merged with Greek0@gmx.net--2005-main, native apt interface added, fixed a ...Michael Vogt1-2/+11
2005-04-13* build-depends added to PkgSrcRecords, example for build-depends addedMichael Vogt1-0/+16
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/+118