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
2013-02-02
Add support for weak dependencies:
Anas Nashif
1
-0
/
+1
2012-05-16
Explicitly differentate internal/exported file attributes
Panu Matilainen
1
-2
/
+0
2012-01-05
Add enum for RPMCALLBACK_INST_STOP callback event
Panu Matilainen
1
-0
/
+1
2012-01-03
Implement scriptlet start and stop callbacks (RhBug:606239)
Panu Matilainen
1
-0
/
+2
2011-12-22
mark strings extracted from PyArg_Parse* as "const"
David Malcolm
1
-2
/
+2
2011-09-01
Oops, RPMSENSE_PRETRANS and _POSTTRANS missing from python bindings
Panu Matilainen
1
-0
/
+2
2011-09-01
Oops, missing include for rpmFreeMacros() in python module
Panu Matilainen
1
-0
/
+1
2011-09-01
Add method to reset + reload rpm configuration to python bindings
Panu Matilainen
1
-0
/
+18
2011-08-29
Add a new pseudo index for actually installed files
Panu Matilainen
1
-0
/
+1
2011-03-09
Python bindings dont need our debug.h for anything
Panu Matilainen
1
-2
/
+0
2010-11-03
Rename rpmdbKeyIterator to rpmdbIndexIterator
Florian Festi
1
-4
/
+4
2010-10-22
Teach python about the new RPMDBI_* tags
Panu Matilainen
1
-0
/
+12
2010-10-22
Switch python bindings to use rpm(Dbi)TagVal as appropriate
Panu Matilainen
1
-1
/
+1
2010-10-21
rpmdbKeyIterator: loop over keys in the database indexes
Florian Festi
1
-0
/
+5
2010-05-04
Rename python module version symbol to __version__, add __version_info__
Panu Matilainen
1
-1
/
+1
2010-03-29
Lose unused RPMSENSE_PATCHES
Panu Matilainen
1
-1
/
+0
2010-03-29
Drop "support" for per-scriptlet build-requires
Panu Matilainen
1
-4
/
+0
2010-03-18
Add a new problem type for obsoletes
Panu Matilainen
1
-0
/
+1
2010-03-15
Tell python about RPMTRANS_FLAG_NOCONTEXTS
Panu Matilainen
1
-0
/
+1
2010-02-04
Make rpm version available to python
Panu Matilainen
1
-0
/
+2
2009-11-24
Disable rpm.td type for now
Panu Matilainen
1
-0
/
+4
2009-11-18
Declare a few python functions only taking one argument as such
Panu Matilainen
1
-15
/
+9
2009-11-18
Rip python checkSignals() wtf'ery
Panu Matilainen
1
-3
/
+2
2009-11-18
Python archscore() only ever takes one argument, simplify
Panu Matilainen
1
-8
/
+4
2009-11-18
Make python ts.problems() return a python list, not rpm.ps object
Panu Matilainen
1
-4
/
+0
2009-10-29
Permit any file-like object in rpm.setLogFile()
Panu Matilainen
1
-14
/
+15
2009-10-29
Update module initialization to work with both Python 2.x and 3.x
Panu Matilainen
1
-16
/
+71
2009-10-27
Let Python decide the "native" string type for tag names
Panu Matilainen
1
-1
/
+1
2009-10-21
Replace PyString usage with PyBytes everywhere
Panu Matilainen
1
-1
/
+1
2009-10-14
Add first rough-cut python bindings for rpmio fd
Panu Matilainen
1
-0
/
+5
2009-10-09
Add bindings for rpm keyring and pubkey types
Panu Matilainen
1
-0
/
+9
2009-10-05
Handle all rpmds variants in its constructor
Panu Matilainen
1
-3
/
+0
2009-10-05
Type mismatch is TypeError, not rpm.error
Panu Matilainen
1
-1
/
+1
2009-10-05
Teach python about the lowlevel RPMRC codes
Panu Matilainen
1
-0
/
+6
2009-10-05
Teach python about RPMSENSE_ANY
Panu Matilainen
1
-0
/
+1
2009-10-05
Add minimal python wrapping for rpmProblem objects
Panu Matilainen
1
-0
/
+4
2009-10-02
Add rpmlog() wrapper to python bindings
Panu Matilainen
1
-0
/
+14
2009-10-02
Teach python about RPMDBI_LABEL
Panu Matilainen
1
-0
/
+1
2009-10-02
Split rpmbuild dependencies to separate _rpmb module
Panu Matilainen
1
-5
/
+0
2009-10-02
Add a dummy python-level transaction set class, use it always
Panu Matilainen
1
-4
/
+0
2009-09-30
Add beginnings of rpmtd wrappings to python
Panu Matilainen
1
-1
/
+5
2009-09-28
Push rpm.signalsCaught() to python level
Panu Matilainen
1
-28
/
+5
2009-09-28
Implement rpm.readHeaderFromFD() in python instead of C
Panu Matilainen
1
-2
/
+0
2009-09-28
Implement rpm.readHeaderListFromFD() in python instead of C
Panu Matilainen
1
-2
/
+0
2009-09-28
Implement rpmreadHeaderListFromFile() in python instead of C
Panu Matilainen
1
-2
/
+0
2009-09-28
A few cases of Py_RETURN_NONE missed on the first round
Panu Matilainen
1
-8
/
+4
2009-09-28
Arrange rpm.headerLoad() compatibility on python level
Panu Matilainen
1
-2
/
+0
2009-09-23
Permit headerConvert() from python
Panu Matilainen
1
-0
/
+4
2009-09-22
Rename python system.h for disambiguation
Panu Matilainen
1
-1
/
+1
2009-09-22
Lose the empty doxygen markers
Panu Matilainen
1
-27
/
+1
[next]