summaryrefslogtreecommitdiff
path: root/python/pkgrecords.cc
AgeCommit message (Expand)Author
2020-04-09Also do locale magic for PkgRecordsGetShortDescJulian Andres Klode
2020-04-08Decode locale-encoded descriptions.Simon Poirier
2020-02-26Fix build against apt 1.9.11 (Index -> MapPointer)Julian Andres Klode
2018-06-19Add support for custom fields to apt_pkg.PackageRecordsJulian Andres Klode
2018-03-23Try to work around memory corruption in PackageRecords.*_hashJulian Andres Klode
2018-03-02python: stop using deprecated hash access (and drive by indent fixes)Michael Vogt
2015-11-29Use CppPyPath for returning (hopefully) all pathsJulian Andres Klode
2015-11-28pkgrecords: Use hashes instead of deprecated MD5Hash and friendsJulian Andres Klode
2013-09-11Remove old API compatibility C++ support codeJulian 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
2009-07-13python: Rename all PyTypeObject's to conform to PEP 7.Julian Andres Klode
2009-06-25python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().Julian Andres Klode
2009-06-21python: Make all CppOwnedPyObjects and similar support garbage collection.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-05Introduce the rename rules formally, and add some exceptions.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-15* python/pkgrecords.cc: Use GetSet for PkgRecordsTypeJulian Andres Klode
2009-01-11* Add support for PkgRecords.SHA256Hash (Closes: #456113)Julian Andres Klode
2008-05-16Remove trailing whitespace.Ben Finney
2008-02-11* python/pkgrecords.cc:Michael Vogt
2007-05-23* python/pkgrecords.cc:Michael Vogt
2006-12-19* python/pkgrecords.cc:Michael Vogt
2006-03-22* fixes for the pkgSrcRecords codeMichael Vogt
2006-01-24* added pkgRecords.RecordMichael Vogt
2005-11-18* basic pkgAcquire + pkgPackageManager support addedMichael Vogt
2005-05-04* more tests addedMichael Vogt
2004-11-24Fix g++-3.0 compilation issuesArch Librarian
2004-11-24Changed include pathsArch Librarian
2004-11-24Initial revisionArch Librarian