index
:
delta/rpm.git
caret
gh-pages
ignatenko/patch-1
ignatenkobrain-patch-1
master
pavlinas_p122
pavlinas_p123
plus
rpm-4.10.x
rpm-4.11.x
rpm-4.12.x
rpm-4.13.x
rpm-4.14.x
rpm-4.15.x
rpm-4.16.x
rpm-4.17.x
rpm-4.18.x
rpm-4.4.x
rpm-4.6.x
rpm-4.7.x
rpm-4.8.x
rpm-4.9.x
github.com: rpm-software-management/rpm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid enum as function argument for headerConvert()
Panu Matilainen
2010-11-17
1
-1
/
+1
*
Rename rpm.ii.offsets() to .instances() to match name of mi.instance()
Florian Festi
2010-11-11
1
-3
/
+2
*
Merge rpmdbIndexIteratorKey and rpmdbIndexIteratorKeySize into rpmdbIndexIter...
Florian Festi
2010-11-03
1
-3
/
+4
*
Rename rpmdbKeyIterator to rpmdbIndexIterator
Florian Festi
2010-11-03
6
-65
/
+65
*
Give access to the pkg offset and tag num of the index entry the key iterator...
Florian Festi
2010-11-03
1
-0
/
+19
*
Bah, couple of missed places for librpmsign moving
Panu Matilainen
2010-10-22
1
-1
/
+1
*
Teach python about the new RPMDBI_* tags
Panu Matilainen
2010-10-22
1
-0
/
+12
*
Switch python bindings to use rpm(Dbi)TagVal as appropriate
Panu Matilainen
2010-10-22
9
-24
/
+24
*
Fix Python bindings and raise KeyError when there is no index for the given tag
Florian Festi
2010-10-21
1
-2
/
+7
*
Fix typo / erroneously deleted line
Florian Festi
2010-10-21
1
-1
/
+2
*
rpmdbKeyIterator: loop over keys in the database indexes
Florian Festi
2010-10-21
5
-0
/
+185
*
Python dbMatch() doesn't take (or need) len argument, fix the docs
Panu Matilainen
2010-10-19
1
-1
/
+1
*
Add python bindings for librpmsign
Panu Matilainen
2010-10-13
3
-1
/
+114
*
Add a python accessor for the source header
Eric W. Biederman
2010-10-12
1
-0
/
+6
*
And now python bindings are really free of librpmbuild internals
Panu Matilainen
2010-10-01
1
-2
/
+1
*
Kill spec.buildRoot from python
Panu Matilainen
2010-10-01
1
-11
/
+0
*
Use the new spec section getter in python bindings
Panu Matilainen
2010-10-01
1
-20
/
+13
*
Use the new spec src/pkg API in python instead of direct access to spec
Panu Matilainen
2010-10-01
1
-9
/
+12
*
Use namespaced names for spec pkg and source opaque typedefs
Panu Matilainen
2010-10-01
2
-4
/
+4
*
Finish off our librpmbuild API mass-murder by turning everything opaque
Panu Matilainen
2010-10-01
1
-0
/
+1
*
Force shared build of python extension
Panu Matilainen
2010-10-01
1
-2
/
+2
*
Handle enable/disable python to configure.ac more sanely
Panu Matilainen
2010-10-01
1
-2
/
+0
*
Use HEADER_MAGIC_FOO enums instead of 0/1 in python header code
Panu Matilainen
2010-09-22
1
-2
/
+2
*
Avoid stepping on toes of relatives, part 2
Panu Matilainen
2010-09-21
2
-10
/
+10
*
Use the new tag type/return type getters everywhere
Panu Matilainen
2010-09-21
2
-8
/
+6
*
Permit passing spec parse flags in python too
Panu Matilainen
2010-09-02
1
-4
/
+4
*
Add an experimental low-level build method to python spec
Panu Matilainen
2010-09-02
1
-1
/
+18
*
Add the various spec + build flags to python
Panu Matilainen
2010-09-02
1
-0
/
+21
*
Rename freeSpec() -> rpmSpecFree() for namespacing
Panu Matilainen
2010-09-01
1
-1
/
+1
*
Update callers to use the new rpmSpecParse() interface
Panu Matilainen
2010-09-01
1
-20
/
+8
*
Spec rootDir is only relevant for building, eliminate from parseSpec()
Panu Matilainen
2010-09-01
1
-1
/
+1
*
Fix python ts.check() dependency tuple munging
Panu Matilainen
2010-06-22
1
-1
/
+1
*
Handle non-existent dependency sets in python (RhBug:593553)
Panu Matilainen
2010-05-19
1
-2
/
+3
*
Rename python module version symbol to __version__, add __version_info__
Panu Matilainen
2010-05-04
2
-1
/
+4
*
Remove unused dependency set file reference count
Panu Matilainen
2010-03-29
1
-8
/
+0
*
Remove unused and non-sensible depedency set build-time
Panu Matilainen
2010-03-29
1
-8
/
+0
*
Lose unused RPMSENSE_PATCHES
Panu Matilainen
2010-03-29
1
-1
/
+0
*
Drop "support" for per-scriptlet build-requires
Panu Matilainen
2010-03-29
1
-4
/
+0
*
Add ds.Instance() method to python bindings
Panu Matilainen
2010-03-26
1
-0
/
+7
*
Take advantage of rpmdsCurrent() in python bindings
Panu Matilainen
2010-03-26
1
-6
/
+1
*
Change the problem data arrangement for dependency problems
Panu Matilainen
2010-03-26
1
-2
/
+2
*
Use the new problem set iterator where it makes more sense
Panu Matilainen
2010-03-26
1
-4
/
+6
*
Document deprecation of mi.count() and ds.Count().
Ville Skyttä
2010-03-24
2
-2
/
+2
*
Add RPMBUILD_ISFOO constants to python rpmb module (ticket #123)
Panu Matilainen
2010-03-24
1
-0
/
+6
*
Add __bool__() / __nonzero__() method to python rpmmi objects (ticket #153)
Panu Matilainen
2010-03-24
1
-1
/
+20
*
Lose the useless rpmds refcounting debug junk + switches
Panu Matilainen
2010-03-22
1
-1
/
+1
*
Lose the useless rpmfi refcounting etc debug messages + debug switches
Panu Matilainen
2010-03-22
1
-1
/
+1
*
Add a new problem type for obsoletes
Panu Matilainen
2010-03-18
1
-0
/
+1
*
Tell python about RPMTRANS_FLAG_NOCONTEXTS
Panu Matilainen
2010-03-15
1
-0
/
+1
*
Add Problems() method to python transaction element class
Panu Matilainen
2010-03-13
1
-0
/
+12
[next]