rpm/python
Panu Matilainen 23dc36f0d5 Pass sign arguments to signature deletion too
Refactor rpmsign and python bindings to be more similar on both
addsign/delsign operations, and always pass the signing arguments
along. Deletion doesn't actually (yet) use the arguments for anything
but makes things more symmetric (I remember having doubts about
this when adding - reminder to self: if in doubt, add more arguments ;)

Yet another API break, but what the hey... Other than that, behavior is
not supposed to change here.
2017-05-29 16:11:55 +03:00
..
rpm rpm/transaction: move from __future__ to the top 2016-06-09 14:39:23 +02:00
.gitignore build: Update .gitignore rules 2011-10-11 12:55:15 +03:00
MANIFEST.in Preliminary distutils support for the python bindings 2011-03-09 15:37:07 +02:00
Makefile.am Define AM_CFLAGS inside the Makefile.am files themselves. 2016-12-09 11:35:38 +02:00
header-py.c Eliminate now unnecessary rpmtdFreeData() calls 2017-05-26 12:40:36 +03:00
header-py.h Switch python bindings to use rpm(Dbi)TagVal as appropriate 2010-10-22 11:57:38 +03:00
rpmarchive-py.c Add python doc strings for rpm.archive 2014-12-18 12:50:31 +01:00
rpmarchive-py.h Add python bindings + a testcase for the archive API 2014-01-31 12:49:54 +02:00
rpmbmodule.c Fix build and sign module initialization in python3 (RhBug:1064758) 2014-02-13 12:57:16 +02:00
rpmds-py.c Eliminate rpmdsNotify() from the API + Python bindings 2017-03-28 16:34:12 +03:00
rpmds-py.h Handle all rpmds variants in its constructor 2009-10-05 16:42:52 +03:00
rpmfd-py.c Dup the file descriptor when reopening an rpm.fd in python 2013-12-20 12:52:51 +02:00
rpmfd-py.h Accept rpm.fd() types file objects everywhere in python bindings 2009-10-15 10:11:37 +03:00
rpmfi-py.c fix comparison between signed and unsigned integer expressions 2017-05-18 13:45:37 +02:00
rpmfi-py.h Revert the ds, ts, fi and spec python object creation commits 2011-07-06 08:16:12 +03:00
rpmfiles-py.c Add support for file verification in python bindings 2016-10-27 16:06:27 +03:00
rpmfiles-py.h New rpmfile[s] python bindings 2013-12-18 09:07:10 +02:00
rpmii-py.c Python 3 doesn't have nb_divide in PyNumberMethods 2014-02-13 13:08:36 +02:00
rpmii-py.h Rename rpmdbKeyIterator to rpmdbIndexIterator 2010-11-03 10:03:14 +01:00
rpmkeyring-py.c Replace PyString usage with PyBytes everywhere 2009-10-21 13:15:44 +03:00
rpmkeyring-py.h Add bindings for rpm keyring and pubkey types 2009-10-09 09:02:19 +03:00
rpmmacro-py.c Raise python exception on macro expand errors 2017-01-19 15:25:58 +02:00
rpmmacro-py.h Lose the empty doxygen markers 2009-09-22 22:42:06 +03:00
rpmmi-py.c Do not call headerLink() in hdr_Wrap() 2016-10-21 11:17:54 +02:00
rpmmi-py.h Make object allocation type agnostic 2009-09-24 11:42:17 +03:00
rpmmodule.c Eliminate now unnecessary rpmtdFreeData() calls 2017-05-26 12:40:36 +03:00
rpmps-py.c handle errors when constructing lists in the Python bindings 2011-12-21 08:45:52 +01:00
rpmps-py.h Add a helper function for turning rpm problem set into python list 2010-03-13 12:28:26 +02:00
rpmsmodule.c Pass sign arguments to signature deletion too 2017-05-29 16:11:55 +03:00
rpmstrpool-py.c Use correct conversion format for python strpool id's 2013-12-20 15:11:56 +02:00
rpmstrpool-py.h Add basic python bindings for rpm string pool 2013-12-13 15:35:20 +02:00
rpmsystem-py.h Define PY_SSIZE_T_CLEAN 2015-09-18 16:03:23 +02:00
rpmtd-py.c Eliminate dead-on-arrival code 2016-10-26 13:38:12 +03:00
rpmtd-py.h Make rpmtd_ItemAsPyobj() usable within the python bindings 2013-03-21 17:00:52 +02:00
rpmte-py.c Add python doc strings for rpm.te 2014-12-18 12:50:31 +01:00
rpmte-py.h Make object allocation type agnostic 2009-09-24 11:42:17 +03:00
rpmts-py.c Clean up rpmdb leftovers from an atexit() handler. 2016-12-13 11:19:03 +02:00
rpmts-py.h Move further initialization from python ts tp_new to tp_init 2009-10-09 15:44:06 +03:00
setup.py.in Silence type-punning warnings from python bindings, it's a python feature 2016-12-02 10:01:35 +02:00
spec-py.c add a spec.parsed setter for retrieving parsed spec 2017-04-04 10:37:26 +03:00
spec-py.h Fix number of references on spec_Type (#114) 2017-02-23 14:03:10 +02:00