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
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
2009-11-18
Python archscore() only ever takes one argument, simplify
Panu Matilainen
1
-8
/
+4
2009-11-18
Make python ts.problems() return a python list, not rpm.ps object
Panu Matilainen
4
-147
/
+12
2009-11-18
Remove unused psFromPs()
Panu Matilainen
2
-7
/
+0
2009-11-18
Eliminate broken rpmps append() method from python bindings (RhBug:538218)
Panu Matilainen
1
-26
/
+1
2009-10-29
Convert relative imports within rpm package to absolute imports
David Malcolm
2
-6
/
+5
2009-10-29
Permit any file-like object in rpm.setLogFile()
Panu Matilainen
1
-14
/
+15
2009-10-29
Update module initialization to work with both Python 2.x and 3.x
Panu Matilainen
2
-27
/
+121
2009-10-28
Remove unnecessary (cmpfunc) casts from our type objects
Panu Matilainen
3
-4
/
+4
2009-10-28
Eliminate ambiguous tp_compare and tp_richcompare from rpm.ds
Panu Matilainen
1
-106
/
+2
2009-10-28
Add ds.Compare() as a thin wrapper over rpmdsCompare()
Panu Matilainen
1
-0
/
+12
2009-10-28
Type-check rpm.ds() comparison/search arguments everywhere
Panu Matilainen
1
-25
/
+10
2009-10-28
Rip out stillborn code
Panu Matilainen
1
-32
/
+0
2009-10-28
Eliminate the ambigious tp_compare from rpm.hdr
Panu Matilainen
1
-7
/
+2
2009-10-28
Use PyObject_AsFileDescriptor() instead of object type comparison
Panu Matilainen
1
-5
/
+3
2009-10-27
Argh, typo in previous commit
Panu Matilainen
1
-1
/
+1
2009-10-27
Remove explicit Py_TPFLAGS_HAVE_RICHCOMPARE from ds type flags
Panu Matilainen
1
-3
/
+1
2009-10-27
Let Python decide the "native" string type for tag names
Panu Matilainen
1
-1
/
+1
2009-10-23
Permit unicode as ts.dbMatch() key argument
Panu Matilainen
1
-9
/
+13
2009-10-23
Allow unicode objects as tag name everywhere
Panu Matilainen
1
-2
/
+4
2009-10-23
Add conversion function for handling python unicode -> string issues
Panu Matilainen
2
-1
/
+16
2009-10-21
On Python 3, use macros to alias all usage of PyInt_ to PyLong_ equivalents
Panu Matilainen
1
-0
/
+7
2009-10-21
Replace PyString usage with PyBytes everywhere
Panu Matilainen
7
-23
/
+30
2009-10-19
Remove leftovers from python header files
Panu Matilainen
2
-5
/
+1
2009-10-19
Convert all usage of two-expression exception raising to modern syntax
David Malcolm
1
-10
/
+10
[next]