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-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
2009-09-22
Use generic python get/set attribute functions directly where appropriate
Panu Matilainen
6
-76
/
+12
2009-09-22
Python initialization spring clean
Panu Matilainen
1
-24
/
+30
2009-09-22
Make the python object structures opaque
Panu Matilainen
16
-62
/
+71
2009-09-22
Lose the utterly broken rpmio FD_t wrappers
Panu Matilainen
4
-329
/
+0
2009-09-22
Lose the useless python debug stuff
Panu Matilainen
2
-77
/
+1
2009-09-22
We dont support ancient python versions...
Panu Matilainen
10
-36
/
+0
2009-09-22
Kick out mummified rpmdb python interface remnants
Panu Matilainen
3
-67
/
+0
2009-09-22
Clean up + fix bad recno erasure in python ts.addErase()
Panu Matilainen
1
-34
/
+21
2009-09-07
Add noreturn annotation to die() .. which itself should die
Panu Matilainen
1
-0
/
+1
2009-09-07
Eliminate bunch of unused variables
Panu Matilainen
1
-2
/
+1
2009-09-07
Fix dumb some dumb leaks in python spec code
Panu Matilainen
1
-24
/
+12
2009-09-02
Eliminate uses of headerNVR() and friends in librpm (and python) code
Panu Matilainen
1
-3
/
+1
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in python code
Panu Matilainen
1
-3
/
+3
2009-08-14
Add isSource() method to python header object (ticket #32)
Panu Matilainen
1
-0
/
+7
2009-06-16
Eliminate now unnecessary artifacts of rpmdsNext() side-effects
Panu Matilainen
1
-3
/
+1
2009-05-19
Don't mess up problem altNEVR in python ts.check() (rhbz#501068)
Panu Matilainen
1
-2
/
+3
2009-04-18
Fix a few file permissions from "make install"
Panu Matilainen
1
-1
/
+1
2009-04-09
Remove file flags that have never been enabled
Jindrich Novy
1
-1
/
+0
2009-03-26
Remove rpmal from the Python API
Florian Festi
5
-189
/
+0
2009-03-26
Reimplement rpmal by using hashes and cleaning up the color handling
Florian Festi
1
-3
/
+1
2009-03-26
Make rpmal store rpmtes and kill rpmte->pkgKey
Florian Festi
3
-48
/
+15
2009-03-19
Python doesn't need libelf, nss or popt directly
Panu Matilainen
1
-6
/
+0
2009-03-13
rpm-python only accepts string objects, not unicode
Panu Matilainen
1
-1
/
+1
2009-03-13
Catch exceptions from python conversions in dbMatch()
Panu Matilainen
1
-0
/
+4
2009-02-27
Add md5->filedigest aliases (rhbz#487597)
Jindrich Novy
1
-0
/
+1
2009-02-05
Fix typo in python bindings documentation (Masatake YAMATO)
Panu Matilainen
1
-1
/
+1
[prev]
[next]