Import the C-level ts python object as TransactionSetCore
[platform/upstream/rpm.git] / python / rpm / transaction.py
2011-02-15 Panu MatilainenImport the C-level ts python object as TransactionSetCore
2010-06-22 Panu MatilainenFix python ts.check() dependency tuple munging
2010-03-26 Panu MatilainenChange the problem data arrangement for dependency...
2009-12-17 Panu MatilainenMove python ts element key refcounting back to C-side...
2009-12-07 Panu Matilainents.check() is supposed to return empty list when no...
2009-11-21 Panu MatilainenTypos in exception messages
2009-10-29 David MalcolmConvert relative imports within rpm package to absolute...
2009-10-19 David MalcolmConvert all usage of two-expression exception raising...
2009-10-06 Panu MatilainenPython namespace import fiddling
2009-10-05 Panu MatilainenPush hdrFromFdno() error code handling over to python...
2009-10-05 Panu MatilainenPush hdrCheck() error code handling over to python...
2009-10-05 Panu MatilainenPush ts.check() return tuple-o-doom generation over...
2009-10-05 Panu MatilainenPush transaction problem filter to python side
2009-10-05 Panu MatilainenPush the interpretation of ts.run() result code to...
2009-10-02 Panu MatilainenPush most work of ts.addErase() over to python
2009-10-02 Panu MatilainenPermit file objects and file names to ts.addInstall()
2009-10-02 Panu MatilainenPush most work of ts.addInstall() over to python
2009-10-02 Panu MatilainenOops, missing self in bunch of calls... been too long...
2009-10-02 Panu MatilainenPush the rpmtsGetKeys() stuff over to python completely
2009-10-02 Panu MatilainenSplit rpmbuild dependencies to separate _rpmb module
2009-10-02 Panu MatilainenMove ts flag & color setting to python side
2009-10-02 Panu MatilainenAdd a dummy python-level transaction set class, use...