- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 141 - 150 of 425 for host:docs.python.org (0.04 sec)
-
asyncore — Asynchronous socket handler — Python...
This module is no longer part of the Python standard library. It was removed in Python 3.12 after being deprecated in Python 3.6. The removal was decided in PEP 594. Applications should use the asy...docs.python.org/3/library/asyncore.htmlRegistered: Fri Aug 15 03:46:02 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 15.1K bytes - Viewed (0) -
quopri — Encode and decode MIME quoted-printabl...
Source code: Lib/quopri.py This module performs quoted-printable transport encoding and decoding, as defined in RFC 1521: “MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Spec...docs.python.org/3/library/quopri.htmlRegistered: Fri Aug 15 03:53:52 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 21.7K bytes - Viewed (0) -
Security Considerations — Python 3.13.7 documen...
The following modules have specific security considerations: base64: base64 security considerations in RFC 4648, hashlib: all constructors take a “usedforsecurity” keyword-only argument disabling k...docs.python.org/3/library/security_warnings.htmlRegistered: Fri Aug 15 03:53:55 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 20K bytes - Viewed (0) -
sndhdr — Determine type of sound file — Python ...
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. Possible replacements are thir...docs.python.org/3/library/sndhdr.htmlRegistered: Fri Aug 15 03:54:36 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 15.1K bytes - Viewed (0) -
xml.sax.saxutils — SAX Utilities — Python 3.13....
Source code: Lib/xml/sax/saxutils.py The module xml.sax.saxutils contains a number of classes and functions that are commonly useful when creating SAX applications, either in direct use, or as base...docs.python.org/3/library/xml.sax.utils.htmlRegistered: Fri Aug 15 03:55:00 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 25.7K bytes - Viewed (0) -
Concrete Objects Layer — Python 3.13.7 document...
The functions in this chapter are specific to certain Python object types. Passing them an object of the wrong type is not a good idea; if you receive an object from a Python program and you are no...docs.python.org/3/c-api/concrete.htmlRegistered: Fri Aug 15 03:55:18 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 25.2K bytes - Viewed (0) -
Python experimental support for free threading ...
Starting with the 3.13 release, CPython has experimental support for a build of Python called free threading where the global interpreter lock(GIL) is disabled. Free-threaded execution allows for f...docs.python.org/3/howto/free-threading-python.htmlRegistered: Fri Aug 15 03:56:11 UTC 2025 - Last Modified: Thu Aug 14 18:48:20 UTC 2025 - 27.3K bytes - Viewed (0) -
Parsing arguments and building values — Python ...
These functions are useful when creating your own extension functions and methods. Additional information and examples are available in Extending and Embedding the Python Interpreter. The first thr...docs.python.org/3/c-api/arg.htmlRegistered: Fri Aug 15 03:56:24 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 108.7K bytes - Viewed (0) -
4. Building C and C++ Extensions — Python 3.13....
A C extension for CPython is a shared library (e.g. a.so file on Linux,.pyd on Windows), which exports an initialization function. To be importable, the shared library must be available on PYTHONPA...docs.python.org/3/extending/building.htmlRegistered: Fri Aug 15 03:54:27 UTC 2025 - Last Modified: Thu Aug 14 18:48:20 UTC 2025 - 19.5K bytes - Viewed (0) -
Library and Extension FAQ — Python 3.13.7 docum...
Contents: Library and Extension FAQ- General Library Questions- How do I find a module or application to perform task X?, Where is the math.py (socket.py, regex.py, etc.) source file?, How do I mak...docs.python.org/3/faq/library.htmlRegistered: Fri Aug 15 03:57:41 UTC 2025 - Last Modified: Thu Aug 14 18:48:20 UTC 2025 - 85.3K bytes - Viewed (0)