summaryrefslogtreecommitdiff
path: root/python/rpmts-py.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Eliminate all custom tp_free() type methodsPanu Matilainen1-15/+1
2009-09-24Enable subtyping on rpm.ts classPanu Matilainen1-1/+1
2009-09-24Call generic python setattr if not scriptFdPanu Matilainen1-2/+2
2009-09-24tp_setattro() is supposed to return -1 on errorsPanu Matilainen1-1/+1
2009-09-24Call (sub)type tp_free from destructorsPanu Matilainen1-1/+1
2009-09-24Make object allocation type agnosticPanu Matilainen1-7/+7
2009-09-23Remove unnecessary header type checkingPanu Matilainen1-7/+0
2009-09-23Decouple python spec objects from transaction objectsPanu Matilainen1-21/+3
2009-09-23Turn tagNumFromPyObject() into an object converter interfacePanu Matilainen1-7/+2
2009-09-23Turn rpmFdFromPyObject() into an object converter interfacePanu Matilainen1-3/+2
2009-09-23Accept any file object in ts.hdrFromFdno()Panu Matilainen1-4/+4
2009-09-23Lose the debug junk from python bindingsPanu Matilainen1-106/+0
2009-09-22Rename python system.h for disambiguationPanu Matilainen1-1/+1
2009-09-22Lose the empty doxygen markersPanu Matilainen1-80/+2
2009-09-22Put some consistency to python object creationPanu Matilainen1-16/+18
2009-09-22Make all python object creation wrappers return PyObject pointersPanu Matilainen1-4/+4
2009-09-22Lose unnecessary next() methodsPanu Matilainen1-23/+0
2009-09-22All rpm-python iterators are self-iterators, just use PyObject_SelfIterPanu Matilainen1-11/+1
2009-09-22Sanitize python object -> tag number exception handlingPanu Matilainen1-2/+1
2009-09-22Remove useless rpmts python initializationPanu Matilainen1-10/+2
2009-09-22Use Py_RETURN_NONE macro for returning None everywherePanu Matilainen1-20/+10
2009-09-22Eliminate unnecessary custom object allocation functionsPanu Matilainen1-12/+1
2009-09-22Make the python object structures opaquePanu Matilainen1-0/+11
2009-09-22We dont support ancient python versions...Panu Matilainen1-4/+0
2009-09-22Clean up + fix bad recno erasure in python ts.addErase()Panu Matilainen1-34/+21
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-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-05-19Don't mess up problem altNEVR in python ts.check() (rhbz#501068)Panu Matilainen1-2/+3
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
2008-11-12Don't bother retrieving db offset for erase elementsPanu Matilainen1-6/+2
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-06-27Adjust python callback for amount+total type changePanu Matilainen1-1/+1
2008-06-11Make rpmps generic number field 64bit, rename getter methodPanu Matilainen1-1/+1
2008-06-09Use rpm_loff_t for transaction callback amount+total argumentsPanu Matilainen1-2/+2
2008-03-17Remove rollback supportPanu Matilainen1-128/+0
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-3/+3
2008-02-05Yet another typedef for transaction ID, use where spottedPanu Matilainen1-1/+1
2008-02-05Couple of int -> rpmVSFlags type correctionsPanu Matilainen1-1/+1
2008-02-05Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen1-1/+1
2008-02-05Rip the horrible (ia64) autorelocate kludgery. RIP.Panu Matilainen1-4/+0
2008-02-04Make check-programs build again, assorted type-fiddlings..Panu Matilainen1-1/+1
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-1/+1
2008-01-30Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen1-1/+1
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+2