summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2011-10-11build: Update .gitignore rulesMukund Sivaraman1-0/+1
2011-09-01Oops, RPMSENSE_PRETRANS and _POSTTRANS missing from python bindingsPanu Matilainen1-0/+2
2011-09-01Oops, missing include for rpmFreeMacros() in python modulePanu Matilainen1-0/+1
2011-09-01Avoid SystemError on inserting an empty list insert to header from pythonPanu Matilainen1-0/+2
2011-09-01Add method to reset + reload rpm configuration to python bindingsPanu Matilainen1-0/+18
2011-08-29Add a new pseudo index for actually installed filesPanu Matilainen1-0/+1
2011-08-25Export rpmtsEmpty() to python as ts.clear()Panu Matilainen1-0/+11
2011-07-07Take advantage of Fdescr() in rpmReadPackageFile()Panu Matilainen1-1/+1
2011-07-07Teach python rpmio bindings about Fdescr()Panu Matilainen1-0/+7
2011-07-06Fix the broken python header __getattr__() behavior, take 13 (or so)Panu Matilainen1-1/+9
2011-07-06Add __reduce__() method to python header objectPanu Matilainen1-15/+32
2011-07-06Revert the ds, ts, fi and spec python object creation commitsPanu Matilainen6-47/+77
2011-07-01Fix/sanitize rpm.ds python object creation a bitPanu Matilainen1-13/+11
2011-07-01Fix/sanitize rpm.ts python object creation a bitPanu Matilainen1-13/+11
2011-07-01Fix/sanitize rpm.fi python object creation a bitPanu Matilainen2-22/+7
2011-07-01Fix/sanitize rpm.spec python object creationPanu Matilainen2-29/+18
2011-07-01Fix/sanitize rpm.fd python object creationPanu Matilainen1-22/+14
2011-07-01Fix the totally broken rpm.fd() read methodPanu Matilainen1-20/+25
2011-06-16Export rpmteFailed() to python bindingsPanu Matilainen1-0/+7
2011-06-09Eww, python ds.Instance() doesn't take any argumentsPanu Matilainen1-1/+1
2011-03-10Fix whitespace in Python doc stringFlorian Festi1-1/+1
2011-03-09Fix the PyBytes vs PyString compatibility definesPanu Matilainen1-5/+5
2011-03-09Python 3 fixupsPanu Matilainen2-1/+3
2011-03-09Preliminary distutils support for the python bindingsPanu Matilainen2-0/+56
2011-03-09Cut the remaining ties python bindings have to main rpm sourcesPanu Matilainen3-4/+3
2011-03-09Don't bother with the callback die-die-die error translationPanu Matilainen1-1/+1
2011-03-09Eliminate unnecessary _free() usages in pythonPanu Matilainen1-2/+2
2011-03-09Python bindings dont need our debug.h for anythingPanu Matilainen12-26/+0
2011-03-04Throw an exception from Fseek() errors in python rpmfd.seek()Panu Matilainen1-1/+1
2011-03-04Remove unused return code variablePanu Matilainen1-2/+1
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
2011-01-21Fix python documentation wrt dbIndex()Panu Matilainen1-3/+3
2010-12-16Permit comparison operator strings (<, >= etc) in python ds constructorPanu Matilainen1-1/+44
2010-11-23Oops, missing include in previous commitPanu Matilainen1-0/+1
2010-11-23Permit unicode paths in rpm.fd() (RhBug:654145)Panu Matilainen1-5/+26
2010-11-17Avoid enum as function argument for headerConvert()Panu Matilainen1-1/+1
2010-11-11Rename rpm.ii.offsets() to .instances() to match name of mi.instance()Florian Festi1-3/+2
2010-11-03Merge rpmdbIndexIteratorKey and rpmdbIndexIteratorKeySize into rpmdbIndexIter...Florian Festi1-3/+4
2010-11-03Rename rpmdbKeyIterator to rpmdbIndexIteratorFlorian Festi6-65/+65
2010-11-03Give access to the pkg offset and tag num of the index entry the key iterator...Florian Festi1-0/+19
2010-10-22Bah, couple of missed places for librpmsign movingPanu Matilainen1-1/+1
2010-10-22Teach python about the new RPMDBI_* tagsPanu Matilainen1-0/+12
2010-10-22Switch python bindings to use rpm(Dbi)TagVal as appropriatePanu Matilainen9-24/+24
2010-10-21Fix Python bindings and raise KeyError when there is no index for the given tagFlorian Festi1-2/+7
2010-10-21Fix typo / erroneously deleted lineFlorian Festi1-1/+2
2010-10-21rpmdbKeyIterator: loop over keys in the database indexesFlorian Festi5-0/+185
2010-10-19Python dbMatch() doesn't take (or need) len argument, fix the docsPanu Matilainen1-1/+1
2010-10-13Add python bindings for librpmsignPanu Matilainen3-1/+114
2010-10-12Add a python accessor for the source headerEric W. Biederman1-0/+6