- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 231 - 240 of 423 for host:docs.python.org (0.02 sec)
-
selectors — High-level I/O multiplexing — Pytho...
Source code: Lib/selectors.py Introduction: This module allows high-level and efficient I/O multiplexing, built upon the select module primitives. Users are encouraged to use this module instead, u...docs.python.org/3/library/selectors.htmlRegistered: Wed Apr 16 03:29:58 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 46.2K bytes - Viewed (0) -
What’s New in Python 2.1 — Python 3.13.3 docume...
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.htmlRegistered: Wed Apr 16 03:34:27 UTC 2025 - Last Modified: Tue Apr 15 23:20:08 UTC 2025 - 88.7K bytes - Viewed (0) -
pkgutil — Package extension utility — Python 3....
Source code: Lib/pkgutil.py This module provides utilities for the import system, in particular package support.docs.python.org/3/library/pkgutil.htmlRegistered: Wed Apr 16 03:40:12 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 42.4K bytes - Viewed (0) -
tomllib — Parse TOML files — Python 3.13.3 docu...
Source code: Lib/tomllib This module provides an interface for parsing TOML 1.0.0 (Tom’s Obvious Minimal Language, https://toml.io). This module does not support writing TOML. This module defines t...docs.python.org/3/library/tomllib.htmlRegistered: Wed Apr 16 03:40:19 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 25.1K bytes - Viewed (0) -
Pending Removal in Python 3.14 — Python 3.13.3 ...
The ma_version_tag field in PyDictObject for extension modules ( PEP 699; gh-101193)., Creating immutable types with mutable bases ( gh-95388)., Functions to configure Python’s initialization, depr...docs.python.org/3/deprecations/c-api-pending-removal-in-3.14.htmlRegistered: Wed Apr 16 03:40:36 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 25K bytes - Viewed (0) -
Data marshalling support — Python 3.13.3 docume...
These routines allow C code to work with serialized objects using the same data format as the marshal module. There are functions to write data into the serialization format, and additional functio...docs.python.org/3/c-api/marshal.htmlRegistered: Wed Apr 16 03:40:45 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 27.1K bytes - Viewed (0) -
stringprep — Internet String Preparation — Pyth...
Source code: Lib/stringprep.py When identifying things (such as host names) in the internet, it is often necessary to compare such identifications for “equality”. Exactly how this comparison is exe...docs.python.org/3/library/stringprep.htmlRegistered: Wed Apr 16 03:39:24 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 27.9K bytes - Viewed (0) -
Internet Protocols and Support — Python 3.13.3 ...
The modules described in this chapter implement internet protocols and support for related technology. They are all implemented in Python. Most of these modules require the presence of the system-d...docs.python.org/3/library/internet.htmlRegistered: Wed Apr 16 03:39:44 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 34.1K bytes - Viewed (0) -
Support for Perf Maps — Python 3.13.3 documenta...
On supported platforms (as of this writing, only Linux), the runtime can take advantage of perf map files to make Python functions visible to an external profiling tool (such as perf). A running pr...docs.python.org/3/c-api/perfmaps.htmlRegistered: Wed Apr 16 03:41:15 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 19.9K bytes - Viewed (0) -
How to port Python 2 Code to Python 3 — Python ...
author, Brett Cannon,. Python 2 reached its official end-of-life at the start of 2020. This means that no new bug reports, fixes, or changes will be made to Python 2 - it’s no longer supported: see...docs.python.org/3/howto/pyporting.htmlRegistered: Wed Apr 16 03:41:41 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 14K bytes - Viewed (0)