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
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
2011-03-04
Remove unused return code variable
Panu Matilainen
1
-2
/
+1
2011-02-20
Allow both string + unicode in python addInstall() / addErase()
Panu Matilainen
1
-2
/
+2
2011-02-15
Import the C-level ts python object as TransactionSetCore
Panu Matilainen
1
-8
/
+8
2011-01-21
Fix python documentation wrt dbIndex()
Panu Matilainen
1
-3
/
+3
2010-12-16
Permit comparison operator strings (<, >= etc) in python ds constructor
Panu Matilainen
1
-1
/
+44
2010-11-23
Oops, missing include in previous commit
Panu Matilainen
1
-0
/
+1
2010-11-23
Permit unicode paths in rpm.fd() (RhBug:654145)
Panu Matilainen
1
-5
/
+26
2010-11-17
Avoid enum as function argument for headerConvert()
Panu Matilainen
1
-1
/
+1
2010-11-11
Rename rpm.ii.offsets() to .instances() to match name of mi.instance()
Florian Festi
1
-3
/
+2
2010-11-03
Merge rpmdbIndexIteratorKey and rpmdbIndexIteratorKeySize into rpmdbIndexIter...
Florian Festi
1
-3
/
+4
2010-11-03
Rename rpmdbKeyIterator to rpmdbIndexIterator
Florian Festi
6
-65
/
+65
2010-11-03
Give access to the pkg offset and tag num of the index entry the key iterator...
Florian Festi
1
-0
/
+19
2010-10-22
Bah, couple of missed places for librpmsign moving
Panu Matilainen
1
-1
/
+1
2010-10-22
Teach python about the new RPMDBI_* tags
Panu Matilainen
1
-0
/
+12
2010-10-22
Switch python bindings to use rpm(Dbi)TagVal as appropriate
Panu Matilainen
9
-24
/
+24
2010-10-21
Fix Python bindings and raise KeyError when there is no index for the given tag
Florian Festi
1
-2
/
+7
2010-10-21
Fix typo / erroneously deleted line
Florian Festi
1
-1
/
+2
2010-10-21
rpmdbKeyIterator: loop over keys in the database indexes
Florian Festi
5
-0
/
+185
2010-10-19
Python dbMatch() doesn't take (or need) len argument, fix the docs
Panu Matilainen
1
-1
/
+1
2010-10-13
Add python bindings for librpmsign
Panu Matilainen
3
-1
/
+114
2010-10-12
Add a python accessor for the source header
Eric W. Biederman
1
-0
/
+6
2010-10-01
And now python bindings are really free of librpmbuild internals
Panu Matilainen
1
-2
/
+1
2010-10-01
Kill spec.buildRoot from python
Panu Matilainen
1
-11
/
+0
2010-10-01
Use the new spec section getter in python bindings
Panu Matilainen
1
-20
/
+13
2010-10-01
Use the new spec src/pkg API in python instead of direct access to spec
Panu Matilainen
1
-9
/
+12
2010-10-01
Use namespaced names for spec pkg and source opaque typedefs
Panu Matilainen
2
-4
/
+4
2010-10-01
Finish off our librpmbuild API mass-murder by turning everything opaque
Panu Matilainen
1
-0
/
+1
2010-10-01
Force shared build of python extension
Panu Matilainen
1
-2
/
+2
2010-10-01
Handle enable/disable python to configure.ac more sanely
Panu Matilainen
1
-2
/
+0
2010-09-22
Use HEADER_MAGIC_FOO enums instead of 0/1 in python header code
Panu Matilainen
1
-2
/
+2
2010-09-21
Avoid stepping on toes of relatives, part 2
Panu Matilainen
2
-10
/
+10
2010-09-21
Use the new tag type/return type getters everywhere
Panu Matilainen
2
-8
/
+6
2010-09-02
Permit passing spec parse flags in python too
Panu Matilainen
1
-4
/
+4
2010-09-02
Add an experimental low-level build method to python spec
Panu Matilainen
1
-1
/
+18
2010-09-02
Add the various spec + build flags to python
Panu Matilainen
1
-0
/
+21
2010-09-01
Rename freeSpec() -> rpmSpecFree() for namespacing
Panu Matilainen
1
-1
/
+1
2010-09-01
Update callers to use the new rpmSpecParse() interface
Panu Matilainen
1
-20
/
+8
2010-09-01
Spec rootDir is only relevant for building, eliminate from parseSpec()
Panu Matilainen
1
-1
/
+1
2010-06-22
Fix python ts.check() dependency tuple munging
Panu Matilainen
1
-1
/
+1
2010-05-19
Handle non-existent dependency sets in python (RhBug:593553)
Panu Matilainen
1
-2
/
+3
2010-05-04
Rename python module version symbol to __version__, add __version_info__
Panu Matilainen
2
-1
/
+4
[next]