summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-24Python install path fiddling to appease with distcheckPanu Matilainen2-3/+3
2007-07-24Use python distutils for determining include etc pathsPanu Matilainen1-2/+3
2007-07-21Make rpmdbCheckTerminate() non-terminating.Panu Matilainen1-2/+0
2007-07-20Force rpmdb clean termination on exit from python.Panu Matilainen1-0/+17
2007-07-20Add python methods for checking pending signals from rpmsqCaught.Panu Matilainen1-0/+50
2007-07-18Use type from headerGet*(), not tagType() for nowPanu Matilainen1-0/+3
2007-07-16Use tagType() for determining header data types (array or not etc)Panu Matilainen1-40/+6
2007-07-13Use tagValue() for name->tag lookups instead of manually walking tagtable.Panu Matilainen1-4/+1
2007-07-13Kill RH-specific _vsflags_up2date, use generic __vsflags in bindings insteadPanu Matilainen1-1/+1
2007-07-13Clean up python ts object creation.Panu Matilainen2-58/+27
2007-07-12Rip out rhnLoad() and rhnUnload() from python bindings.Panu Matilainen3-118/+0
2007-07-12One last fix for const qualifier discarding complaint in python.Panu Matilainen1-2/+3
2007-07-12Some obvious "missing const" cases...Panu Matilainen2-2/+2
2007-07-11Cast to int to avoid gcc complaint from python enum registration.Panu Matilainen1-1/+1
2007-07-11Char ptr signedness fixes to python bindings.Panu Matilainen1-2/+2
2007-07-11Correct type for python rpmrc lenght functionPanu Matilainen1-1/+1
2007-07-10More python method pointer type fixes.Panu Matilainen5-5/+5
2007-07-10Cast to PyObject to avoid compiler whiningPanu Matilainen1-1/+1
2007-07-10Fix bunch of compiler warnings from python bindings (method pointer types)Panu Matilainen7-12/+12
2007-07-10Fix bunch of string formatting warnings.Panu Matilainen1-1/+1
2007-06-11Treat null epoch equal to zero epoch in python labelCompare (rhbz#227860).Panu Matilainen1-0/+3
2007-06-07Ts/db reference counting for match-iterators in python (rhbz#241751)Panu Matilainen4-4/+8
2007-06-05Force FILEVERIFYFLAGS to be a list in python bindings.Panu Matilainen1-0/+1
2007-06-05Python rpm.te Key() refcount fix (rhbz#182063) from JBJ.Panu Matilainen1-4/+3
2007-05-23Raise an exception if adding an install/upgrade element to transaction fails.Panu Matilainen1-1/+7
2007-05-16dbmatch keys can be unicode objects also (#219008)Paul Nasrat1-1/+1
2007-05-10Add patch to treat changelog as listPaul Nasrat1-0/+1
2007-03-14Cleanup: Remove old mpw referencesPaul Nasrat11-1274/+0
2007-01-04Remove autogenerated filepauln@enki.eridu1-689/+0
2005-03-07Casts on lvalues are no longer permitted by gcc4.0.jbj2-3/+3
2005-02-17- rework configure.ac et al to lose internal library baggage flexibly.jbj1-4/+4
2005-02-16Bye-bye!jbj1-4955/+0
2005-02-16Remove rpmdb and poptmodule sources.jbj29-7036/+1
2005-02-16- sqlite3: update encode/decode from sqlite-2.8.16.jbj1-6/+0
2005-02-12- zlib: uniqify certain symbols to prevent name space pollution.jbj3-2/+10
2005-01-28- python: force dbMatch() h# key to be 32 bit integer (#146477).jbj1-1/+2
2005-01-23- blueprint rpm-4_4 and HEAD to minimize diff spew.jbj2-2/+4
2005-01-17Build on macosx.jbj2-1/+5
2005-01-05build rpm-4.4.1-0.6.jbj1-0/+1
2004-11-25- python: bleeping keywords broke labelCompare.jbj2-5/+3
2004-11-17Add kwargs everywhere - courtesy of pjones@redhat.compauln21-774/+1001
2004-11-15Re-export hidden VSF symbols 139221pauln1-0/+6
2004-11-09- python: add python 2.4 support.jbj3-8/+15
2004-11-08Splint clean.jbj1-1/+1