- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 211 - 220 of 437 for host:docs.python.org (0.02 sec)
-
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 Nov 05 05:41:25 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 14K bytes - Viewed (0) -
Defining extension modules — Python 3.14.0 docu...
A C extension for CPython is a shared library (for example, a.so file on Linux,.pyd DLL on Windows), which is loadable into the Python process (for example, it is compiled with compatible compiler ...docs.python.org/3/c-api/extension-modules.htmlRegistered: Wed Nov 05 05:42:36 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 36.6K bytes - Viewed (0) -
Pending removal in Python 3.13 — Python 3.14.0 ...
Modules (see PEP 594): aifc, audioop, cgi, cgitb, chunk, crypt, imghdr, mailcap, msilib, nis, nntplib, ossaudiodev, pipes, sndhdr, spwd, sunau, telnetlib, uu, xdrlib. Other modules: lib2to3, and th...docs.python.org/3/deprecations/pending-removal-in-3.13.htmlRegistered: Wed Nov 05 05:41:53 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 17.8K bytes - Viewed (0) -
Pending removal in Python 3.14 — Python 3.14.0 ...
The ma_version_tag field in PyDictObject for extension modules ( PEP 699; gh-101193)., Creating immutable types with mutable bases ( gh-95388)..docs.python.org/3/deprecations/c-api-pending-removal-in-3.14.htmlRegistered: Wed Nov 05 05:39:41 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 12.3K bytes - Viewed (0) -
multiprocessing — Process-based parallelism — P...
Source code: Lib/multiprocessing/ Availability: not Android, not iOS, not WASI. This module is not supported on mobile platforms or WebAssembly platforms. Introduction: multiprocessing is a package...docs.python.org/3/library/multiprocessing.htmlRegistered: Wed Nov 05 05:03:43 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 437.9K bytes - Viewed (0) -
xml.etree.ElementTree — The ElementTree XML API...
Source code: Lib/xml/etree/ElementTree.py The xml.etree.ElementTree module implements a simple and efficient API for parsing and creating XML data. Tutorial: This is a short tutorial for using xml....docs.python.org/3/library/xml.etree.elementtree.htmlRegistered: Wed Nov 05 05:04:39 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 200.2K bytes - Viewed (0) -
Initialization, Finalization, and Threads — Pyt...
See Python Initialization Configuration for details on how to configure the interpreter prior to initialization. Before Python Initialization: In an application embedding Python, the Py_Initialize(...docs.python.org/3/c-api/init.htmlRegistered: Wed Nov 05 05:02:43 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 335K bytes - Viewed (0) -
decimal — Decimal fixed-point and floating-poin...
Source code: Lib/decimal.py The decimal module provides support for fast correctly rounded decimal floating-point arithmetic. It offers several advantages over the float datatype: Decimal “is based...docs.python.org/3/library/decimal.htmlRegistered: Wed Nov 05 05:04:00 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 302.6K bytes - Viewed (0) -
binascii — Convert between binary and ASCII — P...
The binascii module contains a number of methods to convert between binary and various ASCII-encoded binary representations. Normally, you will not use these functions directly but use wrapper modu...docs.python.org/3/library/binascii.htmlRegistered: Wed Nov 05 05:15:18 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 35.9K bytes - Viewed (0) -
What’s New in Python 2.6 — Python 3.14.0 docume...
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.htmlRegistered: Wed Nov 05 05:15:28 UTC 2025 - Last Modified: Wed Nov 05 00:18:35 UTC 2025 - 367.8K bytes - Viewed (0)