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
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
2010-03-29
Remove unused dependency set file reference count
Panu Matilainen
1
-8
/
+0
2010-03-29
Remove unused and non-sensible depedency set build-time
Panu Matilainen
1
-8
/
+0
2010-03-29
Lose unused RPMSENSE_PATCHES
Panu Matilainen
1
-1
/
+0
2010-03-29
Drop "support" for per-scriptlet build-requires
Panu Matilainen
1
-4
/
+0
2010-03-26
Add ds.Instance() method to python bindings
Panu Matilainen
1
-0
/
+7
2010-03-26
Take advantage of rpmdsCurrent() in python bindings
Panu Matilainen
1
-6
/
+1
2010-03-26
Change the problem data arrangement for dependency problems
Panu Matilainen
1
-2
/
+2
2010-03-26
Use the new problem set iterator where it makes more sense
Panu Matilainen
1
-4
/
+6
2010-03-24
Document deprecation of mi.count() and ds.Count().
Ville Skyttä
2
-2
/
+2
2010-03-24
Add RPMBUILD_ISFOO constants to python rpmb module (ticket #123)
Panu Matilainen
1
-0
/
+6
2010-03-24
Add __bool__() / __nonzero__() method to python rpmmi objects (ticket #153)
Panu Matilainen
1
-1
/
+20
2010-03-22
Lose the useless rpmds refcounting debug junk + switches
Panu Matilainen
1
-1
/
+1
2010-03-22
Lose the useless rpmfi refcounting etc debug messages + debug switches
Panu Matilainen
1
-1
/
+1
2010-03-18
Add a new problem type for obsoletes
Panu Matilainen
1
-0
/
+1
2010-03-15
Tell python about RPMTRANS_FLAG_NOCONTEXTS
Panu Matilainen
1
-0
/
+1
2010-03-13
Add Problems() method to python transaction element class
Panu Matilainen
1
-0
/
+12
2010-03-13
Add a helper function for turning rpm problem set into python list
Panu Matilainen
3
-8
/
+15
2010-02-04
Make rpm version available to python
Panu Matilainen
1
-0
/
+2
2009-12-21
Eliminate the rpmte tsort info manipulation public API
Panu Matilainen
1
-35
/
+0
2009-12-17
Move python ts element key refcounting back to C-side of things
Panu Matilainen
2
-3
/
+6
2009-12-09
Fix memleak in python ts.hdrFromFdno()
Panu Matilainen
1
-0
/
+1
2009-12-09
Fix a few list-related memleaks in python bindings
Panu Matilainen
4
-2
/
+9
2009-12-07
ts.check() is supposed to return empty list when no problems
Panu Matilainen
1
-5
/
+1
2009-12-07
Disable the entire rpm.td type for now
Panu Matilainen
1
-1
/
+2
2009-12-07
Make python header iterator return keys, not values
Panu Matilainen
1
-3
/
+1
2009-11-27
Correctly pass optional tag argument from hdr.dsFromHeader() (ticket #108)
Panu Matilainen
1
-2
/
+9
2009-11-27
Dont try to pass anything to rpm.fi() from hdr.fiFromHeader()
Panu Matilainen
1
-2
/
+5
2009-11-24
Nuke leftover debug junk
Panu Matilainen
1
-1
/
+0
2009-11-24
Support constructing header data from python
Panu Matilainen
1
-4
/
+121
2009-11-24
Disable rpm.td type for now
Panu Matilainen
1
-0
/
+4
2009-11-23
Fix hdrContains() return value on error
Panu Matilainen
1
-1
/
+1
2009-11-21
Remove hdr.has_key() method, support 'key in h' style instead
Panu Matilainen
1
-5
/
+16
2009-11-21
Remove unnecessary hdr.instance() method
Panu Matilainen
1
-7
/
+0
2009-11-21
Typos in exception messages
Panu Matilainen
1
-2
/
+2
2009-11-19
Add spec package type with access to headers to python rpmb module
Panu Matilainen
3
-0
/
+107
2009-11-19
Permit header object generation from PyCObjects
Panu Matilainen
1
-0
/
+2
2009-11-18
Lose the silly specFromSpec()
Panu Matilainen
2
-13
/
+6
2009-11-18
Turn current python spec methods into read-only attributes via getseters
Panu Matilainen
1
-18
/
+15
2009-11-18
Sanitize python spec.sources()
Panu Matilainen
1
-20
/
+9
2009-11-18
Put a bit of sanity into python spec methods
Panu Matilainen
1
-22
/
+13
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
Declare a few python functions only taking one argument as such
Panu Matilainen
1
-15
/
+9
2009-11-18
Rip python checkSignals() wtf'ery
Panu Matilainen
1
-3
/
+2
[prev]
[next]