summaryrefslogtreecommitdiff
path: root/python/rpmkeyring-py.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-21Replace PyString usage with PyBytes everywherePanu Matilainen1-1/+1
2009-10-19Generalize type object initialization to work with both Python 2.* and Python...David Malcolm1-4/+2
2009-10-19Generalize access to ob_type so that they work with both Python 2.* and Pytho...David Malcolm1-2/+2
2009-10-09Revert explicit PyErr_NoMemory() returns to just returning NULLPanu Matilainen1-2/+2
2009-10-09Add bindings for rpm keyring and pubkey typesPanu Matilainen1-0/+204