summaryrefslogtreecommitdiff
path: root/python/pkgrecords.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-16/+42
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-18/+1
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode1-5/+5
2009-07-13python: Rename all PyTypeObject's to conform to PEP 7.Julian Andres Klode1-4/+4
2009-06-25python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().Julian Andres Klode1-4/+1
2009-06-21python: Make all CppOwnedPyObjects and similar support garbage collection.Julian Andres Klode1-3/+4
2009-06-21python: Add DeprecationWarning to functions which were replaced by classes.Julian Andres Klode1-0/+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-2/+2
2009-06-05Introduce the rename rules formally, and add some exceptions.Julian Andres Klode1-1/+1
2009-06-04python/: Unify naming conventions for all new names.Julian Andres Klode1-8/+8
2009-06-03python/: Convert most names to PEP8 naming conventions (except Version,Packag...Julian Andres Klode1-0/+17
2009-04-19* python/*.cc: Export all types and add a __new__() method to them.Julian Andres Klode1-7/+24
2009-04-15* Introduce support for Python 3 (Closes: #523645)Julian Andres Klode1-0/+2
2009-04-15* python/pkgrecords.cc: Use GetSet for PkgRecordsTypeJulian Andres Klode1-36/+93
2009-01-11* Add support for PkgRecords.SHA256Hash (Closes: #456113)Julian Andres Klode1-0/+2
2008-05-16Remove trailing whitespace.Ben Finney1-9/+9
2008-02-11* python/pkgrecords.cc:Michael Vogt1-0/+2
2007-05-23* python/pkgrecords.cc:Michael Vogt1-0/+2
2006-12-19* python/pkgrecords.cc:Michael Vogt1-0/+2
2006-03-22* fixes for the pkgSrcRecords codeMichael Vogt1-1/+1
2006-01-24* added pkgRecords.RecordMichael Vogt1-0/+6
2005-11-18* basic pkgAcquire + pkgPackageManager support addedMichael Vogt1-9/+1
2005-05-04* more tests addedMichael Vogt1-2/+3
2004-11-24Fix g++-3.0 compilation issuesArch Librarian1-26/+25
2004-11-24Changed include pathsArch Librarian1-2/+2
2004-11-24Initial revisionArch Librarian1-0/+119