summaryrefslogtreecommitdiff
path: root/python/rpm/transaction.py
Commit message (Expand)AuthorAgeFilesLines
* Reimplement --restore as a transaction element, obsolete --setperms & coPanu Matilainen2022-02-031-0/+7
* Refactor Python addErase() argument parsing to helper methodPanu Matilainen2022-02-031-19/+23
* Fix old Python ts.check() argument order regressionPanu Matilainen2022-01-041-1/+1
* Fix python ts.addErase() not raising exception on not-found packagesPanu Matilainen2020-06-041-11/+15
* Unify Python addInstall/Reinstall/Erase exception message formatPanu Matilainen2020-06-041-3/+6
* Axe support for Python 2Panu Matilainen2019-08-121-10/+2
* python: Merge all py modulesIgor Gnatenko2019-04-291-2/+1
* Add a public API for controlling package verification flagsPanu Matilainen2018-06-271-0/+6
* Rename vslevel back to vfylevel everywhere, sighPanu Matilainen2018-06-271-4/+4
* Add Python bindings + simple testcase for the verification level APIPanu Matilainen2018-06-201-0/+6
* 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: flake8 cleanupsVille Skyttä2015-04-171-6/+11
* Fix Python import directive for more strict Python3 search rulesFlorian Festi2015-01-261-2/+2
* Dumb dumb typo in commit bf856744f2820a1625ef9428284b5788d18103f3Panu Matilainen2014-03-041-1/+1
* Add python bindings for reinstallPanu Matilainen2014-03-041-1/+11
* Python 3 compatibility fixesJan Silhan2013-11-181-6/+12
* Spelling fixes.Ville Skyttä2013-02-191-1/+1
* Allow both string + unicode in python addInstall() / addErase()Panu Matilainen2011-02-201-2/+2
* Import the C-level ts python object as TransactionSetCorePanu Matilainen2011-02-151-8/+8
* Fix python ts.check() dependency tuple mungingPanu Matilainen2010-06-221-1/+1
* Change the problem data arrangement for dependency problemsPanu Matilainen2010-03-261-2/+2
* Move python ts element key refcounting back to C-side of thingsPanu Matilainen2009-12-171-3/+0
* ts.check() is supposed to return empty list when no problemsPanu Matilainen2009-12-071-5/+1
* Typos in exception messagesPanu Matilainen2009-11-211-2/+2
* Convert relative imports within rpm package to absolute importsDavid Malcolm2009-10-291-1/+1
* Convert all usage of two-expression exception raising to modern syntaxDavid Malcolm2009-10-191-10/+10
* Python namespace import fiddlingPanu Matilainen2009-10-061-35/+36
* Push hdrFromFdno() error code handling over to python sidePanu Matilainen2009-10-051-0/+12
* Push hdrCheck() error code handling over to python sidePanu Matilainen2009-10-051-0/+10
* Push ts.check() return tuple-o-doom generation over to python sidePanu Matilainen2009-10-051-0/+38
* Push transaction problem filter to python sidePanu Matilainen2009-10-051-1/+2
* Push the interpretation of ts.run() result code to python sidePanu Matilainen2009-10-051-0/+17
* Push most work of ts.addErase() over to pythonPanu Matilainen2009-10-021-0/+21
* Permit file objects and file names to ts.addInstall()Panu Matilainen2009-10-021-1/+10
* Push most work of ts.addInstall() over to pythonPanu Matilainen2009-10-021-0/+12
* Oops, missing self in bunch of calls... been too long since writing Python ;)Panu Matilainen2009-10-021-5/+5
* Push the rpmtsGetKeys() stuff over to python completelyPanu Matilainen2009-10-021-0/+10
* Split rpmbuild dependencies to separate _rpmb modulePanu Matilainen2009-10-021-0/+3
* Move ts flag & color setting to python sidePanu Matilainen2009-10-021-1/+24
* Add a dummy python-level transaction set class, use it alwaysPanu Matilainen2009-10-021-0/+6