platform/upstream/rpm.git
2009-10-14 Panu MatilainenUse common "not implemented" implementation of Fseek()
2009-10-14 Panu MatilainenAdd first rough-cut python bindings for rpmio fd
2009-10-12 Panu MatilainenRaise exception in the converter, not caller
2009-10-12 Panu MatilainenPermit changing rpm.td tag from python
2009-10-12 Panu MatilainenAdd limited support for modifying headers to python
2009-10-12 Panu MatilainenFix format extension memleak on empty strings
2009-10-12 Panu MatilainenOutput dependency type on --requires etc queries if...
2009-10-12 Panu MatilainenAdd RPMTAG_VERBOSE extension
2009-10-12 Panu MatilainenPermit conditional query formats on not yet cached...
2009-10-10 Panu MatilainenOops, configuring wrong ts in rpm.ts() initialization
2009-10-09 Panu MatilainenMove further initialization from python ts tp_new to...
2009-10-09 Panu MatilainenRevert explicit PyErr_NoMemory() returns to just return...
2009-10-09 Panu MatilainenHandle NULL in ts get/setKeyring as python None
2009-10-09 Panu MatilainenKill off _rpmb.error exception type
2009-10-09 Panu MatilainenPermit setting and getting ts keyring from python
2009-10-09 Panu MatilainenAdd bindings for rpm keyring and pubkey types
2009-10-09 Panu MatilainenAdd an interface to parse armored OpenPGP from memory
2009-10-07 Panu MatilainenSupport passing extra options to dep generator scripts
2009-10-06 Panu MatilainenLose unused python/perl/java stringbuffers from rpmfc
2009-10-06 Panu MatilainenBah, get the new ocaml-scripts into tarballs too
2009-10-06 Panu MatilainenPython namespace import fiddling
2009-10-06 Panu MatilainenTeach the internal dep generator about OCaml
2009-10-06 Panu MatilainenAdd OCaml dependency generator scripts (Richard W.M...
2009-10-06 Ville SkyttäDeprecate %__lzma, use %__xz in it.
2009-10-06 Ville SkyttäDecompress lzma files with xz.
2009-10-06 Ville SkyttäImprove perl.req here-doc skipping.
2009-10-05 Panu MatilainenDelete ancient and defunc python test programs
2009-10-05 Panu MatilainenDont leak memory from rpm.fi() methods
2009-10-05 Panu MatilainenHandle all rpmds variants in its constructor
2009-10-05 Panu Matilainenrpmdb open failing is certainly an rpm error, not TypeError
2009-10-05 Panu MatilainenDead code removal
2009-10-05 Panu MatilainenPermit threads during rpmReadPackageFile()
2009-10-05 Panu MatilainenType mismatch is TypeError, not rpm.error
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 MatilainenTeach python about the lowlevel RPMRC codes
2009-10-05 Panu MatilainenPush ts.check() return tuple-o-doom generation over...
2009-10-05 Panu MatilainenTeach python about RPMSENSE_ANY
2009-10-05 Panu MatilainenEnable retrieving problem key from python too
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-05 Panu MatilainenAdd minimal python wrapping for rpmProblem objects
2009-10-05 Panu MatilainenUgh, forgot to add the new _rpmb module to git
2009-10-02 Panu MatilainenPush most work of ts.addErase() over to python
2009-10-02 Panu MatilainenReturn error code from rpmtsAddEraseElement() failure
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 MatilainenAdd rpmlog() wrapper to python bindings
2009-10-02 Panu MatilainenTeach python about RPMDBI_LABEL
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...
2009-10-01 Panu MatilainenAdd python method for retrieving header "instance"...
2009-10-01 Panu MatilainenDeprecation tweaks
2009-10-01 Panu MatilainenOops, these are mappings, not dicts...
2009-10-01 Panu MatilainenGeneralize python ts flags and colors set/get foo
2009-10-01 Panu MatilainenFix couple of recently introduced compiler warnings
2009-10-01 Panu MatilainenInclude structmembers.h centrally from rpmsystem-py.h
2009-10-01 Panu MatilainenAdd API for setting preferred transaction file color
2009-10-01 Panu MatilainenMake python ts rootDir appear as a read-only attribute
2009-10-01 Panu MatilainenAdd python getter for transaction id
2009-10-01 Panu MatilainenEliminate python ts scriptFd kludgery
2009-09-30 Panu MatilainenDeprecate custom foo.count() methods, support len(...
2009-09-30 Panu MatilainenEliminate unused python ts iterator filter stuff
2009-09-30 Panu MatilainenTake advantage of headerNextTag() in python hdr.keys()
2009-09-30 Panu MatilainenAdd iterator support to python header objects
2009-09-30 Panu MatilainenAdd alternative header iterator method
2009-09-30 Panu MatilainenAdd some flags to rpmtd creation
2009-09-30 Panu MatilainenAdd beginnings of rpmtd wrappings to python
2009-09-30 Panu MatilainenTurn hdrGetHeader() into argument parsing converter...
2009-09-30 Panu MatilainenSanitize getattr behavior of header objects
2009-09-28 Panu MatilainenRequire expected type in PyArg_ParseTupleAndKeywords...
2009-09-28 Panu MatilainenSupport numeric expansion in rpm.expandMacro()
2009-09-28 Panu MatilainenPush rpm.signalsCaught() to python level
2009-09-28 Panu MatilainenImplement rpm.readHeaderFromFD() in python instead...
2009-09-28 Panu MatilainenImplement rpm.readHeaderListFromFD() in python instead...
2009-09-28 Panu MatilainenImplement rpmreadHeaderListFromFile() in python instead...
2009-09-28 Panu MatilainenA few cases of Py_RETURN_NONE missed on the first round
2009-09-28 Panu MatilainenArrange rpm.headerLoad() compatibility on python level
2009-09-28 Panu MatilainenOSGi dependency generator fixes from Alphonse Van Assch...
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 MatilainenEnable subtyping on rpm.ts class
2009-09-24 Panu MatilainenCall generic python setattr if not scriptFd
2009-09-24 Panu Matilainentp_setattro() is supposed to return -1 on errors
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 unnecessary header type checking
2009-09-23 Panu MatilainenRemove the broken tp_print method from spec
2009-09-23 Panu MatilainenDecouple python spec objects from transaction objects
2009-09-23 Panu MatilainenOops, binary data can and should be presented as python...
2009-09-23 Panu MatilainenAdd rpmtd to python object converter, change header...
2009-09-23 Panu MatilainenTurn tagNumFromPyObject() into an object converter...
2009-09-23 Panu MatilainenTurn rpmFdFromPyObject() into an object converter interface
2009-09-23 Panu MatilainenPermit any file object in rpm.readHeaderListFromFD()
2009-09-23 Panu MatilainenPermit file objects in python header constructor
2009-09-23 Panu MatilainenAdd write() method to python headers
2009-09-23 Panu MatilainenAccept any file object in ts.hdrFromFdno()
next