rpm/python
Panu Matilainen 8d277bbba6 Explicitly differentate internal/exported file attributes
- RPMFILE_EXCLUDE only exists during spec parse, and doesn't "leak"
  into headers only because the file is, well, excluded to start with.
  Unexport the internal-only bit and explicitly strip out any excess
  bits from data going to header. The current 16/16 split is artificial
  of course, RPMTAG_FILEATTRS is 32bit so there's plenty of room
  for growing new file attributes, with internal-only adjustments
  required.
- Eliminate RPMFILE_UNPATCHED while at it, this is a leftover
  from Suse patch rpms which are no longer used anywhere.
2012-05-16 10:58:00 +03:00
..
rpm Allow both string + unicode in python addInstall() / addErase() 2011-02-20 22:33:47 +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 Cut the remaining ties python bindings have to main rpm sources 2011-03-09 15:31:25 +02:00
header-py.c Raise exception in python on headerGet() invalid data failure 2012-02-21 16:49:51 +02:00
header-py.h Switch python bindings to use rpm(Dbi)TagVal as appropriate 2010-10-22 11:57:38 +03:00
rpmbmodule.c Python bindings dont need our debug.h for anything 2011-03-09 15:06:11 +02:00
rpmds-py.c Revert the ds, ts, fi and spec python object creation commits 2011-07-06 08:16:12 +03:00
rpmds-py.h Handle all rpmds variants in its constructor 2009-10-05 16:42:52 +03:00
rpmfd-py.c fix use-after-free within rpmfdFromPyObject's error-handling 2012-01-02 08:39:17 +01: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 Don't assume rpmfiNew() always succeeds 2012-01-28 17:07:42 +02:00
rpmfi-py.h Revert the ds, ts, fi and spec python object creation commits 2011-07-06 08:16:12 +03:00
rpmii-py.c Optimize python db index instances list generation and fix related leak 2012-03-08 10:17:47 +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 mark strings extracted from PyArg_Parse* as "const" 2011-12-22 10:49:56 +01:00
rpmmacro-py.h Lose the empty doxygen markers 2009-09-22 22:42:06 +03:00
rpmmi-py.c fix the signatures of the METH_NOARGS callbacks 2012-01-02 08:39:39 +01:00
rpmmi-py.h Make object allocation type agnostic 2009-09-24 11:42:17 +03:00
rpmmodule.c Explicitly differentate internal/exported file attributes 2012-05-16 10:58:00 +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 Python bindings dont need our debug.h for anything 2011-03-09 15:06:11 +02:00
rpmsystem-py.h inverse the macro definition condition in c87ad03. 2011-11-18 11:36:20 +01:00
rpmtd-py.c Optimize header data python conversion for array tags a bit 2012-03-08 10:02:51 +02:00
rpmtd-py.h Add limited support for modifying headers to python 2009-10-12 14:43:44 +03:00
rpmte-py.c Transaction element parent is a transaction element, not an integer 2012-01-10 10:38:31 +02:00
rpmte-py.h Make object allocation type agnostic 2009-09-24 11:42:17 +03:00
rpmts-py.c mark strings extracted from PyArg_Parse* as "const" 2011-12-22 10:49:56 +01: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 Preliminary distutils support for the python bindings 2011-03-09 15:37:07 +02:00
spec-py.c handle errors when constructing lists in the Python bindings 2011-12-21 08:45:52 +01:00
spec-py.h Revert the ds, ts, fi and spec python object creation commits 2011-07-06 08:16:12 +03:00