Age | Commit message (Expand) | Author | Files | Lines |
2009-10-14 | Add first rough-cut python bindings for rpmio fd | Panu Matilainen | 3 | -3/+295 |
2009-10-12 | Raise exception in the converter, not caller | Panu Matilainen | 2 | -1/+1 |
2009-10-12 | Permit changing rpm.td tag from python | Panu Matilainen | 1 | -2/+23 |
2009-10-12 | Add limited support for modifying headers to python | Panu Matilainen | 3 | -1/+34 |
2009-10-10 | Oops, configuring wrong ts in rpm.ts() initialization | Panu Matilainen | 1 | -3/+2 |
2009-10-09 | Move further initialization from python ts tp_new to tp_init | Panu Matilainen | 2 | -17/+14 |
2009-10-09 | Revert explicit PyErr_NoMemory() returns to just returning NULL | Panu Matilainen | 10 | -12/+12 |
2009-10-09 | Handle NULL in ts get/setKeyring as python None | Panu Matilainen | 1 | -4/+10 |
2009-10-09 | Kill off _rpmb.error exception type | Panu Matilainen | 3 | -10/+1 |
2009-10-09 | Permit setting and getting ts keyring from python | Panu Matilainen | 1 | -0/+28 |
2009-10-09 | Add bindings for rpm keyring and pubkey types | Panu Matilainen | 4 | -0/+230 |
2009-10-06 | Python namespace import fiddling | Panu Matilainen | 1 | -35/+36 |
2009-10-05 | Delete ancient and defunc python test programs | Panu Matilainen | 7 | -215/+0 |
2009-10-05 | Dont leak memory from rpm.fi() methods | Panu Matilainen | 1 | -8/+8 |
2009-10-05 | Handle all rpmds variants in its constructor | Panu Matilainen | 5 | -47/+39 |
2009-10-05 | rpmdb open failing is certainly an rpm error, not TypeError | Panu Matilainen | 1 | -1/+1 |
2009-10-05 | Dead code removal | Panu Matilainen | 1 | -5/+0 |
2009-10-05 | Permit threads during rpmReadPackageFile() | Panu Matilainen | 1 | -0/+2 |
2009-10-05 | Type mismatch is TypeError, not rpm.error | Panu Matilainen | 1 | -1/+1 |
2009-10-05 | Push hdrFromFdno() error code handling over to python side | Panu Matilainen | 2 | -28/+22 |
2009-10-05 | Push hdrCheck() error code handling over to python side | Panu Matilainen | 2 | -27/+16 |
2009-10-05 | Teach python about the lowlevel RPMRC codes | Panu Matilainen | 1 | -0/+6 |
2009-10-05 | Push ts.check() return tuple-o-doom generation over to python side | Panu Matilainen | 2 | -67/+42 |
2009-10-05 | Teach python about RPMSENSE_ANY | Panu Matilainen | 1 | -0/+1 |
2009-10-05 | Enable retrieving problem key from python too | Panu Matilainen | 1 | -0/+11 |
2009-10-05 | Push transaction problem filter to python side | Panu Matilainen | 2 | -12/+8 |
2009-10-05 | Push the interpretation of ts.run() result code to python side | Panu Matilainen | 2 | -29/+18 |
2009-10-05 | Add minimal python wrapping for rpmProblem objects | Panu Matilainen | 3 | -4/+113 |
2009-10-05 | Ugh, forgot to add the new _rpmb module to git | Panu Matilainen | 1 | -0/+35 |
2009-10-02 | Push most work of ts.addErase() over to python | Panu Matilainen | 2 | -30/+24 |
2009-10-02 | Permit file objects and file names to ts.addInstall() | Panu Matilainen | 1 | -1/+10 |
2009-10-02 | Push most work of ts.addInstall() over to python | Panu Matilainen | 2 | -31/+20 |
2009-10-02 | Oops, missing self in bunch of calls... been too long since writing Python ;) | Panu Matilainen | 1 | -5/+5 |
2009-10-02 | Push the rpmtsGetKeys() stuff over to python completely | Panu Matilainen | 2 | -29/+10 |
2009-10-02 | Add rpmlog() wrapper to python bindings | Panu Matilainen | 1 | -0/+14 |
2009-10-02 | Teach python about RPMDBI_LABEL | Panu Matilainen | 1 | -0/+1 |
2009-10-02 | Split rpmbuild dependencies to separate _rpmb module | Panu Matilainen | 7 | -21/+23 |
2009-10-02 | Move ts flag & color setting to python side | Panu Matilainen | 2 | -61/+24 |
2009-10-02 | Add a dummy python-level transaction set class, use it always | Panu Matilainen | 6 | -14/+12 |
2009-10-01 | Add python method for retrieving header "instance" (db recno) number | Panu Matilainen | 1 | -0/+7 |
2009-10-01 | Deprecation tweaks | Panu Matilainen | 5 | -18/+10 |
2009-10-01 | Oops, these are mappings, not dicts... | Panu Matilainen | 2 | -2/+2 |
2009-10-01 | Generalize python ts flags and colors set/get foo | Panu Matilainen | 1 | -59/+93 |
2009-10-01 | Fix couple of recently introduced compiler warnings | Panu Matilainen | 2 | -2/+2 |
2009-10-01 | Include structmembers.h centrally from rpmsystem-py.h | Panu Matilainen | 3 | -4/+2 |
2009-10-01 | Make python ts rootDir appear as a read-only attribute | Panu Matilainen | 1 | -1/+6 |
2009-10-01 | Add python getter for transaction id | Panu Matilainen | 1 | -0/+6 |
2009-10-01 | Eliminate python ts scriptFd kludgery | Panu Matilainen | 1 | -31/+24 |
2009-09-30 | Deprecate custom foo.count() methods, support len() instead | Panu Matilainen | 2 | -10/+16 |
2009-09-30 | Eliminate unused python ts iterator filter stuff | Panu Matilainen | 1 | -6/+1 |