index
:
delta/rpm.git
caret
gh-pages
ignatenko/patch-1
ignatenkobrain-patch-1
master
pavlinas_p122
pavlinas_p123
plus
rpm-4.10.x
rpm-4.11.x
rpm-4.12.x
rpm-4.13.x
rpm-4.14.x
rpm-4.15.x
rpm-4.16.x
rpm-4.17.x
rpm-4.18.x
rpm-4.4.x
rpm-4.6.x
rpm-4.7.x
rpm-4.8.x
rpm-4.9.x
github.com: rpm-software-management/rpm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
rpmfd-py.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dup the file descriptor when reopening an rpm.fd in python
Panu Matilainen
2013-12-20
1
-1
/
+1
*
Add .open() class method to rpm.fd
Panu Matilainen
2013-12-19
1
-0
/
+7
*
Remember open-mode and flags in python rpm.fd's as properties
Panu Matilainen
2013-12-19
1
-1
/
+20
*
Support reopening an rpm.fd descriptor as well
Panu Matilainen
2013-12-18
1
-0
/
+3
*
Honor mode and flags also when reopening an fd in python rpm.fd
Panu Matilainen
2013-12-18
1
-1
/
+10
*
Construct mode as understood by librpmio in rpmfd constructor already
Panu Matilainen
2013-12-18
1
-6
/
+8
*
Fix python binding build on python 3
David Malcolm
2013-04-10
1
-1
/
+1
*
fix use-after-free within rpmfdFromPyObject's error-handling
David Malcolm
2012-01-02
1
-1
/
+1
*
mark strings extracted from PyArg_Parse* as "const"
David Malcolm
2011-12-22
1
-2
/
+2
*
fix memory leaks in invocations of PyObject_Call
David Malcolm
2011-12-21
1
-2
/
+2
*
Teach python rpmio bindings about Fdescr()
Panu Matilainen
2011-07-07
1
-0
/
+7
*
Fix/sanitize rpm.fd python object creation
Panu Matilainen
2011-07-01
1
-22
/
+14
*
Fix the totally broken rpm.fd() read method
Panu Matilainen
2011-07-01
1
-20
/
+25
*
Throw an exception from Fseek() errors in python rpmfd.seek()
Panu Matilainen
2011-03-04
1
-1
/
+1
*
Oops, missing include in previous commit
Panu Matilainen
2010-11-23
1
-0
/
+1
*
Permit unicode paths in rpm.fd() (RhBug:654145)
Panu Matilainen
2010-11-23
1
-5
/
+26
*
Remove unnecessary (cmpfunc) casts from our type objects
Panu Matilainen
2009-10-28
1
-1
/
+1
*
Use PyObject_AsFileDescriptor() instead of object type comparison
Panu Matilainen
2009-10-28
1
-5
/
+3
*
Replace PyString usage with PyBytes everywhere
Panu Matilainen
2009-10-21
1
-3
/
+3
*
Generalize type object initialization to work with both Python 2.* and Python...
David Malcolm
2009-10-19
1
-2
/
+1
*
Generalize access to ob_type so that they work with both Python 2.* and Pytho...
David Malcolm
2009-10-19
1
-1
/
+1
*
Add tell() method to rpm.fd class
Panu Matilainen
2009-10-15
1
-0
/
+12
*
Accept rpm.fd() types file objects everywhere in python bindings
Panu Matilainen
2009-10-15
1
-20
/
+31
*
Add first rough-cut python bindings for rpmio fd
Panu Matilainen
2009-10-14
1
-3
/
+285
*
Turn rpmFdFromPyObject() into an object converter interface
Panu Matilainen
2009-09-23
1
-3
/
+6
*
Add helper to convert python file objects to rpmio FD_t type
Panu Matilainen
2009-09-23
1
-0
/
+22
*
Lose the utterly broken rpmio FD_t wrappers
Panu Matilainen
2009-09-22
1
-305
/
+0
*
We dont support ancient python versions...
Panu Matilainen
2009-09-22
1
-2
/
+0
*
Lone module-private const .. remove
Panu Matilainen
2007-12-16
1
-1
/
+1
*
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
2007-12-08
1
-1
/
+1
*
Eliminate debug junk from the API
Panu Matilainen
2007-12-04
1
-3
/
+3
*
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
2007-11-23
1
-1
/
+1
*
Use fdGetFILE() instead of rpmio internal fdGetFp() everywhere
Panu Matilainen
2007-10-29
1
-2
/
+2
*
Remove bunch of unnecessary rpmio_internal & related includes from python
Panu Matilainen
2007-10-23
1
-5
/
+1
*
Remove split tags.
Ralf Corsépius
2007-09-11
1
-32
/
+4
*
Fix bunch of compiler warnings from python bindings (method pointer types)
Panu Matilainen
2007-07-10
1
-1
/
+1
*
Add kwargs everywhere - courtesy of pjones@redhat.com
pauln
2004-11-17
1
-7
/
+14
*
Build with gcc-2.95.3 and python-2.2, remove incompat CFLAGS and casts.
jbj
2004-01-22
1
-1
/
+1
*
- python: include Python.h before glibc features.h.
jbj
2004-01-01
1
-6
/
+0
*
- use -fPIC -DPIC on all platforms, not just mandatory (#112713).
jbj
2003-12-30
1
-1
/
+1
*
splint fiddles, no warnings.
jbj
2003-12-01
1
-0
/
+7
*
Merge changes from rpm-4.2.1 development.
jbj
2003-11-23
1
-14
/
+14
*
Use getattro/setattro throughout.
jbj
2003-05-04
1
-7
/
+11
*
Generate random primes method.
jbj
2003-05-02
1
-2
/
+2
*
Doxygen doco markup.
jbj
2003-04-17
1
-9
/
+9
*
Add iterators to rpmfts-py.c.
jbj
2002-12-11
1
-1
/
+1
*
Add rpmfts-py.[ch] bindings for fts(3) from rpmio.
jbj
2002-12-11
1
-38
/
+130
*
Add tp_{init,alloc,new,free} methods to rpmts.
jbj
2002-12-10
1
-1
/
+1
*
python: gilding lilies.
jbj
2002-12-04
1
-1
/
+1
*
- python: sanity check fixes on rpmts/rpmte methods.
jbj
2002-07-14
1
-2
/
+21
[next]