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
/
rpmps-py.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-09
Make python module name configurable
Markus Lehtonen
1
-1
/
+1
2011-12-21
handle errors when constructing lists in the Python bindings
David Malcolm
1
-2
/
+14
2011-03-09
Python bindings dont need our debug.h for anything
Panu Matilainen
1
-2
/
+0
2010-03-26
Use the new problem set iterator where it makes more sense
Panu Matilainen
1
-4
/
+6
2010-03-13
Add a helper function for turning rpm problem set into python list
Panu Matilainen
1
-0
/
+12
2009-11-18
Oops, tp_dealloc doesn't return anything
Panu Matilainen
1
-1
/
+1
2009-11-18
Fix rpmProblem reference counting in python bindings
Panu Matilainen
1
-2
/
+8
2009-11-18
Make python ts.problems() return a python list, not rpm.ps object
Panu Matilainen
1
-138
/
+1
2009-11-18
Remove unused psFromPs()
Panu Matilainen
1
-5
/
+0
2009-11-18
Eliminate broken rpmps append() method from python bindings (RhBug:538218)
Panu Matilainen
1
-26
/
+1
2009-10-28
Remove unnecessary (cmpfunc) casts from our type objects
Panu Matilainen
1
-2
/
+2
2009-10-19
Generalize type object initialization to work with both Python 2.* and Python...
David Malcolm
1
-4
/
+2
2009-10-19
Generalize access to ob_type so that they work with both Python 2.* and Pytho...
David Malcolm
1
-1
/
+1
2009-10-09
Revert explicit PyErr_NoMemory() returns to just returning NULL
Panu Matilainen
1
-2
/
+2
2009-10-05
Enable retrieving problem key from python too
Panu Matilainen
1
-0
/
+11
2009-10-05
Add minimal python wrapping for rpmProblem objects
Panu Matilainen
1
-4
/
+106
2009-09-24
Enable subtyping on the rest of our type-objects
Panu Matilainen
1
-1
/
+1
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
-3
/
+3
2009-09-23
Remove tp_print methods from all rpm-python objects
Panu Matilainen
1
-9
/
+1
2009-09-23
Lose the debug junk from python bindings
Panu Matilainen
1
-27
/
+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
-12
/
+4
2009-09-22
Make all python object creation wrappers return PyObject pointers
Panu Matilainen
1
-3
/
+2
2009-09-22
All rpm-python iterators are self-iterators, just use PyObject_SelfIter
Panu Matilainen
1
-11
/
+1
2009-09-22
Move allocations out of rpmps object init method
Panu Matilainen
1
-24
/
+3
2009-09-22
Use Py_RETURN_NONE macro for returning None everywhere
Panu Matilainen
1
-2
/
+1
2009-09-22
Eliminate unnecessary custom object allocation functions
Panu Matilainen
1
-12
/
+1
2009-09-22
Use generic python get/set attribute functions directly where appropriate
Panu Matilainen
1
-16
/
+2
2009-09-22
Make the python object structures opaque
Panu Matilainen
1
-0
/
+8
2009-09-22
We dont support ancient python versions...
Panu Matilainen
1
-2
/
+0
2008-01-30
Include spring-cleaning
Panu Matilainen
1
-1
/
+0
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-1
/
+0
2007-12-15
Remove bogus const from rpmProblemString() return type
Panu Matilainen
1
-2
/
+6
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-1
/
+1
2007-11-29
Avoid building rpmdebug-py
Panu Matilainen
1
-4
/
+0
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmlib.h" instead of <rpmlib.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-19
Rename rpmpsProblem() -> rpmpsGetProblem() to make purpose clearer
Panu Matilainen
1
-2
/
+2
2007-10-19
Only permit appending to a problem set from python
Panu Matilainen
1
-68
/
+21
2007-10-19
Implement python rpmps iteration with rpmlib level iterator
Panu Matilainen
1
-20
/
+21
2007-09-11
Remove split tags.
Ralf Corsépius
1
-36
/
+3
2007-07-10
More python method pointer type fixes.
Panu Matilainen
1
-1
/
+1
2007-07-10
Fix bunch of compiler warnings from python bindings (method pointer types)
Panu Matilainen
1
-1
/
+1
2004-11-17
Add kwargs everywhere - courtesy of pjones@redhat.com
pauln
1
-4
/
+9
2004-10-13
Splint fiddles.
jbj
1
-9
/
+15
2004-10-13
Return current problem set form transaction.
jbj
1
-1
/
+21
2004-10-12
More cleanup.
jbj
1
-26
/
+4
[next]