Modify eu-strip option to perform strip in post script of rpm package & add option...
[platform/upstream/rpm.git] / python / rpmps-py.c
2011-12-21 David Malcolmhandle errors when constructing lists in the Python...
2011-03-09 Panu MatilainenPython bindings dont need our debug.h for anything
2010-03-26 Panu MatilainenUse the new problem set iterator where it makes more...
2010-03-13 Panu MatilainenAdd a helper function for turning rpm problem set into...
2009-11-18 Panu MatilainenOops, tp_dealloc doesn't return anything
2009-11-18 Panu MatilainenFix rpmProblem reference counting in python bindings
2009-11-18 Panu MatilainenMake python ts.problems() return a python list, not...
2009-11-18 Panu MatilainenRemove unused psFromPs()
2009-11-18 Panu MatilainenEliminate broken rpmps append() method from python...
2009-10-28 Panu MatilainenRemove unnecessary (cmpfunc) casts from our type objects
2009-10-19 David MalcolmGeneralize type object initialization to work with...
2009-10-19 David MalcolmGeneralize access to ob_type so that they work with...
2009-10-09 Panu MatilainenRevert explicit PyErr_NoMemory() returns to just return...
2009-10-05 Panu MatilainenEnable retrieving problem key from python too
2009-10-05 Panu MatilainenAdd minimal python wrapping for rpmProblem objects
2009-09-24 Panu MatilainenEnable subtyping on the rest of our type-objects
2009-09-24 Panu MatilainenEliminate all custom tp_free() type methods
2009-09-24 Panu MatilainenCall (sub)type tp_free from destructors
2009-09-24 Panu MatilainenMake object allocation type agnostic
2009-09-23 Panu MatilainenRemove tp_print methods from all rpm-python objects
2009-09-23 Panu MatilainenLose the debug junk from python bindings
2009-09-22 Panu MatilainenRename python system.h for disambiguation
2009-09-22 Panu MatilainenLose the empty doxygen markers
2009-09-22 Panu MatilainenPut some consistency to python object creation
2009-09-22 Panu MatilainenMake all python object creation wrappers return PyObjec...
2009-09-22 Panu MatilainenAll rpm-python iterators are self-iterators, just use...
2009-09-22 Panu MatilainenMove allocations out of rpmps object init method
2009-09-22 Panu MatilainenUse Py_RETURN_NONE macro for returning None everywhere
2009-09-22 Panu MatilainenEliminate unnecessary custom object allocation functions
2009-09-22 Panu MatilainenUse generic python get/set attribute functions directly...
2009-09-22 Panu MatilainenMake the python object structures opaque
2009-09-22 Panu MatilainenWe dont support ancient python versions...
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-15 Panu MatilainenRemove bogus const from rpmProblemString() return type
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-29 Panu MatilainenAvoid building rpmdebug-py
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-10-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-10-19 Panu MatilainenRename rpmpsProblem() -> rpmpsGetProblem() to make...
2007-10-19 Panu MatilainenOnly permit appending to a problem set from python
2007-10-19 Panu MatilainenImplement python rpmps iteration with rpmlib level...
2007-09-11 Ralf CorsépiusRemove split tags.
2007-07-10 Panu MatilainenMore python method pointer type fixes.
2007-07-10 Panu MatilainenFix bunch of compiler warnings from python bindings...
2004-11-17 paulnAdd kwargs everywhere - courtesy of pjones@redhat.com
2004-10-13 jbjSplint fiddles.
2004-10-13 jbjReturn current problem set form transaction.
2004-10-12 jbjMore cleanup.
2004-10-12 jbjNo need for ps.NumProblems() method.
2004-10-12 jbjProof-of-concept rpmps object. Ick ...
2004-10-12 jbjrpmps framework created.