- Sort Score
- Num 10 results
- Language All
- Labels All
Results 191 - 200 of over 10,000 for timestamp:[now/d-7d TO *] (0.13 seconds)
-
zipfile — Work with ZIP archives — Python 3.14....
Source code: Lib/zipfile/ The ZIP file format is a common archive and compression standard. This module provides tools to create, read, write, append, and list a ZIP file. Any advanced use of this ...docs.python.org/3/library/zipfile.htmlThu Jun 04 20:51:28 GMT 2026 20.1K bytes -
mailbox — Manipulate mailboxes in various forma...
Source code: Lib/mailbox.py This module defines two classes, Mailbox and Message, for accessing and manipulating on-disk mailboxes and the messages they contain. Mailbox offers a dictionary-like ma...docs.python.org/3/library/mailbox.htmlThu Jun 04 20:51:28 GMT 2026 22.8K bytes -
copy — Shallow and deep copy operations — Pytho...
Source code: Lib/copy.py Assignment statements in Python do not copy objects, they create bindings between a target and an object. For collections that are mutable or contain mutable items, a copy ...docs.python.org/3/library/copy.htmlThu Jun 04 20:51:28 GMT 2026 5.7K bytes -
codecs — Codec registry and base classes — Pyth...
Source code: Lib/codecs.py This module defines base classes for standard Python codecs (encoders and decoders) and provides access to the internal Python codec registry, which manages the codec and...docs.python.org/3/library/codecs.htmlThu Jun 04 20:51:28 GMT 2026 27.7K bytes -
io — Core tools for working with streams — Pyth...
Source code: Lib/io.py Overview: The io module provides Python’s main facilities for dealing with various types of I/O. There are three main types of I/O: text I/O, binary I/O and raw I/O. These ar...docs.python.org/3/library/io.htmlThu Jun 04 20:51:28 GMT 2026 24.8K bytes -
email.headerregistry: Custom Header Objects — P...
Source code: Lib/email/headerregistry.py Headers are represented by customized subclasses of str. The particular class used to represent a given header is determined by the header_factory of the po...docs.python.org/3/library/email.headerregistry.htmlThu Jun 04 20:51:28 GMT 2026 12.6K bytes -
importlib — The implementation of import — Pyth...
Source code: Lib/importlib/__init__.py Introduction: The purpose of the importlib package is three-fold. One is to provide the implementation of the import statement (and thus, by extension, the__i...docs.python.org/3/library/importlib.htmlThu Jun 04 20:51:28 GMT 2026 27.1K bytes -
gzip — Support for gzip files — Python 3.14.5 d...
Source code: Lib/gzip.py This module provides a simple interface to compress and decompress files just like the GNU programs gzip and gunzip would. This is an optional module. If it is missing from...docs.python.org/3/library/gzip.htmlThu Jun 04 20:51:28 GMT 2026 9.8K bytes -
configparser — Configuration file parser — Pyth...
Source code: Lib/configparser.py This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows ...docs.python.org/3/library/configparser.htmlThu Jun 04 20:51:28 GMT 2026 26.4K bytes -
Multiple interpreters in a Python process — Pyt...
While in most uses, you will only embed a single Python interpreter, there are cases where you need to create several independent interpreters in the same process and perhaps even in the same threa...docs.python.org/3/c-api/subinterpreters.htmlThu Jun 04 20:51:28 GMT 2026 12K bytes