summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Avoid enum as function argument for headerConvert()Panu Matilainen2010-11-171-1/+1
* Rename rpm.ii.offsets() to .instances() to match name of mi.instance()Florian Festi2010-11-111-3/+2
* Merge rpmdbIndexIteratorKey and rpmdbIndexIteratorKeySize into rpmdbIndexIter...Florian Festi2010-11-031-3/+4
* Rename rpmdbKeyIterator to rpmdbIndexIteratorFlorian Festi2010-11-036-65/+65
* Give access to the pkg offset and tag num of the index entry the key iterator...Florian Festi2010-11-031-0/+19
* Bah, couple of missed places for librpmsign movingPanu Matilainen2010-10-221-1/+1
* Teach python about the new RPMDBI_* tagsPanu Matilainen2010-10-221-0/+12
* Switch python bindings to use rpm(Dbi)TagVal as appropriatePanu Matilainen2010-10-229-24/+24
* Fix Python bindings and raise KeyError when there is no index for the given tagFlorian Festi2010-10-211-2/+7
* Fix typo / erroneously deleted lineFlorian Festi2010-10-211-1/+2
* rpmdbKeyIterator: loop over keys in the database indexesFlorian Festi2010-10-215-0/+185
* Python dbMatch() doesn't take (or need) len argument, fix the docsPanu Matilainen2010-10-191-1/+1
* Add python bindings for librpmsignPanu Matilainen2010-10-133-1/+114
* Add a python accessor for the source headerEric W. Biederman2010-10-121-0/+6
* And now python bindings are really free of librpmbuild internalsPanu Matilainen2010-10-011-2/+1
* Kill spec.buildRoot from pythonPanu Matilainen2010-10-011-11/+0
* Use the new spec section getter in python bindingsPanu Matilainen2010-10-011-20/+13
* Use the new spec src/pkg API in python instead of direct access to specPanu Matilainen2010-10-011-9/+12
* Use namespaced names for spec pkg and source opaque typedefsPanu Matilainen2010-10-012-4/+4
* Finish off our librpmbuild API mass-murder by turning everything opaquePanu Matilainen2010-10-011-0/+1
* Force shared build of python extensionPanu Matilainen2010-10-011-2/+2
* Handle enable/disable python to configure.ac more sanelyPanu Matilainen2010-10-011-2/+0
* Use HEADER_MAGIC_FOO enums instead of 0/1 in python header codePanu Matilainen2010-09-221-2/+2
* Avoid stepping on toes of relatives, part 2Panu Matilainen2010-09-212-10/+10
* Use the new tag type/return type getters everywherePanu Matilainen2010-09-212-8/+6
* Permit passing spec parse flags in python tooPanu Matilainen2010-09-021-4/+4
* Add an experimental low-level build method to python specPanu Matilainen2010-09-021-1/+18
* Add the various spec + build flags to pythonPanu Matilainen2010-09-021-0/+21
* Rename freeSpec() -> rpmSpecFree() for namespacingPanu Matilainen2010-09-011-1/+1
* Update callers to use the new rpmSpecParse() interfacePanu Matilainen2010-09-011-20/+8
* Spec rootDir is only relevant for building, eliminate from parseSpec()Panu Matilainen2010-09-011-1/+1
* Fix python ts.check() dependency tuple mungingPanu Matilainen2010-06-221-1/+1
* Handle non-existent dependency sets in python (RhBug:593553)Panu Matilainen2010-05-191-2/+3
* Rename python module version symbol to __version__, add __version_info__Panu Matilainen2010-05-042-1/+4
* Remove unused dependency set file reference countPanu Matilainen2010-03-291-8/+0
* Remove unused and non-sensible depedency set build-timePanu Matilainen2010-03-291-8/+0
* Lose unused RPMSENSE_PATCHESPanu Matilainen2010-03-291-1/+0
* Drop "support" for per-scriptlet build-requiresPanu Matilainen2010-03-291-4/+0
* Add ds.Instance() method to python bindingsPanu Matilainen2010-03-261-0/+7
* Take advantage of rpmdsCurrent() in python bindingsPanu Matilainen2010-03-261-6/+1
* Change the problem data arrangement for dependency problemsPanu Matilainen2010-03-261-2/+2
* Use the new problem set iterator where it makes more sensePanu Matilainen2010-03-261-4/+6
* Document deprecation of mi.count() and ds.Count().Ville Skyttä2010-03-242-2/+2
* Add RPMBUILD_ISFOO constants to python rpmb module (ticket #123)Panu Matilainen2010-03-241-0/+6
* Add __bool__() / __nonzero__() method to python rpmmi objects (ticket #153)Panu Matilainen2010-03-241-1/+20
* Lose the useless rpmds refcounting debug junk + switchesPanu Matilainen2010-03-221-1/+1
* Lose the useless rpmfi refcounting etc debug messages + debug switchesPanu Matilainen2010-03-221-1/+1
* Add a new problem type for obsoletesPanu Matilainen2010-03-181-0/+1
* Tell python about RPMTRANS_FLAG_NOCONTEXTSPanu Matilainen2010-03-151-0/+1
* Add Problems() method to python transaction element classPanu Matilainen2010-03-131-0/+12