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
2007-07-24
Use python distutils for determining include etc paths
Panu Matilainen
1
-2
/
+3
2007-07-21
Make rpmdbCheckTerminate() non-terminating.
Panu Matilainen
1
-2
/
+0
2007-07-20
Force rpmdb clean termination on exit from python.
Panu Matilainen
1
-0
/
+17
2007-07-20
Add python methods for checking pending signals from rpmsqCaught.
Panu Matilainen
1
-0
/
+50
2007-07-18
Use type from headerGet*(), not tagType() for now
Panu Matilainen
1
-0
/
+3
2007-07-16
Use tagType() for determining header data types (array or not etc)
Panu Matilainen
1
-40
/
+6
2007-07-13
Use tagValue() for name->tag lookups instead of manually walking tagtable.
Panu Matilainen
1
-4
/
+1
2007-07-13
Kill RH-specific _vsflags_up2date, use generic __vsflags in bindings instead
Panu Matilainen
1
-1
/
+1
2007-07-13
Clean up python ts object creation.
Panu Matilainen
2
-58
/
+27
2007-07-12
Rip out rhnLoad() and rhnUnload() from python bindings.
Panu Matilainen
3
-118
/
+0
2007-07-12
One last fix for const qualifier discarding complaint in python.
Panu Matilainen
1
-2
/
+3
2007-07-12
Some obvious "missing const" cases...
Panu Matilainen
2
-2
/
+2
2007-07-11
Cast to int to avoid gcc complaint from python enum registration.
Panu Matilainen
1
-1
/
+1
2007-07-11
Char ptr signedness fixes to python bindings.
Panu Matilainen
1
-2
/
+2
2007-07-11
Correct type for python rpmrc lenght function
Panu Matilainen
1
-1
/
+1
2007-07-10
More python method pointer type fixes.
Panu Matilainen
5
-5
/
+5
2007-07-10
Cast to PyObject to avoid compiler whining
Panu Matilainen
1
-1
/
+1
2007-07-10
Fix bunch of compiler warnings from python bindings (method pointer types)
Panu Matilainen
7
-12
/
+12
2007-07-10
Fix bunch of string formatting warnings.
Panu Matilainen
1
-1
/
+1
2007-06-11
Treat null epoch equal to zero epoch in python labelCompare (rhbz#227860).
Panu Matilainen
1
-0
/
+3
2007-06-07
Ts/db reference counting for match-iterators in python (rhbz#241751)
Panu Matilainen
4
-4
/
+8
2007-06-05
Force FILEVERIFYFLAGS to be a list in python bindings.
Panu Matilainen
1
-0
/
+1
2007-06-05
Python rpm.te Key() refcount fix (rhbz#182063) from JBJ.
Panu Matilainen
1
-4
/
+3
2007-05-23
Raise an exception if adding an install/upgrade element to transaction fails.
Panu Matilainen
1
-1
/
+7
2007-05-16
dbmatch keys can be unicode objects also (#219008)
Paul Nasrat
1
-1
/
+1
2007-05-10
Add patch to treat changelog as list
Paul Nasrat
1
-0
/
+1
2007-03-14
Cleanup: Remove old mpw references
Paul Nasrat
11
-1274
/
+0
2007-01-04
Remove autogenerated file
pauln@enki.eridu
1
-689
/
+0
2005-03-07
Casts on lvalues are no longer permitted by gcc4.0.
jbj
2
-3
/
+3
2005-02-17
- rework configure.ac et al to lose internal library baggage flexibly.
jbj
1
-4
/
+4
2005-02-16
Bye-bye!
jbj
1
-4955
/
+0
2005-02-16
Remove rpmdb and poptmodule sources.
jbj
29
-7036
/
+1
2005-02-16
- sqlite3: update encode/decode from sqlite-2.8.16.
jbj
1
-6
/
+0
2005-02-12
- zlib: uniqify certain symbols to prevent name space pollution.
jbj
3
-2
/
+10
2005-01-28
- python: force dbMatch() h# key to be 32 bit integer (#146477).
jbj
1
-1
/
+2
2005-01-23
- blueprint rpm-4_4 and HEAD to minimize diff spew.
jbj
2
-2
/
+4
2005-01-17
Build on macosx.
jbj
2
-1
/
+5
2005-01-05
build rpm-4.4.1-0.6.
jbj
1
-0
/
+1
2004-11-25
- python: bleeping keywords broke labelCompare.
jbj
2
-5
/
+3
2004-11-17
Add kwargs everywhere - courtesy of pjones@redhat.com
pauln
21
-774
/
+1001
2004-11-15
Re-export hidden VSF symbols 139221
pauln
1
-0
/
+6
2004-11-09
- python: add python 2.4 support.
jbj
3
-8
/
+15
2004-11-08
Splint clean.
jbj
1
-1
/
+1
2004-11-08
Sanity.
jbj
1
-1
/
+1
2004-10-31
- python: remove ".A" from creaky ts.check() tuple return (#135008).
jbj
1
-0
/
+4
2004-10-28
- bump popt to version to 1.10.
jbj
1
-7
/
+7
2004-10-27
Build rpm-4.4-0.1 packages.
jbj
1
-1
/
+1
2004-10-20
Doxygen fiddles.
jbj
1
-1
/
+1
2004-10-20
Add rpmtsCheck() and rpmtsOrder() to iterator.
jbj
1
-1
/
+1
2004-10-19
Build and changes for _rpm module
pauln
2
-11
/
+14
[prev]
[next]