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
/
rpmds-py.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-16
Add librpm-tizen.spec file & Debian packaging.
HEAD
master
devel
xuhy
1
-9
/
+9
2023-11-16
Upgrade version to 4.14
tizen/4.14.1.1.tizen20230628
wangbiao
1
-42
/
+40
2014-06-09
Make python module name configurable
Markus Lehtonen
1
-1
/
+1
2011-07-06
Revert the ds, ts, fi and spec python object creation commits
Panu Matilainen
1
-11
/
+13
2011-07-01
Fix/sanitize rpm.ds python object creation a bit
Panu Matilainen
1
-13
/
+11
2011-06-09
Eww, python ds.Instance() doesn't take any arguments
Panu Matilainen
1
-1
/
+1
2011-03-09
Python bindings dont need our debug.h for anything
Panu Matilainen
1
-2
/
+0
2011-03-04
Remove unused return code variable
Panu Matilainen
1
-2
/
+1
2010-12-16
Permit comparison operator strings (<, >= etc) in python ds constructor
Panu Matilainen
1
-1
/
+44
2010-10-22
Switch python bindings to use rpm(Dbi)TagVal as appropriate
Panu Matilainen
1
-1
/
+1
2010-05-19
Handle non-existent dependency sets in python (RhBug:593553)
Panu Matilainen
1
-2
/
+3
2010-03-29
Remove unused dependency set file reference count
Panu Matilainen
1
-8
/
+0
2010-03-29
Remove unused and non-sensible depedency set build-time
Panu Matilainen
1
-8
/
+0
2010-03-26
Add ds.Instance() method to python bindings
Panu Matilainen
1
-0
/
+7
2010-03-26
Take advantage of rpmdsCurrent() in python bindings
Panu Matilainen
1
-6
/
+1
2010-03-24
Document deprecation of mi.count() and ds.Count().
Ville Skyttä
1
-1
/
+1
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-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-19
Generalize type object initialization to work with both Python 2.* and Python...
David Malcolm
1
-2
/
+1
2009-10-19
Generalize access to ob_type so that they work with both Python 2.* and Pytho...
David Malcolm
1
-2
/
+2
2009-10-09
Revert explicit PyErr_NoMemory() returns to just returning NULL
Panu Matilainen
1
-1
/
+1
2009-10-05
Handle all rpmds variants in its constructor
Panu Matilainen
1
-37
/
+22
2009-10-01
Deprecation tweaks
Panu Matilainen
1
-1
/
+1
2009-10-01
Oops, these are mappings, not dicts...
Panu Matilainen
1
-1
/
+1
2009-09-30
Deprecate custom foo.count() methods, support len() instead
Panu Matilainen
1
-3
/
+3
2009-09-30
Turn hdrGetHeader() into argument parsing converter interface
Panu Matilainen
1
-6
/
+7
2009-09-24
Enable subtyping on the rest of our type-objects
Panu Matilainen
1
-1
/
+2
2009-09-24
Eliminate all custom tp_free() type methods
Panu Matilainen
1
-8
/
+1
2009-09-24
Call (sub)type tp_free from destructors
Panu Matilainen
1
-4
/
+2
2009-09-24
Make object allocation type agnostic
Panu Matilainen
1
-7
/
+7
2009-09-23
Turn tagNumFromPyObject() into an object converter interface
Panu Matilainen
1
-14
/
+4
2009-09-23
Remove tp_print methods from all rpm-python objects
Panu Matilainen
1
-13
/
+1
2009-09-23
Lose the debug junk from python bindings
Panu Matilainen
1
-15
/
+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
-16
/
+0
2009-09-22
Put some consistency to python object creation
Panu Matilainen
1
-5
/
+4
2009-09-22
Make all python object creation wrappers return PyObject pointers
Panu Matilainen
1
-13
/
+8
2009-09-22
Dont leak memory on rpm.ds iteration
Panu Matilainen
1
-2
/
+0
2009-09-22
Lose unnecessary next() methods
Panu Matilainen
1
-16
/
+0
2009-09-22
All rpm-python iterators are self-iterators, just use PyObject_SelfIter
Panu Matilainen
1
-8
/
+1
2009-09-22
Dont leak memory from rpm.dsSingle()
Panu Matilainen
1
-2
/
+0
2009-09-22
Simplify dsFromHeader()
Panu Matilainen
1
-15
/
+2
2009-09-22
Sanitize python object -> tag number exception handling
Panu Matilainen
1
-12
/
+3
2009-09-22
Move allocations out of rpmds object init method
Panu Matilainen
1
-28
/
+15
2009-09-22
Use Py_RETURN_NONE macro for returning None everywhere
Panu Matilainen
1
-10
/
+5
2009-09-22
Eliminate unnecessary custom object allocation functions
Panu Matilainen
1
-12
/
+1
[next]