aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* conditionally call vmp_native_enable/disable (only if platform supports it), ...Richard Plangger2017-04-031-0/+0
* disable the setdefault test on kwargs dicts, it doesn't make sense thereCarl Friedrich Bolz2016-03-021-0/+6
* Fix two tests in kwargsdict that have a typoArmin Rigo2016-01-151-2/+2
* introduce a special class W_ModuleDictObject which stores the strategy as aCarl Friedrich Bolz2016-01-131-13/+14
* Test and fix for a case of mutating kwargs dictionaries. ThanksArmin Rigo2015-06-271-0/+7
* rename the String strategies and {getitems,listview,newlist}_str -> bytes to bePhilip Jenvey2014-01-211-1/+1
* apparently kwargs.setdefault is a thing people use (e.g. the pylib)Carl Friedrich Bolz2013-03-201-0/+13
* Only export cls.runappdirect instead of the whole option object.Amaury Forgeot d'Arc2012-10-291-1/+1
* progress: removed many usages of gettestobjspace from objspace/std tests.Amaury Forgeot d'Arc2012-10-291-2/+1
* iterator fixes, some tests, oopsMaciej Fijalkowski2012-07-131-0/+6
* a special strategy for the especially common case of an empty kwargs dictCarl Friedrich Bolz2012-04-221-0/+10
* a test for view_as_kwargsCarl Friedrich Bolz2012-04-141-0/+13
* optimize the keys methodCarl Friedrich Bolz2012-04-121-0/+11
* import py missingCarl Friedrich Bolz2012-04-121-0/+1
* limit size of the kwargsdict to (for now) 16Carl Friedrich Bolz2012-04-061-0/+7
* make a kwargs dict when calling a function that takes **argsCarl Friedrich Bolz2012-04-051-0/+17
* add a kwargs dict strategy based on two listsCarl Friedrich Bolz2012-04-051-0/+84