summaryrefslogtreecommitdiff
path: root/paste/url.py
Commit message (Expand)AuthorAgeFilesLines
* Replace cgi.parse_qsl w/ six.moves.urllib.parse.parse_sqleliminate_cgi_parse_qsl_2eliminate_cgi_parse_qslMarc Abramowitz2015-04-301-2/+2
* Port url module to Python 3Victor Stinner2015-04-221-6/+11
* Strip trailing spacesVictor Stinner2015-04-211-8/+8
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-6/+4
* Added a setvars method, to complement setvar/varianb2006-07-111-0/+9
* Handle non-strings (like ints) passed inianb2005-12-191-1/+1
* Move things to using request module instead of wsgilibianb2005-12-141-3/+3
* If there are nested dictionaries in a URL variable, use variable_encode to de...ianb2005-11-171-8/+20
* Fix module loadingtests/conftest.pyianb2005-11-151-9/+127
* Added license comment to all substantive filesianb2005-08-311-0/+3
* Avoid empty pathsianb2005-07-251-1/+1
* Oops, it's confirm() not prompt()ianb2005-07-211-4/+4
* Fixed some js_repr usage; added class for buttonsianb2005-07-211-5/+59
* Added new module for constructing URLsianb2005-07-211-0/+279