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
/
rpmts-py.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-24
Eliminate all custom tp_free() type methods
Panu Matilainen
1
-15
/
+1
2009-09-24
Enable subtyping on rpm.ts class
Panu Matilainen
1
-1
/
+1
2009-09-24
Call generic python setattr if not scriptFd
Panu Matilainen
1
-2
/
+2
2009-09-24
tp_setattro() is supposed to return -1 on errors
Panu Matilainen
1
-1
/
+1
2009-09-24
Call (sub)type tp_free from destructors
Panu Matilainen
1
-1
/
+1
2009-09-24
Make object allocation type agnostic
Panu Matilainen
1
-7
/
+7
2009-09-23
Remove unnecessary header type checking
Panu Matilainen
1
-7
/
+0
2009-09-23
Decouple python spec objects from transaction objects
Panu Matilainen
1
-21
/
+3
2009-09-23
Turn tagNumFromPyObject() into an object converter interface
Panu Matilainen
1
-7
/
+2
2009-09-23
Turn rpmFdFromPyObject() into an object converter interface
Panu Matilainen
1
-3
/
+2
2009-09-23
Accept any file object in ts.hdrFromFdno()
Panu Matilainen
1
-4
/
+4
2009-09-23
Lose the debug junk from python bindings
Panu Matilainen
1
-106
/
+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
-80
/
+2
2009-09-22
Put some consistency to python object creation
Panu Matilainen
1
-16
/
+18
2009-09-22
Make all python object creation wrappers return PyObject pointers
Panu Matilainen
1
-4
/
+4
2009-09-22
Lose unnecessary next() methods
Panu Matilainen
1
-23
/
+0
2009-09-22
All rpm-python iterators are self-iterators, just use PyObject_SelfIter
Panu Matilainen
1
-11
/
+1
2009-09-22
Sanitize python object -> tag number exception handling
Panu Matilainen
1
-2
/
+1
2009-09-22
Remove useless rpmts python initialization
Panu Matilainen
1
-10
/
+2
2009-09-22
Use Py_RETURN_NONE macro for returning None everywhere
Panu Matilainen
1
-20
/
+10
2009-09-22
Eliminate unnecessary custom object allocation functions
Panu Matilainen
1
-12
/
+1
2009-09-22
Make the python object structures opaque
Panu Matilainen
1
-0
/
+11
2009-09-22
We dont support ancient python versions...
Panu Matilainen
1
-4
/
+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-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-05-19
Don't mess up problem altNEVR in python ts.check() (rhbz#501068)
Panu Matilainen
1
-2
/
+3
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
2008-11-12
Don't bother retrieving db offset for erase elements
Panu Matilainen
1
-6
/
+2
2008-09-25
Use safer xstrdup() instead of strdup() wherever possible
Jindrich Novy
1
-1
/
+1
2008-09-25
Don't go onto wild zombie rampage if python callback tracebacks (rhbz#463447)
Panu Matilainen
1
-17
/
+20
2008-07-04
Remove solvedb API and other related stuff
Panu Matilainen
1
-3
/
+0
2008-07-04
Kill of rpmtsAvailable()
Panu Matilainen
1
-51
/
+4
2008-06-27
Adjust python callback for amount+total type change
Panu Matilainen
1
-1
/
+1
2008-06-11
Make rpmps generic number field 64bit, rename getter method
Panu Matilainen
1
-1
/
+1
2008-06-09
Use rpm_loff_t for transaction callback amount+total arguments
Panu Matilainen
1
-2
/
+2
2008-03-17
Remove rollback support
Panu Matilainen
1
-128
/
+0
2008-02-05
Mass convert (back) to rpmTag as it's usable everywhere now
Panu Matilainen
1
-3
/
+3
2008-02-05
Yet another typedef for transaction ID, use where spotted
Panu Matilainen
1
-1
/
+1
2008-02-05
Couple of int -> rpmVSFlags type corrections
Panu Matilainen
1
-1
/
+1
2008-02-05
Add rpm_color_t type for rpm color bits, use where spotted
Panu Matilainen
1
-1
/
+1
2008-02-05
Rip the horrible (ia64) autorelocate kludgery. RIP.
Panu Matilainen
1
-4
/
+0
2008-02-04
Make check-programs build again, assorted type-fiddlings..
Panu Matilainen
1
-1
/
+1
2008-02-04
Add rpm_off_t type for file size types, use where spotted
Panu Matilainen
1
-1
/
+1
2008-01-30
Use rpmsenseFlags type for dependency flags everywhere (hopefully)
Panu Matilainen
1
-1
/
+1
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-1
/
+2
[prev]
[next]