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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-09
Make python module name configurable
Markus Lehtonen
17
-34
/
+38
2014-06-09
Python module: rename .py files to .in
Markus Lehtonen
2
-0
/
+0
2013-02-02
Add support for weak dependencies:
Anas Nashif
1
-0
/
+1
2012-05-16
Explicitly differentate internal/exported file attributes
Panu Matilainen
1
-2
/
+0
2012-03-08
Optimize python db index instances list generation and fix related leak
Panu Matilainen
1
-2
/
+2
2012-03-08
Optimize header data python conversion for array tags a bit
Panu Matilainen
1
-4
/
+4
2012-02-21
Raise exception in python on headerGet() invalid data failure
Panu Matilainen
1
-2
/
+6
2012-01-28
Don't assume rpmfiNew() always succeeds
Panu Matilainen
1
-0
/
+5
2012-01-10
Transaction element parent is a transaction element, not an integer
Panu Matilainen
1
-1
/
+5
2012-01-10
Minor cleanup to rpmte_Key()
Panu Matilainen
1
-5
/
+3
2012-01-05
Add enum for RPMCALLBACK_INST_STOP callback event
Panu Matilainen
1
-0
/
+1
2012-01-03
Implement scriptlet start and stop callbacks (RhBug:606239)
Panu Matilainen
1
-0
/
+2
2012-01-02
fix the signatures of the METH_NOARGS callbacks
David Malcolm
3
-40
/
+40
2012-01-02
fix use-after-free within rpmfdFromPyObject's error-handling
David Malcolm
1
-1
/
+1
2011-12-22
mark strings extracted from PyArg_Parse* as "const"
David Malcolm
6
-11
/
+11
2011-12-21
typo in header-py.c.
Ales Kozumplik
1
-1
/
+1
2011-12-21
handle errors when constructing lists in the Python bindings
David Malcolm
4
-7
/
+58
2011-12-21
fix memory leaks in invocations of PyObject_Call
David Malcolm
2
-8
/
+7
2011-11-30
Update internal callers to use headerExport(), no functional changes
Panu Matilainen
1
-3
/
+2
2011-11-18
inverse the macro definition condition in c87ad03.
Ales Kozumplik
1
-1
/
+1
2011-11-18
python: use the more modern PyCapsule over PyCObject (RhBug:623864).
Ales Kozumplik
3
-3
/
+13
2011-10-11
build: Update .gitignore rules
Mukund Sivaraman
1
-0
/
+1
2011-09-01
Oops, RPMSENSE_PRETRANS and _POSTTRANS missing from python bindings
Panu Matilainen
1
-0
/
+2
2011-09-01
Oops, missing include for rpmFreeMacros() in python module
Panu Matilainen
1
-0
/
+1
2011-09-01
Avoid SystemError on inserting an empty list insert to header from python
Panu Matilainen
1
-0
/
+2
2011-09-01
Add method to reset + reload rpm configuration to python bindings
Panu Matilainen
1
-0
/
+18
2011-08-29
Add a new pseudo index for actually installed files
Panu Matilainen
1
-0
/
+1
2011-08-25
Export rpmtsEmpty() to python as ts.clear()
Panu Matilainen
1
-0
/
+11
2011-07-07
Take advantage of Fdescr() in rpmReadPackageFile()
Panu Matilainen
1
-1
/
+1
2011-07-07
Teach python rpmio bindings about Fdescr()
Panu Matilainen
1
-0
/
+7
2011-07-06
Fix the broken python header __getattr__() behavior, take 13 (or so)
Panu Matilainen
1
-1
/
+9
2011-07-06
Add __reduce__() method to python header object
Panu Matilainen
1
-15
/
+32
2011-07-06
Revert the ds, ts, fi and spec python object creation commits
Panu Matilainen
6
-47
/
+77
2011-07-01
Fix/sanitize rpm.ds python object creation a bit
Panu Matilainen
1
-13
/
+11
2011-07-01
Fix/sanitize rpm.ts python object creation a bit
Panu Matilainen
1
-13
/
+11
2011-07-01
Fix/sanitize rpm.fi python object creation a bit
Panu Matilainen
2
-22
/
+7
2011-07-01
Fix/sanitize rpm.spec python object creation
Panu Matilainen
2
-29
/
+18
2011-07-01
Fix/sanitize rpm.fd python object creation
Panu Matilainen
1
-22
/
+14
2011-07-01
Fix the totally broken rpm.fd() read method
Panu Matilainen
1
-20
/
+25
2011-06-16
Export rpmteFailed() to python bindings
Panu Matilainen
1
-0
/
+7
2011-06-09
Eww, python ds.Instance() doesn't take any arguments
Panu Matilainen
1
-1
/
+1
2011-03-10
Fix whitespace in Python doc string
Florian Festi
1
-1
/
+1
2011-03-09
Fix the PyBytes vs PyString compatibility defines
Panu Matilainen
1
-5
/
+5
2011-03-09
Python 3 fixups
Panu Matilainen
2
-1
/
+3
2011-03-09
Preliminary distutils support for the python bindings
Panu Matilainen
2
-0
/
+56
2011-03-09
Cut the remaining ties python bindings have to main rpm sources
Panu Matilainen
3
-4
/
+3
2011-03-09
Don't bother with the callback die-die-die error translation
Panu Matilainen
1
-1
/
+1
2011-03-09
Eliminate unnecessary _free() usages in python
Panu Matilainen
1
-2
/
+2
2011-03-09
Python bindings dont need our debug.h for anything
Panu Matilainen
12
-26
/
+0
2011-03-04
Throw an exception from Fseek() errors in python rpmfd.seek()
Panu Matilainen
1
-1
/
+1
[next]