Fri, 01 Sep 2023 16:36:13 +0200 |
Pierre-Yves David |
url: ignore some future pytype error
|
Fri, 01 Sep 2023 16:35:05 +0200 |
Pierre-Yves David |
url: move the _generic_proxytunnel in the `has_https` block
|
Thu, 02 Feb 2023 17:38:04 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
Tue, 21 Mar 2023 15:27:03 +0100 |
Julien Cristau |
url: don't ignore timeout for https connections
stable
|
Wed, 13 Jul 2022 12:47:40 -0400 |
Matt Harbison |
typing: suppress a few attribute errors in url.py
|
Wed, 08 Jun 2022 15:46:04 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
Sat, 04 Jun 2022 02:39:38 +0200 |
Manuel Jacob |
url: raise error if CONNECT request to proxy was unsuccessful
stable
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Mon, 21 Feb 2022 12:34:22 -0700 |
Gregory Szorc |
url: remove Python 2.7 support code
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
Mon, 21 Feb 2022 10:23:54 -0700 |
Gregory Szorc |
url: remove passing of strict
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Sat, 10 Jul 2021 14:06:46 +0200 |
Pierre-Yves David |
windows: use abspath in url
|
Mon, 12 Apr 2021 03:01:04 +0200 |
Pierre-Yves David |
urlutil: extract `url` related code from `util` into the new module
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Fri, 23 Oct 2020 20:33:36 +0900 |
Yuya Nishihara |
url: do not continue HTTP authentication with user=None (issue6425)
stable
|
Sun, 26 Apr 2020 14:29:47 -0400 |
Matt Harbison |
url: fix a bytes vs str crash in processing proxy headers (issue6249)
stable
|
Sat, 28 Mar 2020 13:12:43 -0700 |
Gregory Szorc |
url: pass str to pathname2url
|
Fri, 06 Mar 2020 13:27:41 -0500 |
Augie Fackler |
cleanup: run pyupgrade on our source tree to clean up varying things
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Mon, 07 Oct 2019 00:04:04 -0400 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Fri, 12 Apr 2019 12:20:38 -0400 |
timeless |
import: suppress accept: header
|
Fri, 15 Feb 2019 13:22:01 -0800 |
Gregory Szorc |
url: don't pass strict argument on Python 3
|
Fri, 15 Feb 2019 13:16:07 -0800 |
Gregory Szorc |
url: always use str for proxy configuration
|
Tue, 12 Feb 2019 12:13:56 -0800 |
Gregory Szorc |
url: always access req._tunnel_host
|
Tue, 05 Feb 2019 17:02:40 -0500 |
Matt Harbison |
py3: ensure the HTTP password manager returns strings, not bytes
|
Tue, 29 Jan 2019 13:25:21 -0500 |
Augie Fackler |
url: convert some variables back to bytes
|
Tue, 29 Jan 2019 13:24:20 -0500 |
Augie Fackler |
url: add some defensive asserts on expected incoming types
|
Thu, 04 Oct 2018 11:28:48 +0200 |
Cédric Krier |
url: allow to configure timeout on http connection
|
Mon, 01 Oct 2018 13:17:38 -0700 |
Gregory Szorc |
httppeer: report http statistics
|
Mon, 01 Oct 2018 12:06:36 -0700 |
Gregory Szorc |
url: have httpsconnection inherit from our custom HTTPConnection
|
Wed, 26 Sep 2018 16:07:59 -0700 |
Gregory Szorc |
url: move _wraphttpresponse() from httpeer
|
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
|
Fri, 14 Jul 2017 14:22:40 -0700 |
Jun Wu |
codemod: register core configitems using a script
|
Thu, 09 Mar 2017 22:40:52 -0800 |
Gregory Szorc |
url: support auth.cookiesfile for adding cookies to HTTP requests
|
Sun, 15 Jan 2017 13:17:05 +0530 |
Pulkit Goyal |
py3: replace pycompat.getenv with encoding.environ.get
|
Sat, 24 Dec 2016 15:22:18 -0700 |
Gregory Szorc |
httppeer: advertise and support application/mercurial-0.2
|
Mon, 19 Dec 2016 02:54:49 +0530 |
Pulkit Goyal |
py3: replace os.getenv with pycompat.osgetenv
|
Sat, 24 Dec 2016 01:16:14 +0530 |
Pulkit Goyal |
url: remove unnecessary deletion of environ variables while dealing with proxy
|
Sun, 18 Dec 2016 01:54:36 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 3 of 5)
|
Fri, 05 Aug 2016 14:00:39 -0400 |
Augie Fackler |
url: use `iter(callable, sentinel)` instead of while True
|
Mon, 18 Jul 2016 23:12:09 +0900 |
Yuya Nishihara |
url: drop compatibility wrapper of socket.create_connection()
|