summaryrefslogtreecommitdiff
path: root/python/spec-py.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-09Make python module name configurableMarkus Lehtonen1-4/+4
2011-12-21handle errors when constructing lists in the Python bindingsDavid Malcolm1-3/+24
2011-11-18python: use the more modern PyCapsule over PyCObject (RhBug:623864).Ales Kozumplik1-1/+1
2011-07-06Revert the ds, ts, fi and spec python object creation commitsPanu Matilainen1-18/+26
2011-07-01Fix/sanitize rpm.spec python object creationPanu Matilainen1-26/+18
2010-10-12Add a python accessor for the source headerEric W. Biederman1-0/+6
2010-10-01And now python bindings are really free of librpmbuild internalsPanu Matilainen1-2/+1
2010-10-01Kill spec.buildRoot from pythonPanu Matilainen1-11/+0
2010-10-01Use the new spec section getter in python bindingsPanu Matilainen1-20/+13
2010-10-01Use the new spec src/pkg API in python instead of direct access to specPanu Matilainen1-9/+12
2010-10-01Use namespaced names for spec pkg and source opaque typedefsPanu Matilainen1-3/+3
2010-10-01Finish off our librpmbuild API mass-murder by turning everything opaquePanu Matilainen1-0/+1
2010-09-02Permit passing spec parse flags in python tooPanu Matilainen1-4/+4
2010-09-02Add an experimental low-level build method to python specPanu Matilainen1-1/+18
2010-09-01Rename freeSpec() -> rpmSpecFree() for namespacingPanu Matilainen1-1/+1
2010-09-01Update callers to use the new rpmSpecParse() interfacePanu Matilainen1-20/+8
2010-09-01Spec rootDir is only relevant for building, eliminate from parseSpec()Panu Matilainen1-1/+1
2009-12-09Fix a few list-related memleaks in python bindingsPanu Matilainen1-0/+2
2009-11-19Add spec package type with access to headers to python rpmb modulePanu Matilainen1-0/+100
2009-11-18Lose the silly specFromSpec()Panu Matilainen1-11/+6
2009-11-18Turn current python spec methods into read-only attributes via getsetersPanu Matilainen1-18/+15
2009-11-18Sanitize python spec.sources()Panu Matilainen1-20/+9
2009-11-18Put a bit of sanity into python spec methodsPanu Matilainen1-22/+13
2009-10-19Generalize type object initialization to work with both Python 2.* and Python...David Malcolm1-2/+1
2009-10-19Generalize access to ob_type so that they work with both Python 2.* and Pytho...David Malcolm1-1/+1
2009-10-09Revert explicit PyErr_NoMemory() returns to just returning NULLPanu Matilainen1-1/+1
2009-10-09Kill off _rpmb.error exception typePanu Matilainen1-1/+1
2009-10-02Split rpmbuild dependencies to separate _rpmb modulePanu Matilainen1-1/+1
2009-09-24Enable subtyping on the rest of our type-objectsPanu Matilainen1-1/+1
2009-09-24Call (sub)type tp_free from destructorsPanu Matilainen1-4/+4
2009-09-24Make object allocation type agnosticPanu Matilainen1-3/+3
2009-09-23Remove the broken tp_print method from specPanu Matilainen1-7/+1
2009-09-23Decouple python spec objects from transaction objectsPanu Matilainen1-3/+36
2009-09-22Rename python system.h for disambiguationPanu Matilainen1-1/+1
2009-09-22Lose the empty doxygen markersPanu Matilainen1-7/+0
2009-09-22Put some consistency to python object creationPanu Matilainen1-2/+2
2009-09-22Make all python object creation wrappers return PyObject pointersPanu Matilainen1-2/+2
2009-09-22Make the python object structures opaquePanu Matilainen1-0/+5
2009-09-07Fix dumb some dumb leaks in python spec codePanu Matilainen1-24/+12
2008-04-09Yet more url ripping - buildroot is never an urlPanu Matilainen1-2/+2
2007-09-21Rename Spec -> rpmSpec for namespacingPanu Matilainen1-8/+8
2007-09-11Remove split tags.Ralf Corsépius1-13/+1
2004-03-11Make spec-py lint free.pauln1-24/+34
2004-03-11Begin lint fixes for spec-pypauln1-2/+18
2004-03-10Initial rpm.spec implementationpauln1-0/+208