- Sort Score
- Num 10 results
- Language All
- Labels All
Results 611 - 620 of over 10,000 for filetype:html (0.36 seconds)
-
bz2 — Support for bzip2 compression — Pyt...
Source code: Lib/bz2.py This module provides a comprehensive interface for compressing and decompressing data using the bzip2 compression algorithm. The bz2 module contains: The open() function and...docs.python.org/3/library/bz2.htmlWed Apr 29 06:55:52 GMT 2026 10.3K bytes -
xmlrpc.client — XML-RPC client access — P...
Source code: Lib/xmlrpc/client.py XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP(S) as a transport. With it, a client can call methods with parameters on a remote server (t...docs.python.org/3/library/xmlrpc.client.htmlWed Apr 29 06:55:52 GMT 2026 14.2K bytes -
urllib.robotparser — Parser for robots.txt R...
Source code: Lib/urllib/robotparser.py This module provides a single class, RobotFileParser, which answers questions about whether or not a particular user agent can fetch a URL on the website that...docs.python.org/3/library/urllib.robotparser.htmlWed Apr 29 06:55:52 GMT 2026 4.9K bytes -
What’s New in Python 2.1 — Python 3.14.4 ...
Author, A.M. Kuchling,. Introduction: This article explains the new features in Python 2.1. While there aren’t as many changes in 2.1 as there were in Python 2.0, there are still some pleasant surp...docs.python.org/3/whatsnew/2.1.htmlWed Apr 29 06:55:52 GMT 2026 21.3K bytes -
Deprecations — Python 3.14.4 documentation
Pending removal in Python 3.15: The import system:- Setting__cached__ on a module while failing to set__spec__.cached is deprecated. In Python 3.15,__cached__ will cease to be set or take into cons...docs.python.org/3/deprecations/index.htmlWed Apr 29 06:55:53 GMT 2026 16.9K bytes -
The initialization of the sys.path module searc...
A module search path is initialized when Python starts. This module search path may be accessed at sys.path. The first entry in the module search path is the directory that contains the input scrip...docs.python.org/3/library/sys_path_init.htmlWed Apr 29 06:55:53 GMT 2026 6.4K bytes -
crypt — Function to check Unix passwords —...
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. Applications can use the hashl...docs.python.org/3/library/crypt.htmlWed Apr 29 06:55:52 GMT 2026 3.9K bytes -
Cryptographic Services — Python 3.14.4 do...
The modules described in this chapter implement various algorithms of a cryptographic nature. They are available at the discretion of the installation. Here’s an overview: hashlib — Secure hashes a...docs.python.org/3/library/crypto.htmlWed Apr 29 06:55:52 GMT 2026 4K bytes -
The compression package — Python 3.14.4 d...
The compression package contains the canonical compression modules containing interfaces to several different compression algorithms. Some of these modules have historically been available as separ...docs.python.org/3/library/compression.htmlWed Apr 29 06:55:52 GMT 2026 3.8K bytes -
What’s New in Python 2.6 — Python 3.14.4 ...
Author, A.M. Kuchling (amk at amk.ca),. This article explains the new features in Python 2.6, released on October 1, 2008. The release schedule is described in PEP 361. The major theme of Python 2....docs.python.org/3/whatsnew/2.6.htmlTue Apr 28 13:41:03 GMT 2026 66.4K bytes