summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2009-10-14Add first rough-cut python bindings for rpmio fdPanu Matilainen3-3/+295
2009-10-12Raise exception in the converter, not callerPanu Matilainen2-1/+1
2009-10-12Permit changing rpm.td tag from pythonPanu Matilainen1-2/+23
2009-10-12Add limited support for modifying headers to pythonPanu Matilainen3-1/+34
2009-10-10Oops, configuring wrong ts in rpm.ts() initializationPanu Matilainen1-3/+2
2009-10-09Move further initialization from python ts tp_new to tp_initPanu Matilainen2-17/+14
2009-10-09Revert explicit PyErr_NoMemory() returns to just returning NULLPanu Matilainen10-12/+12
2009-10-09Handle NULL in ts get/setKeyring as python NonePanu Matilainen1-4/+10
2009-10-09Kill off _rpmb.error exception typePanu Matilainen3-10/+1
2009-10-09Permit setting and getting ts keyring from pythonPanu Matilainen1-0/+28
2009-10-09Add bindings for rpm keyring and pubkey typesPanu Matilainen4-0/+230
2009-10-06Python namespace import fiddlingPanu Matilainen1-35/+36
2009-10-05Delete ancient and defunc python test programsPanu Matilainen7-215/+0
2009-10-05Dont leak memory from rpm.fi() methodsPanu Matilainen1-8/+8
2009-10-05Handle all rpmds variants in its constructorPanu Matilainen5-47/+39
2009-10-05rpmdb open failing is certainly an rpm error, not TypeErrorPanu Matilainen1-1/+1
2009-10-05Dead code removalPanu Matilainen1-5/+0
2009-10-05Permit threads during rpmReadPackageFile()Panu Matilainen1-0/+2
2009-10-05Type mismatch is TypeError, not rpm.errorPanu Matilainen1-1/+1
2009-10-05Push hdrFromFdno() error code handling over to python sidePanu Matilainen2-28/+22
2009-10-05Push hdrCheck() error code handling over to python sidePanu Matilainen2-27/+16
2009-10-05Teach python about the lowlevel RPMRC codesPanu Matilainen1-0/+6
2009-10-05Push ts.check() return tuple-o-doom generation over to python sidePanu Matilainen2-67/+42
2009-10-05Teach python about RPMSENSE_ANYPanu Matilainen1-0/+1
2009-10-05Enable retrieving problem key from python tooPanu Matilainen1-0/+11
2009-10-05Push transaction problem filter to python sidePanu Matilainen2-12/+8
2009-10-05Push the interpretation of ts.run() result code to python sidePanu Matilainen2-29/+18
2009-10-05Add minimal python wrapping for rpmProblem objectsPanu Matilainen3-4/+113
2009-10-05Ugh, forgot to add the new _rpmb module to gitPanu Matilainen1-0/+35
2009-10-02Push most work of ts.addErase() over to pythonPanu Matilainen2-30/+24
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 Matilainen2-31/+20
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 Matilainen2-29/+10
2009-10-02Add rpmlog() wrapper to python bindingsPanu Matilainen1-0/+14
2009-10-02Teach python about RPMDBI_LABELPanu Matilainen1-0/+1
2009-10-02Split rpmbuild dependencies to separate _rpmb modulePanu Matilainen7-21/+23
2009-10-02Move ts flag & color setting to python sidePanu Matilainen2-61/+24
2009-10-02Add a dummy python-level transaction set class, use it alwaysPanu Matilainen6-14/+12
2009-10-01Add python method for retrieving header "instance" (db recno) numberPanu Matilainen1-0/+7
2009-10-01Deprecation tweaksPanu Matilainen5-18/+10
2009-10-01Oops, these are mappings, not dicts...Panu Matilainen2-2/+2
2009-10-01Generalize python ts flags and colors set/get fooPanu Matilainen1-59/+93
2009-10-01Fix couple of recently introduced compiler warningsPanu Matilainen2-2/+2
2009-10-01Include structmembers.h centrally from rpmsystem-py.hPanu Matilainen3-4/+2
2009-10-01Make python ts rootDir appear as a read-only attributePanu Matilainen1-1/+6
2009-10-01Add python getter for transaction idPanu Matilainen1-0/+6
2009-10-01Eliminate python ts scriptFd kludgeryPanu Matilainen1-31/+24
2009-09-30Deprecate custom foo.count() methods, support len() insteadPanu Matilainen2-10/+16
2009-09-30Eliminate unused python ts iterator filter stuffPanu Matilainen1-6/+1