summaryrefslogtreecommitdiff
path: root/python/rpmfd-py.c
Commit message (Expand)AuthorAgeFilesLines
* Dup the file descriptor when reopening an rpm.fd in pythonPanu Matilainen2013-12-201-1/+1
* Add .open() class method to rpm.fdPanu Matilainen2013-12-191-0/+7
* Remember open-mode and flags in python rpm.fd's as propertiesPanu Matilainen2013-12-191-1/+20
* Support reopening an rpm.fd descriptor as wellPanu Matilainen2013-12-181-0/+3
* Honor mode and flags also when reopening an fd in python rpm.fdPanu Matilainen2013-12-181-1/+10
* Construct mode as understood by librpmio in rpmfd constructor alreadyPanu Matilainen2013-12-181-6/+8
* Fix python binding build on python 3David Malcolm2013-04-101-1/+1
* fix use-after-free within rpmfdFromPyObject's error-handlingDavid Malcolm2012-01-021-1/+1
* mark strings extracted from PyArg_Parse* as "const"David Malcolm2011-12-221-2/+2
* fix memory leaks in invocations of PyObject_CallDavid Malcolm2011-12-211-2/+2
* Teach python rpmio bindings about Fdescr()Panu Matilainen2011-07-071-0/+7
* Fix/sanitize rpm.fd python object creationPanu Matilainen2011-07-011-22/+14
* Fix the totally broken rpm.fd() read methodPanu Matilainen2011-07-011-20/+25
* Throw an exception from Fseek() errors in python rpmfd.seek()Panu Matilainen2011-03-041-1/+1
* Oops, missing include in previous commitPanu Matilainen2010-11-231-0/+1
* Permit unicode paths in rpm.fd() (RhBug:654145)Panu Matilainen2010-11-231-5/+26
* Remove unnecessary (cmpfunc) casts from our type objectsPanu Matilainen2009-10-281-1/+1
* Use PyObject_AsFileDescriptor() instead of object type comparisonPanu Matilainen2009-10-281-5/+3
* Replace PyString usage with PyBytes everywherePanu Matilainen2009-10-211-3/+3
* Generalize type object initialization to work with both Python 2.* and Python...David Malcolm2009-10-191-2/+1
* Generalize access to ob_type so that they work with both Python 2.* and Pytho...David Malcolm2009-10-191-1/+1
* Add tell() method to rpm.fd classPanu Matilainen2009-10-151-0/+12
* Accept rpm.fd() types file objects everywhere in python bindingsPanu Matilainen2009-10-151-20/+31
* Add first rough-cut python bindings for rpmio fdPanu Matilainen2009-10-141-3/+285
* Turn rpmFdFromPyObject() into an object converter interfacePanu Matilainen2009-09-231-3/+6
* Add helper to convert python file objects to rpmio FD_t typePanu Matilainen2009-09-231-0/+22
* Lose the utterly broken rpmio FD_t wrappersPanu Matilainen2009-09-221-305/+0
* We dont support ancient python versions...Panu Matilainen2009-09-221-2/+0
* Lone module-private const .. removePanu Matilainen2007-12-161-1/+1
* Switch to <rpm/foo.h> style for public headersPanu Matilainen2007-12-081-1/+1
* Eliminate debug junk from the APIPanu Matilainen2007-12-041-3/+3
* Use #include <x.h> syntax to include public headers.Ralf Corsépius2007-11-231-1/+1
* Use fdGetFILE() instead of rpmio internal fdGetFp() everywherePanu Matilainen2007-10-291-2/+2
* Remove bunch of unnecessary rpmio_internal & related includes from pythonPanu Matilainen2007-10-231-5/+1
* Remove split tags.Ralf Corsépius2007-09-111-32/+4
* Fix bunch of compiler warnings from python bindings (method pointer types)Panu Matilainen2007-07-101-1/+1
* Add kwargs everywhere - courtesy of pjones@redhat.compauln2004-11-171-7/+14
* Build with gcc-2.95.3 and python-2.2, remove incompat CFLAGS and casts.jbj2004-01-221-1/+1
* - python: include Python.h before glibc features.h.jbj2004-01-011-6/+0
* - use -fPIC -DPIC on all platforms, not just mandatory (#112713).jbj2003-12-301-1/+1
* splint fiddles, no warnings.jbj2003-12-011-0/+7
* Merge changes from rpm-4.2.1 development.jbj2003-11-231-14/+14
* Use getattro/setattro throughout.jbj2003-05-041-7/+11
* Generate random primes method.jbj2003-05-021-2/+2
* Doxygen doco markup.jbj2003-04-171-9/+9
* Add iterators to rpmfts-py.c.jbj2002-12-111-1/+1
* Add rpmfts-py.[ch] bindings for fts(3) from rpmio.jbj2002-12-111-38/+130
* Add tp_{init,alloc,new,free} methods to rpmts.jbj2002-12-101-1/+1
* python: gilding lilies.jbj2002-12-041-1/+1
* - python: sanity check fixes on rpmts/rpmte methods.jbj2002-07-141-2/+21