summaryrefslogtreecommitdiff
path: root/urllib3/util/url.py
Commit message (Expand)AuthorAgeFilesLines
* Move urllib3 to src/urllib3Quentin Pradet2018-07-031-230/+0
* only normalize http(s) urlsNate Prewitt2017-02-121-1/+5
* parse_url: Disallow non-integer digits explicitly in port numbersVille Skyttä2016-09-291-2/+6
* use dunder slots for Url class slots variableKale Franz2016-07-261-1/+1
* Normalize the scheme and host in the URL parserJeremy Cline2016-07-011-1/+6
* Adding all reference docsJon Wayne Parrott2016-06-281-1/+1
* Add absolute_import feature from the futureIan Cordasco2015-11-051-0/+1
* Fix flake8 violationsJohn Vandenberg2015-11-021-1/+3
* don't allow path in urls which do not begin with /Thomas Weißschuh2015-04-301-0/+2
* Make str(Url) == Url.urlAaron Meurer2014-09-121-0/+3
* Merge branch 'master' into url_unparseAaron Meurer2014-09-121-5/+14
|\
| * : :: -> ::Andrey Petrov2014-07-011-2/+2
| * Implement retry logicKevin Burke2014-06-251-0/+1
| * Handle blank host with new exception, LocationValueError.Andrey Petrov2014-06-241-0/+4
| * Make util.url flake8 compliantIan Cordasco2014-05-291-3/+7
* | Make something a little clearerAaron Meurer2014-05-291-1/+1
* | Remove unparse_url, in favor of Url.urlAaron Meurer2014-05-281-45/+35
* | Add url attribute to Url, which gives the same thing as unparse_url()Aaron Meurer2014-05-231-0/+6
* | Add unparse_url to urllib3.util.urlAaron Meurer2014-05-231-1/+43
|/
* Raise LocationParseError if host is NoneKevin Burke2014-03-161-1/+1
* Refactor urllib3/util.py into submodulesKevin Burke2014-03-101-0/+162