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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-18
Fix rpmProblem reference counting in python bindings
Panu Matilainen
1
-2
/
+8
2009-11-18
Declare a few python functions only taking one argument as such
Panu Matilainen
1
-15
/
+9
2009-11-18
Rip python checkSignals() wtf'ery
Panu Matilainen
1
-3
/
+2
2009-11-18
Python archscore() only ever takes one argument, simplify
Panu Matilainen
1
-8
/
+4
2009-11-18
Make python ts.problems() return a python list, not rpm.ps object
Panu Matilainen
4
-147
/
+12
2009-11-18
Remove unused psFromPs()
Panu Matilainen
2
-7
/
+0
2009-11-18
Eliminate broken rpmps append() method from python bindings (RhBug:538218)
Panu Matilainen
1
-26
/
+1
2009-10-29
Convert relative imports within rpm package to absolute imports
David Malcolm
2
-6
/
+5
2009-10-29
Permit any file-like object in rpm.setLogFile()
Panu Matilainen
1
-14
/
+15
2009-10-29
Update module initialization to work with both Python 2.x and 3.x
Panu Matilainen
2
-27
/
+121
2009-10-28
Remove unnecessary (cmpfunc) casts from our type objects
Panu Matilainen
3
-4
/
+4
2009-10-28
Eliminate ambiguous tp_compare and tp_richcompare from rpm.ds
Panu Matilainen
1
-106
/
+2
2009-10-28
Add ds.Compare() as a thin wrapper over rpmdsCompare()
Panu Matilainen
1
-0
/
+12
2009-10-28
Type-check rpm.ds() comparison/search arguments everywhere
Panu Matilainen
1
-25
/
+10
2009-10-28
Rip out stillborn code
Panu Matilainen
1
-32
/
+0
2009-10-28
Eliminate the ambigious tp_compare from rpm.hdr
Panu Matilainen
1
-7
/
+2
2009-10-28
Use PyObject_AsFileDescriptor() instead of object type comparison
Panu Matilainen
1
-5
/
+3
2009-10-27
Argh, typo in previous commit
Panu Matilainen
1
-1
/
+1
2009-10-27
Remove explicit Py_TPFLAGS_HAVE_RICHCOMPARE from ds type flags
Panu Matilainen
1
-3
/
+1
2009-10-27
Let Python decide the "native" string type for tag names
Panu Matilainen
1
-1
/
+1
2009-10-23
Permit unicode as ts.dbMatch() key argument
Panu Matilainen
1
-9
/
+13
2009-10-23
Allow unicode objects as tag name everywhere
Panu Matilainen
1
-2
/
+4
2009-10-23
Add conversion function for handling python unicode -> string issues
Panu Matilainen
2
-1
/
+16
2009-10-21
On Python 3, use macros to alias all usage of PyInt_ to PyLong_ equivalents
Panu Matilainen
1
-0
/
+7
2009-10-21
Replace PyString usage with PyBytes everywhere
Panu Matilainen
7
-23
/
+30
2009-10-19
Remove leftovers from python header files
Panu Matilainen
2
-5
/
+1
2009-10-19
Convert all usage of two-expression exception raising to modern syntax
David Malcolm
1
-10
/
+10
2009-10-19
PyVarObject_HEAD_INIT() compatibility macro for Python < 2.6
Panu Matilainen
1
-0
/
+7
2009-10-19
Generalize type object initialization to work with both Python 2.* and Python...
David Malcolm
11
-26
/
+13
2009-10-19
Py_TYPE() compatibility macro for Python < 2.6
Panu Matilainen
1
-0
/
+4
2009-10-19
Generalize access to ob_type so that they work with both Python 2.* and Pytho...
David Malcolm
10
-12
/
+12
2009-10-15
Use fd.tell() instead of going around through os.lseek() with fdno
Panu Matilainen
1
-3
/
+3
2009-10-15
Add tell() method to rpm.fd class
Panu Matilainen
1
-0
/
+12
2009-10-15
Avoid unnecessary dup'ing of file descriptors on header list operations
Panu Matilainen
1
-16
/
+15
2009-10-15
Accept rpm.fd() types file objects everywhere in python bindings
Panu Matilainen
4
-39
/
+57
2009-10-14
Add first rough-cut python bindings for rpmio fd
Panu Matilainen
3
-3
/
+295
2009-10-12
Raise exception in the converter, not caller
Panu Matilainen
2
-1
/
+1
2009-10-12
Permit changing rpm.td tag from python
Panu Matilainen
1
-2
/
+23
2009-10-12
Add limited support for modifying headers to python
Panu Matilainen
3
-1
/
+34
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
2
-17
/
+14
2009-10-09
Revert explicit PyErr_NoMemory() returns to just returning NULL
Panu Matilainen
10
-12
/
+12
2009-10-09
Handle NULL in ts get/setKeyring as python None
Panu Matilainen
1
-4
/
+10
2009-10-09
Kill off _rpmb.error exception type
Panu Matilainen
3
-10
/
+1
2009-10-09
Permit setting and getting ts keyring from python
Panu Matilainen
1
-0
/
+28
2009-10-09
Add bindings for rpm keyring and pubkey types
Panu Matilainen
4
-0
/
+230
2009-10-06
Python namespace import fiddling
Panu Matilainen
1
-35
/
+36
2009-10-05
Delete ancient and defunc python test programs
Panu Matilainen
7
-215
/
+0
2009-10-05
Dont leak memory from rpm.fi() methods
Panu Matilainen
1
-8
/
+8
2009-10-05
Handle all rpmds variants in its constructor
Panu Matilainen
5
-47
/
+39
[prev]
[next]