Alex Waygood
|
fa636bc044
|
Third-party stubs: fix several fictitious type aliases (#7958)
|
2022-05-26 06:26:26 -07:00 |
|
Akuli
|
e613fc483b
|
Delete python 2 branches from third-party stubs (#7741)
Since #7703, we no longer have third-party stubs that support Python 2, so code like `if sys.version_info >= (3, 0)` can be simplified.
|
2022-04-29 20:53:01 +01:00 |
|
Alex Waygood
|
653f2c6ba4
|
Third-party stubs: import from collections.abc where possible (#7637)
|
2022-04-16 14:52:57 +01:00 |
|
Alex Waygood
|
740193a8fc
|
Use TypeAlias where possible for type aliases (#7630)
|
2022-04-15 18:01:00 -07:00 |
|
Jelle Zijlstra
|
bd449c983a
|
urllib3: stubs are not Python 2 compatible (#7480)
They use http.client, which is Python 3-only. Another catch from #7478.
|
2022-03-13 07:09:01 +00:00 |
|
Hugo
|
ba1482bba4
|
Add DEFAULT_CIPHERS to urllib3.util.ssl_ (#7399)
|
2022-02-28 19:08:16 +01:00 |
|
Alex Waygood
|
b4e97a1909
|
Improve __enter__ & constructor methods (#7114)
|
2022-02-02 22:14:59 +01:00 |
|
Shantanu
|
b88a6f19cd
|
Upgrade black version (#7089)
|
2022-01-30 16:27:06 -08:00 |
|
Jelle Zijlstra
|
1a0e0a4023
|
urllib3: allow allowed_methods to be False (#6909)
|
2022-01-13 15:26:56 +01:00 |
|
Matteo Centenaro
|
6907d7f7c6
|
Update types in urllib3.util.retry (#6892)
|
2022-01-12 10:06:49 +01:00 |
|
AChenQ
|
d0907f1073
|
urllib3: add "__version__" (#6890)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
|
2022-01-10 19:33:30 -08:00 |
|
Philip Dexter
|
9de17bd5ae
|
Fix urllib3.util.Retry.sleep type (#6883)
|
2022-01-10 10:58:23 +01:00 |
|
Joseph Young
|
f68047e88e
|
Annotate urllib3.exceptions (#6865)
|
2022-01-09 21:57:33 +01:00 |
|
Joseph Young
|
75a608bf49
|
Annotate urllib3.response (#6871)
|
2022-01-09 21:54:40 +01:00 |
|
Sebastian Rittau
|
f8501d33c7
|
Use types-urllib3 for requests (#6859)
|
2022-01-08 16:25:50 +02:00 |
|
Sebastian Rittau
|
29563c3cc3
|
Add urllib3 stubs (#6858)
|
2022-01-08 14:49:06 +02:00 |
|