GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/pypy.git
master
py3.7
Gentoo fork of PyPy
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pypy
/
objspace
/
std
/
test
/
test_kwargsdict.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
conditionally call vmp_native_enable/disable (only if platform supports it), ...
Richard Plangger
2017-04-03
1
-0
/
+0
*
disable the setdefault test on kwargs dicts, it doesn't make sense there
Carl Friedrich Bolz
2016-03-02
1
-0
/
+6
*
Fix two tests in kwargsdict that have a typo
Armin Rigo
2016-01-15
1
-2
/
+2
*
introduce a special class W_ModuleDictObject which stores the strategy as a
Carl Friedrich Bolz
2016-01-13
1
-13
/
+14
*
Test and fix for a case of mutating kwargs dictionaries. Thanks
Armin Rigo
2015-06-27
1
-0
/
+7
*
rename the String strategies and {getitems,listview,newlist}_str -> bytes to be
Philip Jenvey
2014-01-21
1
-1
/
+1
*
apparently kwargs.setdefault is a thing people use (e.g. the pylib)
Carl Friedrich Bolz
2013-03-20
1
-0
/
+13
*
Only export cls.runappdirect instead of the whole option object.
Amaury Forgeot d'Arc
2012-10-29
1
-1
/
+1
*
progress: removed many usages of gettestobjspace from objspace/std tests.
Amaury Forgeot d'Arc
2012-10-29
1
-2
/
+1
*
iterator fixes, some tests, oops
Maciej Fijalkowski
2012-07-13
1
-0
/
+6
*
a special strategy for the especially common case of an empty kwargs dict
Carl Friedrich Bolz
2012-04-22
1
-0
/
+10
*
a test for view_as_kwargs
Carl Friedrich Bolz
2012-04-14
1
-0
/
+13
*
optimize the keys method
Carl Friedrich Bolz
2012-04-12
1
-0
/
+11
*
import py missing
Carl Friedrich Bolz
2012-04-12
1
-0
/
+1
*
limit size of the kwargsdict to (for now) 16
Carl Friedrich Bolz
2012-04-06
1
-0
/
+7
*
make a kwargs dict when calling a function that takes **args
Carl Friedrich Bolz
2012-04-05
1
-0
/
+17
*
add a kwargs dict strategy based on two lists
Carl Friedrich Bolz
2012-04-05
1
-0
/
+84