summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2009-09-23Eliminate unnecessary functionPanu Matilainen1-6/+2
2009-09-23Permit headerConvert() from pythonPanu Matilainen2-0/+17
2009-09-23Add has_key() method to header objectPanu Matilainen1-0/+11
2009-09-23Add support for creating new header objectsPanu Matilainen1-1/+30
2009-09-23Rpm's allocators dont return on OOM, remove unnecessary checkPanu Matilainen1-5/+1
2009-09-23Add type checking macros for all rpm python type objectsPanu Matilainen8-0/+16
2009-09-22Rename python system.h for disambiguationPanu Matilainen12-11/+11
2009-09-22Lose the empty doxygen markersPanu Matilainen20-319/+3
2009-09-22Put some consistency to python object creationPanu Matilainen9-47/+39
2009-09-22Make all python object creation wrappers return PyObject pointersPanu Matilainen15-52/+44
2009-09-22Dont leak memory on rpm.ds iterationPanu Matilainen1-2/+0
2009-09-22Lose unnecessary next() methodsPanu Matilainen4-94/+0
2009-09-22All rpm-python iterators are self-iterators, just use PyObject_SelfIterPanu Matilainen5-48/+5
2009-09-22Dont leak memory from rpm.dsSingle()Panu Matilainen1-2/+0
2009-09-22Simplify fiFromHeader()Panu Matilainen1-16/+2
2009-09-22Simplify dsFromHeader()Panu Matilainen1-15/+2
2009-09-22Sanitize python object -> tag number exception handlingPanu Matilainen6-41/+19
2009-09-22Move allocations out of rpmps object init methodPanu Matilainen1-24/+3
2009-09-22Move allocations out of rpmds object init methodPanu Matilainen1-28/+15
2009-09-22Move allocations out of rpmfi object init methodPanu Matilainen1-29/+16
2009-09-22Remove useless rpmts python initializationPanu Matilainen1-10/+2
2009-09-22Realize the remaining bits of direct rpmdb interface are dead tooPanu Matilainen3-277/+0
2009-09-22Use Py_RETURN_NONE macro for returning None everywherePanu Matilainen9-65/+32
2009-09-22Eliminate unnecessary custom object allocation functionsPanu Matilainen4-48/+4
2009-09-22Use generic python get/set attribute functions directly where appropriatePanu Matilainen6-76/+12
2009-09-22Python initialization spring cleanPanu Matilainen1-24/+30
2009-09-22Make the python object structures opaquePanu Matilainen16-62/+71
2009-09-22Lose the utterly broken rpmio FD_t wrappersPanu Matilainen4-329/+0
2009-09-22Lose the useless python debug stuffPanu Matilainen2-77/+1
2009-09-22We dont support ancient python versions...Panu Matilainen10-36/+0
2009-09-22Kick out mummified rpmdb python interface remnantsPanu Matilainen3-67/+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-07Fix dumb some dumb leaks in python spec codePanu Matilainen1-24/+12
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-08-14Add isSource() method to python header object (ticket #32)Panu Matilainen1-0/+7
2009-06-16Eliminate now unnecessary artifacts of rpmdsNext() side-effectsPanu Matilainen1-3/+1
2009-05-19Don't mess up problem altNEVR in python ts.check() (rhbz#501068)Panu Matilainen1-2/+3
2009-04-18Fix a few file permissions from "make install"Panu Matilainen1-1/+1
2009-04-09Remove file flags that have never been enabledJindrich Novy1-1/+0
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