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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-09-22
Rename python system.h for disambiguation
Panu Matilainen
12
-11
/
+11
2009-09-22
Lose the empty doxygen markers
Panu Matilainen
20
-319
/
+3
2009-09-22
Put some consistency to python object creation
Panu Matilainen
9
-47
/
+39
2009-09-22
Make all python object creation wrappers return PyObject pointers
Panu Matilainen
15
-52
/
+44
2009-09-22
Dont leak memory on rpm.ds iteration
Panu Matilainen
1
-2
/
+0
2009-09-22
Lose unnecessary next() methods
Panu Matilainen
4
-94
/
+0
2009-09-22
All rpm-python iterators are self-iterators, just use PyObject_SelfIter
Panu Matilainen
5
-48
/
+5
2009-09-22
Dont leak memory from rpm.dsSingle()
Panu Matilainen
1
-2
/
+0
2009-09-22
Simplify fiFromHeader()
Panu Matilainen
1
-16
/
+2
2009-09-22
Simplify dsFromHeader()
Panu Matilainen
1
-15
/
+2
2009-09-22
Sanitize python object -> tag number exception handling
Panu Matilainen
6
-41
/
+19
2009-09-22
Move allocations out of rpmps object init method
Panu Matilainen
1
-24
/
+3
2009-09-22
Move allocations out of rpmds object init method
Panu Matilainen
1
-28
/
+15
2009-09-22
Move allocations out of rpmfi object init method
Panu Matilainen
1
-29
/
+16
2009-09-22
Remove useless rpmts python initialization
Panu Matilainen
1
-10
/
+2
2009-09-22
Realize the remaining bits of direct rpmdb interface are dead too
Panu Matilainen
3
-277
/
+0
2009-09-22
Use Py_RETURN_NONE macro for returning None everywhere
Panu Matilainen
9
-65
/
+32
2009-09-22
Eliminate unnecessary custom object allocation functions
Panu Matilainen
4
-48
/
+4
[next]