Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
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
|