aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/url.py
Commit message (Collapse)AuthorAgeFilesLines
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-127/+0
|
* netlib.utils -> netlib.checkAldo Cortesi2016-10-201-3/+3
| | | | | | Now only contains is_valid_[host,port] Intermediate step - this will be in mitproxy.net soon.
* py2--: inline type infoMaximilian Hils2016-10-161-6/+5
|
* First-order conversion to Python3-onlyAldo Cortesi2016-10-171-21/+7
| | | | | | - Zap various occurrences of Python2 in docs and scripts - Remove six from netlib, and some other places where obvious project-wide search and replace works.
* improve query/path_components getter/setterMaximilian Hils2016-07-241-5/+37
|
* fix test_view_urlencodedMaximilian Hils2016-07-231-0/+1
|
* Utils cleanupsAldo Cortesi2016-06-071-1/+14
| | | | | | | | - Move more stuff that belongs in netlib.human - Move some stuff to near the only use - Zap mitmproxy.utils.timestamp(). I see the rationale, but we used it interchangeably with time.time() throughout the project. Since time.time() dominates in the codebase and timestamp() is such low utility, away it goes.
* Reorganise netlib imports according to Google Style GuideAldo Cortesi2016-06-011-1/+1
|
* Satisfy flake8Aldo Cortesi2016-05-311-0/+1
|
* Module is part of the name - url.decode, not url.urldecodeAldo Cortesi2016-05-311-4/+4
| | | | A pattern we need to use far more often in the codebase
* Extract url functions from netlib.utils and move to netlib.http.urlAldo Cortesi2016-05-311-0/+95