summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2010-03-18Add a new problem type for obsoletesPanu Matilainen1-0/+1
2010-03-15Tell python about RPMTRANS_FLAG_NOCONTEXTSPanu Matilainen1-0/+1
2010-03-13Add Problems() method to python transaction element classPanu Matilainen1-0/+12
2010-03-13Add a helper function for turning rpm problem set into python listPanu Matilainen3-8/+15
2010-02-04Make rpm version available to pythonPanu Matilainen1-0/+2
2009-12-21Eliminate the rpmte tsort info manipulation public APIPanu Matilainen1-35/+0
2009-12-17Move python ts element key refcounting back to C-side of thingsPanu Matilainen2-3/+6
2009-12-09Fix memleak in python ts.hdrFromFdno()Panu Matilainen1-0/+1
2009-12-09Fix a few list-related memleaks in python bindingsPanu Matilainen4-2/+9
2009-12-07ts.check() is supposed to return empty list when no problemsPanu Matilainen1-5/+1
2009-12-07Disable the entire rpm.td type for nowPanu Matilainen1-1/+2
2009-12-07Make python header iterator return keys, not valuesPanu Matilainen1-3/+1
2009-11-27Correctly pass optional tag argument from hdr.dsFromHeader() (ticket #108)Panu Matilainen1-2/+9
2009-11-27Dont try to pass anything to rpm.fi() from hdr.fiFromHeader()Panu Matilainen1-2/+5
2009-11-24Nuke leftover debug junkPanu Matilainen1-1/+0
2009-11-24Support constructing header data from pythonPanu Matilainen1-4/+121
2009-11-24Disable rpm.td type for nowPanu Matilainen1-0/+4
2009-11-23Fix hdrContains() return value on errorPanu Matilainen1-1/+1
2009-11-21Remove hdr.has_key() method, support 'key in h' style insteadPanu Matilainen1-5/+16
2009-11-21Remove unnecessary hdr.instance() methodPanu Matilainen1-7/+0
2009-11-21Typos in exception messagesPanu Matilainen1-2/+2
2009-11-19Add spec package type with access to headers to python rpmb modulePanu Matilainen3-0/+107
2009-11-19Permit header object generation from PyCObjectsPanu Matilainen1-0/+2
2009-11-18Lose the silly specFromSpec()Panu Matilainen2-13/+6
2009-11-18Turn current python spec methods into read-only attributes via getsetersPanu Matilainen1-18/+15
2009-11-18Sanitize python spec.sources()Panu Matilainen1-20/+9
2009-11-18Put a bit of sanity into python spec methodsPanu Matilainen1-22/+13
2009-11-18Oops, tp_dealloc doesn't return anythingPanu Matilainen1-1/+1
2009-11-18Fix rpmProblem reference counting in python bindingsPanu Matilainen1-2/+8
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 Matilainen4-147/+12
2009-11-18Remove unused psFromPs()Panu Matilainen2-7/+0
2009-11-18Eliminate broken rpmps append() method from python bindings (RhBug:538218)Panu Matilainen1-26/+1
2009-10-29Convert relative imports within rpm package to absolute importsDavid Malcolm2-6/+5
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 Matilainen2-27/+121
2009-10-28Remove unnecessary (cmpfunc) casts from our type objectsPanu Matilainen3-4/+4
2009-10-28Eliminate ambiguous tp_compare and tp_richcompare from rpm.dsPanu Matilainen1-106/+2
2009-10-28Add ds.Compare() as a thin wrapper over rpmdsCompare()Panu Matilainen1-0/+12
2009-10-28Type-check rpm.ds() comparison/search arguments everywherePanu Matilainen1-25/+10
2009-10-28Rip out stillborn codePanu Matilainen1-32/+0
2009-10-28Eliminate the ambigious tp_compare from rpm.hdrPanu Matilainen1-7/+2
2009-10-28Use PyObject_AsFileDescriptor() instead of object type comparisonPanu Matilainen1-5/+3
2009-10-27Argh, typo in previous commitPanu Matilainen1-1/+1
2009-10-27Remove explicit Py_TPFLAGS_HAVE_RICHCOMPARE from ds type flagsPanu Matilainen1-3/+1
2009-10-27Let Python decide the "native" string type for tag namesPanu Matilainen1-1/+1
2009-10-23Permit unicode as ts.dbMatch() key argumentPanu Matilainen1-9/+13
2009-10-23Allow unicode objects as tag name everywherePanu Matilainen1-2/+4