Search
Searching for multiple words only shows matches that contain all words.
Searching.
__main__
— Top-level code environmentcolorsys
— Conversions between color systemsfcntl
— Thefcntl
andioctl
system callsimportlib.metadata
– Accessing package metadataimportlib
— The implementation ofimport
logging.config
— Logging configurationlogging.handlers
— Logging handlerslogging
— Logging facility for Pythonos
— Miscellaneous operating system interfacesposix
— The most common POSIX system callspydoc
— Documentation generator and online help systemsubprocess
— Subprocess managementsys
— System-specific parameters and functionstest
— Regression tests package for Pythontkinter
— Python interface to Tcl/Tktyping
— Support for type hintsunittest.mock
— getting started- 1. Embedding Python in Another Application
- 10. Brief Tour of the Standard Library
- 3. Configure Python
- 3. Data model
- 5. The import system
- 6. Modules
- 7. Simple statements
- Extending/Embedding FAQ
- Generic Operating System Services
- Programming FAQ
- What’s New in Python 2.1
- What’s New in Python 2.3
- What’s New in Python 2.4
- What’s New in Python 2.5
- What’s New in Python 2.6
- What’s New In Python 3.11
- What’s New In Python 3.3
- What’s New In Python 3.4
- What’s New In Python 3.5
- What’s New In Python 3.6
__future__
— Future statement definitions_thread
— Low-level threading APIcalendar
— General calendar-related functionscmd
— Support for line-oriented command interpreterscompileall
— Byte-compile Python librariesconcurrent.futures
— Launching parallel tasksconfigparser
— Configuration file parsercontextlib
— Utilities forwith
-statement contextscsv
— CSV File Reading and Writingctypes
— A foreign function library for Pythondatetime
— Basic date and time typesdecimal
— Decimal fixed-point and floating-point arithmeticemail.parser
: Parsing email messagesemail.policy
: Policy Objectsemail.utils
: Miscellaneous utilitiesfaulthandler
— Dump the Python tracebackfnmatch
— Unix filename pattern matchingftplib
— FTP protocol clientgetopt
— C-style parser for command line optionsgettext
— Multilingual internationalization servicesglob
— Unix style pathname pattern expansionhttp.server
— HTTP serversimportlib.resources
– Package resource reading, opening and accessio
— Core tools for working with streamslocale
— Internationalization serviceslzma
— Compression using the LZMA algorithmmailbox
— Manipulate mailboxes in various formatsmimetypes
— Map filenames to MIME typesmmap
— Memory-mapped file supportmultiprocessing.shared_memory
— Shared memory for direct access across processesmultiprocessing
— Process-based parallelismos.path
— Common pathname manipulationspathlib
— Object-oriented filesystem pathspdb
— The Python Debuggerpickle
— Python object serializationpkgutil
— Package extension utilitypty
— Pseudo-terminal utilitiespy_compile
— Compile Python source filesqueue
— A synchronized queue classrandom
— Generate pseudo-random numbersresource
— Resource usage informationrunpy
— Locating and executing Python modulessecrets
— Generate secure random numbers for managing secretsselect
— Waiting for I/O completionshlex
— Simple lexical analysisshutil
— High-level file operationssignal
— Set handlers for asynchronous eventssite
— Site-specific configuration hooksocket
— Low-level networking interfacesocketserver
— A framework for network serverssqlite3
— DB-API 2.0 interface for SQLite databasesssl
— TLS/SSL wrapper for socket objectsstat
— Interpretingstat()
resultsstruct
— Interpret bytes as packed binary datasysconfig
— Provide access to Python’s configuration informationsyslog
— Unix syslog library routinestarfile
— Read and write tar archive filestempfile
— Generate temporary files and directoriestermios
— POSIX style tty controlthreading
— Thread-based parallelismtime
— Time access and conversionstracemalloc
— Trace memory allocationsturtle
— Turtle graphicsunittest.mock
— mock object libraryunittest
— Unit testing frameworkurllib.request
— Extensible library for opening URLsvenv
— Creation of virtual environmentswinsound
— Sound-playing interface for Windowswsgiref
— WSGI Utilities and Reference Implementationxml.dom
— The Document Object Model APIxml.etree.ElementTree
— The ElementTree XML APIxml.parsers.expat
— Fast XML parsing using Expatxml.sax.handler
— Base classes for SAX handlersxmlrpc.client
— XML-RPC client accessxmlrpc.server
— Basic XML-RPC serverszipapp
— Manage executable Python zip archiveszoneinfo
— IANA time zone support- 1. Command line and environment
- 1. Extending Python with C or C++
- 11. Brief Tour of the Standard Library — Part II
- 15. Floating-Point Arithmetic: Issues and Limitations
- 16. Appendix
- 2. Defining Extension Types: Tutorial
- 2. Lexical analysis
- 2. Using the Python Interpreter
- 4. Using Python on Windows
- 5. Building C and C++ Extensions on Windows
- 5. Using Python on macOS