summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)AuthorFilesLines
2014-05-15add the SOLVER_FLAG_FOCUS_INSTALLED solver flagMichael Schroeder1-0/+3
2014-04-08make repodata_stringify return the result stringMichael Schroeder1-3/+2
2014-04-04do not count problem resolution install jobs as userinstalledMichael Schroeder1-2/+3
2014-04-04more swig trickery: automaticall free the pool, add a disown methodMichael Schroeder1-4/+23
2014-04-03INCOMPATIBLE bindings change: modernize Dataiterator/Datamatch classesMichael Schroeder1-35/+63
2014-03-31make the __iter__ methods in the python bindings return selfMichael Schroeder1-24/+8
2014-03-26support SOLVER_FLAG_DUP_ALLOW* flags in solver_set_flags and bindingsMichael Schroeder1-0/+4
2014-03-05revert pyhton3 part that was commit by mistake in #ab8b3dedMichael Schroeder1-7/+0
2014-03-04bindings: don't let str(Datamatch) change the strings, instead create a copyMichael Schroeder1-2/+3
2014-03-04bindings: make Dataterator match/flags optionalMichael Schroeder1-4/+4
2014-03-03fix Datamatcher's idstr() method when calld for dirsMichael Schroeder1-1/+5
2014-02-27fix Pool_repo_iterator and Repo_solvable_iterator in perl bindingsMichael Schroeder2-3/+13
2014-01-24fix for old swig versionsMichael Schroeder1-0/+3
2014-01-09add identical and evrcmp methods for solvablesMichael Schroeder1-0/+11
2013-11-20tweak python version detection, add Datamatch.binary()Michael Schroeder2-28/+54
2013-11-19fix Chksum.add() method also for perl/rubyMichael Schroeder1-27/+27
2013-11-19port to python3Michael Schroeder2-0/+47
2013-11-18rename repo_find_pubkeys to repo_find_all_pubkeys, add repo_find_pubkeyMichael Schroeder1-7/+1
2013-11-18split repo_find_pubkeys from repo_verify_sigdataMichael Schroeder1-0/+13
2013-11-14Create a real type for a checksum handleMichael Schroeder1-5/+4
2013-10-29bindings: sig verification only works with ENABLE_PGPVRFYMichael Schroeder1-0/+2
2013-10-29support signature verification in bindingsMichael Schroeder1-2/+36
2013-10-16remove trailing whitespaceMichael Schroeder1-10/+10
2013-09-23add problem2str() convenience function to APIMichael Schroeder1-6/+1
2013-09-20bindings: add stringification shortcut for problemsMichael Schroeder1-0/+11
2013-09-04add solv_depmarker function to simplify the bindingsMichael Schroeder1-28/+2
2013-08-23remove unused res varMichael Schroeder1-1/+1
2013-08-21add solver->describe_decision() methodMichael Schroeder1-0/+26
2013-08-21add unset() method for solvablesMichael Schroeder1-0/+5
2013-07-25rename rpmdb_pubkey to pubkeyMichael Schroeder1-3/+5
2013-06-17refactor a bitMichael Schroeder1-2/+4
2013-06-14bindings: add pool.errstr, make add_rpm/... return Solvable objectsMichael Schroeder1-8/+16
2013-06-07bindings consistency: rename new/keptpackages to new/keptsolvablesMichael Schroeder1-0/+25
2013-06-06get rid of an unneeded %renameMichael Schroeder1-1/+0
2013-06-04Make 'dep' attribute in Ruleinfo return an object, add fromstr/tostr attribut...Michael Schroeder1-22/+20
2013-06-04fix a couple of leaks in the bindingsMichael Schroeder1-5/+14
2013-06-04Document Transaction and TransactionclassMichael Schroeder1-2/+2
2013-06-04add POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the current rpm behaviourMichael Schroeder1-0/+1
2013-06-03add missing constants, add Rule->type attribute, improve pool job problem han...Michael Schroeder1-4/+12
2013-05-28document Selection and Job classesMichael Schroeder1-3/+2
2013-05-28add SEARCH_CHECKSUMS, fix Datamatch.num(), add Datapos.Dataiterator()Michael Schroeder1-7/+14
2013-05-27define and document the pool flagsMichael Schroeder1-0/+9
2013-05-27add lookup_idarray method to the Datapos classMichael Schroeder1-0/+10
2013-05-17allow SOLVID_META queries through SOLVID_POSMichael Schroeder1-9/+31
2013-05-16fix return values from repo_add functions, they return 0 for successMichael Schroeder1-20/+27
2013-05-15some minor binding tweaks to make it more flexibleMichael Schroeder1-3/+3
2013-04-24add ILLEGAL_NAMECHANGE support to bindingsMichael Schroeder1-4/+19
2013-04-24Do not segfault when undef/None/nil is passwd as FILE/DepMichael Schroeder1-2/+2
2013-04-24add SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE helper flagMichael Schroeder1-0/+1
2013-04-23add add_rpmdb_reffp method to bindingsMichael Schroeder1-0/+3