summaryrefslogtreecommitdiff
path: root/python/rpmps-py.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-30Include spring-cleaningPanu Matilainen1-1/+0
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+0
2007-12-15Remove bogus const from rpmProblemString() return typePanu Matilainen1-2/+6
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-1/+1
2007-11-29Avoid building rpmdebug-pyPanu Matilainen1-4/+0
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-1/+1
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-19Rename rpmpsProblem() -> rpmpsGetProblem() to make purpose clearerPanu Matilainen1-2/+2
2007-10-19Only permit appending to a problem set from pythonPanu Matilainen1-68/+21
2007-10-19Implement python rpmps iteration with rpmlib level iteratorPanu Matilainen1-20/+21
2007-09-11Remove split tags.Ralf Corsépius1-36/+3
2007-07-10More python method pointer type fixes.Panu Matilainen1-1/+1
2007-07-10Fix bunch of compiler warnings from python bindings (method pointer types)Panu Matilainen1-1/+1
2004-11-17Add kwargs everywhere - courtesy of pjones@redhat.compauln1-4/+9
2004-10-13Splint fiddles.jbj1-9/+15
2004-10-13Return current problem set form transaction.jbj1-1/+21
2004-10-12More cleanup.jbj1-26/+4
2004-10-12No need for ps.NumProblems() method.jbj1-16/+0
2004-10-12Proof-of-concept rpmps object. Ick ...jbj1-21/+184
2004-10-12rpmps framework created.jbj1-0/+222