index
:
platform/upstream/rpm
accepted/tizen/generic
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_base
accepted/tizen_3.0_base
accepted/tizen_3.0_ivi
accepted/tizen_4.0_base
accepted/tizen_5.0_base
accepted/tizen_5.5_base
accepted/tizen_5.5_base_mobile_hotfix
accepted/tizen_5.5_base_wearable_hotfix
accepted/tizen_6.0_base
accepted/tizen_6.0_base_tool
accepted/tizen_6.0_base_tool_hotfix
accepted/tizen_6.5_base
accepted/tizen_6.5_base_tool
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_7.0_base_tool
accepted/tizen_7.0_base_tool_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_riscv
accepted/tizen_base_tool
accepted/tizen_base_tool_dev
accepted/tizen_base_toolchain
accepted/tizen_base_x
accepted/tizen_base_x_asan
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_genivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel_strip
origin/tizen
sandbox/akazmin/hwasan_build
sandbox/chanleebf/compression_change
sandbox/chanleebf/test
sandbox/denis13/LTO
sandbox/denis13/NoLTO
sandbox/denis13/esan
sandbox/denis13/lib64
sandbox/denis13/test_lib64
sandbox/dkson95/build
sandbox/dkson95/buildinfo
sandbox/dkson95/devel
sandbox/dkson95/gcc-14
sandbox/dkson95/llvm
sandbox/dkson95/lto
sandbox/dkson95/merge
sandbox/dkson95/strip
sandbox/dkson95/warning
sandbox/dnxowls/rpm_4.14.1_upgrade
sandbox/dnxowls/rpm_upgrade
sandbox/hglee/asan
sandbox/jaehun77/hardfp
sandbox/leemgs/chromium-efl
sandbox/leemgs/pbzip2
sandbox/mkashkarov/annobin
sandbox/mkashkarov/armv7hl
sandbox/mkashkarov/armv7hl_rpm
sandbox/mkashkarov/armv7hl_support
sandbox/mkashkarov/debug
sandbox/mkashkarov/ttc_14
sandbox/mro/isan
sandbox/mzx/bootstraping
sandbox/mzx/fix
sandbox/mzx/upstream
sandbox/nmerinov/llvm
sandbox/pavelkopyl/gcov
sandbox/soong9/remove_nss
sandbox/soong9/rpm_4.14.1
sandbox/test/rpm_upgrade
sandbox/tizentools/rpm_upgrade
sandbox/toolchain/sanitizer
sandbox/vbarinov/arch
sandbox/vbarinov/asan
sandbox/vbarinov/clang-build
sandbox/vbarinov/lib64
sandbox/vbarinov/mips
sandbox/vbarinov/riscbuild
sandbox/vbarinov/strip
sandbox/vbarinov/tizen
sandbox/wangbiao/py3_version_6_6
sandbox/wangbiao/py3_version_bak
sandbox/wangbiao/rpm_py3
sandbox/xuwc/rpm_erase
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2_base
tizen_3.0_base
tizen_3.0_ivi
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5_base
tizen_5.5_base_mobile_hotfix
tizen_5.5_base_wearable_hotfix
tizen_5.5_tv
tizen_6.0_base
tizen_6.0_base_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_base_dev
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: SCM / Build;
park <sk7.park@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
rpmts-py.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-09-28
Require expected type in PyArg_ParseTupleAndKeywords() already
Panu Matilainen
1
-24
/
+3
2009-09-24
Eliminate all custom tp_free() type methods
Panu Matilainen
1
-15
/
+1
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
1
-1
/
+1
2009-09-24
Make object allocation type agnostic
Panu Matilainen
1
-7
/
+7
2009-09-23
Remove unnecessary header type checking
Panu Matilainen
1
-7
/
+0
2009-09-23
Decouple python spec objects from transaction objects
Panu Matilainen
1
-21
/
+3
2009-09-23
Turn tagNumFromPyObject() into an object converter interface
Panu Matilainen
1
-7
/
+2
2009-09-23
Turn rpmFdFromPyObject() into an object converter interface
Panu Matilainen
1
-3
/
+2
2009-09-23
Accept any file object in ts.hdrFromFdno()
Panu Matilainen
1
-4
/
+4
2009-09-23
Lose the debug junk from python bindings
Panu Matilainen
1
-106
/
+0
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
-80
/
+2
2009-09-22
Put some consistency to python object creation
Panu Matilainen
1
-16
/
+18
2009-09-22
Make all python object creation wrappers return PyObject pointers
Panu Matilainen
1
-4
/
+4
2009-09-22
Lose unnecessary next() methods
Panu Matilainen
1
-23
/
+0
2009-09-22
All rpm-python iterators are self-iterators, just use PyObject_SelfIter
Panu Matilainen
1
-11
/
+1
2009-09-22
Sanitize python object -> tag number exception handling
Panu Matilainen
1
-2
/
+1
2009-09-22
Remove useless rpmts python initialization
Panu Matilainen
1
-10
/
+2
2009-09-22
Use Py_RETURN_NONE macro for returning None everywhere
Panu Matilainen
1
-20
/
+10
2009-09-22
Eliminate unnecessary custom object allocation functions
Panu Matilainen
1
-12
/
+1
2009-09-22
Make the python object structures opaque
Panu Matilainen
1
-0
/
+11
[next]