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
/
rpmmodule.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-22
Use Py_RETURN_NONE macro for returning None everywhere
Panu Matilainen
1
-2
/
+1
2009-09-22
Python initialization spring clean
Panu Matilainen
1
-24
/
+30
2009-09-22
Lose the utterly broken rpmio FD_t wrappers
Panu Matilainen
1
-5
/
+0
2009-09-22
We dont support ancient python versions...
Panu Matilainen
1
-14
/
+0
2009-09-22
Kick out mummified rpmdb python interface remnants
Panu Matilainen
1
-6
/
+0
2009-04-09
Remove file flags that have never been enabled
Jindrich Novy
1
-1
/
+0
2009-03-26
Remove rpmal from the Python API
Florian Festi
1
-6
/
+0
2009-03-26
Make rpmal store rpmtes and kill rpmte->pkgKey
Florian Festi
1
-2
/
+0
2009-02-27
Add md5->filedigest aliases (rhbz#487597)
Jindrich Novy
1
-0
/
+1
2009-01-08
Cast to intptr_t instead of int to kick out the final warning
Panu Matilainen
1
-1
/
+1
2008-06-03
Use rpmsqIsCaught() instead of directly accessing rpmsqCaught sigset
Panu Matilainen
1
-1
/
+1
2008-06-02
Change rpmTagGetNames() interface to more like that of headerGet()
Panu Matilainen
1
-1
/
+4
2008-05-26
Remove legacy RPMSENSE_SERIAL.
Jindrich Novy
1
-1
/
+0
2008-05-22
Oops, rpmTagGetValue() expects tagname without RPMTAG_ prefix
Panu Matilainen
1
-3
/
+4
2008-05-21
Don't muck with rpmTagTable internals in python initialization
Panu Matilainen
1
-12
/
+13
2008-05-15
Don't look into extensions when adding tags to python
Panu Matilainen
1
-14
/
+0
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-0
/
+2
2007-12-13
Use rpm_tag_t everywhere for rpm (header) tag type
Panu Matilainen
1
-0
/
+2
2007-12-11
Register the new SCRIPT_ERROR callback value to python
Panu Matilainen
1
-0
/
+1
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-3
/
+3
2007-11-30
Move logging related macros rpmlog, adjust includes
Panu Matilainen
1
-0
/
+1
2007-11-29
Lose python fts
Panu Matilainen
1
-6
/
+0
2007-11-29
Lose the useless rpmrc python stuff, group macro handling to rpmmacro-py
Panu Matilainen
1
-26
/
+4
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-2
/
+2
2007-10-29
Remove unnecessary includes
Panu Matilainen
1
-3
/
+0
2007-10-28
Include "rpmdb.h" instead of <rpmdb.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmsq.h" instead of <rpmsq.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-23
One more useless rpmio_internal include removal
Panu Matilainen
1
-1
/
+0
2007-10-23
Remove bunch of unnecessary rpmio_internal & related includes from python
Panu Matilainen
1
-1
/
+0
2007-10-16
Remove unimplemented, unused RPMPROB_BADPRETRANS
Panu Matilainen
1
-1
/
+0
2007-09-20
Rip out unused anaconda-related hacks
Panu Matilainen
1
-1
/
+0
2007-09-11
Remove split tags.
Ralf Corsépius
1
-2
/
+0
2007-09-03
Remove __LCLINT__-ifdef'ed blocks.
Ralf Corsépius
1
-5
/
+0
2007-08-30
Get rpmcli.h includes out of python bindings
Panu Matilainen
1
-1
/
+0
2007-08-28
Add expandMacro() to python bindings.
Panu Matilainen
1
-0
/
+14
2007-08-14
Avoid python 2.5 requirement by using int instead of Py_ssize_t
Panu Matilainen
1
-1
/
+1
2007-07-21
Make rpmdbCheckTerminate() non-terminating.
Panu Matilainen
1
-2
/
+0
2007-07-20
Force rpmdb clean termination on exit from python.
Panu Matilainen
1
-0
/
+17
2007-07-20
Add python methods for checking pending signals from rpmsqCaught.
Panu Matilainen
1
-0
/
+50
2007-07-12
Rip out rhnLoad() and rhnUnload() from python bindings.
Panu Matilainen
1
-2
/
+0
2007-07-12
One last fix for const qualifier discarding complaint in python.
Panu Matilainen
1
-2
/
+3
2007-07-11
Cast to int to avoid gcc complaint from python enum registration.
Panu Matilainen
1
-1
/
+1
2005-03-07
Casts on lvalues are no longer permitted by gcc4.0.
jbj
1
-1
/
+1
2005-01-17
Build on macosx.
jbj
1
-0
/
+4
2004-11-17
Add kwargs everywhere - courtesy of pjones@redhat.com
pauln
1
-27
/
+39
2004-10-20
Doxygen fiddles.
jbj
1
-1
/
+1
2004-10-19
Build and changes for _rpm module
pauln
1
-6
/
+6
2004-10-12
rpmps framework created.
jbj
1
-0
/
+6
2004-05-04
- Adding support for integer keys in ts.dbMatch().
niemeyer
1
-2
/
+5
2004-03-10
Initial rpm.spec implementation
pauln
1
-0
/
+6
[prev]
[next]