Eliminate targets from rpmBuildArguments
[platform/upstream/rpm.git] / python /
2010-09-01 Panu MatilainenRename freeSpec() -> rpmSpecFree() for namespacing
2010-09-01 Panu MatilainenUpdate callers to use the new rpmSpecParse() interface
2010-09-01 Panu MatilainenSpec rootDir is only relevant for building, eliminate...
2010-06-22 Panu MatilainenFix python ts.check() dependency tuple munging
2010-05-19 Panu MatilainenHandle non-existent dependency sets in python (RhBug...
2010-05-04 Panu MatilainenRename python module version symbol to __version__...
2010-03-29 Panu MatilainenRemove unused dependency set file reference count
2010-03-29 Panu MatilainenRemove unused and non-sensible depedency set build...
2010-03-29 Panu MatilainenLose unused RPMSENSE_PATCHES
2010-03-29 Panu MatilainenDrop "support" for per-scriptlet build-requires
2010-03-26 Panu MatilainenAdd ds.Instance() method to python bindings
2010-03-26 Panu MatilainenTake advantage of rpmdsCurrent() in python bindings
2010-03-26 Panu MatilainenChange the problem data arrangement for dependency...
2010-03-26 Panu MatilainenUse the new problem set iterator where it makes more...
2010-03-24 Ville SkyttäDocument deprecation of mi.count() and ds.Count().
2010-03-24 Panu MatilainenAdd RPMBUILD_ISFOO constants to python rpmb module...
2010-03-24 Panu MatilainenAdd __bool__() / __nonzero__() method to python rpmmi...
2010-03-22 Panu MatilainenLose the useless rpmds refcounting debug junk + switches
2010-03-22 Panu MatilainenLose the useless rpmfi refcounting etc debug messages...
2010-03-18 Panu MatilainenAdd a new problem type for obsoletes
2010-03-15 Panu MatilainenTell python about RPMTRANS_FLAG_NOCONTEXTS
2010-03-13 Panu MatilainenAdd Problems() method to python transaction element...
2010-03-13 Panu MatilainenAdd a helper function for turning rpm problem set into...
2010-02-04 Panu MatilainenMake rpm version available to python
2009-12-21 Panu MatilainenEliminate the rpmte tsort info manipulation public API
2009-12-17 Panu MatilainenMove python ts element key refcounting back to C-side...
2009-12-09 Panu MatilainenFix memleak in python ts.hdrFromFdno()
2009-12-09 Panu MatilainenFix a few list-related memleaks in python bindings
2009-12-07 Panu Matilainents.check() is supposed to return empty list when no...
2009-12-07 Panu MatilainenDisable the entire rpm.td type for now
2009-12-07 Panu MatilainenMake python header iterator return keys, not values
2009-11-27 Panu MatilainenCorrectly pass optional tag argument from hdr.dsFromHea...
2009-11-27 Panu MatilainenDont try to pass anything to rpm.fi() from hdr.fiFromHe...
2009-11-24 Panu MatilainenNuke leftover debug junk
2009-11-24 Panu MatilainenSupport constructing header data from python
2009-11-24 Panu MatilainenDisable rpm.td type for now
2009-11-23 Panu MatilainenFix hdrContains() return value on error
2009-11-21 Panu MatilainenRemove hdr.has_key() method, support 'key in h' style...
2009-11-21 Panu MatilainenRemove unnecessary hdr.instance() method
2009-11-21 Panu MatilainenTypos in exception messages
2009-11-19 Panu MatilainenAdd spec package type with access to headers to python...
2009-11-19 Panu MatilainenPermit header object generation from PyCObjects
2009-11-18 Panu MatilainenLose the silly specFromSpec()
2009-11-18 Panu MatilainenTurn current python spec methods into read-only attribu...
2009-11-18 Panu MatilainenSanitize python spec.sources()
2009-11-18 Panu MatilainenPut a bit of sanity into python spec methods
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 MatilainenDeclare a few python functions only taking one argument...
2009-11-18 Panu MatilainenRip python checkSignals() wtf'ery
2009-11-18 Panu MatilainenPython archscore() only ever takes one argument, simplify
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-29 David MalcolmConvert relative imports within rpm package to absolute...
2009-10-29 Panu MatilainenPermit any file-like object in rpm.setLogFile()
2009-10-29 Panu MatilainenUpdate module initialization to work with both Python...
2009-10-28 Panu MatilainenRemove unnecessary (cmpfunc) casts from our type objects
2009-10-28 Panu MatilainenEliminate ambiguous tp_compare and tp_richcompare from...
2009-10-28 Panu MatilainenAdd ds.Compare() as a thin wrapper over rpmdsCompare()
2009-10-28 Panu MatilainenType-check rpm.ds() comparison/search arguments everywhere
2009-10-28 Panu MatilainenRip out stillborn code
2009-10-28 Panu MatilainenEliminate the ambigious tp_compare from rpm.hdr
2009-10-28 Panu MatilainenUse PyObject_AsFileDescriptor() instead of object type...
2009-10-27 Panu MatilainenArgh, typo in previous commit
2009-10-27 Panu MatilainenRemove explicit Py_TPFLAGS_HAVE_RICHCOMPARE from ds...
2009-10-27 Panu MatilainenLet Python decide the "native" string type for tag...
2009-10-23 Panu MatilainenPermit unicode as ts.dbMatch() key argument
2009-10-23 Panu MatilainenAllow unicode objects as tag name everywhere
2009-10-23 Panu MatilainenAdd conversion function for handling python unicode...
2009-10-21 Panu MatilainenOn Python 3, use macros to alias all usage of PyInt_...
2009-10-21 Panu MatilainenReplace PyString usage with PyBytes everywhere
2009-10-19 Panu MatilainenRemove leftovers from python header files
2009-10-19 David MalcolmConvert all usage of two-expression exception raising...
2009-10-19 Panu MatilainenPyVarObject_HEAD_INIT() compatibility macro for Python...
2009-10-19 David MalcolmGeneralize type object initialization to work with...
2009-10-19 Panu MatilainenPy_TYPE() compatibility macro for Python < 2.6
2009-10-19 David MalcolmGeneralize access to ob_type so that they work with...
2009-10-15 Panu MatilainenUse fd.tell() instead of going around through os.lseek...
2009-10-15 Panu MatilainenAdd tell() method to rpm.fd class
2009-10-15 Panu MatilainenAvoid unnecessary dup'ing of file descriptors on header...
2009-10-15 Panu MatilainenAccept rpm.fd() types file objects everywhere in python...
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-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-06 Panu MatilainenPython namespace import fiddling
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()
next