rpm/python
Panu Matilainen 71ff0b7e73 Eliminate dead-on-arrival code
This code was disabled in commit 9b94ae3dbc
about seven years ago before making a public appearance in any release.
That nobody has missed it in all this time tells me it's not that
necessary to have a python-level rpmtd object...
2016-10-26 13:38:12 +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 Build python 3 compatibile module names 2014-02-13 13:25:03 +02:00
header-py.c Do not call headerLink() in hdr_Wrap() 2016-10-21 11:17:54 +02: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 Add python doc strings for rpm.ds 2014-12-18 12:50:31 +01: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 Add python doc strings for rpm.fi 2014-12-18 12:50:31 +01: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 python doc strings for rpm.files 2014-12-18 12:50:31 +01: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 Rename addMacro() and delMacro() to rpmPushMacro() and rpmPopMacro() 2016-10-24 13:09:38 +03: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 Rename addMacro() and delMacro() to rpmPushMacro() and rpmPopMacro() 2016-10-24 13:09:38 +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 Allow gpg to get passphrase by itself. 2015-06-10 14:39:28 +02: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 Do not call headerLink() in hdr_Wrap() 2016-10-21 11:17:54 +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 Use correct source file for rpmsign module 2016-04-20 15:42:30 +02:00
spec-py.c Rename addMacro() and delMacro() to rpmPushMacro() and rpmPopMacro() 2016-10-24 13:09:38 +03:00
spec-py.h Revert the ds, ts, fi and spec python object creation commits 2011-07-06 08:16:12 +03:00