Current Path: > > opt > alt > python310 > lib64 > python3.10 > 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-310.opt-1.pyc | File | 147 bytes | June 18 2025 15:55:14. | |
__init__.cpython-310.opt-2.pyc | File | 147 bytes | June 18 2025 15:55:14. | |
__init__.cpython-310.pyc | File | 147 bytes | June 18 2025 15:55:14. | |
error.cpython-310.opt-1.pyc | File | 2869 bytes | June 18 2025 15:55:14. | |
error.cpython-310.opt-2.pyc | File | 2206 bytes | June 18 2025 15:55:21. | |
error.cpython-310.pyc | File | 2869 bytes | June 18 2025 15:55:14. | |
parse.cpython-310.opt-1.pyc | File | 34884 bytes | June 18 2025 15:55:18. | |
parse.cpython-310.opt-2.pyc | File | 24279 bytes | June 18 2025 15:55:21. | |
parse.cpython-310.pyc | File | 34884 bytes | June 18 2025 15:55:14. | |
request.cpython-310.opt-1.pyc | File | 71507 bytes | June 18 2025 15:55:18. | |
request.cpython-310.opt-2.pyc | File | 59462 bytes | June 18 2025 15:55:21. | |
request.cpython-310.pyc | File | 71599 bytes | June 18 2025 15:55:14. | |
response.cpython-310.opt-1.pyc | File | 3483 bytes | June 18 2025 15:55:14. | |
response.cpython-310.opt-2.pyc | File | 2924 bytes | June 18 2025 15:55:21. | |
response.cpython-310.pyc | File | 3483 bytes | June 18 2025 15:55:14. | |
robotparser.cpython-310.opt-1.pyc | File | 7348 bytes | June 18 2025 15:55:14. | |
robotparser.cpython-310.opt-2.pyc | File | 6028 bytes | June 18 2025 15:55:21. | |
robotparser.cpython-310.pyc | File | 7348 bytes | June 18 2025 15:55:14. |
o �=?hr� � @ s d Z ddlZddlZddlZddlZddlZddlZg d�Zg d�Zg d�Z g d�Z g d�Zg d�Zg d �Z d ZdZg d�Zd Zi Zdd� ZdZdZdd� Zeefdd�Zeefdd�Zdd� ZG dd� de�ZG dd� de�ZG dd� de�ZG d d!� d!ee�ZG d"d#� d#ee�Zdd$lm Z e d%d&�Z!e d'd(�Z"e d)d*�Z#d+e!_ d,e!j$_ d-e!j%_ d.e"_ d/e"j&_ d0e"j'_ d1e"j(_ d2e"j)_ d3e"j%_ d4e#_ e"j&j e#j&_ e"j'j e#j'_ e"j(j e#j(_ d5e#j*_ e"j)j e#j)_ e"j%j e#j%_ eZ+G d6d%� d%e!e�Z,G d7d'� d'e"e�Z-G d8d)� d)e#e�Z.G d9d:� d:e!e�Z/G d;d<� d<e"e�Z0G d=d>� d>e#e�Z1d?d@� Z2e2� [2d�dCdD�Z3dEdF� Z4d�dGdH�Z5dIdJ� Z6dKdL� Z7dMdN� Z8d�dOdP�Z9dQdR� Z:dSdT� Z;d�dUdV�Z<dWdX� Z=dYZ>da?dZd[� Z@e�Ad\�ZBd�d_d`�ZC a bd�dcdd�ZD a bd�dedf�ZEd�dgdh�ZFeGdi�ZHeIeH�ZJi ZKG djdk� dkejL�ZMd�dmdn�ZNd�dodp�ZOd�dqdr�ZPdadAddeOfdsdt�ZQdudv� ZRdwdx� ZSdydz� ZTd{d|� ZUdaVd}d~� ZWdd�� ZXdaYd�d�� ZZd�d�� Z[d�d�� Z\d�d�� Z]d�d�� Z^d�d�� Z_da`d�d�� Zad�d�d��Zbd�d�d��Zcd�d�� Zdd�d�� Zed�d�� Zfd�d�� Zgd�d�� Zhd�d�� Zid�d�� Zjd�d�� ZkdS )�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. � N)�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�rtspu�sftp�svn�svn+ssh�ws�wss)r r r r r �telnetr r r r! r r �snewsr"