- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 241 - 250 of 424 for host:docs.python.org (0.04 sec)
-
zipapp — Manage executable Python zip archives ...
Source code: Lib/zipapp.py This module provides tools to manage the creation of zip files containing Python code, which can be executed directly by the Python interpreter. The module provides both ...docs.python.org/3/library/zipapp.htmlRegistered: Fri Jun 27 03:40:26 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 44.8K bytes - Viewed (0) -
Call Protocol — Python 3.13.5 documentation
CPython supports two different calling protocols: tp_call and vectorcall. The tp_call Protocol: Instances of classes that set tp_call are callable. The signature of the slot is: A call is made usin...docs.python.org/3/c-api/call.htmlRegistered: Fri Jun 27 03:59:51 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 68.6K bytes - Viewed (0) -
What’s New In Python 3.5 — Python 3.13.5 docume...
Editors, Elvis Pranskevichus < elvis@magic.io>, Yury Selivanov < yury@magic.io>,. This article explains the new features in Python 3.5, compared to 3.4. Python 3.5 was released on September 13, 201...docs.python.org/3/whatsnew/3.5.htmlRegistered: Fri Jun 27 03:59:54 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 322.1K bytes - Viewed (0) -
Unicode Objects and Codecs — Python 3.13.5 docu...
Unicode Objects: Since the implementation of PEP 393 in Python 3.3, Unicode objects internally use a variety of representations, in order to allow handling the complete range of Unicode characters ...docs.python.org/3/c-api/unicode.htmlRegistered: Fri Jun 27 04:02:17 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 265.4K bytes - Viewed (0) -
email — An email and MIME handling package — Py...
Source code: Lib/email/__init__.py The email package is a library for managing email messages. It is specifically not designed to do any sending of email messages to SMTP ( RFC 2821), NNTP, or othe...docs.python.org/3/library/email.htmlRegistered: Fri Jun 27 04:02:20 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 32.9K bytes - Viewed (0) -
pipes — Interface to shell pipelines — Python 3...
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. Applications should use the su...docs.python.org/3/library/pipes.htmlRegistered: Fri Jun 27 04:02:31 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 15K bytes - Viewed (0) -
Floating-Point Objects — Python 3.13.5 document...
Pack and Unpack functions: The pack and unpack functions provide an efficient platform-independent way to store floating-point values as byte strings. The Pack routines produce a bytes string from ...docs.python.org/3/c-api/float.htmlRegistered: Fri Jun 27 04:03:23 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 37.3K bytes - Viewed (0) -
nis — Interface to Sun’s NIS (Yellow Pages) — P...
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. The last version of Python tha...docs.python.org/3/library/nis.htmlRegistered: Fri Jun 27 04:01:46 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 14.8K bytes - Viewed (0) -
DateTime Objects — Python 3.13.5 documentation
Various date and time objects are supplied by the datetime module. Before using any of these functions, the header file datetime.h must be included in your source (note that this is not included by...docs.python.org/3/c-api/datetime.htmlRegistered: Fri Jun 27 04:03:58 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 66.5K bytes - Viewed (0) -
Reflection — Python 3.13.5 documentation
Navigation index modules | next | previous | Python » 3.13.5 Documentation » Python/C API Reference Manual » Utilitie...docs.python.org/3/c-api/reflection.htmlRegistered: Fri Jun 27 04:04:01 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 28.1K bytes - Viewed (0)