summaryrefslogtreecommitdiff
path: root/python/rpmmodule.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-02Add support for weak dependencies:Anas Nashif1-0/+1
2012-05-16Explicitly differentate internal/exported file attributesPanu Matilainen1-2/+0
2012-01-05Add enum for RPMCALLBACK_INST_STOP callback eventPanu Matilainen1-0/+1
2012-01-03Implement scriptlet start and stop callbacks (RhBug:606239)Panu Matilainen1-0/+2
2011-12-22mark strings extracted from PyArg_Parse* as "const"David Malcolm1-2/+2
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-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-03-09Python bindings dont need our debug.h for anythingPanu Matilainen1-2/+0
2010-11-03Rename rpmdbKeyIterator to rpmdbIndexIteratorFlorian Festi1-4/+4
2010-10-22Teach python about the new RPMDBI_* tagsPanu Matilainen1-0/+12
2010-10-22Switch python bindings to use rpm(Dbi)TagVal as appropriatePanu Matilainen1-1/+1
2010-10-21rpmdbKeyIterator: loop over keys in the database indexesFlorian Festi1-0/+5
2010-05-04Rename python module version symbol to __version__, add __version_info__Panu Matilainen1-1/+1
2010-03-29Lose unused RPMSENSE_PATCHESPanu Matilainen1-1/+0
2010-03-29Drop "support" for per-scriptlet build-requiresPanu Matilainen1-4/+0
2010-03-18Add a new problem type for obsoletesPanu Matilainen1-0/+1
2010-03-15Tell python about RPMTRANS_FLAG_NOCONTEXTSPanu Matilainen1-0/+1
2010-02-04Make rpm version available to pythonPanu Matilainen1-0/+2
2009-11-24Disable rpm.td type for nowPanu Matilainen1-0/+4
2009-11-18Declare a few python functions only taking one argument as suchPanu Matilainen1-15/+9
2009-11-18Rip python checkSignals() wtf'eryPanu Matilainen1-3/+2
2009-11-18Python archscore() only ever takes one argument, simplifyPanu Matilainen1-8/+4
2009-11-18Make python ts.problems() return a python list, not rpm.ps objectPanu Matilainen1-4/+0
2009-10-29Permit any file-like object in rpm.setLogFile()Panu Matilainen1-14/+15
2009-10-29Update module initialization to work with both Python 2.x and 3.xPanu Matilainen1-16/+71
2009-10-27Let Python decide the "native" string type for tag namesPanu Matilainen1-1/+1
2009-10-21Replace PyString usage with PyBytes everywherePanu Matilainen1-1/+1
2009-10-14Add first rough-cut python bindings for rpmio fdPanu Matilainen1-0/+5
2009-10-09Add bindings for rpm keyring and pubkey typesPanu Matilainen1-0/+9
2009-10-05Handle all rpmds variants in its constructorPanu Matilainen1-3/+0
2009-10-05Type mismatch is TypeError, not rpm.errorPanu Matilainen1-1/+1
2009-10-05Teach python about the lowlevel RPMRC codesPanu Matilainen1-0/+6
2009-10-05Teach python about RPMSENSE_ANYPanu Matilainen1-0/+1
2009-10-05Add minimal python wrapping for rpmProblem objectsPanu Matilainen1-0/+4
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 Matilainen1-5/+0
2009-10-02Add a dummy python-level transaction set class, use it alwaysPanu Matilainen1-4/+0
2009-09-30Add beginnings of rpmtd wrappings to pythonPanu Matilainen1-1/+5
2009-09-28Push rpm.signalsCaught() to python levelPanu Matilainen1-28/+5
2009-09-28Implement rpm.readHeaderFromFD() in python instead of CPanu Matilainen1-2/+0
2009-09-28Implement rpm.readHeaderListFromFD() in python instead of CPanu Matilainen1-2/+0
2009-09-28Implement rpmreadHeaderListFromFile() in python instead of CPanu Matilainen1-2/+0
2009-09-28A few cases of Py_RETURN_NONE missed on the first roundPanu Matilainen1-8/+4
2009-09-28Arrange rpm.headerLoad() compatibility on python levelPanu Matilainen1-2/+0
2009-09-23Permit headerConvert() from pythonPanu Matilainen1-0/+4
2009-09-22Rename python system.h for disambiguationPanu Matilainen1-1/+1
2009-09-22Lose the empty doxygen markersPanu Matilainen1-27/+1