aboutsummaryrefslogtreecommitdiff
path: root/uritemplate/variable.py
AgeCommit message (Expand)Author
2019-07-11Correct handling of empty/undef in list valuesTommy Yu
2018-10-31Import ABCs from collections.abc if possibleJohn T. Wodder II
2018-09-06Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgradeHugo
2018-09-06Drop support for EOL PythonHugo
2016-08-17Fix handling of unicode values for Python 2Ian Cordasco
2015-11-13Fix one minor style nitIan Cordasco
2015-11-12Handle non-strs in values for query expansionDaniel Imhoff
2015-10-04Clean up flake8 violationsIan Cordasco
2014-12-13minor refactor of codeEugene Eeo
2013-07-25More tests and remove kruftIan Cordasco
2013-07-25Fix URIVariable.post_parseIan Cordasco
2013-07-25Fix tests and importsIan Cordasco
2013-07-25Break URIVariable out into its own fileIan Cordasco