summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Fix ancient python GIL locking bug on callback (RhBug:1632488)Panu Matilainen2018-10-221-2/+2
* rpm.spec's .prep seems to be an attribute.Jan Pazdziora2018-08-211-1/+1
* Make python examples run with python 3, the print commands.Jan Pazdziora2018-08-084-24/+24
* Make python addSign() and delSign() actually work (RhBug:1558126)Panu Matilainen2018-06-291-2/+2
* Add a public API for controlling package verification flagsPanu Matilainen2018-06-292-0/+22
* Rename vslevel back to vfylevel everywhere, sighPanu Matilainen2018-06-292-11/+11
* Oops, add verification callback symbols to python bindingsPanu Matilainen2018-06-291-0/+3
* Add Python bindings + simple testcase for the verification level APIPanu Matilainen2018-06-293-0/+25
* Expose new RPMVSF_MASK_* constants in Python bindingFlorian Festi2018-06-292-4/+8
* Add package verification step to transactionsPanu Matilainen2018-06-291-0/+2
* Add support for new virtual file attribute "%artifact"Panu Matilainen2018-01-161-0/+1
* Fix Python bindings library path for custom prefix.Jun Aruga2018-01-161-3/+6
* Use pkg-config for figuring python cflags and libsPanu Matilainen2017-09-061-4/+4
* Export rpmsqBlock() to python bindings as blockSignals()Panu Matilainen2017-08-311-0/+11
* Pass sign arguments to signature deletion tooPanu Matilainen2017-05-291-12/+16
* Eliminate now unnecessary rpmtdFreeData() callsPanu Matilainen2017-05-262-2/+0
* fix comparison between signed and unsigned integer expressionsPer Øyvind Karlsen2017-05-181-1/+1
* add a spec.parsed setter for retrieving parsed specPer Øyvind Karlsen2017-04-041-0/+7
* Accept --nocaps also for the package installationLubomir Rintel2017-04-041-0/+1
* Eliminate rpmdsNotify() from the API + Python bindingsPanu Matilainen2017-03-281-17/+0
* Add a VSF control bit to disable payload digest verificationPanu Matilainen2017-03-081-0/+1
* Implement SHA256 header digest, creation + verificationPanu Matilainen2017-03-081-0/+1
* Remove support for special legacy header handling from hdr.unload()Panu Matilainen2017-03-011-23/+8
* Axe unimplemented VSFlags cruftPanu Matilainen2017-02-271-2/+0
* Fix number of references on spec_Type (#114)Pavlina Moravcova Varekova2017-02-232-4/+12
* Raise python exception on macro expand errorsPanu Matilainen2017-01-191-3/+7
* 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