summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Eliminate remaining uses of unsafe headerCopyLoad() in the codebasePanu Matilainen2021-03-221-1/+4
* Improve error handling in Python pubkey constructorPanu Matilainen2020-12-101-1/+5
* Add RPMTRANS_FLAG_NOARTIFACTS symbol to Python bindingsPanu Matilainen2020-08-311-0/+1
* Fix python ts.addErase() not raising exception on not-found packagesPanu Matilainen2020-06-231-11/+15
* Unify Python addInstall/Reinstall/Erase exception message formatPanu Matilainen2020-06-231-3/+6
* Support EVR strings to Python labelCompare()Panu Matilainen2020-05-271-11/+7
* Add Python bindings for the new version APIPanu Matilainen2020-05-275-1/+201
* Refactor python labelCompare() to use the new version API, add more testsPanu Matilainen2020-05-271-21/+13
* Axe --nopromote and most of the related infrastructurePanu Matilainen2020-05-271-11/+0
* Add license to Python distutils module descriptionPanu Matilainen2020-05-261-0/+1
* .gitignore cleanupPanu Matilainen2020-04-091-1/+0
* Replace all PyInt_* uses with PyLong_* in the codebasePanu Matilainen2019-08-128-43/+33
* Axe support for Python 2Panu Matilainen2019-08-127-48/+6
* python: Reference proper spec-py.c filenameIgor Gnatenko2019-06-021-1/+1
* Pass rpmts object to rpmSpecBuild()Florian Festi2019-05-283-5/+19
* Implement a database cookie API for determining whether rpmdb has changedPanu Matilainen2019-05-271-0/+18
* Un-inline utf8FromString() python helper now that we canPanu Matilainen2019-05-272-12/+14
* Drop unused rpmtd python object remnantsPanu Matilainen2019-05-272-14/+0
* Drop now unnecessary PyCapsule foobar from python spec bindingsPanu Matilainen2019-05-272-12/+1
* python: Merge all py modulesIgor Gnatenko2019-04-297-257/+85
* Add python bindings for rpmteVerified(), export RPMSIG_UNVERIFIED_TYPEPanu Matilainen2019-04-092-0/+12
* Return NULL string as None from utf8FromString()Panu Matilainen2019-02-261-2/+8
* In Python 3, return all our string data as surrogate-escaped utf-8 stringsPanu Matilainen2019-02-2215-59/+67
* Bump the minimum Python version requirement to 2.7Panu Matilainen2018-10-043-36/+3
* Fix ancient python GIL locking bug on callback (RhBug:1632488)Panu Matilainen2018-10-031-2/+2
* While we're at it, add rpmdsIsReverse() + python bindings tooPanu Matilainen2018-09-181-0/+8
* Add python bindings + tests for rpmdsIsWeak() and rpmdsIsRich()Panu Matilainen2018-09-181-0/+16
* rpm.spec's .prep seems to be an attribute.Jan Pazdziora2018-08-081-1/+1
* Make python examples run with python 3, the print commands.Jan Pazdziora2018-08-084-24/+24
* Add a public API for controlling package verification flagsPanu Matilainen2018-06-272-0/+22
* Rename vslevel back to vfylevel everywhere, sighPanu Matilainen2018-06-272-11/+11
* Oops, add verification callback symbols to python bindingsPanu Matilainen2018-06-201-0/+3
* Add Python bindings + simple testcase for the verification level APIPanu Matilainen2018-06-203-0/+25
* Expose new RPMVSF_MASK_* constants in Python bindingFlorian Festi2018-06-052-4/+8
* Add package verification step to transactionsPanu Matilainen2018-05-091-0/+2
* Make python addSign() and delSign() actually work (RhBug:1558126)Panu Matilainen2018-03-201-2/+2
* Eliminate useless VERIFY_DIGEST and VERIFY_SIGNATURE constants from pythonPanu Matilainen2017-11-131-4/+0
* Move rpmVerifyAttrs enumeration to rpmfiles.h where it belongsPanu Matilainen2017-11-133-2/+3
* Add support for new virtual file attribute "%artifact"Panu Matilainen2017-11-081-0/+1
* Fix Python bindings library path for custom prefix.Jun Aruga2017-11-031-3/+6
* Add TR_RPMDB element type for representing packages from the rpmdbPanu Matilainen2017-10-031-0/+1
* rpmteDBOffset() is perfectly legal for TR_ADDED too, fix the docsPanu Matilainen2017-10-031-2/+2
* Remove long since dead codePanu Matilainen2017-10-031-12/+0
* Use pkg-config for figuring python cflags and libsPanu Matilainen2017-09-051-4/+4
* Export rpmsqBlock() to python bindings as blockSignals()Panu Matilainen2017-08-231-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