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
2007-09-17
More typos, doh...
Panu Matilainen
1
-2
/
+2
2007-09-17
Typo..
Panu Matilainen
1
-1
/
+1
2007-09-17
Use rpmtsGetRdb() instead of poking ts internals
Panu Matilainen
1
-6
/
+6
2007-09-12
Formating cleanup.
Ralf Corsépius
11
-63
/
+33
2007-09-12
locally define Py_ssize_t and lenfunc for python < 2.5
Ralf Corsépius
1
-0
/
+5
2007-09-11
Remove split tags.
Ralf Corsépius
30
-715
/
+76
2007-09-10
Eliminate pyincdir, pylibdir, pyrpmdir.
Ralf Corsépius
1
-7
/
+3
2007-09-10
Eliminate noinst_HEADERS. Cleanup
Ralf Corsépius
1
-16
/
+17
2007-09-10
Add missing backslash.
Ralf Corsépius
1
-1
/
+1
2007-09-03
Remove __LCLINT__-ifdef'ed blocks.
Ralf Corsépius
3
-15
/
+0
2007-09-03
Automated merge with ssh://login.linux.duke.edu//home/groups/rpm/hg/rpm
Panu Matilainen
1
-11
/
+0
2007-09-03
Sanitize SELinux file context initialization.
Panu Matilainen
1
-14
/
+0
2007-09-03
Remove lint-support.
Ralf Corsépius
1
-11
/
+0
2007-09-03
Eliminate mylibs.
Ralf Corsépius
1
-10
/
+7
2007-08-30
Get rpmcli.h includes out of python bindings
Panu Matilainen
5
-7
/
+4
2007-08-30
Move rollback IDTX out of cli-stuff, its needed by core ts handling too.
Panu Matilainen
1
-1
/
+1
2007-08-28
Support accessing header info in python by object attributes as well.
Panu Matilainen
1
-13
/
+14
2007-08-28
Add expandMacro() to python bindings.
Panu Matilainen
1
-0
/
+14
2007-08-22
Remove INCPATH.
Ralf Corsépius
1
-2
/
+1
2007-08-14
Avoid python 2.5 requirement by using int instead of Py_ssize_t
Panu Matilainen
1
-1
/
+1
2007-08-06
Allow building without python-devel.
Panu Matilainen
1
-2
/
+3
2007-08-05
Automake cleanups.
Panu Matilainen
1
-4
/
+2
2007-07-26
Get python to honor prefix on install
Panu Matilainen
1
-1
/
+1
2007-07-25
Flatten python makefiles, path tweaks
Panu Matilainen
2
-19
/
+5
2007-07-24
Python install path fiddling to appease with distcheck
Panu Matilainen
2
-3
/
+3
2007-07-24
Use python distutils for determining include etc paths
Panu Matilainen
1
-2
/
+3
2007-07-21
Make rpmdbCheckTerminate() non-terminating.
Panu Matilainen
1
-2
/
+0
2007-07-20
Force rpmdb clean termination on exit from python.
Panu Matilainen
1
-0
/
+17
2007-07-20
Add python methods for checking pending signals from rpmsqCaught.
Panu Matilainen
1
-0
/
+50
2007-07-18
Use type from headerGet*(), not tagType() for now
Panu Matilainen
1
-0
/
+3
2007-07-16
Use tagType() for determining header data types (array or not etc)
Panu Matilainen
1
-40
/
+6
2007-07-13
Use tagValue() for name->tag lookups instead of manually walking tagtable.
Panu Matilainen
1
-4
/
+1
2007-07-13
Kill RH-specific _vsflags_up2date, use generic __vsflags in bindings instead
Panu Matilainen
1
-1
/
+1
2007-07-13
Clean up python ts object creation.
Panu Matilainen
2
-58
/
+27
2007-07-12
Rip out rhnLoad() and rhnUnload() from python bindings.
Panu Matilainen
3
-118
/
+0
2007-07-12
One last fix for const qualifier discarding complaint in python.
Panu Matilainen
1
-2
/
+3
2007-07-12
Some obvious "missing const" cases...
Panu Matilainen
2
-2
/
+2
2007-07-11
Cast to int to avoid gcc complaint from python enum registration.
Panu Matilainen
1
-1
/
+1
2007-07-11
Char ptr signedness fixes to python bindings.
Panu Matilainen
1
-2
/
+2
2007-07-11
Correct type for python rpmrc lenght function
Panu Matilainen
1
-1
/
+1
2007-07-10
More python method pointer type fixes.
Panu Matilainen
5
-5
/
+5
2007-07-10
Cast to PyObject to avoid compiler whining
Panu Matilainen
1
-1
/
+1
2007-07-10
Fix bunch of compiler warnings from python bindings (method pointer types)
Panu Matilainen
7
-12
/
+12
2007-07-10
Fix bunch of string formatting warnings.
Panu Matilainen
1
-1
/
+1
2007-06-11
Treat null epoch equal to zero epoch in python labelCompare (rhbz#227860).
Panu Matilainen
1
-0
/
+3
2007-06-07
Ts/db reference counting for match-iterators in python (rhbz#241751)
Panu Matilainen
4
-4
/
+8
2007-06-05
Force FILEVERIFYFLAGS to be a list in python bindings.
Panu Matilainen
1
-0
/
+1
2007-06-05
Python rpm.te Key() refcount fix (rhbz#182063) from JBJ.
Panu Matilainen
1
-4
/
+3
2007-05-23
Raise an exception if adding an install/upgrade element to transaction fails.
Panu Matilainen
1
-1
/
+7
2007-05-16
dbmatch keys can be unicode objects also (#219008)
Paul Nasrat
1
-1
/
+1
[next]