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
/
spec-py.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-09
Make python module name configurable
Markus Lehtonen
1
-4
/
+4
2011-12-21
handle errors when constructing lists in the Python bindings
David Malcolm
1
-3
/
+24
2011-11-18
python: use the more modern PyCapsule over PyCObject (RhBug:623864).
Ales Kozumplik
1
-1
/
+1
2011-07-06
Revert the ds, ts, fi and spec python object creation commits
Panu Matilainen
1
-18
/
+26
2011-07-01
Fix/sanitize rpm.spec python object creation
Panu Matilainen
1
-26
/
+18
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
1
-3
/
+3
2010-10-01
Finish off our librpmbuild API mass-murder by turning everything opaque
Panu Matilainen
1
-0
/
+1
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-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
2009-12-09
Fix a few list-related memleaks in python bindings
Panu Matilainen
1
-0
/
+2
2009-11-19
Add spec package type with access to headers to python rpmb module
Panu Matilainen
1
-0
/
+100
2009-11-18
Lose the silly specFromSpec()
Panu Matilainen
1
-11
/
+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-10-19
Generalize type object initialization to work with both Python 2.* and Python...
David Malcolm
1
-2
/
+1
2009-10-19
Generalize access to ob_type so that they work with both Python 2.* and Pytho...
David Malcolm
1
-1
/
+1
2009-10-09
Revert explicit PyErr_NoMemory() returns to just returning NULL
Panu Matilainen
1
-1
/
+1
2009-10-09
Kill off _rpmb.error exception type
Panu Matilainen
1
-1
/
+1
2009-10-02
Split rpmbuild dependencies to separate _rpmb module
Panu Matilainen
1
-1
/
+1
2009-09-24
Enable subtyping on the rest of our type-objects
Panu Matilainen
1
-1
/
+1
2009-09-24
Call (sub)type tp_free from destructors
Panu Matilainen
1
-4
/
+4
2009-09-24
Make object allocation type agnostic
Panu Matilainen
1
-3
/
+3
2009-09-23
Remove the broken tp_print method from spec
Panu Matilainen
1
-7
/
+1
2009-09-23
Decouple python spec objects from transaction objects
Panu Matilainen
1
-3
/
+36
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
-7
/
+0
2009-09-22
Put some consistency to python object creation
Panu Matilainen
1
-2
/
+2
2009-09-22
Make all python object creation wrappers return PyObject pointers
Panu Matilainen
1
-2
/
+2
2009-09-22
Make the python object structures opaque
Panu Matilainen
1
-0
/
+5
2009-09-07
Fix dumb some dumb leaks in python spec code
Panu Matilainen
1
-24
/
+12
2008-04-09
Yet more url ripping - buildroot is never an url
Panu Matilainen
1
-2
/
+2
2007-09-21
Rename Spec -> rpmSpec for namespacing
Panu Matilainen
1
-8
/
+8
2007-09-11
Remove split tags.
Ralf Corsépius
1
-13
/
+1
2004-03-11
Make spec-py lint free.
pauln
1
-24
/
+34
2004-03-11
Begin lint fixes for spec-py
pauln
1
-2
/
+18
2004-03-10
Initial rpm.spec implementation
pauln
1
-0
/
+208