Imported Upstream version 0.7.13
[platform/upstream/libsolv.git] / examples / pysolv
2019-09-10 DongHun KwakImported Upstream version 0.7.0 upstream/0.7.0
2018-11-30 DongHun KwakImported Upstream version 0.6.28 98/194198/1 upstream/0.6.28
2016-10-27 DongHun KwakImported Upstream version 0.6.12 11/94111/1 upstream/0.6.12
2014-04-03 Michael SchroederINCOMPATIBLE bindings change: modernize Dataiterator...
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2013-11-22 Michael Schroederpysolv: more python3 adaptions
2013-11-19 Michael Schroederport to python3
2013-09-20 Michael Schroederbindings: add stringification shortcut for problems
2013-08-23 Michael Schroederoops, revert unwanted commit chunks
2013-08-23 Michael Schroedersolv_parse_sig: clear return values at the beginning
2013-06-17 Michael Schroederpysolv: check applydeltarpm exit status
2013-06-14 Michael Schroederbindings: add pool.errstr, make add_rpm/... return...
2013-06-07 Michael Schroederbindings consistency: rename new/keptpackages to new...
2013-06-05 Michael Schroederok, no local in current perl code. Also, use ls instead...
2013-06-04 Michael SchroederMake 'dep' attribute in Ruleinfo return an object,...
2013-05-17 Michael Schroederallow SOLVID_META queries through SOLVID_POS
2013-05-15 Michael Schroederpysolv: do not import from solv
2013-04-24 Michael Schroederuse add_rpmdb_reffp in examples
2013-04-24 Michael Schroederadd SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE helper flag
2013-04-23 Michael Schroederremove "ref" argument from add_rpmdb() in the bindings
2013-02-04 Michael Schroederreuse solver in examples
2012-12-06 Michael Schroedercosmetics: print number of problems in examples
2012-12-05 Michael SchroederAdd Dep.Rel() method and a couple of Selection constructors
2012-12-05 Michael Schroederrename selection_limit to selection_filter, add flags...
2012-12-04 Michael Schroedersupport cleandeps in targeted up/dup cases, add tests
2012-11-27 Michael Schroedercleanup example code
2012-11-27 Michael Schroederxfileno doesn't exist anymore, use fileno() instead
2012-11-27 Michael Schroederuse a Selection for the 'search' command so that the...
2012-11-27 Michael SchroederSelection: rename addsimple method to add_raw in the...
2012-11-26 Michael SchroederAlready use LOCALPOOL when converting filelist/language...
2012-11-23 Michael Schroedersupport medianr in lookup_deltalocation, change lookup_...
2012-11-21 Michael Schroederuse "isemptyupdate" method to check for updates with...
2012-11-16 Michael Schroederdon't write incomplete repos in "solv", like with py...
2012-11-06 Michael Schroederrename repodata_delete to repodata_set_deleted, add...
2012-11-05 Michael Schroedermore swig trickery: add a "DepId" type that can take...
2012-11-02 Michael Schroedermake FILE objects autoclose the fd in the destructor
2012-11-02 Michael Schroedermake pool.setarch() do the right thing
2012-11-02 Michael Schroederadd pool_lookup_deltalocation helper so we can change...
2012-11-02 Michael Schroederget rid of the ugly load_if_changed method
2012-11-02 Michael Schroedersmall cleanup: move incomplete check into writecachedrepo
2012-10-30 Michael Schroederuse susetags data dir for susetags deltas
2012-10-30 Michael Schroederbeautify examples a bit
2012-10-29 Michael Schroederunify cookie generation for solv/pysolv/rbsolv/p5solv
2012-10-29 Michael Schroederfix autorefresh flag in pysolv, support metadata_expire...
2012-10-29 Michael Schroederset SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo...
2012-10-25 Michael Schroeder- retabify (untabify for pysolv)
2012-10-25 Michael Schroedergeneralize matching code from examples/solv.c to src...
2012-10-08 Michael Schroederonly call add_products if the method exists
2012-02-24 Michael Schroeder- rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to...
2012-02-01 Michael Schroeder- rename pool_addfileprovides_ids to pool_addfileprovid...
2012-01-30 Michael Schroeder- fix load_ext definition
2012-01-18 Michael Schroeder- add Datapos lookup functions, add lookup_idarray...
2012-01-13 Michael Schroeder- add dup versions for the allow* flags, make dup autom...
2012-01-12 Michael Schroeder- fix types in p5solv and pysolv
2012-01-11 Michael Schroeder- cleanup bindings example code a bit
2012-01-10 Michael Schroeder- change splitprovides so that they only work on packag...
2012-01-09 Michael Schroeder- hide solver internals
2011-07-13 Michael Schroeder- add support for bindings creation
2011-05-24 Michael Schroeder- add ver files, fix build
2011-05-23 Michael Schroeder- fix gzdopen() call, it does not like mode "r+"
2011-05-02 Michael Schroeder- commit current state of binding and examples
2011-03-17 Michael Schroeder- fix pysolv typo
2011-03-16 Michael Schroeder- finish rbsolv
2011-03-16 Michael Schroeder- finish rbsolv repository handling
2011-03-16 Michael Schroeder- added TransactionClass, more rbsolv porting
2011-03-14 Michael Schroeder- more ruby code, better array handling in solv.i
2011-03-11 Michael Schroeder- cleanup python code a bit
2011-03-10 Michael Schroederstart ruby bindings and example solver
2011-03-09 Michael Schroeder- implement repository handling and load callback in...
2011-03-08 Michael Schroeder- commit current state of bindings
2011-03-04 Michael Schroeder- start of p5solv and perl bindings
2011-03-03 Michael Schroeder- rename pysolv.pt to pysolv, commit latest versions