- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 411 - 420 of 423 for host:docs.python.org (0.02 sec)
-
winreg — Windows registry access — Python 3.13....
These functions expose the Windows registry API to Python. Instead of using an integer as the registry handle, a handle object is used to ensure that the handles are closed correctly, even if the p...docs.python.org/3/library/winreg.htmlRegistered: Wed Apr 16 03:17:37 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 92.1K bytes - Viewed (0) -
html — HyperText Markup Language support — Pyth...
Source code: Lib/html/__init__.py This module defines utilities to manipulate HTML. Submodules in the html package are: html.parser – HTML/XHTML parser with lenient parsing mode, html.entities – HT...docs.python.org/3/library/html.htmlRegistered: Wed Apr 16 03:34:18 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 17.9K bytes - Viewed (0) -
What’s New In Python 3.11 — Python 3.13.3 docum...
Editor, Pablo Galindo Salgado,. This article explains the new features in Python 3.11, compared to 3.10. Python 3.11 was released on October 24, 2022. For full details, see the changelog. Summary –...docs.python.org/3/whatsnew/3.11.htmlRegistered: Wed Apr 16 03:34:21 UTC 2025 - Last Modified: Tue Apr 15 23:20:08 UTC 2025 - 339.7K bytes - Viewed (0) -
What’s New In Python 3.4 — Python 3.13.3 docume...
Author, R. David Murray < rdmurray@bitdance.com> (Editor),. This article explains the new features in Python 3.4, compared to 3.3. Python 3.4 was released on March 16, 2014. For full details, see t...docs.python.org/3/whatsnew/3.4.htmlRegistered: Wed Apr 16 03:34:24 UTC 2025 - Last Modified: Tue Apr 15 23:20:08 UTC 2025 - 334.7K bytes - Viewed (0) -
What’s New In Python 3.12 — Python 3.13.3 docum...
Editor, Adam Turner,. This article explains the new features in Python 3.12, compared to 3.11. Python 3.12 was released on October 2, 2023. For full details, see the changelog. Summary – Release hi...docs.python.org/3/whatsnew/3.12.htmlRegistered: Wed Apr 16 03:33:49 UTC 2025 - Last Modified: Tue Apr 15 23:20:08 UTC 2025 - 416.4K bytes - Viewed (0) -
copyreg — Register pickle support functions — P...
Source code: Lib/copyreg.py The copyreg module offers a way to define functions used while pickling specific objects. The pickle and copy modules use those functions when pickling/copying those obj...docs.python.org/3/library/copyreg.htmlRegistered: Wed Apr 16 03:35:24 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 21.7K bytes - Viewed (0) -
errno — Standard errno system symbols — Python ...
This module makes available standard errno system symbols. The value of each symbol is the corresponding integer value. The names and descriptions are borrowed from linux/include/errno.h, which sho...docs.python.org/3/library/errno.htmlRegistered: Wed Apr 16 03:35:30 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 76.7K bytes - Viewed (0) -
importlib.metadata – Accessing package metadata...
Source code: Lib/importlib/metadata/__init__.py importlib.metadata is a library that provides access to the metadata of an installed Distribution Package, such as its entry points or its top-level ...docs.python.org/3/library/importlib.metadata.htmlRegistered: Wed Apr 16 03:35:33 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 78.1K bytes - Viewed (0) -
urllib.parse — Parse URLs into components — Pyt...
Source code: Lib/urllib/parse.py This module defines a standard interface to break Uniform Resource Locator (URL) strings up in components (addressing scheme, network location, path etc.), to combi...docs.python.org/3/library/urllib.parse.htmlRegistered: Wed Apr 16 03:34:43 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 111.1K bytes - Viewed (0) -
Queues — Python 3.13.3 documentation
Source code: Lib/asyncio/queues.py asyncio queues are designed to be similar to classes of the queue module. Although asyncio queues are not thread-safe, they are designed to be used specifically i...docs.python.org/3/library/asyncio-queue.htmlRegistered: Wed Apr 16 03:34:56 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 39.6K bytes - Viewed (0)