summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2007-10-28Include "rpmdb.h" instead of <rpmdb.h>.Ralf Corsépius3-3/+3
2007-10-28Include "rpmpgp.h" instead of <rpmpgp.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmsq.h" instead of <rpmsq.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius2-11/+11
2007-10-26Rename rpmcliImportPubkey() -> rpmtsImportPubkey()Panu Matilainen1-1/+1
2007-10-24Remove dead codePanu Matilainen1-13/+0
2007-10-24Don't mess up problem pkgNEVR in python ts.check() (rhbz#349091)Panu Matilainen1-3/+4
2007-10-23Remove unused python header stubsPanu Matilainen2-59/+0
2007-10-23One more useless rpmio_internal include removalPanu Matilainen1-1/+0
2007-10-23Remove bunch of unnecessary rpmio_internal & related includes from pythonPanu Matilainen3-7/+1
2007-10-22Use rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_INTERNALPanu Matilainen1-4/+6
2007-10-19Rename rpmpsProblem() -> rpmpsGetProblem() to make purpose clearerPanu Matilainen2-4/+4
2007-10-19Use rpmProblem access methods instead of direct access to the structPanu Matilainen1-9/+10
2007-10-19Only permit appending to a problem set from pythonPanu Matilainen1-68/+21
2007-10-19Implement python rpmps iteration with rpmlib level iteratorPanu Matilainen2-22/+22
2007-10-19Convert rpmts-py to use rpmps iteratorPanu Matilainen1-5/+10
2007-10-17Cleanup CPPFLAGS.Ralf Corsépius1-2/+2
2007-10-17Expand AM_CPPFLAGS.Ralf Corsépius1-11/+11
2007-10-16Remove unimplemented, unused RPMPROB_BADPRETRANSPanu Matilainen1-1/+0
2007-10-01Remove (unused).Ralf Corsépius2-16/+0
2007-09-21Rename Spec -> rpmSpec for namespacingPanu Matilainen3-12/+12
2007-09-21Rename alKey & alNum to rpmal* for namespacingPanu Matilainen1-3/+3
2007-09-20Rip out unused anaconda-related hacksPanu Matilainen1-1/+0
2007-09-20Rename tagName/Value/Type() to rpmTagGet*()Panu Matilainen1-3/+3
2007-09-20Remove the "dressed" rpmHeaderGetEntry() from APIPanu Matilainen1-1/+61
2007-09-19Move EXTRA_DIST out of PYTHON block.Ralf Corsépius1-3/+3
2007-09-17More typos, doh...Panu Matilainen1-2/+2
2007-09-17Typo..Panu Matilainen1-1/+1
2007-09-17Use rpmtsGetRdb() instead of poking ts internalsPanu Matilainen1-6/+6
2007-09-12Formating cleanup.Ralf Corsépius11-63/+33
2007-09-12locally define Py_ssize_t and lenfunc for python < 2.5Ralf Corsépius1-0/+5
2007-09-11Remove split tags.Ralf Corsépius30-715/+76
2007-09-10Eliminate pyincdir, pylibdir, pyrpmdir.Ralf Corsépius1-7/+3
2007-09-10Eliminate noinst_HEADERS. CleanupRalf Corsépius1-16/+17
2007-09-10Add missing backslash.Ralf Corsépius1-1/+1
2007-09-03Remove __LCLINT__-ifdef'ed blocks.Ralf Corsépius3-15/+0
2007-09-03Automated merge with ssh://login.linux.duke.edu//home/groups/rpm/hg/rpmPanu Matilainen1-11/+0
2007-09-03Sanitize SELinux file context initialization.Panu Matilainen1-14/+0
2007-09-03Remove lint-support.Ralf Corsépius1-11/+0
2007-09-03Eliminate mylibs.Ralf Corsépius1-10/+7
2007-08-30Get rpmcli.h includes out of python bindingsPanu Matilainen5-7/+4
2007-08-30Move rollback IDTX out of cli-stuff, its needed by core ts handling too.Panu Matilainen1-1/+1
2007-08-28Support accessing header info in python by object attributes as well.Panu Matilainen1-13/+14
2007-08-28Add expandMacro() to python bindings.Panu Matilainen1-0/+14
2007-08-22Remove INCPATH.Ralf Corsépius1-2/+1
2007-08-14Avoid python 2.5 requirement by using int instead of Py_ssize_tPanu Matilainen1-1/+1
2007-08-06Allow building without python-devel.Panu Matilainen1-2/+3
2007-08-05Automake cleanups.Panu Matilainen1-4/+2
2007-07-26Get python to honor prefix on installPanu Matilainen1-1/+1
2007-07-25Flatten python makefiles, path tweaksPanu Matilainen2-19/+5