Current Path: > > opt > alt > python39 > lib64 > > python3.9 > > > 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-39.opt-1.pyc | File | 143 bytes | June 19 2025 12:11:01. | |
__init__.cpython-39.opt-2.pyc | File | 143 bytes | June 19 2025 12:11:01. | |
__init__.cpython-39.pyc | File | 143 bytes | June 19 2025 12:11:01. | |
error.cpython-39.opt-1.pyc | File | 2839 bytes | June 19 2025 12:11:01. | |
error.cpython-39.opt-2.pyc | File | 2164 bytes | June 19 2025 12:11:07. | |
error.cpython-39.pyc | File | 2839 bytes | June 19 2025 12:11:01. | |
parse.cpython-39.opt-1.pyc | File | 35986 bytes | June 19 2025 12:11:04. | |
parse.cpython-39.opt-2.pyc | File | 25250 bytes | June 19 2025 12:11:07. | |
parse.cpython-39.pyc | File | 35986 bytes | June 19 2025 12:11:01. | |
request.cpython-39.opt-1.pyc | File | 72497 bytes | June 19 2025 12:11:04. | |
request.cpython-39.opt-2.pyc | File | 60230 bytes | June 19 2025 12:11:07. | |
request.cpython-39.pyc | File | 72590 bytes | June 19 2025 12:11:01. | |
response.cpython-39.opt-1.pyc | File | 3469 bytes | June 19 2025 12:11:01. | |
response.cpython-39.opt-2.pyc | File | 2890 bytes | June 19 2025 12:11:07. | |
response.cpython-39.pyc | File | 3469 bytes | June 19 2025 12:11:01. | |
robotparser.cpython-39.opt-1.pyc | File | 7340 bytes | June 19 2025 12:11:01. | |
robotparser.cpython-39.opt-2.pyc | File | 5972 bytes | June 19 2025 12:11:07. | |
robotparser.cpython-39.pyc | File | 7340 bytes | June 19 2025 12:11:01. |
a XC?h�� � @ 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`�ZCd�dcdd�ZDd�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"