- Sort Score
- Num 10 results
- Language All
- Labels All
Results 41 - 50 of 438 for host:docs.python.org (0.01 seconds)
-
multiprocessing.shared_memory — Shared memory f...
Source code: Lib/multiprocessing/shared_memory.py This module provides a class, SharedMemory, for the allocation and management of shared memory to be accessed by one or more processes on a multico...docs.python.org/3/library/multiprocessing.shared_memory.htmlFri Feb 06 03:23:27 GMT 2026 72.1K bytes -
colorsys — Conversions between color systems — ...
Source code: Lib/colorsys.py The colorsys module defines bidirectional conversions of color values between colors expressed in the RGB (Red Green Blue) color space used in computer monitors and thr...docs.python.org/3/library/colorsys.htmlFri Feb 06 03:23:27 GMT 2026 20.4K bytes -
What’s New in Python 2.4 — Python 3.14.3 docume...
Author, A.M. Kuchling,. This article explains the new features in Python 2.4.1, released on March 30, 2005. Python 2.4 is a medium-sized release. It doesn’t introduce as many changes as the radical...docs.python.org/3/whatsnew/2.4.htmlFri Feb 06 03:23:27 GMT 2026 171.5K bytes -
Object Life Cycle — Python 3.14.3 documentation
This section explains how a type’s slots relate to each other throughout the life of an object. It is not intended to be a complete canonical reference for the slots; instead, refer to the slot-spe...docs.python.org/3/c-api/lifecycle.htmlFri Feb 06 03:23:27 GMT 2026 61.2K bytes -
Pending removal in Python 3.15 — Python 3.14.3 ...
The import system:- Setting__cached__ on a module while failing to set__spec__.cached is deprecated. In Python 3.15,__cached__ will cease to be set or take into consideration by the import system o...docs.python.org/3/deprecations/pending-removal-in-3.15.htmlFri Feb 06 03:23:28 GMT 2026 25.5K bytes -
Built-in Functions — Python 3.14.3 documentation
The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order.,,,, Built-in Functions,,, A, abs(), aiter(), all(), a...docs.python.org/3/library/functions.htmlFri Feb 06 03:23:28 GMT 2026 311.8K bytes -
poplib — POP3 protocol client — Python 3.14.3 d...
Source code: Lib/poplib.py This module defines a class, POP3, which encapsulates a connection to a POP3 server and implements the protocol as defined in RFC 1939. The POP3 class supports both the m...docs.python.org/3/library/poplib.htmlFri Feb 06 03:23:28 GMT 2026 44K bytes -
threading — Thread-based parallelism — Python 3...
Source code: Lib/threading.py This module constructs higher-level threading interfaces on top of the lower level_thread module. Availability: not WASI. This module does not work or is not available...docs.python.org/3/library/threading.htmlFri Feb 06 03:23:27 GMT 2026 161.7K bytes -
tkinter — Python interface to Tcl/Tk — Python 3...
Source code: Lib/tkinter/__init__.py The tkinter package (“Tk interface”) is the standard Python interface to the Tcl/Tk GUI toolkit. Both Tk and tkinter are available on most Unix platforms, inclu...docs.python.org/3/library/tkinter.htmlFri Feb 06 03:23:27 GMT 2026 111.2K bytes -
pickle — Python object serialization — Python 3...
Source code: Lib/pickle.py The pickle module implements binary protocols for serializing and de-serializing a Python object structure. “Pickling” is the process whereby a Python object hierarchy is...docs.python.org/3/library/pickle.htmlFri Feb 06 03:23:28 GMT 2026 167.6K bytes