index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
rpmfd-py.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-16
Add librpm-tizen.spec file & Debian packaging.
HEAD
master
devel
xuhy
1
-4
/
+4
2023-11-16
Upgrade version to 4.14
tizen/4.14.1.1.tizen20230628
wangbiao
1
-9
/
+49
2023-03-10
Fix build error with Ubuntu22.04
tizen/4.11.0.1.tizen20231101
biao716.wang
1
-1
/
+1
2014-06-09
Make python module name configurable
Markus Lehtonen
1
-1
/
+1
2012-01-02
fix use-after-free within rpmfdFromPyObject's error-handling
David Malcolm
1
-1
/
+1
2011-12-22
mark strings extracted from PyArg_Parse* as "const"
David Malcolm
1
-2
/
+2
2011-12-21
fix memory leaks in invocations of PyObject_Call
David Malcolm
1
-2
/
+2
2011-07-07
Teach python rpmio bindings about Fdescr()
Panu Matilainen
1
-0
/
+7
2011-07-01
Fix/sanitize rpm.fd python object creation
Panu Matilainen
1
-22
/
+14
2011-07-01
Fix the totally broken rpm.fd() read method
Panu Matilainen
1
-20
/
+25
2011-03-04
Throw an exception from Fseek() errors in python rpmfd.seek()
Panu Matilainen
1
-1
/
+1
2010-11-23
Oops, missing include in previous commit
Panu Matilainen
1
-0
/
+1
2010-11-23
Permit unicode paths in rpm.fd() (RhBug:654145)
Panu Matilainen
1
-5
/
+26
2009-10-28
Remove unnecessary (cmpfunc) casts from our type objects
Panu Matilainen
1
-1
/
+1
2009-10-28
Use PyObject_AsFileDescriptor() instead of object type comparison
Panu Matilainen
1
-5
/
+3
2009-10-21
Replace PyString usage with PyBytes everywhere
Panu Matilainen
1
-3
/
+3
2009-10-19
Generalize type object initialization to work with both Python 2.* and Python...
David Malcolm
1
-2
/
+1
2009-10-19
Generalize access to ob_type so that they work with both Python 2.* and Pytho...
David Malcolm
1
-1
/
+1
2009-10-15
Add tell() method to rpm.fd class
Panu Matilainen
1
-0
/
+12
2009-10-15
Accept rpm.fd() types file objects everywhere in python bindings
Panu Matilainen
1
-20
/
+31
2009-10-14
Add first rough-cut python bindings for rpmio fd
Panu Matilainen
1
-3
/
+285
2009-09-23
Turn rpmFdFromPyObject() into an object converter interface
Panu Matilainen
1
-3
/
+6
2009-09-23
Add helper to convert python file objects to rpmio FD_t type
Panu Matilainen
1
-0
/
+22
2009-09-22
Lose the utterly broken rpmio FD_t wrappers
Panu Matilainen
1
-305
/
+0
2009-09-22
We dont support ancient python versions...
Panu Matilainen
1
-2
/
+0
2007-12-16
Lone module-private const .. remove
Panu Matilainen
1
-1
/
+1
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-1
/
+1
2007-12-04
Eliminate debug junk from the API
Panu Matilainen
1
-3
/
+3
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-1
/
+1
2007-10-29
Use fdGetFILE() instead of rpmio internal fdGetFp() everywhere
Panu Matilainen
1
-2
/
+2
2007-10-23
Remove bunch of unnecessary rpmio_internal & related includes from python
Panu Matilainen
1
-5
/
+1
2007-09-11
Remove split tags.
Ralf Corsépius
1
-32
/
+4
2007-07-10
Fix bunch of compiler warnings from python bindings (method pointer types)
Panu Matilainen
1
-1
/
+1
2004-11-17
Add kwargs everywhere - courtesy of pjones@redhat.com
pauln
1
-7
/
+14
2004-01-22
Build with gcc-2.95.3 and python-2.2, remove incompat CFLAGS and casts.
jbj
1
-1
/
+1
2004-01-01
- python: include Python.h before glibc features.h.
jbj
1
-6
/
+0
2003-12-30
- use -fPIC -DPIC on all platforms, not just mandatory (#112713).
jbj
1
-1
/
+1
2003-12-01
splint fiddles, no warnings.
jbj
1
-0
/
+7
2003-11-23
Merge changes from rpm-4.2.1 development.
jbj
1
-14
/
+14
2003-05-04
Use getattro/setattro throughout.
jbj
1
-7
/
+11
2003-05-02
Generate random primes method.
jbj
1
-2
/
+2
2003-04-17
Doxygen doco markup.
jbj
1
-9
/
+9
2002-12-11
Add iterators to rpmfts-py.c.
jbj
1
-1
/
+1
2002-12-11
Add rpmfts-py.[ch] bindings for fts(3) from rpmio.
jbj
1
-38
/
+130
2002-12-10
Add tp_{init,alloc,new,free} methods to rpmts.
jbj
1
-1
/
+1
2002-12-04
python: gilding lilies.
jbj
1
-1
/
+1
2002-07-14
- python: sanity check fixes on rpmts/rpmte methods.
jbj
1
-2
/
+21
2002-06-03
Teach doxygen about python/*-py.c files.
jbj
1
-2
/
+2
2002-05-28
- eliminate legacy db methods, add ts.dbMatch method.
jbj
1
-0
/
+1
2002-05-28
- add rpmal/rpmte/rpmfd methods to bindings.
jbj
1
-1
/
+1
[next]