- Sort Score
- Num 10 results
- Language All
- Labels All
Results 501 - 510 of over 10,000 for timestamp:[now/d-1M TO *] (0.1 seconds)
-
warnings — Warning control — Python 3.14....
Source code: Lib/warnings.py Warning messages are typically issued in situations where it is useful to alert the user of some condition in a program, where that condition (normally) doesn’t warrant...docs.python.org/3/library/warnings.htmlWed Apr 29 06:55:52 GMT 2026 16.5K bytes -
Exceptions — Python 3.14.4 documentation
docs.python.org/3/library/asyncio-exceptions.htmlWed Apr 29 06:55:52 GMT 2026 4.4K bytes -
codeop — Compile Python code — Python 3.1...
Source code: Lib/codeop.py The codeop module provides utilities upon which the Python read-eval-print loop can be emulated, as is done in the code module. As a result, you probably don’t want to us...docs.python.org/3/library/codeop.htmlWed Apr 29 06:55:53 GMT 2026 5K bytes -
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