- Sort Score
- Num 10 results
- Language All
- Labels All
Results 291 - 300 of over 10,000 for timestamp:[now/d-1M TO *] (0.32 seconds)
-
What’s New In Python 3.10 — Python 3.14.4...
Editor, Pablo Galindo Salgado,. This article explains the new features in Python 3.10, compared to 3.9. Python 3.10 was released on October 4, 2021. For full details, see the changelog. Summary – R...docs.python.org/3/whatsnew/3.10.htmlWed Apr 29 06:55:52 GMT 2026 49.2K bytes -
File objects — Python 3.14.4 documentation
These APIs are a minimal emulation of the Python 2 C API for built-in file objects, which used to rely on the buffered I/O ( FILE*) support from the C standard library. In Python 3, files and strea...docs.python.org/3/c-api/file.htmlWed Apr 29 06:55:52 GMT 2026 6.7K bytes -
html.entities — Definitions of HTML general ent...
Source code: Lib/html/entities.py This module defines four dictionaries, html5, name2codepoint, codepoint2name, and entitydefs. Footnotes 1, See https://html.spec.whatwg.org/multipage/named-charact...docs.python.org/3/library/html.entities.htmlWed Apr 29 06:55:52 GMT 2026 4.2K bytes -
2. Using Python on Unix platforms — Pytho...
Getting and installing the latest version of Python: On Linux: Python comes preinstalled on most Linux distributions, and is available as a package on all others. However there are certain features...docs.python.org/3/using/unix.htmlWed Apr 29 06:55:53 GMT 2026 6.5K bytes -
email.utils: Miscellaneous utilities — Py...
Source code: Lib/email/utils.py There are a couple of useful utilities provided in the email.utils module: The remaining functions are part of the legacy ( Compat32) email API. There is no need to ...docs.python.org/3/library/email.utils.htmlTue Apr 28 13:41:05 GMT 2026 9.2K bytes -
fileinput — Iterate over lines from multiple in...
Source code: Lib/fileinput.py This module implements a helper class and functions to quickly write a loop over standard input or a list of files. If you just want to read or write one file see open...docs.python.org/3/library/fileinput.htmlWed Apr 29 06:55:52 GMT 2026 8.4K bytes -
code — Interpreter base classes — Python ...
Source code: Lib/code.py The code module provides facilities to implement read-eval-print loops in Python. Two classes and convenience functions are included which can be used to build applications...docs.python.org/3/library/code.htmlWed Apr 29 06:55:53 GMT 2026 7.1K bytes -
filecmp — File and Directory Comparisons —...
Source code: Lib/filecmp.py The filecmp module defines functions to compare files and directories, with various optional time/correctness trade-offs. For comparing files, see also the difflib modul...docs.python.org/3/library/filecmp.htmlWed Apr 29 06:55:53 GMT 2026 6.5K bytes -
distutils — Building and installing Python modu...
This module is no longer part of the Python standard library. It was removed in Python 3.12 after being deprecated in Python 3.10. The removal was decided in PEP 632, which has migration advice. Th...docs.python.org/3/library/distutils.htmlWed Apr 29 06:55:52 GMT 2026 3.7K bytes -
marshal — Internal Python object serialization ...
This module contains functions that can read and write Python values in a binary format. The format is specific to Python, but independent of machine architecture issues (e.g., you can write a Pyth...docs.python.org/3/library/marshal.htmlWed Apr 29 06:55:53 GMT 2026 6.9K bytes