- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1631 - 1640 of over 10,000 for filetype:html (1.02 seconds)
-
What’s New In Python 3.12 — Python 3.14.4...
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.htmlWed Apr 29 06:55:52 GMT 2026 64.1K bytes -
copyreg — Register pickle support functions ...
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.htmlWed Apr 29 06:55:52 GMT 2026 4.7K bytes -
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.htmlTue Apr 28 13:41:05 GMT 2026 14.1K bytes -
Queues — Python 3.14.4 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.htmlWed Apr 29 06:55:53 GMT 2026 7.1K bytes -
urllib.parse — Parse URLs into components ̵...
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.htmlWed Apr 29 06:55:52 GMT 2026 16.5K bytes -
Pending removal in Python 3.15 — Python 3...
The PyImport_ImportModuleNoBlock(): Use PyImport_ImportModule() instead., PyWeakref_GetObject() and PyWeakref_GET_OBJECT(): Use PyWeakref_GetRef() instead. The pythoncapi-compat project can be used...docs.python.org/3/deprecations/c-api-pending-removal-in-3.15.htmlWed Apr 29 06:55:53 GMT 2026 5.3K bytes -
Python Development Mode — Python 3.14.4 d...
The Python Development Mode introduces additional runtime checks that are too expensive to be enabled by default. It should not be more verbose than the default if the code is correct; new warnings...docs.python.org/3/library/devmode.htmlWed Apr 29 06:55:52 GMT 2026 6.9K bytes -
errno — Standard errno system symbols — P...
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.htmlWed Apr 29 06:55:52 GMT 2026 9.8K bytes -
builtins — Built-in objects — Python 3.14...
This module provides direct access to all ‘built-in’ identifiers of Python; for example, builtins.open is the full name for the built-in function open(). This module is not normally accessed explic...docs.python.org/3/library/builtins.htmlWed Apr 29 06:55:52 GMT 2026 4.3K bytes -
What’s New In Python 3.4 — Python 3.14.4 ...
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,...docs.python.org/3/whatsnew/3.4.htmlWed Apr 29 06:55:52 GMT 2026 59.6K bytes