Call (sub)type tp_free from destructors
[platform/upstream/rpm.git] / python / rpmps-py.c
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.