aboutsummaryrefslogtreecommitdiff
path: root/uritemplate
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-10Fix pep8 complaintsLee Skillen
2018-09-10Make variable ordering deterministicLee Skillen
2018-09-06Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgradeHugo
2018-09-06Drop support for EOL PythonHugo
2017-04-07Fixed deprecation warnings in python 3.6.1Thierry Bastian
2016-08-31Bump version to 3.0.0Ian Cordasco
2016-08-29Release v2.0.0 of uritemplateIan Cordasco
2016-08-23Bump to version 2.0.0rc2Ian Cordasco
2016-08-23Add missing variables functionIan Cordasco
2016-08-20Handle RC1 in the version stringIan Cordasco
2016-08-20Make uritemplate release candidateIan Cordasco
2016-08-20Release v2.0.0Ian Cordasco
2016-08-18Release v1.0.1Ian Cordasco
2016-08-17Release v1.0.0Ian Cordasco
2016-08-17Clean up for Flake8Ian Cordasco
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-04Update copyright, version, and __all__Ian Cordasco
2015-10-04Clean up flake8 violationsIan Cordasco
2014-12-14avoid premature optimisationsEugene Eeo
2014-12-14stick closer to suggestionEugene Eeo
2014-12-14add testcase and helper functionEugene Eeo
2014-12-13minor refactor of codeEugene Eeo
2013-10-22Bump version to 0.3.0Ian Cordasco
2013-10-22Actually add partial to the public APIIan Cordasco
2013-10-22Add partial to the public APIIan Cordasco
2013-10-22Allow for partial expansion of templatesIan Cordasco
2013-07-28Revert "Release 0.2.1"Ian Cordasco
2013-07-28Revert "Convert non-string-ish types to strings"Ian Cordasco
2013-07-28Release 0.2.1Ian Cordasco
2013-07-28Convert non-string-ish types to stringsIan Cordasco
2013-07-26Update version info.Ian Cordasco
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
2013-07-25Refactoring URIVariableIan Cordasco
2013-07-25Document the URIVariable APIIan Cordasco
2013-07-25Better reprIan Cordasco
2013-07-25Make hashing workIan Cordasco
2013-05-20Add more docs.Ian Cordasco
2013-05-19Refactor a bit. Introduce tox for my sanity.Ian Cordasco
2013-05-19More logical default & fix testsIan Cordasco
2013-05-19Make the variable names publicly available.Ian Cordasco
2013-05-14Clarify docstring noteIan Cordasco
2013-05-14Bump version numberIan Cordasco
2013-05-14Almost complete module coverageIan Cordasco