summaryrefslogtreecommitdiff
path: root/python/rpm/transaction.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-16Upgrade version to 4.14tizen/4.14.1.1.tizen20230628wangbiao1-0/+176
2014-06-09Python module: rename .py files to .inMarkus Lehtonen1-156/+0
2011-02-20Allow both string + unicode in python addInstall() / addErase()Panu Matilainen1-2/+2
2011-02-15Import the C-level ts python object as TransactionSetCorePanu Matilainen1-8/+8
2010-06-22Fix python ts.check() dependency tuple mungingPanu Matilainen1-1/+1
2010-03-26Change the problem data arrangement for dependency problemsPanu Matilainen1-2/+2
2009-12-17Move python ts element key refcounting back to C-side of thingsPanu Matilainen1-3/+0
2009-12-07ts.check() is supposed to return empty list when no problemsPanu Matilainen1-5/+1
2009-11-21Typos in exception messagesPanu Matilainen1-2/+2
2009-10-29Convert relative imports within rpm package to absolute importsDavid Malcolm1-1/+1
2009-10-19Convert all usage of two-expression exception raising to modern syntaxDavid Malcolm1-10/+10
2009-10-06Python namespace import fiddlingPanu Matilainen1-35/+36
2009-10-05Push hdrFromFdno() error code handling over to python sidePanu Matilainen1-0/+12
2009-10-05Push hdrCheck() error code handling over to python sidePanu Matilainen1-0/+10
2009-10-05Push ts.check() return tuple-o-doom generation over to python sidePanu Matilainen1-0/+38
2009-10-05Push transaction problem filter to python sidePanu Matilainen1-1/+2
2009-10-05Push the interpretation of ts.run() result code to python sidePanu Matilainen1-0/+17
2009-10-02Push most work of ts.addErase() over to pythonPanu Matilainen1-0/+21
2009-10-02Permit file objects and file names to ts.addInstall()Panu Matilainen1-1/+10
2009-10-02Push most work of ts.addInstall() over to pythonPanu Matilainen1-0/+12
2009-10-02Oops, missing self in bunch of calls... been too long since writing Python ;)Panu Matilainen1-5/+5
2009-10-02Push the rpmtsGetKeys() stuff over to python completelyPanu Matilainen1-0/+10
2009-10-02Split rpmbuild dependencies to separate _rpmb modulePanu Matilainen1-0/+3
2009-10-02Move ts flag & color setting to python sidePanu Matilainen1-1/+24
2009-10-02Add a dummy python-level transaction set class, use it alwaysPanu Matilainen1-0/+6