summaryrefslogtreecommitdiff
path: root/python/rpm
AgeCommit message (Expand)AuthorFilesLines
2023-11-16Add librpm-tizen.spec file & Debian packaging.HEADmasterdevelxuhy2-19/+6
2023-11-16Upgrade version to 4.14tizen/4.14.1.1.tizen20230628wangbiao2-33/+97
2014-06-09Make python module name configurableMarkus Lehtonen2-7/+7
2014-06-09Python module: rename .py files to .inMarkus Lehtonen2-0/+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-10-13Add python bindings for librpmsignPanu Matilainen1-0/+6
2010-06-22Fix python ts.check() dependency tuple mungingPanu Matilainen1-1/+1
2010-05-04Rename python module version symbol to __version__, add __version_info__Panu Matilainen1-0/+3
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 Malcolm2-6/+5
2009-10-19Convert all usage of two-expression exception raising to modern syntaxDavid Malcolm1-10/+10
2009-10-15Use fd.tell() instead of going around through os.lseek() with fdnoPanu Matilainen1-3/+3
2009-10-15Avoid unnecessary dup'ing of file descriptors on header list operationsPanu Matilainen1-16/+15
2009-10-06Python namespace import fiddlingPanu Matilainen1-35/+36
2009-10-05Handle all rpmds variants in its constructorPanu Matilainen1-0/+3
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 Matilainen2-0/+9
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 Matilainen2-0/+10
2009-09-28Push rpm.signalsCaught() to python levelPanu Matilainen1-0/+8
2009-09-28Implement rpm.readHeaderFromFD() in python instead of CPanu Matilainen1-3/+16
2009-09-28Implement rpm.readHeaderListFromFD() in python instead of CPanu Matilainen1-0/+18
2009-09-28Implement rpmreadHeaderListFromFile() in python instead of CPanu Matilainen1-0/+7
2009-09-28Arrange rpm.headerLoad() compatibility on python levelPanu Matilainen1-0/+4
2007-10-01Remove (unused).Ralf Corsépius1-8/+0
2007-07-25Flatten python makefiles, path tweaksPanu Matilainen1-15/+0
2007-07-24Python install path fiddling to appease with distcheckPanu Matilainen1-2/+2
2004-11-15Re-export hidden VSF symbols 139221pauln1-0/+6
2004-10-19Initial python wrapped rpm module filespauln2-0/+23
2004-10-19ignore file for rpm-python rpm dirpauln1-0/+8