log mercurial/url.py @ 39820:68ea1f8dcb84

age author description
Fri, 13 Apr 2018 21:04:25 -0400 Augie Fackler url: some bytes/str cleanup where we interface with stdlib funcs
Sat, 24 Mar 2018 13:02:27 +0900 Yuya Nishihara url: make logginghttphandler compatible with Python 2.7.6
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Tue, 13 Mar 2018 10:34:36 -0700 Gregory Szorc url: support suppressing Accept header
Mon, 12 Mar 2018 15:43:36 -0700 Gregory Szorc url: add HTTP handler that uses a proxied socket
Sat, 03 Mar 2018 14:28:51 -0500 Augie Fackler url: more bytes/unicodes fussing in url.py around auth handling
Tue, 27 Feb 2018 00:43:37 +0530 Pulkit Goyal py3: use pycompat.strurl to convert url to str
Sun, 25 Feb 2018 23:51:32 -0500 Augie Fackler http: drop custom http client logic
Sun, 25 Feb 2018 23:08:41 -0500 Augie Fackler py3: hunt down str(exception) instances and use util.forcebytestr
Sun, 18 Feb 2018 22:13:25 +0900 Yuya Nishihara py3: use bytes() to byte-stringify url object in url.py
Sun, 18 Feb 2018 22:12:11 +0900 Yuya Nishihara url: show full url of proxy server in debug message
Thu, 14 Dec 2017 13:04:08 -0500 Matt Harbison lfs: add git to the User-Agent header for blob transfers
Sat, 14 Oct 2017 02:57:26 -0400 Augie Fackler url: add cgi.escape equivalent for bytestrings
Sun, 01 Oct 2017 12:14:21 -0400 Augie Fackler cleanup: use urllibcompat for renamed methods on urllib request objects
Sun, 01 Oct 2017 12:16:34 -0400 Augie Fackler url: use native strings for header values