summaryrefslogtreecommitdiff
path: root/paste/url.py
Commit message (Expand)AuthorAgeFilesLines
* Added a setvars method, to complement setvar/varIan Bicking2006-07-111-0/+9
* Handle non-strings (like ints) passed inIan Bicking2005-12-191-1/+1
* Move things to using request module instead of wsgilibIan Bicking2005-12-141-3/+3
* If there are nested dictionaries in a URL variable, use variable_encode to de...Ian Bicking2005-11-171-8/+20
* Fix module loadingtests/conftest.pyIan Bicking2005-11-151-9/+127
* Added license comment to all substantive filesIan Bicking2005-08-311-0/+3
* Avoid empty pathsIan Bicking2005-07-251-1/+1
* Oops, it's confirm() not prompt()Ian Bicking2005-07-211-4/+4
* Fixed some js_repr usage; added class for buttonsIan Bicking2005-07-211-5/+59
* Added new module for constructing URLsIan Bicking2005-07-211-0/+279