summaryrefslogtreecommitdiff
path: root/examples/pysolv
AgeCommit message (Expand)AuthorFilesLines
2013-06-17pysolv: check applydeltarpm exit statusMichael Schroeder1-0/+3
2013-06-14bindings: add pool.errstr, make add_rpm/... return Solvable objectsMichael Schroeder1-3/+8
2013-06-07bindings consistency: rename new/keptpackages to new/keptsolvablesMichael Schroeder1-1/+1
2013-06-05ok, no local in current perl code. Also, use ls instead of li as short form o...Michael Schroeder1-1/+1
2013-06-04Make 'dep' attribute in Ruleinfo return an object, add fromstr/tostr attribut...Michael Schroeder1-2/+2
2013-05-17allow SOLVID_META queries through SOLVID_POSMichael Schroeder1-5/+5
2013-05-15pysolv: do not import from solvMichael Schroeder1-54/+53
2013-04-24use add_rpmdb_reffp in examplesMichael Schroeder1-1/+2
2013-04-24add SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE helper flagMichael Schroeder1-2/+2
2013-04-23remove "ref" argument from add_rpmdb() in the bindingsMichael Schroeder1-1/+1
2013-02-04reuse solver in examplesMichael Schroeder1-6/+6
2012-12-06cosmetics: print number of problems in examplesMichael Schroeder1-1/+1
2012-12-05Add Dep.Rel() method and a couple of Selection constructorsMichael Schroeder1-3/+2
2012-12-05rename selection_limit to selection_filter, add flags to make selection_make ...Michael Schroeder1-13/+14
2012-12-04support cleandeps in targeted up/dup cases, add testsMichael Schroeder1-1/+7
2012-11-27cleanup example codeMichael Schroeder1-225/+216
2012-11-27xfileno doesn't exist anymore, use fileno() insteadMichael Schroeder1-7/+7
2012-11-27use a Selection for the 'search' command so that the repofilter worksMichael Schroeder1-4/+7
2012-11-27Selection: rename addsimple method to add_raw in the bindingsMichael Schroeder1-2/+2
2012-11-26Already use LOCALPOOL when converting filelist/language extensionsMichael Schroeder1-4/+9
2012-11-23support medianr in lookup_deltalocation, change lookup_location to return med...Michael Schroeder1-1/+1
2012-11-21use "isemptyupdate" method to check for updates with no matching installed pa...Michael Schroeder1-4/+3
2012-11-16don't write incomplete repos in "solv", like with py/rb/p5solvMichael Schroeder1-1/+1
2012-11-06rename repodata_delete to repodata_set_deleted, add repo_set_deleted and solv...Michael Schroeder1-1/+1
2012-11-05more swig trickery: add a "DepId" type that can take a Dep pointer or an IdMichael Schroeder1-2/+2
2012-11-02make FILE objects autoclose the fd in the destructorMichael Schroeder1-24/+11
2012-11-02make pool.setarch() do the right thingMichael Schroeder1-1/+1
2012-11-02add pool_lookup_deltalocation helper so we can change the way the location is...Michael Schroeder1-2/+2
2012-11-02get rid of the ugly load_if_changed methodMichael Schroeder1-12/+13
2012-11-02small cleanup: move incomplete check into writecachedrepoMichael Schroeder1-5/+5
2012-10-30use susetags data dir for susetags deltasMichael Schroeder1-0/+1
2012-10-30beautify examples a bitMichael Schroeder1-33/+37
2012-10-29unify cookie generation for solv/pysolv/rbsolv/p5solvMichael Schroeder1-16/+14
2012-10-29fix autorefresh flag in pysolv, support metadata_expire == -1 like in solv.cMichael Schroeder1-3/+2
2012-10-29set SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo limiterMichael Schroeder1-1/+1
2012-10-25- retabify (untabify for pysolv)Michael Schroeder1-33/+33
2012-10-25generalize matching code from examples/solv.c to src/selection.cMichael Schroeder1-146/+52
2012-10-08only call add_products if the method existsMichael Schroeder1-1/+2
2012-02-24- rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to SOLVER_FLAG_ADD_ALREADY_RE...Michael Schroeder1-1/+0
2012-02-01- rename pool_addfileprovides_ids to pool_addfileprovides_queue, make it fill...Michael Schroeder1-1/+1
2012-01-30- fix load_ext definitionMichael Schroeder1-1/+1
2012-01-18- add Datapos lookup functions, add lookup_idarray/deparray for XSolvablesMichael Schroeder1-11/+11
2012-01-13- add dup versions for the allow* flags, make dup automatically use themMichael Schroeder1-4/+0
2012-01-12- fix types in p5solv and pysolvMichael Schroeder1-1/+1
2012-01-11- cleanup bindings example code a bitMichael Schroeder1-39/+11
2012-01-10- change splitprovides so that they only work on packages that are to be upda...Michael Schroeder1-3/+1
2012-01-09- hide solver internalsMichael Schroeder1-13/+9
2011-07-13- add support for bindings creationMichael Schroeder1-0/+0
2011-05-24- add ver files, fix buildMichael Schroeder1-794/+795
2011-05-23- fix gzdopen() call, it does not like mode "r+"Michael Schroeder1-1/+1