summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2010-12-16Permit comparison operator strings (<, >= etc) in python ds constructorPanu Matilainen1-1/+44
2010-11-23Oops, missing include in previous commitPanu Matilainen1-0/+1
2010-11-23Permit unicode paths in rpm.fd() (RhBug:654145)Panu Matilainen1-5/+26
2010-11-17Avoid enum as function argument for headerConvert()Panu Matilainen1-1/+1
2010-11-11Rename rpm.ii.offsets() to .instances() to match name of mi.instance()Florian Festi1-3/+2
2010-11-03Merge rpmdbIndexIteratorKey and rpmdbIndexIteratorKeySize into rpmdbIndexIter...Florian Festi1-3/+4
2010-11-03Rename rpmdbKeyIterator to rpmdbIndexIteratorFlorian Festi6-65/+65
2010-11-03Give access to the pkg offset and tag num of the index entry the key iterator...Florian Festi1-0/+19
2010-10-22Bah, couple of missed places for librpmsign movingPanu Matilainen1-1/+1
2010-10-22Teach python about the new RPMDBI_* tagsPanu Matilainen1-0/+12
2010-10-22Switch python bindings to use rpm(Dbi)TagVal as appropriatePanu Matilainen9-24/+24
2010-10-21Fix Python bindings and raise KeyError when there is no index for the given tagFlorian Festi1-2/+7
2010-10-21Fix typo / erroneously deleted lineFlorian Festi1-1/+2
2010-10-21rpmdbKeyIterator: loop over keys in the database indexesFlorian Festi5-0/+185
2010-10-19Python dbMatch() doesn't take (or need) len argument, fix the docsPanu Matilainen1-1/+1
2010-10-13Add python bindings for librpmsignPanu Matilainen3-1/+114
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 Matilainen2-4/+4
2010-10-01Finish off our librpmbuild API mass-murder by turning everything opaquePanu Matilainen1-0/+1
2010-10-01Force shared build of python extensionPanu Matilainen1-2/+2
2010-10-01Handle enable/disable python to configure.ac more sanelyPanu Matilainen1-2/+0
2010-09-22Use HEADER_MAGIC_FOO enums instead of 0/1 in python header codePanu Matilainen1-2/+2
2010-09-21Avoid stepping on toes of relatives, part 2Panu Matilainen2-10/+10
2010-09-21Use the new tag type/return type getters everywherePanu Matilainen2-8/+6
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-02Add the various spec + build flags to pythonPanu Matilainen1-0/+21
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
2010-06-22Fix python ts.check() dependency tuple mungingPanu Matilainen1-1/+1
2010-05-19Handle non-existent dependency sets in python (RhBug:593553)Panu Matilainen1-2/+3
2010-05-04Rename python module version symbol to __version__, add __version_info__Panu Matilainen2-1/+4
2010-03-29Remove unused dependency set file reference countPanu Matilainen1-8/+0
2010-03-29Remove unused and non-sensible depedency set build-timePanu Matilainen1-8/+0
2010-03-29Lose unused RPMSENSE_PATCHESPanu Matilainen1-1/+0
2010-03-29Drop "support" for per-scriptlet build-requiresPanu Matilainen1-4/+0
2010-03-26Add ds.Instance() method to python bindingsPanu Matilainen1-0/+7
2010-03-26Take advantage of rpmdsCurrent() in python bindingsPanu Matilainen1-6/+1
2010-03-26Change the problem data arrangement for dependency problemsPanu Matilainen1-2/+2
2010-03-26Use the new problem set iterator where it makes more sensePanu Matilainen1-4/+6
2010-03-24Document deprecation of mi.count() and ds.Count().Ville Skyttä2-2/+2
2010-03-24Add RPMBUILD_ISFOO constants to python rpmb module (ticket #123)Panu Matilainen1-0/+6
2010-03-24Add __bool__() / __nonzero__() method to python rpmmi objects (ticket #153)Panu Matilainen1-1/+20
2010-03-22Lose the useless rpmds refcounting debug junk + switchesPanu Matilainen1-1/+1
2010-03-22Lose the useless rpmfi refcounting etc debug messages + debug switchesPanu Matilainen1-1/+1