summaryrefslogtreecommitdiff
path: root/python/rpmps-py.c
AgeCommit message (Expand)AuthorFilesLines
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