summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Return the return code of rpmsqPoll() to python tooPanu Matilainen2016-12-141-2/+1
* Replace rpmdbCheckSignals() with rpmsqPoll() everywhere, eliminate from APIPanu Matilainen2016-12-141-1/+1
* Clean up rpmdb leftovers from an atexit() handler.Panu Matilainen2016-12-132-16/+0
* Define AM_CFLAGS inside the Makefile.am files themselves.Mark Wielaard2016-12-091-0/+1
* Oops, python Makefile wasn't including rpm.amPanu Matilainen2016-12-081-0/+2
* Silence type-punning warnings from python bindings, it's a python featurePanu Matilainen2016-12-021-1/+1
* Export RPMSENSE_MISSINGOK to pythonPanu Matilainen2016-12-011-0/+1
* python: remove redundant suffix in python module name in metadataNeal Gompa (ニール・ゴンパ)2016-11-111-1/+1
* Add support for file verification in python bindingsPanu Matilainen2016-10-271-0/+13
* Export relevant RPMVERIFY_FOO symbols to pythonPanu Matilainen2016-10-271-0/+14
* Eliminate dead-on-arrival codePanu Matilainen2016-10-261-158/+0
* Rename addMacro() and delMacro() to rpmPushMacro() and rpmPopMacro()Panu Matilainen2016-10-243-5/+5
* Do not call headerLink() in hdr_Wrap()Florian Festi2016-10-213-3/+4
* rpm/transaction: move from __future__ to the topIgor Gnatenko2016-06-091-1/+2
* python: Close file in _f2hdr also if hdrFromFdno failsVille Skyttä2016-06-091-3/+3
* python: Remove unnecessary shebangVille Skyttä2016-06-091-2/+0
* python: Trivial code cleanupsVille Skyttä2016-06-091-3/+3
* python: Fix signalsCaught() docstringVille Skyttä2016-06-091-1/+1
* Spelling fixesVille Skyttä2016-06-041-1/+1
* Use correct source file for rpmsign moduleNikola Forró2016-04-201-1/+1
* Updated and fixed comment on Python rpm.ts classFlorian Festi2016-03-311-3/+6
* Add RPMTRANS_FLAG_DEPLOOPS to the Python binding (trac #881)Florian Festi2016-03-311-0/+1
* Add RPMCALLBACK_ELEM_PROGRESS callback typeMichal Domonkos2016-01-281-0/+1
* Fix reloadConfig method documentationJeff Smith2016-01-281-1/+2
* Define PY_SSIZE_T_CLEANLubos Kardos2015-09-181-0/+1
* Fix last occurence of PyStringThierry Vignaud2015-08-101-1/+1
* Add python binding for rpmSpecPkgGetSection with syntactic sugarAlec Leamas2015-06-121-3/+33
* Allow gpg to get passphrase by itself.Lubos Kardos2015-06-101-5/+4
* python: flake8 cleanupsVille Skyttä2015-04-172-12/+23
* Add rpm.setInterruptSafety() to Python bindingFlorian Festi2015-02-201-0/+24
* Fix Python import directive for more strict Python3 search rulesFlorian Festi2015-01-261-2/+2
* Add python doc strings for rpm.dsFlorian Festi2014-12-181-16/+22
* Add python doc strings for main module and top level functionsFlorian Festi2014-12-182-16/+62
* Add python doc strings for rpm.filesFlorian Festi2014-12-181-2/+10
* Add python doc strings for rpm.teFlorian Festi2014-12-181-32/+23
* Add python doc strings for rpm.hdrFlorian Festi2014-12-181-14/+63
* Add python doc strings for rpm.miFlorian Festi2014-12-181-7/+40
* Add python doc strings for rpm.files and rpm.fileFlorian Festi2014-12-181-30/+58
* Add python doc strings for rpm.fiFlorian Festi2014-12-181-24/+28
* Add python doc strings for rpm.archiveFlorian Festi2014-12-181-8/+13
* Add python doc strings for rpm.tsFlorian Festi2014-12-181-19/+90
* Add disabler flag + --noplugins cli switch for pluginsPanu Matilainen2014-06-241-0/+1
* Export header magic in python module as rpm.header_magic bytes objectPanu Matilainen2014-06-051-0/+3
* Hopefully fix in-tree python build with setup.pyPanu Matilainen2014-04-031-3/+18
* Drop the stupid source globbing from setup.pyPanu Matilainen2014-04-031-15/+9
* Python binding for rpmfiArchiveHasContentFlorian Festi2014-04-011-0/+7
* Add iterator to loop over the hard linked files in several different waysFlorian Festi2014-03-111-1/+1
* Dumb dumb typo in commit bf856744f2820a1625ef9428284b5788d18103f3Panu Matilainen2014-03-041-1/+1
* Add python bindings for reinstallPanu Matilainen2014-03-042-1/+31
* Build python 3 compatibile module namesPanu Matilainen2014-02-131-10/+10