rpm/python
Panu Matilainen e452178719 Permit passing spec parse flags in python too
- The preferred flags default would be RPMSPEC_NONE, but it would break
  compatibility with older rpm versions where rpm.spec() doesn't accept
  flags.
2010-09-02 16:14:46 +03:00
..
rpm Fix python ts.check() dependency tuple munging 2010-06-22 14:51:31 +03:00
Makefile.am Add bindings for rpm keyring and pubkey types 2009-10-09 09:02:19 +03:00
header-py.c Fix a few list-related memleaks in python bindings 2009-12-09 14:44:18 +02:00
header-py.h Add conversion function for handling python unicode -> string issues 2009-10-23 21:07:10 +03:00
rpmbmodule.c Add the various spec + build flags to python 2010-09-02 14:51:51 +03:00
rpmds-py.c Handle non-existent dependency sets in python (RhBug:593553) 2010-05-19 10:12:43 +03:00
rpmds-py.h Handle all rpmds variants in its constructor 2009-10-05 16:42:52 +03:00
rpmfd-py.c Remove unnecessary (cmpfunc) casts from our type objects 2009-10-28 16:35:32 +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 Remove unnecessary (cmpfunc) casts from our type objects 2009-10-28 16:35:32 +02:00
rpmfi-py.h Make object allocation type agnostic 2009-09-24 11:42:17 +03: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 Include structmembers.h centrally from rpmsystem-py.h 2009-10-01 14:16:44 +03:00
rpmmacro-py.h Lose the empty doxygen markers 2009-09-22 22:42:06 +03:00
rpmmi-py.c Document deprecation of mi.count() and ds.Count(). 2010-03-24 10:37:22 +02:00
rpmmi-py.h Make object allocation type agnostic 2009-09-24 11:42:17 +03:00
rpmmodule.c Rename python module version symbol to __version__, add __version_info__ 2010-05-04 09:05:23 +03:00
rpmps-py.c Use the new problem set iterator where it makes more sense 2010-03-26 09:31:00 +02:00
rpmps-py.h Add a helper function for turning rpm problem set into python list 2010-03-13 12:28:26 +02:00
rpmsystem-py.h On Python 3, use macros to alias all usage of PyInt_ to PyLong_ equivalents 2009-10-21 13:21:01 +03:00
rpmtd-py.c Fix a few list-related memleaks in python bindings 2009-12-09 14:44:18 +02:00
rpmtd-py.h Add limited support for modifying headers to python 2009-10-12 14:43:44 +03:00
rpmte-py.c Lose the useless rpmds refcounting debug junk + switches 2010-03-22 13:04:26 +02:00
rpmte-py.h Make object allocation type agnostic 2009-09-24 11:42:17 +03:00
rpmts-py.c Add a helper function for turning rpm problem set into python list 2010-03-13 12:28:26 +02:00
rpmts-py.h Move further initialization from python ts tp_new to tp_init 2009-10-09 15:44:06 +03:00
spec-py.c Permit passing spec parse flags in python too 2010-09-02 16:14:46 +03:00
spec-py.h Add spec package type with access to headers to python rpmb module 2009-11-19 10:51:23 +02:00