| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-04-19 | * python/*.cc: Export all types and add a __new__() method to them. | Julian Andres Klode | 1 | -1/+1 | |
| 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 Klode | 1 | -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-01-11 | Merge Ben Finney's whitespace changes (Closes: #481563) | Julian Andres Klode | 1 | -4/+4 | |
| 2008-10-22 | * python/metaindex.cc | Michael Vogt | 1 | -0/+3 | |
| - fix crash when incorrect attribute is given | |||||
| 2008-05-16 | Remove trailing whitespace. | Ben Finney | 1 | -4/+4 | |
| 2007-09-04 | * python/metaindex.cc: | Michael Vogt | 1 | -0/+78 | |
| - added support for the metaIndex objects * python/sourceslist.cc: - support new "List" attribute that returns the list of metaIndex source entries | |||||
