summaryrefslogtreecommitdiff
path: root/tests/test_registry.py
Commit message (Expand)AuthorAgeFilesLines
* Fix test_registry on Python 3Victor Stinner2015-04-211-9/+27
* Strip trailing spacesVictor Stinner2015-04-211-5/+5
* Python 3: convert dict.keys() result to list to get the first itemCyril Roelandt2014-03-181-2/+2
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-181-1/+1
* Python 3: Replace "dict.has_key(key)" with "key in dict"Cyril Roelandt2014-03-181-3/+3
* allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-121-0/+296