summaryrefslogtreecommitdiff
path: root/python/pkgsrcrecords.cc
AgeCommit message (Expand)Author
2021-10-22SourceRecordFiles: Set exception in __getitem__Julian Andres Klode
2019-06-24SourceRecords: internal: Use Files instead of Files2Julian Andres Klode
2019-06-24apt_pkg.SourceRecords: Set md5 to None in tuple compatJulian Andres Klode
2019-05-28python/pkgsrcrecords.cc: Improve readability of ...BuildDependsJulian Andres Klode
2018-03-23Document apt_pkg.SourceRecordsFileJulian Andres Klode
2018-02-16python: add pkgsrcrecord.Files.{hashes,size,path,type} gettersMichael Vogt
2017-05-30pkgsrcrecords: Fix off-by-one error in OR group handlingJulian Andres Klode
2015-11-29Use CppPyString instead of PyString_FromString everywhereJulian Andres Klode
2015-11-28pkgsrcrecords: Use Files2 instead of Files, part1: SizeJulian Andres Klode
2015-11-03Build with cleaner headersJulian Andres Klode
2014-06-10libapt uses pkgSourceRecords::Step() tooMichael Vogt
2014-06-10add apt_pkg.SourceRecords.step() to all steping through all SrcRecordsMichael Vogt
2014-06-10Revert "Merge remote-tracking branch 'mvo/feature/srcrec-enum' into debian/sid"Michael Vogt
2014-06-09rename apt_pkg.SourceRecords.next() to apt_pkg.SourceRecords.step() to avoid ...Michael Vogt
2014-06-09Add apt_pkg.SourceRecords.next() to step through all SrcRecordsMichael Vogt
2013-09-11Remove old API compatibility C++ support codeJulian Andres Klode
2011-04-12apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)Julian Andres Klode
2010-04-21python: Commit documentation changes suggested by debian-l10n-english.Julian Andres Klode
2010-04-01python: Document every class, function, property.Julian Andres Klode
2010-04-01python: Return bool instead of int to Python where possible, looks better.Julian Andres Klode
2010-02-27* python:Julian Andres Klode
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode
2010-01-20Rename apt_pkg.PackageIndexFile to apt_pkg.IndexFile.Julian Andres Klode
2009-08-21Merge 0.7.13.0 from unstable.Julian Andres Klode
2009-08-21python/pkgsrcrecords.cc: Fix spelling error (begining should be beginning).Julian Andres Klode
2009-07-13python: Rename all PyTypeObject's to conform to PEP 7.Julian Andres Klode
2009-07-12python/pkgsrcrecords.cc: Do not delete the pkgIndexFile*, it is managed by Pk...Julian Andres Klode
2009-07-08python/pkgsrcrecords.cc: Unify dep handling -- part 2: SourceRecords.build_de...Julian Andres Klode
2009-06-25python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().Julian Andres Klode
2009-06-25python: Fix some build warnings.Julian Andres Klode
2009-06-21python: Add DeprecationWarning to functions which were replaced by classes.Julian Andres Klode
2009-06-09Allow types providing __new__() to be subclassed.Julian Andres Klode
2009-06-05python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7.Julian Andres Klode
2009-06-04python/: Unify naming conventions for all new names.Julian Andres Klode
2009-06-03python/: Convert most names to PEP8 naming conventions (except Version,Packag...Julian Andres Klode
2009-04-19* python/*.cc: Export all types and add a __new__() method to them.Julian Andres Klode
2009-04-15* Introduce support for Python 3 (Closes: #523645)Julian Andres Klode
2009-04-14* python/pkgsrcrecords.cc: Use GetSet properties for PkgSrcRecordsTypeJulian Andres Klode
2008-08-08Fix whitespace in changes from 0.7.7.Ben Finney
2008-07-18* python/pkgsrcrecords.cc:Michael Vogt
2008-05-16Remove trailing whitespace.Ben Finney
2006-03-22* add PkgSrcRecords.Index to the codeMichael Vogt
2006-03-22* fixes for the pkgSrcRecords codeMichael Vogt
2005-08-08* always call Restart in srcrecords.LookupMichael Vogt
2005-08-08* support for srcrecords.Files addedMichael Vogt
2005-05-06* merged with matts mainlineMichael Vogt
2005-05-03* merged with Greek0@gmx.net--2005-main, native apt interface added, fixed a ...Michael Vogt
2005-04-13* build-depends added to PkgSrcRecords, example for build-depends addedMichael Vogt
2004-11-24* Fix broken object initialization in sourcelist.cc and...Arch Librarian
2004-11-24Initial support for accessing source package dataArch Librarian