summaryrefslogtreecommitdiff
path: root/python/pkgmanager.cc
AgeCommit message (Collapse)AuthorFilesLines
2009-04-19* python/*.cc: Export all types and add a __new__() method to them.Julian Andres Klode1-19/+33
Some names may be changed before the release, but this is a good draft.
2009-04-15* Introduce support for Python 3 (Closes: #523645)Julian Andres Klode1-0/+2
This is the first initial port to Python 3. The API is almost completely identical to the one found in Python 2, except that functions working with binary data require bytes (md5sum,sha1sum,sha256sum,Base64Encode). Using setup3.py to install the modules will not work, because the apt package still has to be converted to Python 3. For the package, we call 2to3-3.1 in debian/rules to do this automatically.
2009-04-14* python/pkgmanager.cc: Use tp_methods and tp_getset for PkgManagerTypeJulian Andres Klode1-18/+34
2008-05-16Remove trailing whitespace.Ben Finney1-11/+11
2006-09-12* python/pkgmanager.cc:Michael Vogt1-1/+1
- fix typo
2005-11-22* fixes in the acquire interface code (use CppPyObject with pkgAcquire* ↵Michael Vogt1-4/+3
directly instead of using a PkgAcquireStruct)
2005-11-22* python/sourcelist.cc cleaned upMichael Vogt1-5/+4
2005-11-22* another bugfix in the new pkgPackageManager wrapperMichael Vogt1-4/+2
2005-11-22* fix in the pkgmanager.cc code (/me needs to be hit with a clue-stick)Michael Vogt1-13/+43
2005-11-18* basic pkgAcquire + pkgPackageManager support addedMichael Vogt1-0/+109