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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-05
Push the interpretation of ts.run() result code to python side
Panu Matilainen
2
-29
/
+18
2009-10-05
Add minimal python wrapping for rpmProblem objects
Panu Matilainen
3
-4
/
+113
2009-10-05
Ugh, forgot to add the new _rpmb module to git
Panu Matilainen
1
-0
/
+35
2009-10-02
Push most work of ts.addErase() over to python
Panu Matilainen
2
-30
/
+24
2009-10-02
Return error code from rpmtsAddEraseElement() failure
Panu Matilainen
2
-1
/
+4
2009-10-02
Permit file objects and file names to ts.addInstall()
Panu Matilainen
1
-1
/
+10
2009-10-02
Push most work of ts.addInstall() over to python
Panu Matilainen
2
-31
/
+20
2009-10-02
Oops, missing self in bunch of calls... been too long since writing Python ;)
Panu Matilainen
1
-5
/
+5
2009-10-02
Push the rpmtsGetKeys() stuff over to python completely
Panu Matilainen
4
-69
/
+10
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
7
-21
/
+23
2009-10-02
Move ts flag & color setting to python side
Panu Matilainen
2
-61
/
+24
2009-10-02
Add a dummy python-level transaction set class, use it always
Panu Matilainen
6
-14
/
+12
2009-10-01
Add python method for retrieving header "instance" (db recno) number
Panu Matilainen
1
-0
/
+7
2009-10-01
Deprecation tweaks
Panu Matilainen
5
-18
/
+10
2009-10-01
Oops, these are mappings, not dicts...
Panu Matilainen
2
-2
/
+2
2009-10-01
Generalize python ts flags and colors set/get foo
Panu Matilainen
1
-59
/
+93
2009-10-01
Fix couple of recently introduced compiler warnings
Panu Matilainen
2
-2
/
+2
2009-10-01
Include structmembers.h centrally from rpmsystem-py.h
Panu Matilainen
3
-4
/
+2
2009-10-01
Add API for setting preferred transaction file color
Panu Matilainen
2
-0
/
+18
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
Deprecate custom foo.count() methods, support len() instead
Panu Matilainen
2
-10
/
+16
2009-09-30
Eliminate unused python ts iterator filter stuff
Panu Matilainen
1
-6
/
+1
2009-09-30
Take advantage of headerNextTag() in python hdr.keys()
Panu Matilainen
1
-29
/
+6
2009-09-30
Add iterator support to python header objects
Panu Matilainen
1
-3
/
+21
2009-09-30
Add alternative header iterator method
Panu Matilainen
2
-10
/
+26
2009-09-30
Add some flags to rpmtd creation
Panu Matilainen
1
-6
/
+16
2009-09-30
Add beginnings of rpmtd wrappings to python
Panu Matilainen
3
-1
/
+128
2009-09-30
Turn hdrGetHeader() into argument parsing converter interface
Panu Matilainen
5
-18
/
+25
2009-09-30
Sanitize getattr behavior of header objects
Panu Matilainen
1
-12
/
+20
2009-09-28
Require expected type in PyArg_ParseTupleAndKeywords() already
Panu Matilainen
1
-24
/
+3
2009-09-28
Support numeric expansion in rpm.expandMacro()
Panu Matilainen
1
-5
/
+11
2009-09-28
Push rpm.signalsCaught() to python level
Panu Matilainen
2
-28
/
+13
2009-09-28
Implement rpm.readHeaderFromFD() in python instead of C
Panu Matilainen
3
-49
/
+16
2009-09-28
Implement rpm.readHeaderListFromFD() in python instead of C
Panu Matilainen
4
-57
/
+18
2009-09-28
Implement rpmreadHeaderListFromFile() in python instead of C
Panu Matilainen
3
-25
/
+7
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
3
-8
/
+4
2009-09-28
OSGi dependency generator fixes from Alphonse Van Assche (ticket #101)
Panu Matilainen
1
-142
/
+173
2009-09-24
Enable subtyping on the rest of our type-objects
Panu Matilainen
7
-7
/
+8
2009-09-24
Eliminate all custom tp_free() type methods
Panu Matilainen
4
-39
/
+4
2009-09-24
Enable subtyping on rpm.ts class
Panu Matilainen
1
-1
/
+1
2009-09-24
Call generic python setattr if not scriptFd
Panu Matilainen
1
-2
/
+2
2009-09-24
tp_setattro() is supposed to return -1 on errors
Panu Matilainen
1
-1
/
+1
2009-09-24
Call (sub)type tp_free from destructors
Panu Matilainen
7
-23
/
+15
2009-09-24
Make object allocation type agnostic
Panu Matilainen
16
-43
/
+43
2009-09-23
Remove unnecessary header type checking
Panu Matilainen
1
-7
/
+0
[next]