aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-yurl
Commit message (Collapse)AuthorAgeFilesLines
* testing/py-yurl: upgrade to 0.13. added py3 support, splitted with py2 and ↵Francesco Colista2016-08-021-22/+30
| | | | py3 subpackages
* testing/*: change source URL pypi.python.org to files.pythonhosted.orgJakub Jirutka2016-07-081-1/+1
| | | | See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package#comment-27734791
* testing/py-yurl: upgrade to 0.12Fabian Affolter2013-09-081-4/+4
|
* testing/py-yurl: new aportFabian Affolter2013-03-041-0/+41
Yurl is a replacement of built in python urlparse module. Key features of yurl are: - pythonic api - better compliance with RFC 3986 - nice performance - support for python 2.6, 2.7, 3.2, 3.3 and pypy 1.9 with single codebase Website: https://github.com/homm/yurl/