Current Path: > > opt > alt > python312 > lib64 > python3.12 > urllib > __pycache__ >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__init__.cpython-312.opt-1.pyc | File | 151 bytes | June 23 2025 13:59:40. | |
__init__.cpython-312.opt-2.pyc | File | 151 bytes | June 23 2025 13:59:40. | |
__init__.cpython-312.pyc | File | 151 bytes | June 23 2025 13:59:40. | |
error.cpython-312.opt-1.pyc | File | 3664 bytes | June 23 2025 13:59:40. | |
error.cpython-312.opt-2.pyc | File | 3001 bytes | June 23 2025 14:00:02. | |
error.cpython-312.pyc | File | 3664 bytes | June 23 2025 13:59:40. | |
parse.cpython-312.opt-1.pyc | File | 50629 bytes | June 23 2025 13:59:40. | |
parse.cpython-312.opt-2.pyc | File | 40062 bytes | June 23 2025 14:00:02. | |
parse.cpython-312.pyc | File | 50629 bytes | June 23 2025 13:59:40. | |
request.cpython-312.opt-1.pyc | File | 115320 bytes | June 23 2025 13:59:48. | |
request.cpython-312.opt-2.pyc | File | 103347 bytes | June 23 2025 14:00:01. | |
request.cpython-312.pyc | File | 115492 bytes | June 23 2025 13:59:40. | |
response.cpython-312.opt-1.pyc | File | 4430 bytes | June 23 2025 13:59:40. | |
response.cpython-312.opt-2.pyc | File | 3871 bytes | June 23 2025 14:00:01. | |
response.cpython-312.pyc | File | 4430 bytes | June 23 2025 13:59:40. | |
robotparser.cpython-312.opt-1.pyc | File | 12309 bytes | June 23 2025 13:59:40. | |
robotparser.cpython-312.opt-2.pyc | File | 11003 bytes | June 23 2025 14:00:01. | |
robotparser.cpython-312.pyc | File | 12309 bytes | June 23 2025 13:59:40. |
� 5[Yhl� � �� � d Z ddlmZ ddlZddlZddlZddlZddlZddlZg d�Z g d�Z g d�Zg d�Zg d�Z g d �Zg d �ZdZdZg d �Zd� ZdZdZd� Zeefd�Zeefd�Zd� Z G d� de� Z G d� de� Z G d� de� Z G d� dee� Z G d� dee� Z edd � Z ed!d"� Z! ed#d$� Z"d%e _ d&e jF _ d'e jH _ d(e!_ d)e!jJ _ d*e!jL _ d+e!jN _ d,e!jP _ d-e!jH _ d.e"_ e!jJ j e"jJ _ e!jL j e"jL _ e!jN j e"jN _ d/e"jR _ e!jP j e"jP _ e!jH j e"jH _ eZ* G d0� de e� Z+ G d1� d!e!e� Z, G d2� d#e"e� Z- G d3� d4e e� Z. G d5� d6e!e� Z/ G d7� d8e"e� Z0d9� Z1 e1� [1dtd<�Z2d=� Z3dud>�Z4d?� Z5d@� Z6dA� Z7 ejp d;�B� dtdC�� Z9dD� Z:dE� Z;dvdF�Z<dG� Z=dHZ>da?dI� Z@dJeAeBz eCz dKeAeBz fdL�ZD ej� dM� ZFdN� ZGdwdO�ZH dxdQ�ZI dxdR�ZJdwdS�ZK eLdT� ZM eAeM� ZNdU� ZO G dV� dWeP� ZQdydX�ZRdzdY�ZSejp dZ� � ZTd{d[�ZUdPd:ddeSfd\�ZVd]� ZWd^� ZXd_� ZYd`� ZZda[da� Z\db� Z]da^dc� Z_dd� Z`de� Zadf� Zbdg� Zcdh� Zddaedi� Zfd|dj�Zgd|dk�Zhdl� Zidm� Zjdn� Zkdo� Zldp� Zmdq� Zndr� Zods� Zpy)}a3 Parse (absolute and relative) URLs. urlparse module is based upon the following RFC specifications. RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding and L. Masinter, January 2005. RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter and L.Masinter, December 1999. RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T. Berners-Lee, R. Fielding, and L. Masinter, August 1998. RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zawinski, July 1998. RFC 1808: "Relative Uniform Resource Locators", by R. Fielding, UC Irvine, June 1995. RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M. McCahill, December 1994 RFC 3986 is considered the current standard and any future changes to urlparse module should conform with it. The urlparse module is currently not entirely compliant with this RFC due to defacto scenarios for parsing, and for backward compatibility purposes, some parsing quirks from older RFCs are retained. The testcases in test_urlparse.py provides a good indicator of parsing behavior. The WHATWG URL Parser spec should also be considered. We are not compliant with it either due to existing user code API behavior expectations (Hyrum's Law). It serves as a useful guide when making changes. � )� namedtupleN)�urlparse� urlunparse�urljoin� urldefrag�urlsplit� urlunsplit� urlencode�parse_qs� parse_qsl�quote� quote_plus�quote_from_bytes�unquote�unquote_plus�unquote_to_bytes�DefragResult�ParseResult�SplitResult�DefragResultBytes�ParseResultBytes�SplitResultBytes)� �ftp�http�gopher�nntp�imap�wais�file�https�shttp�mms�prospero�rtsp�rtsps�rtspu�sftp�svn�svn+ssh�ws�wss)r r r r r �telnetr r r r# r! r"