summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-15Don't look into extensions when adding tags to pythonPanu Matilainen1-14/+0
2008-05-15Minimal conversion of in-rpm python bindings to new headerGet()Panu Matilainen1-102/+23
2008-05-12Convert internal uses of headerSprintf() to headerFormat()Panu Matilainen1-2/+2
2008-05-12Fixup paths and Makefiles for rpmdb/ eliminationPanu Matilainen1-1/+0
2008-04-28Get rid of string hackery in rpmdb-py.cJindrich Novy1-3/+2
2008-04-10Just call legacyRetrofit() instead of combined compress + provide retrofitsPanu Matilainen1-5/+3
2008-04-09Yet more url ripping - buildroot is never an urlPanu Matilainen1-2/+2
2008-04-07Eliminate several copy-paste hex converters, use pgpHexStr() insteadPanu Matilainen1-14/+7
2008-04-03Shut up a few silly compiler warnings that have crept inPanu Matilainen1-1/+1
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen2-2/+2