summaryrefslogtreecommitdiff
path: root/python/rpmps-py.c
AgeCommit message (Collapse)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
- remove subscript assignment (which mucks about rpmps internals way too deeply) - add append() method instead
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
CVS patchset: 7582 CVS date: 2004/11/17 17:05:39
2004-10-13Splint fiddles.jbj1-9/+15
CVS patchset: 7460 CVS date: 2004/10/13 19:03:45
2004-10-13Return current problem set form transaction.jbj1-1/+21
CVS patchset: 7455 CVS date: 2004/10/13 06:26:16
2004-10-12More cleanup.jbj1-26/+4
CVS patchset: 7453 CVS date: 2004/10/12 21:16:54
2004-10-12No need for ps.NumProblems() method.jbj1-16/+0
CVS patchset: 7452 CVS date: 2004/10/12 21:08:04
2004-10-12Proof-of-concept rpmps object. Ick ...jbj1-21/+184
CVS patchset: 7451 CVS date: 2004/10/12 20:26:05
2004-10-12rpmps framework created.jbj1-0/+222
CVS patchset: 7450 CVS date: 2004/10/12 00:13:22