summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2009-09-07Add noreturn annotation to die() .. which itself should diePanu Matilainen1-0/+1
2009-09-07Eliminate bunch of unused variablesPanu Matilainen1-2/+1
2009-09-07Fix dumb some dumb leaks in python spec codePanu Matilainen1-24/+12
2009-09-02Eliminate uses of headerNVR() and friends in librpm (and python) codePanu Matilainen1-3/+1
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in python codePanu Matilainen1-3/+3
2009-08-14Add isSource() method to python header object (ticket #32)Panu Matilainen1-0/+7
2009-06-16Eliminate now unnecessary artifacts of rpmdsNext() side-effectsPanu Matilainen1-3/+1
2009-05-19Don't mess up problem altNEVR in python ts.check() (rhbz#501068)Panu Matilainen1-2/+3
2009-04-18Fix a few file permissions from "make install"Panu Matilainen1-1/+1
2009-04-09Remove file flags that have never been enabledJindrich Novy1-1/+0
2009-03-26Remove rpmal from the Python APIFlorian Festi5-189/+0
2009-03-26Reimplement rpmal by using hashes and cleaning up the color handlingFlorian Festi1-3/+1
2009-03-26Make rpmal store rpmtes and kill rpmte->pkgKeyFlorian Festi3-48/+15
2009-03-19Python doesn't need libelf, nss or popt directlyPanu Matilainen1-6/+0
2009-03-13rpm-python only accepts string objects, not unicodePanu Matilainen1-1/+1
2009-03-13Catch exceptions from python conversions in dbMatch()Panu Matilainen1-0/+4
2009-02-27Add md5->filedigest aliases (rhbz#487597)Jindrich Novy1-0/+1
2009-02-05Fix typo in python bindings documentation (Masatake YAMATO)Panu Matilainen1-1/+1
2009-01-08Cast to intptr_t instead of int to kick out the final warningPanu Matilainen1-1/+1
2008-12-09Throw out ancient python/ChangeLogPanu Matilainen1-5/+0
2008-12-04Fix python header retrieval return type for non-existent tags (rhbz#473239)Panu Matilainen1-16/+10
2008-11-27Drop the useless "tag" argument from rpmteFI()Panu Matilainen1-18/+1
2008-11-12Don't bother retrieving db offset for erase elementsPanu Matilainen1-6/+2
2008-10-30Change all in-tree rpmdsNew() uses to non-scarememPanu Matilainen1-2/+2
2008-10-10Convert in-tree users to headerConvert()Panu Matilainen1-7/+5
2008-09-25Use safer xstrdup() instead of strdup() wherever possibleJindrich Novy1-1/+1
2008-09-25Don't go onto wild zombie rampage if python callback tracebacks (rhbz#463447)Panu Matilainen1-17/+20
2008-07-04Remove solvedb API and other related stuffPanu Matilainen1-3/+0
2008-07-04Kill of rpmtsAvailable()Panu Matilainen1-51/+4
2008-07-02Don't leak memory on python expandMacro()Panu Matilainen1-2/+6
2008-06-27Adjust python callback for amount+total type changePanu Matilainen1-1/+1
2008-06-17Replace headerRemoveEntry() with headerDel() everywherePanu Matilainen1-1/+1
2008-06-12Make rpmfiFSize() return rpm_loff_t type, fixup callersPanu Matilainen1-3/+3
2008-06-11Make rpmps generic number field 64bit, rename getter methodPanu Matilainen1-1/+1
2008-06-10Eliminate rpmfiBuildFNames() use in pythonPanu Matilainen1-12/+7
2008-06-09Use 64bit type for rpmte package size reportingPanu Matilainen1-1/+1
2008-06-09Use rpm_loff_t for transaction callback amount+total argumentsPanu Matilainen1-2/+2
2008-06-03Use rpmsqIsCaught() instead of directly accessing rpmsqCaught sigsetPanu Matilainen1-1/+1
2008-06-03Don't leak memory on python fi.Digest() callsPanu Matilainen1-4/+4
2008-06-02Change rpmTagGetNames() interface to more like that of headerGet()Panu Matilainen1-1/+4
2008-06-02rpmfiFDigestHex() instead of manual hex conversionPanu Matilainen1-4/+2
2008-06-02On a second thought, rename rpmfiDigest() to rpmfiFDigest() for consistencyPanu Matilainen1-2/+2
2008-06-02Add fi.Digest() method to python bindingsPanu Matilainen1-25/+16
2008-05-26Remove legacy RPMSENSE_SERIAL.Jindrich Novy1-1/+0
2008-05-26Convert python rpmMergeHeaders to new interfacesPanu Matilainen1-19/+22
2008-05-26Convert python hdrKeyList() to new header iterator interfacePanu Matilainen1-4/+6
2008-05-22Oops, rpmTagGetValue() expects tagname without RPMTAG_ prefixPanu Matilainen1-3/+4
2008-05-21Don't muck with rpmTagTable internals in python initializationPanu Matilainen1-12/+13
2008-05-21Include rpmtypes.h first instead of rpmtag.h everywherePanu Matilainen2-2/+2
2008-05-15Let rpmtdFreeData() do it's job...Panu Matilainen1-9/+1