Add librpm-tizen.spec file & Debian packaging.
[tools/librpm-tizen.git] / python / rpmfd-py.c
2023-11-16 xuhyAdd librpm-tizen.spec file & Debian packaging. 60/301360/6 devel master
2023-11-16 wangbiaoUpgrade version to 4.14 71/301471/1 tizen/4.14.1.1.tizen20230628
2023-03-10 biao716.wangFix build error with Ubuntu22.04 51/289251/3 tizen/4.11.0.1.tizen20231101
2014-06-09 Markus LehtonenMake python module name configurable
2012-01-02 David Malcolmfix use-after-free within rpmfdFromPyObject's error...
2011-12-22 David Malcolmmark strings extracted from PyArg_Parse* as "const"
2011-12-21 David Malcolmfix memory leaks in invocations of PyObject_Call
2011-07-07 Panu MatilainenTeach python rpmio bindings about Fdescr()
2011-07-01 Panu MatilainenFix/sanitize rpm.fd python object creation
2011-07-01 Panu MatilainenFix the totally broken rpm.fd() read method
2011-03-04 Panu MatilainenThrow an exception from Fseek() errors in python rpmfd...
2010-11-23 Panu MatilainenOops, missing include in previous commit
2010-11-23 Panu MatilainenPermit unicode paths in rpm.fd() (RhBug:654145)
2009-10-28 Panu MatilainenRemove unnecessary (cmpfunc) casts from our type objects
2009-10-28 Panu MatilainenUse PyObject_AsFileDescriptor() instead of object type...
2009-10-21 Panu MatilainenReplace PyString usage with PyBytes everywhere
2009-10-19 David MalcolmGeneralize type object initialization to work with...
2009-10-19 David MalcolmGeneralize access to ob_type so that they work with...
2009-10-15 Panu MatilainenAdd tell() method to rpm.fd class
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-09-23 Panu MatilainenTurn rpmFdFromPyObject() into an object converter interface
2009-09-23 Panu MatilainenAdd helper to convert python file objects to rpmio...
2009-09-22 Panu MatilainenLose the utterly broken rpmio FD_t wrappers
2009-09-22 Panu MatilainenWe dont support ancient python versions...
2007-12-16 Panu MatilainenLone module-private const .. remove
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-04 Panu MatilainenEliminate debug junk from the API
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-10-29 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-10-29 Panu MatilainenUse fdGetFILE() instead of rpmio internal fdGetFp(...
2007-10-23 Panu MatilainenRemove bunch of unnecessary rpmio_internal & related...
2007-09-11 Ralf CorsépiusRemove split tags.
2007-07-10 Panu MatilainenFix bunch of compiler warnings from python bindings...
2004-11-17 paulnAdd kwargs everywhere - courtesy of pjones@redhat.com
2004-01-22 jbjBuild with gcc-2.95.3 and python-2.2, remove incompat...
2004-01-01 jbj- python: include Python.h before glibc features.h.
2003-12-30 jbj- use -fPIC -DPIC on all platforms, not just mandatory...
2003-12-01 jbjsplint fiddles, no warnings.
2003-11-23 jbjMerge changes from rpm-4.2.1 development.
2003-05-04 jbjUse getattro/setattro throughout.
2003-05-02 jbjGenerate random primes method.
2003-04-17 jbjDoxygen doco markup.
2002-12-11 jbjAdd iterators to rpmfts-py.c.
2002-12-11 jbjAdd rpmfts-py.[ch] bindings for fts(3) from rpmio.
2002-12-10 jbjAdd tp_{init,alloc,new,free} methods to rpmts.
2002-12-04 jbjpython: gilding lilies.
2002-07-14 jbj- python: sanity check fixes on rpmts/rpmte methods.
2002-06-03 jbjTeach doxygen about python/*-py.c files.
2002-05-28 jbj- eliminate legacy db methods, add ts.dbMatch method.
2002-05-28 jbj- add rpmal/rpmte/rpmfd methods to bindings.
2002-05-27 jbjAdd bindings for rpmte and FD_t.