summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-18Add a new problem type for obsoletesPanu Matilainen1-0/+1
2010-03-15Tell python about RPMTRANS_FLAG_NOCONTEXTSPanu Matilainen1-0/+1
2010-03-13Add Problems() method to python transaction element classPanu Matilainen1-0/+12
2010-03-13Add a helper function for turning rpm problem set into python listPanu Matilainen3-8/+15
2010-02-04Make rpm version available to pythonPanu Matilainen1-0/+2
2009-12-21Eliminate the rpmte tsort info manipulation public APIPanu Matilainen1-35/+0
2009-12-17Move python ts element key refcounting back to C-side of thingsPanu Matilainen2-3/+6
2009-12-09Fix memleak in python ts.hdrFromFdno()Panu Matilainen1-0/+1
2009-12-09Fix a few list-related memleaks in python bindingsPanu Matilainen4-2/+9
2009-12-07ts.check() is supposed to return empty list when no problemsPanu Matilainen1-5/+1
2009-12-07Disable the entire rpm.td type for nowPanu Matilainen1-1/+2
2009-12-07Make python header iterator return keys, not valuesPanu Matilainen1-3/+1
2009-11-27Correctly pass optional tag argument from hdr.dsFromHeader() (ticket #108)Panu Matilainen1-2/+9
2009-11-27Dont try to pass anything to rpm.fi() from hdr.fiFromHeader()Panu Matilainen1-2/+5
2009-11-24Nuke leftover debug junkPanu Matilainen1-1/+0
2009-11-24Support constructing header data from pythonPanu Matilainen1-4/+121
2009-11-24Disable rpm.td type for nowPanu Matilainen1-0/+4
2009-11-23Fix hdrContains() return value on errorPanu Matilainen1-1/+1
2009-11-21Remove hdr.has_key() method, support 'key in h' style insteadPanu Matilainen1-5/+16
2009-11-21Remove unnecessary hdr.instance() methodPanu Matilainen1-7/+0
2009-11-21Typos in exception messagesPanu Matilainen1-2/+2
2009-11-19Add spec package type with access to headers to python rpmb modulePanu Matilainen3-0/+107
2009-11-19Permit header object generation from PyCObjectsPanu Matilainen1-0/+2
2009-11-18Lose the silly specFromSpec()Panu Matilainen2-13/+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-11-18Oops, tp_dealloc doesn't return anythingPanu Matilainen1-1/+1