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
/
rpmts-py.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-09
Make python module name configurable
Markus Lehtonen
1
-2
/
+2
2011-12-22
mark strings extracted from PyArg_Parse* as "const"
David Malcolm
1
-1
/
+1
2011-08-25
Export rpmtsEmpty() to python as ts.clear()
Panu Matilainen
1
-0
/
+11
2011-07-07
Take advantage of Fdescr() in rpmReadPackageFile()
Panu Matilainen
1
-1
/
+1
2011-07-06
Revert the ds, ts, fi and spec python object creation commits
Panu Matilainen
1
-11
/
+13
2011-07-01
Fix/sanitize rpm.ts python object creation a bit
Panu Matilainen
1
-13
/
+11
2011-03-10
Fix whitespace in Python doc string
Florian Festi
1
-1
/
+1
2011-03-09
Cut the remaining ties python bindings have to main rpm sources
Panu Matilainen
1
-0
/
+2
2011-03-09
Don't bother with the callback die-die-die error translation
Panu Matilainen
1
-1
/
+1
2011-03-09
Python bindings dont need our debug.h for anything
Panu Matilainen
1
-3
/
+0
2010-11-03
Rename rpmdbKeyIterator to rpmdbIndexIterator
Florian Festi
1
-7
/
+7
2010-10-22
Switch python bindings to use rpm(Dbi)TagVal as appropriate
Panu Matilainen
1
-2
/
+2
2010-10-21
Fix Python bindings and raise KeyError when there is no index for the given tag
Florian Festi
1
-2
/
+7
2010-10-21
rpmdbKeyIterator: loop over keys in the database indexes
Florian Festi
1
-0
/
+29
2010-10-19
Python dbMatch() doesn't take (or need) len argument, fix the docs
Panu Matilainen
1
-1
/
+1
2010-03-13
Add a helper function for turning rpm problem set into python list
Panu Matilainen
1
-8
/
+1
2009-12-17
Move python ts element key refcounting back to C-side of things
Panu Matilainen
1
-0
/
+6
2009-12-09
Fix memleak in python ts.hdrFromFdno()
Panu Matilainen
1
-0
/
+1
2009-12-09
Fix a few list-related memleaks in python bindings
Panu Matilainen
1
-0
/
+1
2009-11-18
Make python ts.problems() return a python list, not rpm.ps object
Panu Matilainen
1
-1
/
+10
2009-10-23
Permit unicode as ts.dbMatch() key argument
Panu Matilainen
1
-9
/
+13
2009-10-21
Replace PyString usage with PyBytes everywhere
Panu Matilainen
1
-10
/
+10
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
Accept rpm.fd() types file objects everywhere in python bindings
Panu Matilainen
1
-10
/
+12
2009-10-10
Oops, configuring wrong ts in rpm.ts() initialization
Panu Matilainen
1
-3
/
+2
2009-10-09
Move further initialization from python ts tp_new to tp_init
Panu Matilainen
1
-15
/
+14
2009-10-09
Revert explicit PyErr_NoMemory() returns to just returning NULL
Panu Matilainen
1
-1
/
+1
2009-10-09
Handle NULL in ts get/setKeyring as python None
Panu Matilainen
1
-4
/
+10
2009-10-09
Permit setting and getting ts keyring from python
Panu Matilainen
1
-0
/
+28
2009-10-05
rpmdb open failing is certainly an rpm error, not TypeError
Panu Matilainen
1
-1
/
+1
2009-10-05
Permit threads during rpmReadPackageFile()
Panu Matilainen
1
-0
/
+2
2009-10-05
Push hdrFromFdno() error code handling over to python side
Panu Matilainen
1
-28
/
+10
2009-10-05
Push hdrCheck() error code handling over to python side
Panu Matilainen
1
-27
/
+6
2009-10-05
Push ts.check() return tuple-o-doom generation over to python side
Panu Matilainen
1
-67
/
+4
2009-10-05
Push transaction problem filter to python side
Panu Matilainen
1
-11
/
+6
2009-10-05
Push the interpretation of ts.run() result code to python side
Panu Matilainen
1
-29
/
+1
2009-10-02
Push most work of ts.addErase() over to python
Panu Matilainen
1
-30
/
+3
2009-10-02
Push most work of ts.addInstall() over to python
Panu Matilainen
1
-31
/
+8
2009-10-02
Push the rpmtsGetKeys() stuff over to python completely
Panu Matilainen
1
-29
/
+0
2009-10-02
Split rpmbuild dependencies to separate _rpmb module
Panu Matilainen
1
-12
/
+0
2009-10-02
Move ts flag & color setting to python side
Panu Matilainen
1
-60
/
+0
2009-10-02
Add a dummy python-level transaction set class, use it always
Panu Matilainen
1
-6
/
+0
2009-10-01
Deprecation tweaks
Panu Matilainen
1
-1
/
+1
2009-10-01
Generalize python ts flags and colors set/get foo
Panu Matilainen
1
-59
/
+93
2009-10-01
Make python ts rootDir appear as a read-only attribute
Panu Matilainen
1
-1
/
+6
2009-10-01
Add python getter for transaction id
Panu Matilainen
1
-0
/
+6
2009-10-01
Eliminate python ts scriptFd kludgery
Panu Matilainen
1
-31
/
+24
2009-09-30
Eliminate unused python ts iterator filter stuff
Panu Matilainen
1
-6
/
+1
2009-09-30
Turn hdrGetHeader() into argument parsing converter interface
Panu Matilainen
1
-4
/
+4
[next]