modindex.md
1> **Источник:** https://python-all.ru/3.1/modindex.html2>3> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.45---67# Глобальный индекс модулей89[**A**](https://python-all.ru/3.1/modindex.html#cap-A)1011|1213[**B**](https://python-all.ru/3.1/modindex.html#cap-B)1415|1617[**C**](https://python-all.ru/3.1/modindex.html#cap-C)1819|2021[**D**](https://python-all.ru/3.1/modindex.html#cap-D)2223|2425[**E**](https://python-all.ru/3.1/modindex.html#cap-E)2627|2829[**F**](https://python-all.ru/3.1/modindex.html#cap-F)3031|3233[**G**](https://python-all.ru/3.1/modindex.html#cap-G)3435|3637[**H**](https://python-all.ru/3.1/modindex.html#cap-H)3839|4041[**I**](https://python-all.ru/3.1/modindex.html#cap-I)4243|4445[**J**](https://python-all.ru/3.1/modindex.html#cap-J)4647|4849[**K**](https://python-all.ru/3.1/modindex.html#cap-K)5051|5253[**L**](https://python-all.ru/3.1/modindex.html#cap-L)5455|5657[**M**](https://python-all.ru/3.1/modindex.html#cap-M)5859|6061[**N**](https://python-all.ru/3.1/modindex.html#cap-N)6263|6465[**O**](https://python-all.ru/3.1/modindex.html#cap-O)6667|6869[**P**](https://python-all.ru/3.1/modindex.html#cap-P)7071|7273[**Q**](https://python-all.ru/3.1/modindex.html#cap-Q)7475|7677[**R**](https://python-all.ru/3.1/modindex.html#cap-R)7879|8081[**S**](https://python-all.ru/3.1/modindex.html#cap-S)8283|8485[**T**](https://python-all.ru/3.1/modindex.html#cap-T)8687|8889[**U**](https://python-all.ru/3.1/modindex.html#cap-U)9091|9293[**W**](https://python-all.ru/3.1/modindex.html#cap-W)9495|9697[**X**](https://python-all.ru/3.1/modindex.html#cap-X)9899|100101[**Z**](https://python-all.ru/3.1/modindex.html#cap-Z)102103---104105| | [`__future__`](https://python-all.ru/3.1/library/__future__.html#module-__future__) | *Определения future-инструкций* |106| --- | --- | --- |107| | [`__main__`](https://python-all.ru/3.1/library/__main__.html#module-__main__) | *Окружение, в котором выполняется скрипт верхнего уровня.* |108| | [`_dummy_thread`](https://python-all.ru/3.1/library/_dummy_thread.html#module-_dummy_thread) | *Замена модуля \_thread без изменения кода.* |109| | [`_thread`](https://python-all.ru/3.1/library/_thread.html#module-_thread) | *Низкоуровневый API для работы с потоками.* |110| | | |111| | **A** | |112| | [`abc`](https://python-all.ru/3.1/library/abc.html#module-abc) | *Абстрактные базовые классы в соответствии с PEP 3119.* |113| | [`aifc`](https://python-all.ru/3.1/library/aifc.html#module-aifc) | *Чтение и запись аудиофайлов в форматах AIFF и AIFC.* |114| | [`array`](https://python-all.ru/3.1/library/array.html#module-array) | *Эффективные по памяти массивы однотипных числовых значений.* |115| | [`ast`](https://python-all.ru/3.1/library/ast.html#module-ast) | *Классы и манипуляции с абстрактным синтаксическим деревом.* |116| | [`asynchat`](https://python-all.ru/3.1/library/asynchat.html#module-asynchat) | *Поддержка асинхронных протоколов «команда-ответ».* |117| | [`asyncore`](https://python-all.ru/3.1/library/asyncore.html#module-asyncore) | *Базовый класс для разработки асинхронных сервисов работы с сокетами.* |118| | [`atexit`](https://python-all.ru/3.1/library/atexit.html#module-atexit) | *Регистрация и выполнение функций очистки.* |119| | [`audioop`](https://python-all.ru/3.1/library/audioop.html#module-audioop) | *Манипуляция необработанными аудиоданными.* |120| | | |121| | **B** | |122| | [`base64`](https://python-all.ru/3.1/library/base64.html#module-base64) | *RFC 3548: кодировки данных Base16, Base32, Base64* |123| | [`bdb`](https://python-all.ru/3.1/library/bdb.html#module-bdb) | *Фреймворк отладчика.* |124| | [`binascii`](https://python-all.ru/3.1/library/binascii.html#module-binascii) | *Инструменты для преобразования между двоичными данными и различными ASCII-представлениями.* |125| | [`binhex`](https://python-all.ru/3.1/library/binhex.html#module-binhex) | *Кодирование и декодирование файлов в формате binhex4.* |126| | [`bisect`](https://python-all.ru/3.1/library/bisect.html#module-bisect) | *Алгоритмы деления массива пополам для двоичного поиска.* |127| | [`builtins`](https://python-all.ru/3.1/library/builtins.html#module-builtins) | *Модуль, предоставляющий встроенное пространство имён.* |128| | [`bz2`](https://python-all.ru/3.1/library/bz2.html#module-bz2) | *Интерфейс к процедурам сжатия и распаковки, совместимым с bzip2.* |129| | | |130| | **C** | |131| | [`calendar`](https://python-all.ru/3.1/library/calendar.html#module-calendar) | *Функции для работы с календарями, включая некоторую эмуляцию программы cal из Unix.* |132| | [`cgi`](https://python-all.ru/3.1/library/cgi.html#module-cgi) | *Вспомогательные функции для запуска скриптов Python через Common Gateway Interface.* |133| | [`cgitb`](https://python-all.ru/3.1/library/cgitb.html#module-cgitb) | *Настраиваемый обработчик трассировки стека для CGI-скриптов.* |134| | [`chunk`](https://python-all.ru/3.1/library/chunk.html#module-chunk) | *Модуль для чтения блоков IFF.* |135| | [`cmath`](https://python-all.ru/3.1/library/cmath.html#module-cmath) | *Математические функции для комплексных чисел.* |136| | [`cmd`](https://python-all.ru/3.1/library/cmd.html#module-cmd) | *Построение командных интерпретаторов, ориентированных на строки.* |137| | [`code`](https://python-all.ru/3.1/library/code.html#module-code) | *Средства для реализации циклов «чтение-вычисление-печать».* |138| | [`codecs`](https://python-all.ru/3.1/library/codecs.html#module-codecs) | *Кодирование и декодирование данных и потоков.* |139| | [`codeop`](https://python-all.ru/3.1/library/codeop.html#module-codeop) | *Компиляция (возможно, неполного) кода Python.* |140| | [`collections`](https://python-all.ru/3.1/library/collections.html#module-collections) | *Контейнерные типы данных* |141| | [`colorsys`](https://python-all.ru/3.1/library/colorsys.html#module-colorsys) | *Функции преобразования между RGB и другими цветовыми системами.* |142| | [`compileall`](https://python-all.ru/3.1/library/compileall.html#module-compileall) | *Инструменты для байт-компиляции всех исходных файлов Python в дереве каталогов.* |143| | [`configparser`](https://python-all.ru/3.1/library/configparser.html#module-configparser) | *Парсер конфигурационных файлов.* |144| | [`contextlib`](https://python-all.ru/3.1/library/contextlib.html#module-contextlib) | *Утилиты для контекстов оператора with.* |145| | [`copy`](https://python-all.ru/3.1/library/copy.html#module-copy) | *Операции поверхностного и глубокого копирования.* |146| | [`copyreg`](https://python-all.ru/3.1/library/copyreg.html#module-copyreg) | *Регистрация функций поддержки pickle.* |147| | [`cProfile`](https://python-all.ru/3.1/library/profile.html#module-cProfile) | *Профилировщик Python* |148| | [`crypt`](https://python-all.ru/3.1/library/crypt.html#module-crypt) *(Unix)* | *Функция crypt(), используемая для проверки паролей в Unix.* |149| | [`csv`](https://python-all.ru/3.1/library/csv.html#module-csv) | *Запись и чтение табличных данных в файлы с разделителями и из них.* |150| | [`ctypes`](https://python-all.ru/3.1/library/ctypes.html#module-ctypes) | *Библиотека внешних функций для Python.* |151|  | [`curses`](https://python-all.ru/3.1/library/curses.html#module-curses) *(Unix)* | *Интерфейс к библиотеке curses, обеспечивающий переносимую работу с терминалом.* |152| | [`curses.ascii`](https://python-all.ru/3.1/library/curses.ascii.html#module-curses.ascii) | *Константы и функции проверки принадлежности к набору для символов ASCII.* |153| | [`curses.panel`](https://python-all.ru/3.1/library/curses.panel.html#module-curses.panel) | *Расширение панельного стека, добавляющее глубину окнам curses.* |154| | [`curses.textpad`](https://python-all.ru/3.1/library/curses.html#module-curses.textpad) | *Редактирование ввода в стиле Emacs в окне curses.* |155| | [`curses.wrapper`](https://python-all.ru/3.1/library/curses.html#module-curses.wrapper) | *Обёртка для конфигурации терминала в программах curses.* |156| | | |157| | **D** | |158| | [`datetime`](https://python-all.ru/3.1/library/datetime.html#module-datetime) | *Базовые типы даты и времени.* |159|  | [`dbm`](https://python-all.ru/3.1/library/dbm.html#module-dbm) | *Интерфейсы к различным форматам "баз данных" Unix.* |160| | [`dbm.dumb`](https://python-all.ru/3.1/library/dbm.html#module-dbm.dumb) | *Переносимая реализация простого интерфейса DBM.* |161| | [`dbm.gnu`](https://python-all.ru/3.1/library/dbm.html#module-dbm.gnu) *(Unix)* | *Реализация dbm от GNU.* |162| | [`dbm.ndbm`](https://python-all.ru/3.1/library/dbm.html#module-dbm.ndbm) *(Unix)* | *Стандартный интерфейс "database", основанный на ndbm.* |163| | [`decimal`](https://python-all.ru/3.1/library/decimal.html#module-decimal) | *Реализация спецификации общей десятичной арифметики.* |164| | [`difflib`](https://python-all.ru/3.1/library/difflib.html#module-difflib) | *Вспомогательные функции для вычисления различий между объектами.* |165| | [`dis`](https://python-all.ru/3.1/library/dis.html#module-dis) | *Дисассемблер байт-кода Python.* |166|  | [`distutils`](https://python-all.ru/3.1/library/distutils.html#module-distutils) | *Поддержка сборки и установки модулей Python в существующую установку Python.* |167| | [`distutils.archive_util`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.archive_util) | *Вспомогательные функции для создания архивных файлов (tar, zip и т.д.)* |168| | [`distutils.bcppcompiler`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.bcppcompiler) | |169| | [`distutils.ccompiler`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.ccompiler) | *Абстрактный класс CCompiler* |170| | [`distutils.cmd`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.cmd) | *Этот модуль предоставляет абстрактный базовый класс Command. Этот класс наследуется модулями в подпакете distutils.command.* |171| | [`distutils.command`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command) | *Этот подпакет содержит по одному модулю для каждой стандартной команды Distutils.* |172| | [`distutils.command.bdist`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.bdist) | *Сборка бинарного установщика для пакета* |173| | [`distutils.command.bdist_dumb`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.bdist_dumb) | *Сборка «глупого» установщика – простого архива файлов* |174| | [`distutils.command.bdist_msi`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.bdist_msi) | *Создание бинарного дистрибутива в формате MSI для Windows* |175| | [`distutils.command.bdist_packager`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.bdist_packager) | *Абстрактный базовый класс для упаковщиков* |176| | [`distutils.command.bdist_rpm`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.bdist_rpm) | *Сборка бинарного дистрибутива в формате Redhat RPM и SRPM* |177| | [`distutils.command.bdist_wininst`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.bdist_wininst) | *Сборка установщика Windows* |178| | [`distutils.command.build`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.build) | *Сборка всех файлов пакета* |179| | [`distutils.command.build_clib`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.build_clib) | *Сборка любых библиотек C в пакете* |180| | [`distutils.command.build_ext`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.build_ext) | *Сборка любых расширений в пакете* |181| | [`distutils.command.build_py`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.build_py) | *Сборка .py/.pyc файлов пакета* |182| | [`distutils.command.build_scripts`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.build_scripts) | *Сборка скриптов пакета* |183| | [`distutils.command.check`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.check) | *Проверка метаданных пакета* |184| | [`distutils.command.clean`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.clean) | *Очистка области сборки пакета* |185| | [`distutils.command.config`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.config) | *Выполнение конфигурации пакета* |186| | [`distutils.command.install`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.install) | *Установка пакета* |187| | [`distutils.command.install_data`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.install_data) | *Установка файлов данных из пакета* |188| | [`distutils.command.install_headers`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.install_headers) | *Установка заголовочных файлов C/C++ из пакета* |189| | [`distutils.command.install_lib`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.install_lib) | *Установка файлов библиотек из пакета* |190| | [`distutils.command.install_scripts`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.install_scripts) | *Установка скриптов из пакета* |191| | [`distutils.command.register`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.register) | *Регистрация модуля в индексе пакетов Python* |192| | [`distutils.command.sdist`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.command.sdist) | *Сборка исходного дистрибутива* |193| | [`distutils.core`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.core) | *Основная функциональность Distutils* |194| | [`distutils.cygwinccompiler`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.cygwinccompiler) | |195| | [`distutils.debug`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.debug) | *Предоставляет флаг отладки для distutils* |196| | [`distutils.dep_util`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.dep_util) | *Вспомогательные функции для простой проверки зависимостей* |197| | [`distutils.dir_util`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.dir_util) | *Вспомогательные функции для работы с каталогами и деревьями каталогов* |198| | [`distutils.dist`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.dist) | *Предоставляет класс Distribution, представляющий распространяемый модуль (сборка, установка, распространение)* |199| | [`distutils.emxccompiler`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.emxccompiler) | *Поддержка компилятора EMX для OS/2* |200| | [`distutils.errors`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.errors) | *Предоставляет стандартные исключения distutils* |201| | [`distutils.extension`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.extension) | *Предоставляет класс Extension, используемый для описания модулей расширения C/C++ в setup-скриптах* |202| | [`distutils.fancy_getopt`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.fancy_getopt) | *Дополнительная функциональность getopt* |203| | [`distutils.file_util`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.file_util) | *Вспомогательные функции для работы с отдельными файлами* |204| | [`distutils.filelist`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.filelist) | *Класс FileList, используемый для обхода файловой системы и построения списков файлов.* |205| | [`distutils.log`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.log) | *Простой механизм логирования в стиле 282* |206| | [`distutils.msvccompiler`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.msvccompiler) | *Компилятор Microsoft* |207| | [`distutils.spawn`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.spawn) | *Предоставляет функцию spawn()* |208| | [`distutils.sysconfig`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.sysconfig) | *Низкоуровневый доступ к информации о конфигурации интерпретатора Python.* |209| | [`distutils.text_file`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.text_file) | *предоставляет класс TextFile, простой интерфейс для работы с текстовыми файлами* |210| | [`distutils.unixccompiler`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.unixccompiler) | *Компилятор C для UNIX* |211| | [`distutils.util`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.util) | *Прочие вспомогательные функции* |212| | [`distutils.version`](https://python-all.ru/3.1/distutils/apiref.html#module-distutils.version) | *реализует классы, представляющие номера версий модулей.* |213| | [`doctest`](https://python-all.ru/3.1/library/doctest.html#module-doctest) | *Тестирование фрагментов кода внутри строк документации.* |214| | [`dummy_threading`](https://python-all.ru/3.1/library/dummy_threading.html#module-dummy_threading) | *Замена модуля threading без изменения кода.* |215| | | |216| | **E** | |217|  | [`email`](https://python-all.ru/3.1/library/email.html#module-email) | *Пакет для разбора, обработки и создания электронных писем, включая документы MIME.* |218| | [`email.charset`](https://python-all.ru/3.1/library/email.charset.html#module-email.charset) | *Наборы символов* |219| | [`email.encoders`](https://python-all.ru/3.1/library/email.encoders.html#module-email.encoders) | *Кодировщики для полезной нагрузки email-сообщений.* |220| | [`email.errors`](https://python-all.ru/3.1/library/email.errors.html#module-email.errors) | *Классы исключений, используемые пакетом email.* |221| | [`email.generator`](https://python-all.ru/3.1/library/email.generator.html#module-email.generator) | *Создание простых текстовых email-сообщений на основе структуры сообщения.* |222| | [`email.header`](https://python-all.ru/3.1/library/email.header.html#module-email.header) | *Представление заголовков, отличных от ASCII* |223| | [`email.iterators`](https://python-all.ru/3.1/library/email.iterators.html#module-email.iterators) | *Обход дерева объектов сообщения.* |224| | [`email.message`](https://python-all.ru/3.1/library/email.message.html#module-email.message) | *Базовый класс, представляющий email-сообщения.* |225| | [`email.mime`](https://python-all.ru/3.1/library/email.mime.html#module-email.mime) | *Построение MIME-сообщений.* |226| | [`email.parser`](https://python-all.ru/3.1/library/email.parser.html#module-email.parser) | *Разбор простых текстовых email-сообщений для создания структуры объектов сообщения.* |227| | [`email.utils`](https://python-all.ru/3.1/library/email.util.html#module-email.utils) | *Прочие утилиты пакета email.* |228|  | `encodings` | |229| | [`encodings.idna`](https://python-all.ru/3.1/library/codecs.html#module-encodings.idna) | *Реализация интернационализированных доменных имён* |230| | [`encodings.utf_8_sig`](https://python-all.ru/3.1/library/codecs.html#module-encodings.utf_8_sig) | *Кодек UTF-8 с сигнатурой BOM* |231| | [`errno`](https://python-all.ru/3.1/library/errno.html#module-errno) | *Стандартные системные символы errno.* |232| | | |233| | **F** | |234| | [`fcntl`](https://python-all.ru/3.1/library/fcntl.html#module-fcntl) *(Unix)* | *Системные вызовы fcntl() и ioctl().* |235| | [`filecmp`](https://python-all.ru/3.1/library/filecmp.html#module-filecmp) | *Эффективное сравнение файлов.* |236| | [`fileinput`](https://python-all.ru/3.1/library/fileinput.html#module-fileinput) | *Цикл по стандартному вводу или списку файлов.* |237| | [`fnmatch`](https://python-all.ru/3.1/library/fnmatch.html#module-fnmatch) | *Сопоставление имен файлов по шаблонам в стиле оболочки Unix.* |238| | [`formatter`](https://python-all.ru/3.1/library/formatter.html#module-formatter) | *Универсальный форматтер вывода и интерфейс устройства.* |239| | [`fpectl`](https://python-all.ru/3.1/library/fpectl.html#module-fpectl) *(Unix)* | *Обеспечивает управление обработкой исключений с плавающей запятой.* |240| | [`fractions`](https://python-all.ru/3.1/library/fractions.html#module-fractions) | *Рациональные числа.* |241| | [`ftplib`](https://python-all.ru/3.1/library/ftplib.html#module-ftplib) | *Клиент протокола FTP (требуются сокеты).* |242| | [`functools`](https://python-all.ru/3.1/library/functools.html#module-functools) | *Функции высшего порядка и операции над вызываемыми объектами.* |243| | | |244| | **G** | |245| | [`gc`](https://python-all.ru/3.1/library/gc.html#module-gc) | *Интерфейс к сборщику мусора с обнаружением циклических ссылок.* |246| | [`getopt`](https://python-all.ru/3.1/library/getopt.html#module-getopt) | *Переносимый парсер параметров командной строки; поддержка как коротких, так и длинных имен параметров.* |247| | [`getpass`](https://python-all.ru/3.1/library/getpass.html#module-getpass) | *Переносимое чтение паролей и получение идентификатора пользователя.* |248| | [`gettext`](https://python-all.ru/3.1/library/gettext.html#module-gettext) | *Многоязычные службы интернационализации.* |249| | [`glob`](https://python-all.ru/3.1/library/glob.html#module-glob) | *Расширение шаблонов имён путей в стиле оболочки Unix.* |250| | [`grp`](https://python-all.ru/3.1/library/grp.html#module-grp) *(Unix)* | *База данных групп (getgrnam() и другие).* |251| | [`gzip`](https://python-all.ru/3.1/library/gzip.html#module-gzip) | *Интерфейсы для сжатия и распаковки gzip с использованием файловых объектов.* |252| | | |253| | **H** | |254| | [`hashlib`](https://python-all.ru/3.1/library/hashlib.html#module-hashlib) | *Алгоритмы безопасного хеширования и дайджеста сообщений.* |255| | [`heapq`](https://python-all.ru/3.1/library/heapq.html#module-heapq) | *Алгоритм пирамидальной очереди (также известен как очередь с приоритетом).* |256| | [`hmac`](https://python-all.ru/3.1/library/hmac.html#module-hmac) | *Реализация ключевого хеширования для аутентификации сообщений (HMAC) для Python.* |257|  | `html` | |258| | [`html.entities`](https://python-all.ru/3.1/library/html.entities.html#module-html.entities) | *Определения общих сущностей HTML.* |259| | [`html.parser`](https://python-all.ru/3.1/library/html.parser.html#module-html.parser) | *Простой парсер, способный обрабатывать HTML и XHTML.* |260|  | `http` | |261| | [`http.client`](https://python-all.ru/3.1/library/http.client.html#module-http.client) | *Клиент протокола HTTP и HTTPS (требуются сокеты).* |262| | [`http.cookiejar`](https://python-all.ru/3.1/library/http.cookiejar.html#module-http.cookiejar) | *Классы для автоматической обработки HTTP-куки.* |263| | [`http.cookies`](https://python-all.ru/3.1/library/http.cookies.html#module-http.cookies) | *Поддержка управления состоянием HTTP (куки).* |264| | [`http.server`](https://python-all.ru/3.1/library/http.server.html#module-http.server) | *HTTP-сервер и обработчики запросов.* |265| | | |266| | **I** | |267| | [`imaplib`](https://python-all.ru/3.1/library/imaplib.html#module-imaplib) | *Клиент протокола IMAP4 (требуются сокеты).* |268| | [`imghdr`](https://python-all.ru/3.1/library/imghdr.html#module-imghdr) | *Определение типа изображения, содержащегося в файле или потоке байтов.* |269| | [`imp`](https://python-all.ru/3.1/library/imp.html#module-imp) | *Предоставляет доступ к реализации оператора import.* |270|  | [`importlib`](https://python-all.ru/3.1/library/importlib.html#module-importlib) | *Реализация механизма импорта.* |271| | [`importlib.abc`](https://python-all.ru/3.1/library/importlib.html#module-importlib.abc) | *Абстрактные базовые классы, связанные с импортом.* |272| | [`importlib.machinery`](https://python-all.ru/3.1/library/importlib.html#module-importlib.machinery) | *Импортёры и перехватчики путей.* |273| | [`importlib.util`](https://python-all.ru/3.1/library/importlib.html#module-importlib.util) | *Импортёры и перехватчики путей.* |274| | [`inspect`](https://python-all.ru/3.1/library/inspect.html#module-inspect) | *Извлечение информации и исходного кода из живых объектов.* |275| | [`io`](https://python-all.ru/3.1/library/io.html#module-io) | *Основные инструменты для работы с потоками данных.* |276| | [`itertools`](https://python-all.ru/3.1/library/itertools.html#module-itertools) | *Функции, создающие итераторы для эффективного цикла.* |277| | | |278| | **J** | |279| | [`json`](https://python-all.ru/3.1/library/json.html#module-json) | *Кодирование и декодирование формата JSON.* |280| | | |281| | **K** | |282| | [`ключевое слово`](https://python-all.ru/3.1/library/keyword.html#module-keyword) | *Проверяет, является ли строка ключевым словом в Python.* |283| | | |284| | **L** | |285| | [`lib2to3`](https://python-all.ru/3.1/library/2to3.html#module-lib2to3) | *библиотека 2to3* |286| | [`linecache`](https://python-all.ru/3.1/library/linecache.html#module-linecache) | *Этот модуль обеспечивает произвольный доступ к отдельным строкам из текстовых файлов.* |287| | [`locale`](https://python-all.ru/3.1/library/locale.html#module-locale) | *Сервисы интернационализации.* |288|  | [`logging`](https://python-all.ru/3.1/library/logging.html#module-logging) | *Гибкая система логирования ошибок для приложений.* |289| | [`logging.handlers`](https://python-all.ru/3.1/library/logging.html#module-logging.handlers) | |290| | | |291| | **M** | |292| | [`macpath`](https://python-all.ru/3.1/library/macpath.html#module-macpath) | *Функции для работы с путями в Mac OS 9.* |293| | [`mailbox`](https://python-all.ru/3.1/library/mailbox.html#module-mailbox) | *Манипулирует почтовыми ящиками в различных форматах* |294| | [`mailcap`](https://python-all.ru/3.1/library/mailcap.html#module-mailcap) | *Обработка файлов mailcap.* |295| | [`marshal`](https://python-all.ru/3.1/library/marshal.html#module-marshal) | *Преобразует объекты Python в потоки байтов и обратно (с разными ограничениями).* |296| | [`math`](https://python-all.ru/3.1/library/math.html#module-math) | *Математические функции (sin() и др.).* |297| | [`mimetypes`](https://python-all.ru/3.1/library/mimetypes.html#module-mimetypes) | *Сопоставление расширений имён файлов с MIME-типами.* |298| | [`mmap`](https://python-all.ru/3.1/library/mmap.html#module-mmap) | *Интерфейс к файлам, отображаемым в память, для Unix и Windows.* |299| | [`modulefinder`](https://python-all.ru/3.1/library/modulefinder.html#module-modulefinder) | *Находит модули, используемые скриптом.* |300| | [`msilib`](https://python-all.ru/3.1/library/msilib.html#module-msilib) *(Windows)* | *Создание файлов Microsoft Installer и CAB-файлов.* |301| | [`msvcrt`](https://python-all.ru/3.1/library/msvcrt.html#module-msvcrt) *(Windows)* | *Разные полезные процедуры из MS VC++ runtime.* |302|  | [`multiprocessing`](https://python-all.ru/3.1/library/multiprocessing.html#module-multiprocessing) | *Параллелизм на основе процессов.* |303| | [`multiprocessing.connection`](https://python-all.ru/3.1/library/multiprocessing.html#module-multiprocessing.connection) | *API для работы с сокетами.* |304| | [`multiprocessing.dummy`](https://python-all.ru/3.1/library/multiprocessing.html#module-multiprocessing.dummy) | *Простая обёртка вокруг threading.* |305| | [`multiprocessing.managers`](https://python-all.ru/3.1/library/multiprocessing.html#module-multiprocessing.managers) | *Совместное использование данных между процессами с помощью разделяемых объектов.* |306| | [`multiprocessing.pool`](https://python-all.ru/3.1/library/multiprocessing.html#module-multiprocessing.pool) | *Создание пулов процессов.* |307| | [`multiprocessing.sharedctypes`](https://python-all.ru/3.1/library/multiprocessing.html#module-multiprocessing.sharedctypes) | *Выделяет объекты ctypes из разделяемой памяти.* |308| | | |309| | **N** | |310| | [`netrc`](https://python-all.ru/3.1/library/netrc.html#module-netrc) | *Загрузка файлов .netrc.* |311| | [`nis`](https://python-all.ru/3.1/library/nis.html#module-nis) *(Unix)* | *Интерфейс к библиотеке NIS (Yellow Pages) от Sun.* |312| | [`nntplib`](https://python-all.ru/3.1/library/nntplib.html#module-nntplib) | *Клиент протокола NNTP (требуются сокеты).* |313| | [`numbers`](https://python-all.ru/3.1/library/numbers.html#module-numbers) | *Абстрактные базовые классы для чисел (Complex, Real, Integral и др.).* |314| | | |315| | **O** | |316| | [`operator`](https://python-all.ru/3.1/library/operator.html#module-operator) | *Функции, соответствующие стандартным операторам.* |317| | [`optparse`](https://python-all.ru/3.1/library/optparse.html#module-optparse) | *Более удобная, гибкая и мощная библиотека для разбора аргументов командной строки.* |318|  | [`os`](https://python-all.ru/3.1/library/os.html#module-os) | *Различные интерфейсы операционной системы.* |319| | [`os.path`](https://python-all.ru/3.1/library/os.path.html#module-os.path) | *Операции с именами путей.* |320| | [`ossaudiodev`](https://python-all.ru/3.1/library/ossaudiodev.html#module-ossaudiodev) *(Linux, FreeBSD)* | *Доступ к аудиоустройствам, совместимым с OSS.* |321| | | |322| | **P** | |323| | [`parser`](https://python-all.ru/3.1/library/parser.html#module-parser) | *Доступ к деревьям разбора исходного кода Python.* |324| | [`pdb`](https://python-all.ru/3.1/library/pdb.html#module-pdb) | *Отладчик Python для интерактивных интерпретаторов.* |325| | [`pickle`](https://python-all.ru/3.1/library/pickle.html#module-pickle) | *Преобразует объекты Python в потоки байтов и обратно.* |326| | [`pickletools`](https://python-all.ru/3.1/library/pickletools.html#module-pickletools) | *Содержит обширные комментарии о протоколах pickle и кодах операций pickle-машины, а также несколько полезных функций.* |327| | [`pipes`](https://python-all.ru/3.1/library/pipes.html#module-pipes) *(Unix)* | *Интерфейс Python для конвейеров командной оболочки Unix.* |328| | [`pkgutil`](https://python-all.ru/3.1/library/pkgutil.html#module-pkgutil) | *Утилиты для системы импорта.* |329| | [`platform`](https://python-all.ru/3.1/library/platform.html#module-platform) | *Извлекает как можно больше данных, идентифицирующих платформу.* |330| | [`plistlib`](https://python-all.ru/3.1/library/plistlib.html#module-plistlib) | *Генерация и разбор plist-файлов Mac OS X.* |331| | [`poplib`](https://python-all.ru/3.1/library/poplib.html#module-poplib) | *Клиент протокола POP3 (требуются сокеты).* |332| | [`posix`](https://python-all.ru/3.1/library/posix.html#module-posix) *(Unix)* | *Наиболее распространённые системные вызовы POSIX (обычно используются через модуль os).* |333| | [`pprint`](https://python-all.ru/3.1/library/pprint.html#module-pprint) | *Форматированный вывод данных.* |334| | [`profile`](https://python-all.ru/3.1/library/profile.html#module-profile) | *Профилировщик исходного кода Python.* |335| | [`pstats`](https://python-all.ru/3.1/library/profile.html#module-pstats) | *Объект статистики для использования с профилировщиком.* |336| | [`pty`](https://python-all.ru/3.1/library/pty.html#module-pty) *(Linux)* | *Обработка псевдотерминалов для Linux.* |337| | [`pwd`](https://python-all.ru/3.1/library/pwd.html#module-pwd) *(Unix)* | *База данных паролей (getpwnam() и подобные).* |338| | [`py_compile`](https://python-all.ru/3.1/library/py_compile.html#module-py_compile) | *Генерирует байт-код из исходных файлов Python.* |339| | [`pyclbr`](https://python-all.ru/3.1/library/pyclbr.html#module-pyclbr) | *Поддерживает извлечение информации для браузера классов Python.* |340| | [`pydoc`](https://python-all.ru/3.1/library/pydoc.html#module-pydoc) | *Генератор документации и система онлайн-справки.* |341| | | |342| | **Q** | |343| | [`очередь`](https://python-all.ru/3.1/library/queue.html#module-queue) | *Синхронизированный класс очереди.* |344| | [`quopri`](https://python-all.ru/3.1/library/quopri.html#module-quopri) | *Кодирует и декодирует файлы с помощью кодировки MIME quoted-printable.* |345| | | |346| | **R** | |347| | [`random`](https://python-all.ru/3.1/library/random.html#module-random) | *Генерирует псевдослучайные числа с различными распространёнными распределениями.* |348| | [`re`](https://python-all.ru/3.1/library/re.html#module-re) | *Операции с регулярными выражениями.* |349| | [`readline`](https://python-all.ru/3.1/library/readline.html#module-readline) *(Unix)* | *Поддержка GNU readline для Python.* |350| | [`reprlib`](https://python-all.ru/3.1/library/reprlib.html#module-reprlib) | *Альтернативная реализация repr() с ограничениями по размеру.* |351| | [`resource`](https://python-all.ru/3.1/library/resource.html#module-resource) *(Unix)* | *Интерфейс для предоставления информации об использовании ресурсов текущим процессом.* |352| | [`rlcompleter`](https://python-all.ru/3.1/library/rlcompleter.html#module-rlcompleter) | *Автодополнение идентификаторов Python, подходящее для библиотеки GNU readline.* |353| | [`runpy`](https://python-all.ru/3.1/library/runpy.html#module-runpy) | *Находит и запускает модули Python без предварительного импорта.* |354| | | |355| | **S** | |356| | [`sched`](https://python-all.ru/3.1/library/sched.html#module-sched) | *Планировщик событий общего назначения.* |357| | [`select`](https://python-all.ru/3.1/library/select.html#module-select) | *Ожидание завершения ввода-вывода на нескольких потоках данных.* |358| | [`shelve`](https://python-all.ru/3.1/library/shelve.html#module-shelve) | *Персистентность объектов Python.* |359| | [`shlex`](https://python-all.ru/3.1/library/shlex.html#module-shlex) | *Простой лексический анализ для языков, подобных командной оболочке Unix.* |360| | [`shutil`](https://python-all.ru/3.1/library/shutil.html#module-shutil) | *Операции с файлами высокого уровня, включая копирование.* |361| | [`signal`](https://python-all.ru/3.1/library/signal.html#module-signal) | *Установка обработчиков для асинхронных событий.* |362| | [`site`](https://python-all.ru/3.1/library/site.html#module-site) | *Стандартный способ ссылаться на модули, специфичные для сайта.* |363| | [`smtpd`](https://python-all.ru/3.1/library/smtpd.html#module-smtpd) | *Реализация SMTP-сервера на Python.* |364| | [`smtplib`](https://python-all.ru/3.1/library/smtplib.html#module-smtplib) | *Клиент протокола SMTP (требуется поддержка сокетов).* |365| | [`sndhdr`](https://python-all.ru/3.1/library/sndhdr.html#module-sndhdr) | *Определение типа звукового файла.* |366| | [`socket`](https://python-all.ru/3.1/library/socket.html#module-socket) | *Низкоуровневый сетевой интерфейс.* |367| | [`socketserver`](https://python-all.ru/3.1/library/socketserver.html#module-socketserver) | *Фреймворк для сетевых серверов.* |368| | [`spwd`](https://python-all.ru/3.1/library/spwd.html#module-spwd) *(Unix)* | *База данных теневых паролей (getspnam() и другие).* |369| | [`sqlite3`](https://python-all.ru/3.1/library/sqlite3.html#module-sqlite3) | *Реализация DB-API 2.0 с использованием SQLite 3.x.* |370| | [`ssl`](https://python-all.ru/3.1/library/ssl.html#module-ssl) | *Обёртка TLS/SSL для объектов сокетов* |371| | [`stat`](https://python-all.ru/3.1/library/stat.html#module-stat) | *Утилиты для интерпретации результатов os.stat(), os.lstat() и os.fstat().* |372| | [`string`](https://python-all.ru/3.1/library/string.html#module-string) | *Общие операции со строками.* |373| | [`stringprep`](https://python-all.ru/3.1/library/stringprep.html#module-stringprep) | **Устарело:** *Подготовка строк согласно RFC 3453* |374| | [`struct`](https://python-all.ru/3.1/library/struct.html#module-struct) | *Интерпретация байтов как упакованных двоичных данных.* |375| | [`подпроцесс`](https://python-all.ru/3.1/library/subprocess.html#module-subprocess) | *Управление подпроцессами.* |376| | [`sunau`](https://python-all.ru/3.1/library/sunau.html#module-sunau) | *Предоставление интерфейса для звукового формата Sun AU.* |377| | [`symbol`](https://python-all.ru/3.1/library/symbol.html#module-symbol) | *Константы, представляющие внутренние узлы дерева разбора.* |378| | [`symtable`](https://python-all.ru/3.1/library/symtable.html#module-symtable) | *Интерфейс к внутренним таблицам символов компилятора.* |379| | [`sys`](https://python-all.ru/3.1/library/sys.html#module-sys) | *Доступ к системным параметрам и функциям.* |380| | [`syslog`](https://python-all.ru/3.1/library/syslog.html#module-syslog) *(Unix)* | *Интерфейс к библиотеке системного журнала Unix.* |381| | | |382| | **T** | |383| | [`tabnanny`](https://python-all.ru/3.1/library/tabnanny.html#module-tabnanny) | *Инструмент для обнаружения проблем с пробельными символами в файлах исходного кода Python в дереве каталогов.* |384| | [`tarfile`](https://python-all.ru/3.1/library/tarfile.html#module-tarfile) | *Чтение и запись архивных файлов в формате tar.* |385| | [`telnetlib`](https://python-all.ru/3.1/library/telnetlib.html#module-telnetlib) | *Класс Telnet-клиента.* |386| | [`tempfile`](https://python-all.ru/3.1/library/tempfile.html#module-tempfile) | *Создание временных файлов и каталогов.* |387| | [`termios`](https://python-all.ru/3.1/library/termios.html#module-termios) *(Unix)* | *Управление терминалом в стиле POSIX.* |388|  | [`test`](https://python-all.ru/3.1/library/test.html#module-test) | *Пакет регрессионного тестирования, содержащий набор тестов для Python.* |389| | [`test.support`](https://python-all.ru/3.1/library/test.html#module-test.support) | *Поддержка регрессионных тестов Python.* |390| | [`textwrap`](https://python-all.ru/3.1/library/textwrap.html#module-textwrap) | *Перенос и заполнение текста.* |391| | [`threading`](https://python-all.ru/3.1/library/threading.html#module-threading) | *Параллелизм на основе потоков.* |392| | [`time`](https://python-all.ru/3.1/library/time.html#module-time) | *Доступ ко времени и преобразования.* |393| | [`timeit`](https://python-all.ru/3.1/library/timeit.html#module-timeit) | *Измерение времени выполнения небольших фрагментов кода.* |394|  | [`tkinter`](https://python-all.ru/3.1/library/tkinter.html#module-tkinter) | *Интерфейс к Tcl/Tk для графических пользовательских интерфейсов* |395| | [`tkinter.scrolledtext`](https://python-all.ru/3.1/library/tkinter.scrolledtext.html#module-tkinter.scrolledtext) *(Tk)* | *Текстовый виджет с вертикальной полосой прокрутки.* |396| | [`tkinter.tix`](https://python-all.ru/3.1/library/tkinter.tix.html#module-tkinter.tix) | *Виджеты расширения Tk для Tkinter* |397| | [`tkinter.ttk`](https://python-all.ru/3.1/library/tkinter.ttk.html#module-tkinter.ttk) | *Набор виджетов с темой Tk* |398| | [`token`](https://python-all.ru/3.1/library/token.html#module-token) | *Константы, представляющие конечные узлы дерева разбора.* |399| | [`tokenize`](https://python-all.ru/3.1/library/tokenize.html#module-tokenize) | *Лексический сканер исходного кода Python.* |400| | [`trace`](https://python-all.ru/3.1/library/trace.html#module-trace) | *Трассировка или отслеживание выполнения операторов Python.* |401| | [`traceback`](https://python-all.ru/3.1/library/traceback.html#module-traceback) | *Печать или получение трассировки стека.* |402| | [`tty`](https://python-all.ru/3.1/library/tty.html#module-tty) *(Unix)* | *Вспомогательные функции для выполнения типовых операций управления терминалом.* |403| | [`turtle`](https://python-all.ru/3.1/library/turtle.html#module-turtle) | *Образовательный фреймворк для простых графических приложений* |404| | [`types`](https://python-all.ru/3.1/library/types.html#module-types) | *Имена встроенных типов.* |405| | | |406| | **U** | |407| | [`unicodedata`](https://python-all.ru/3.1/library/unicodedata.html#module-unicodedata) | *Доступ к базе данных Unicode.* |408| | [`unittest`](https://python-all.ru/3.1/library/unittest.html#module-unittest) | *Фреймворк для модульного тестирования Python.* |409|  | `urllib` | |410| | [`urllib.error`](https://python-all.ru/3.1/library/urllib.error.html#module-urllib.error) | *Классы исключений, вызываемые urllib.request.* |411| | [`urllib.parse`](https://python-all.ru/3.1/library/urllib.parse.html#module-urllib.parse) | *Разбор URL на составляющие и сборка из компонентов.* |412| | [`urllib.request`](https://python-all.ru/3.1/library/urllib.request.html#module-urllib.request) | *Библиотека для открытия URL нового поколения.* |413| | [`urllib.response`](https://python-all.ru/3.1/library/urllib.request.html#module-urllib.response) | *Классы ответов, используемые в urllib.* |414| | [`urllib.robotparser`](https://python-all.ru/3.1/library/urllib.robotparser.html#module-urllib.robotparser) | *Загрузка файла robots.txt и ответы на вопросы о возможности загрузки других URL.* |415| | [`uu`](https://python-all.ru/3.1/library/uu.html#module-uu) | *Кодирование и декодирование файлов в формате uuencode.* |416| | [`uuid`](https://python-all.ru/3.1/library/uuid.html#module-uuid) | *Объекты UUID (универсальные уникальные идентификаторы) в соответствии с RFC 4122* |417| | | |418| | **W** | |419| | [`warnings`](https://python-all.ru/3.1/library/warnings.html#module-warnings) | *Вывод предупреждений и управление их обработкой.* |420| | [`wave`](https://python-all.ru/3.1/library/wave.html#module-wave) | *Интерфейс для работы со звуковым форматом WAV.* |421| | [`weakref`](https://python-all.ru/3.1/library/weakref.html#module-weakref) | *Поддержка слабых ссылок и слабых словарей.* |422| | [`webbrowser`](https://python-all.ru/3.1/library/webbrowser.html#module-webbrowser) | *Удобный контроллер для веб-браузеров.* |423| | [`winreg`](https://python-all.ru/3.1/library/winreg.html#module-winreg) *(Windows)* | *Функции и объекты для работы с реестром Windows.* |424| | [`winsound`](https://python-all.ru/3.1/library/winsound.html#module-winsound) *(Windows)* | *Доступ к аудиоустройствам Windows.* |425|  | [`wsgiref`](https://python-all.ru/3.1/library/wsgiref.html#module-wsgiref) | *Утилиты WSGI и эталонная реализация.* |426| | [`wsgiref.handlers`](https://python-all.ru/3.1/library/wsgiref.html#module-wsgiref.handlers) | *Базовые классы сервера/шлюза WSGI.* |427| | [`wsgiref.headers`](https://python-all.ru/3.1/library/wsgiref.html#module-wsgiref.headers) | *Инструменты для заголовков ответа WSGI.* |428| | [`wsgiref.simple_server`](https://python-all.ru/3.1/library/wsgiref.html#module-wsgiref.simple_server) | *Простой HTTP-сервер WSGI.* |429| | [`wsgiref.util`](https://python-all.ru/3.1/library/wsgiref.html#module-wsgiref.util) | *Утилиты окружения WSGI.* |430| | [`wsgiref.validate`](https://python-all.ru/3.1/library/wsgiref.html#module-wsgiref.validate) | *Проверка соответствия WSGI.* |431| | | |432| | **X** | |433| | [`xdrlib`](https://python-all.ru/3.1/library/xdrlib.html#module-xdrlib) | *Кодеры и декодеры для External Data Representation (XDR).* |434|  | `xml` | |435| | [`xml.dom`](https://python-all.ru/3.1/library/xml.dom.html#module-xml.dom) | *API объектной модели документа (DOM) для Python.* |436| | [`xml.dom.minidom`](https://python-all.ru/3.1/library/xml.dom.minidom.html#module-xml.dom.minidom) | *Легковесная реализация объектной модели документа (DOM).* |437| | [`xml.dom.pulldom`](https://python-all.ru/3.1/library/xml.dom.pulldom.html#module-xml.dom.pulldom) | *Поддержка построения частичных DOM-деревьев из событий SAX.* |438| | [`xml.etree.ElementTree`](https://python-all.ru/3.1/library/xml.etree.elementtree.html#module-xml.etree.ElementTree) | *Реализация API ElementTree.* |439| | [`xml.parsers.expat`](https://python-all.ru/3.1/library/pyexpat.html#module-xml.parsers.expat) | *Интерфейс к непроверяющему XML-парсеру Expat.* |440| | [`xml.sax`](https://python-all.ru/3.1/library/xml.sax.html#module-xml.sax) | *Пакет, содержащий базовые классы SAX2 и вспомогательные функции.* |441| | [`xml.sax.handler`](https://python-all.ru/3.1/library/xml.sax.handler.html#module-xml.sax.handler) | *Базовые классы для обработчиков событий SAX.* |442| | [`xml.sax.saxutils`](https://python-all.ru/3.1/library/xml.sax.utils.html#module-xml.sax.saxutils) | *Вспомогательные функции и классы для работы с SAX.* |443| | [`xml.sax.xmlreader`](https://python-all.ru/3.1/library/xml.sax.reader.html#module-xml.sax.xmlreader) | *Интерфейс, который должны реализовывать XML-парсеры, совместимые с SAX.* |444|  | `xmlrpc` | |445| | [`xmlrpc.client`](https://python-all.ru/3.1/library/xmlrpc.client.html#module-xmlrpc.client) | *Клиентский доступ к XML-RPC.* |446| | [`xmlrpc.server`](https://python-all.ru/3.1/library/xmlrpc.server.html#module-xmlrpc.server) | *Базовые реализации сервера XML-RPC.* |447| | | |448| | **Z** | |449| | [`zipfile`](https://python-all.ru/3.1/library/zipfile.html#module-zipfile) | *Чтение и запись архивных файлов в формате ZIP.* |450| | [`zipimport`](https://python-all.ru/3.1/library/zipimport.html#module-zipimport) | *поддержка импорта модулей Python из ZIP-архивов* |451| | [`zlib`](https://python-all.ru/3.1/library/zlib.html#module-zlib) | *Низкоуровневый интерфейс к процедурам сжатия и распаковки, совместимым с gzip.* |452