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-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
2009-09-23
Remove the broken tp_print method from spec
Panu Matilainen
1
-7
/
+1
2009-09-23
Decouple python spec objects from transaction objects
Panu Matilainen
4
-29
/
+44
2009-09-23
Oops, binary data can and should be presented as python strings
Panu Matilainen
1
-9
/
+1
2009-09-23
Add rpmtd to python object converter, change header code to use that
Panu Matilainen
4
-107
/
+74
2009-09-23
Turn tagNumFromPyObject() into an object converter interface
Panu Matilainen
7
-46
/
+23
2009-09-23
Turn rpmFdFromPyObject() into an object converter interface
Panu Matilainen
4
-16
/
+14
2009-09-23
Permit any file object in rpm.readHeaderListFromFD()
Panu Matilainen
1
-3
/
+3
2009-09-23
Permit file objects in python header constructor
Panu Matilainen
1
-1
/
+7
2009-09-23
Add write() method to python headers
Panu Matilainen
1
-1
/
+27
2009-09-23
Accept any file object in ts.hdrFromFdno()
Panu Matilainen
1
-4
/
+4
2009-09-23
Add helper to convert python file objects to rpmio FD_t type
Panu Matilainen
3
-0
/
+31
2009-09-23
Add te.NEVRA() method, adjust docs
Panu Matilainen
1
-1
/
+10
2009-09-23
Remove tp_print methods from all rpm-python objects
Panu Matilainen
4
-51
/
+4
2009-09-23
Lose the debug junk from python bindings
Panu Matilainen
5
-176
/
+0
2009-09-23
Add hdr.format(), deprecate hdr.sprintf()
Panu Matilainen
1
-1
/
+9
2009-09-23
Make fiFromHeader() static inside header-py, deprecate
Panu Matilainen
3
-7
/
+7
2009-09-23
Deprecate rpm.headerLoad()
Panu Matilainen
1
-22
/
+4
2009-09-23
Deprecate header filelist munging methods
Panu Matilainen
1
-0
/
+8
2009-09-23
Eliminate unnecessary function
Panu Matilainen
1
-6
/
+2
2009-09-23
Permit headerConvert() from python
Panu Matilainen
2
-0
/
+17
2009-09-23
Add has_key() method to header object
Panu Matilainen
1
-0
/
+11
2009-09-23
Add support for creating new header objects
Panu Matilainen
1
-1
/
+30
2009-09-23
Rpm's allocators dont return on OOM, remove unnecessary check
Panu Matilainen
1
-5
/
+1
2009-09-23
Add type checking macros for all rpm python type objects
Panu Matilainen
8
-0
/
+16
[next]