| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.12] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105759) | Miss Islington (bot) | 2023-07-05 | 1 | -5/+5 |
|
|
* | gh-102153: Start stripping C0 control and space chars in `urlsplit` (#102508) | Illia Volochii | 2023-05-17 | 1 | -0/+12 |
|
|
* | gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit are o... | JohnJamesUtley | 2023-05-10 | 1 | -1/+15 |
|
|
* | gh-104139: Add itms-services to uses_netloc urllib.parse. (#104312) | Gregory P. Smith | 2023-05-09 | 1 | -1/+1 |
|
|
* | gh-81403: Fix for CacheFTPHandler in urllib (#13951) | Dan Hemberger | 2023-04-23 | 1 | -0/+6 |
|
|
* | gh-99352: Respect `http.client.HTTPConnection.debuglevel` in `urllib.request.... | Wheeler Law | 2023-04-21 | 1 | -3/+4 |
|
|
* | gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-... | Vo Hoang Long | 2023-02-21 | 1 | -1/+1 |
|
|
* | gh-88500: Reduce memory use of `urllib.unquote` (#96763) | Gregory P. Smith | 2022-12-11 | 1 | -11/+19 |
|
|
* | gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966) | Dong-hee Na | 2022-12-08 | 1 | -7/+4 |
|
|
* | bpo-45975: Simplify some while-loops with walrus operator (GH-29347) | Nick Drozd | 2022-11-26 | 1 | -8/+2 |
|
|
* | gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an... | Ben Kallus | 2022-11-13 | 1 | -1/+1 |
|
|
* | gh-96035: Make urllib.parse.urlparse reject non-numeric ports (#98273) | Ben Kallus | 2022-10-20 | 1 | -9/+8 |
|
|
* | bpo-43564: preserve original exception in args of FTP URLError (#24938) | Carl Meyer | 2022-10-10 | 1 | -1/+1 |
|
|
* | gh-91539: improve performance of get_proxies_environment (#91566) | Pieter Eendebak | 2022-10-05 | 1 | -10/+16 |
|
|
* | gh-95865: Further reduce quote_from_bytes memory consumption (#96860) | Gregory P. Smith | 2022-09-19 | 1 | -1/+9 |
|
|
* | gh-95865: Speed up urllib.parse.quote_from_bytes() (GH-95872) | Dennis Sweeney | 2022-08-31 | 1 | -1/+1 |
|
|
* | gh-94172: urllib.request avoids deprecated key_file/cert_file (#94232) | Victor Stinner | 2022-06-26 | 1 | -3/+11 |
|
|
* | gh-94172: urllib.request avoids deprecated check_hostname (#94193) | Victor Stinner | 2022-06-24 | 1 | -2/+6 |
|
|
* | gh-84623: Remove unused imports in stdlib (#93773) | Victor Stinner | 2022-06-13 | 2 | -2/+0 |
|
|
* | bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307) | 狂男风 | 2022-05-11 | 1 | -16/+20 |
|
|
* | Replace with_traceback() with exception chaining and reraising (GH-32074) | Oleg Iarygin | 2022-03-30 | 2 | -9/+6 |
|
|
* | bpo-46756: Fix authorization check in urllib.request (GH-31353) | Serhiy Storchaka | 2022-02-25 | 1 | -4/+4 |
|
|
* | bpo-45874: Handle empty query string correctly in urllib.parse.parse_qsl (#29... | Christian Sattler | 2021-12-12 | 1 | -2/+3 |
|
|
* | bpo-40321: Add missing test, slightly expand documentation (GH-28760) | Łukasz Langa | 2021-10-06 | 1 | -1/+1 |
|
|
* | bpo-40321: Support HTTP response status code 308 in urllib.request (#19588) | Jochem Schulenklopper | 2021-10-06 | 1 | -4/+11 |
|
|
* | Update URLs in comments and metadata to use HTTPS (GH-27458) | Noah Kantrowitz | 2021-07-30 | 1 | -1/+1 |
|
|
* | bpo-44002: Switch to lru_cache in urllib.parse. (GH-25798) | Gregory P. Smith | 2021-05-12 | 1 | -29/+29 |
|
|
* | bpo-43882 Remove the newline, and tab early. From query and fragments. (GH-25... | Senthil Kumaran | 2021-05-05 | 1 | -3/+5 |
|
|
* | bpo-43979: Remove unnecessary operation from urllib.parse.parse_qsl (GH-25756) | Dong-hee Na | 2021-04-30 | 1 | -2/+1 |
|
|
* | bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and ta... | Senthil Kumaran | 2021-04-29 | 1 | -0/+6 |
|
|
* | bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (#24818) | Ken Jin | 2021-04-11 | 1 | -0/+1 |
|
|
* | bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) | Yeting Li | 2021-04-07 | 1 | -1/+1 |
|
|
* | bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536) | Ken Jin | 2021-02-15 | 1 | -2/+1 |
|
|
* | bpo-42967: only use '&' as a query string separator (#24297) | Adam Goldschmidt | 2021-02-14 | 1 | -5/+15 |
|
|
* | Allow / character in username,password fields in _PROXY envvars. (#23973) | Senthil Kumaran | 2020-12-29 | 1 | -1/+5 |
|
|
* | bpo-40968: Send http/1.1 ALPN extension (#20959) | Christian Heimes | 2020-11-13 | 1 | -0/+2 |
|
|
* | bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (G... | Ronald Oussoren | 2020-10-19 | 1 | -0/+5 |
|
|
* | bpo-39481: PEP 585 for a variety of modules (GH-19423) | Batuhan Taşkaya | 2020-04-10 | 1 | -0/+3 |
|
|
* | bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) | Victor Stinner | 2020-04-02 | 1 | -19/+50 |
|
|
* | bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338) | Stephen Balousek | 2020-02-29 | 1 | -3/+3 |
|
|
* | bpo-37970: update and improve urlparse and urlsplit doc-strings (GH-16458) | idomic | 2020-02-16 | 1 | -6/+35 |
|
|
* | bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619) | Serhiy Storchaka | 2020-01-05 | 2 | -13/+15 |
|
|
* | bpo-38686: fix HTTP Digest handling in request.py (#17045) | PypeBros | 2019-11-22 | 1 | -2/+4 |
|
|
* | Remove binding of captured exceptions when not used to reduce the chances of ... | Pablo Galindo | 2019-11-19 | 1 | -1/+1 |
|
|
* | bpo-27657: Fix urlparse() with numeric paths (#661) | Tim Graham | 2019-10-18 | 1 | -21/+1 |
|
|
* | bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768) | Stein Karlsen | 2019-10-14 | 1 | -0/+2 |
|
|
* | bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489) | Zackery Spytz | 2019-09-13 | 1 | -0/+1 |
|
|
* | bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers,... | Ashwin Ramaswami | 2019-09-13 | 2 | -11/+7 |
|
|
* | bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or... | Rémi Lapeyre | 2019-06-16 | 1 | -2/+6 |
|
|
* | bpo-36742: Corrects fix to handle decomposition in usernames (#13812) | Steve Dower | 2019-06-04 | 1 | -3/+3 |
|
|