Документация Python неофициальный перевод

contents.md

4979 строк · 478.1 КБ · обычная страница · сырой текст · скачать

1> **Источник:** https://python-all.ru/3.7/contents.html2>3> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.45---67# Содержание документации Python89- [Что нового в Python](https://python-all.ru/3.7/whatsnew/index.html)1011  - [Что нового в Python 3.7](https://python-all.ru/3.7/whatsnew/3.7.html)1213    - [Сводка – основные моменты выпуска](https://python-all.ru/3.7/whatsnew/3.7.html#summary-release-highlights)14    - [Новые возможности](https://python-all.ru/3.7/whatsnew/3.7.html#new-features)1516      - [PEP 563: Отложенная оценка аннотаций](https://python-all.ru/3.7/whatsnew/3.7.html#pep-563-postponed-evaluation-of-annotations)17      - [PEP 538: Приведение устаревшей C-локали](https://python-all.ru/3.7/whatsnew/3.7.html#pep-538-legacy-c-locale-coercion)18      - [PEP 540: Принудительный режим UTF-8 во время выполнения](https://python-all.ru/3.7/whatsnew/3.7.html#pep-540-forced-utf-8-runtime-mode)19      - [PEP 553: Встроенная функция `breakpoint()`](https://python-all.ru/3.7/whatsnew/3.7.html#pep-553-built-in-breakpoint)20      - [PEP 539: Новый C API для локального хранилища потоков](https://python-all.ru/3.7/whatsnew/3.7.html#pep-539-new-c-api-for-thread-local-storage)21      - [PEP 562: Настройка доступа к атрибутам модуля](https://python-all.ru/3.7/whatsnew/3.7.html#pep-562-customization-of-access-to-module-attributes)22      - [PEP 564: Новые функции времени с наносекундным разрешением](https://python-all.ru/3.7/whatsnew/3.7.html#pep-564-new-time-functions-with-nanosecond-resolution)23      - [PEP 565: Показывать DeprecationWarning в `__main__`](https://python-all.ru/3.7/whatsnew/3.7.html#pep-565-show-deprecationwarning-in-main)24      - [PEP 560: Базовая поддержка модуля `typing` и обобщённых типов](https://python-all.ru/3.7/whatsnew/3.7.html#pep-560-core-support-for-typing-module-and-generic-types)25      - [PEP 552: .pyc-файлы на основе хешей](https://python-all.ru/3.7/whatsnew/3.7.html#pep-552-hash-based-pyc-files)26      - [PEP 545: Переводы документации Python](https://python-all.ru/3.7/whatsnew/3.7.html#pep-545-python-documentation-translations)27      - [Режим разработки: -X dev](https://python-all.ru/3.7/whatsnew/3.7.html#development-runtime-mode-x-dev)28    - [Прочие изменения языка](https://python-all.ru/3.7/whatsnew/3.7.html#other-language-changes)29    - [Новые модули](https://python-all.ru/3.7/whatsnew/3.7.html#new-modules)3031      - [contextvars](https://python-all.ru/3.7/whatsnew/3.7.html#contextvars)32      - [dataclasses](https://python-all.ru/3.7/whatsnew/3.7.html#dataclasses)33      - [importlib.resources](https://python-all.ru/3.7/whatsnew/3.7.html#importlib-resources)34    - [Улучшенные модули](https://python-all.ru/3.7/whatsnew/3.7.html#improved-modules)3536      - [argparse](https://python-all.ru/3.7/whatsnew/3.7.html#argparse)37      - [asyncio](https://python-all.ru/3.7/whatsnew/3.7.html#asyncio)38      - [binascii](https://python-all.ru/3.7/whatsnew/3.7.html#binascii)39      - [calendar](https://python-all.ru/3.7/whatsnew/3.7.html#calendar)40      - [collections](https://python-all.ru/3.7/whatsnew/3.7.html#collections)41      - [compileall](https://python-all.ru/3.7/whatsnew/3.7.html#compileall)42      - [concurrent.futures](https://python-all.ru/3.7/whatsnew/3.7.html#concurrent-futures)43      - [contextlib](https://python-all.ru/3.7/whatsnew/3.7.html#contextlib)44      - [cProfile](https://python-all.ru/3.7/whatsnew/3.7.html#cprofile)45      - [crypt](https://python-all.ru/3.7/whatsnew/3.7.html#crypt)46      - [datetime](https://python-all.ru/3.7/whatsnew/3.7.html#datetime)47      - [dbm](https://python-all.ru/3.7/whatsnew/3.7.html#dbm)48      - [decimal](https://python-all.ru/3.7/whatsnew/3.7.html#decimal)49      - [dis](https://python-all.ru/3.7/whatsnew/3.7.html#dis)50      - [distutils](https://python-all.ru/3.7/whatsnew/3.7.html#distutils)51      - [enum](https://python-all.ru/3.7/whatsnew/3.7.html#enum)52      - [functools](https://python-all.ru/3.7/whatsnew/3.7.html#functools)53      - [gc](https://python-all.ru/3.7/whatsnew/3.7.html#gc)54      - [hmac](https://python-all.ru/3.7/whatsnew/3.7.html#hmac)55      - [http.client](https://python-all.ru/3.7/whatsnew/3.7.html#http-client)56      - [http.server](https://python-all.ru/3.7/whatsnew/3.7.html#http-server)57      - [idlelib и IDLE](https://python-all.ru/3.7/whatsnew/3.7.html#idlelib-and-idle)58      - [importlib](https://python-all.ru/3.7/whatsnew/3.7.html#importlib)59      - [io](https://python-all.ru/3.7/whatsnew/3.7.html#io)60      - [ipaddress](https://python-all.ru/3.7/whatsnew/3.7.html#ipaddress)61      - [itertools](https://python-all.ru/3.7/whatsnew/3.7.html#itertools)62      - [locale](https://python-all.ru/3.7/whatsnew/3.7.html#locale)63      - [logging](https://python-all.ru/3.7/whatsnew/3.7.html#logging)64      - [math](https://python-all.ru/3.7/whatsnew/3.7.html#math)65      - [mimetypes](https://python-all.ru/3.7/whatsnew/3.7.html#mimetypes)66      - [msilib](https://python-all.ru/3.7/whatsnew/3.7.html#msilib)67      - [multiprocessing](https://python-all.ru/3.7/whatsnew/3.7.html#multiprocessing)68      - [os](https://python-all.ru/3.7/whatsnew/3.7.html#os)69      - [pathlib](https://python-all.ru/3.7/whatsnew/3.7.html#pathlib)70      - [pdb](https://python-all.ru/3.7/whatsnew/3.7.html#pdb)71      - [py\_compile](https://python-all.ru/3.7/whatsnew/3.7.html#py-compile)72      - [pydoc](https://python-all.ru/3.7/whatsnew/3.7.html#pydoc)73      - [очередь](https://python-all.ru/3.7/whatsnew/3.7.html#queue)74      - [re](https://python-all.ru/3.7/whatsnew/3.7.html#re)75      - [signal](https://python-all.ru/3.7/whatsnew/3.7.html#signal)76      - [сокет](https://python-all.ru/3.7/whatsnew/3.7.html#socket)77      - [socketserver](https://python-all.ru/3.7/whatsnew/3.7.html#socketserver)78      - [sqlite3](https://python-all.ru/3.7/whatsnew/3.7.html#sqlite3)79      - [ssl](https://python-all.ru/3.7/whatsnew/3.7.html#ssl)80      - [строка](https://python-all.ru/3.7/whatsnew/3.7.html#string)81      - [подпроцесс](https://python-all.ru/3.7/whatsnew/3.7.html#subprocess)82      - [sys](https://python-all.ru/3.7/whatsnew/3.7.html#sys)83      - [time](https://python-all.ru/3.7/whatsnew/3.7.html#time)84      - [tkinter](https://python-all.ru/3.7/whatsnew/3.7.html#tkinter)85      - [tracemalloc](https://python-all.ru/3.7/whatsnew/3.7.html#tracemalloc)86      - [типы](https://python-all.ru/3.7/whatsnew/3.7.html#types)87      - [unicodedata](https://python-all.ru/3.7/whatsnew/3.7.html#unicodedata)88      - [unittest](https://python-all.ru/3.7/whatsnew/3.7.html#unittest)89      - [unittest.mock](https://python-all.ru/3.7/whatsnew/3.7.html#unittest-mock)90      - [urllib.parse](https://python-all.ru/3.7/whatsnew/3.7.html#urllib-parse)91      - [uu](https://python-all.ru/3.7/whatsnew/3.7.html#uu)92      - [uuid](https://python-all.ru/3.7/whatsnew/3.7.html#uuid)93      - [warnings](https://python-all.ru/3.7/whatsnew/3.7.html#warnings)94      - [xml](https://python-all.ru/3.7/whatsnew/3.7.html#xml)95      - [xml.etree](https://python-all.ru/3.7/whatsnew/3.7.html#xml-etree)96      - [xmlrpc.server](https://python-all.ru/3.7/whatsnew/3.7.html#xmlrpc-server)97      - [zipapp](https://python-all.ru/3.7/whatsnew/3.7.html#zipapp)98      - [zipfile](https://python-all.ru/3.7/whatsnew/3.7.html#zipfile)99    - [Изменения C API](https://python-all.ru/3.7/whatsnew/3.7.html#c-api-changes)100    - [Изменения сборки](https://python-all.ru/3.7/whatsnew/3.7.html#build-changes)101    - [Оптимизации](https://python-all.ru/3.7/whatsnew/3.7.html#optimizations)102    - [Прочие изменения реализации CPython](https://python-all.ru/3.7/whatsnew/3.7.html#other-cpython-implementation-changes)103    - [Устаревшее поведение Python](https://python-all.ru/3.7/whatsnew/3.7.html#deprecated-python-behavior)104    - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.7/whatsnew/3.7.html#deprecated-python-modules-functions-and-methods)105106      - [aifc](https://python-all.ru/3.7/whatsnew/3.7.html#aifc)107      - [asyncio](https://python-all.ru/3.7/whatsnew/3.7.html#whatsnew37-asyncio-deprecated)108      - [collections](https://python-all.ru/3.7/whatsnew/3.7.html#id3)109      - [dbm](https://python-all.ru/3.7/whatsnew/3.7.html#id4)110      - [enum](https://python-all.ru/3.7/whatsnew/3.7.html#id5)111      - [gettext](https://python-all.ru/3.7/whatsnew/3.7.html#gettext)112      - [importlib](https://python-all.ru/3.7/whatsnew/3.7.html#id6)113      - [locale](https://python-all.ru/3.7/whatsnew/3.7.html#id7)114      - [macpath](https://python-all.ru/3.7/whatsnew/3.7.html#macpath)115      - [threading](https://python-all.ru/3.7/whatsnew/3.7.html#threading)116      - [сокет](https://python-all.ru/3.7/whatsnew/3.7.html#id8)117      - [ssl](https://python-all.ru/3.7/whatsnew/3.7.html#id9)118      - [sunau](https://python-all.ru/3.7/whatsnew/3.7.html#sunau)119      - [sys](https://python-all.ru/3.7/whatsnew/3.7.html#id10)120      - [wave](https://python-all.ru/3.7/whatsnew/3.7.html#wave)121    - [Устаревшие функции и типы C API](https://python-all.ru/3.7/whatsnew/3.7.html#deprecated-functions-and-types-of-the-c-api)122    - [Удаление поддержки платформ](https://python-all.ru/3.7/whatsnew/3.7.html#platform-support-removals)123    - [Удаление API и возможностей](https://python-all.ru/3.7/whatsnew/3.7.html#api-and-feature-removals)124    - [Удаление модулей](https://python-all.ru/3.7/whatsnew/3.7.html#module-removals)125    - [Изменения только для Windows](https://python-all.ru/3.7/whatsnew/3.7.html#windows-only-changes)126    - [Перенос на Python 3.7](https://python-all.ru/3.7/whatsnew/3.7.html#porting-to-python-3-7)127128      - [Изменения в поведении Python](https://python-all.ru/3.7/whatsnew/3.7.html#changes-in-python-behavior)129      - [Изменения в Python API](https://python-all.ru/3.7/whatsnew/3.7.html#changes-in-the-python-api)130      - [Изменения в C API](https://python-all.ru/3.7/whatsnew/3.7.html#changes-in-the-c-api)131      - [Изменения байт-кода CPython](https://python-all.ru/3.7/whatsnew/3.7.html#cpython-bytecode-changes)132      - [Изменения только для Windows](https://python-all.ru/3.7/whatsnew/3.7.html#id12)133      - [Прочие изменения реализации CPython](https://python-all.ru/3.7/whatsnew/3.7.html#id13)134    - [Заметные изменения в Python 3.7.1](https://python-all.ru/3.7/whatsnew/3.7.html#notable-changes-in-python-3-7-1)135    - [Заметные изменения в Python 3.7.2](https://python-all.ru/3.7/whatsnew/3.7.html#notable-changes-in-python-3-7-2)136    - [Заметные изменения в Python 3.7.6](https://python-all.ru/3.7/whatsnew/3.7.html#notable-changes-in-python-3-7-6)137    - [Заметные изменения в Python 3.7.10](https://python-all.ru/3.7/whatsnew/3.7.html#notable-changes-in-python-3-7-10)138    - [Заметные изменения в Python 3.7.11](https://python-all.ru/3.7/whatsnew/3.7.html#notable-changes-in-python-3-7-11)139    - [Важная функция безопасности в 3.7.14](https://python-all.ru/3.7/whatsnew/3.7.html#notable-security-feature-in-3-7-14)140  - [Что нового в Python 3.6](https://python-all.ru/3.7/whatsnew/3.6.html)141142    - [Сводка – основные моменты выпуска](https://python-all.ru/3.7/whatsnew/3.6.html#summary-release-highlights)143    - [Новые возможности](https://python-all.ru/3.7/whatsnew/3.6.html#new-features)144145      - [PEP 498: Форматированные строковые литералы](https://python-all.ru/3.7/whatsnew/3.6.html#pep-498-formatted-string-literals)146      - [PEP 526: Синтаксис аннотаций переменных](https://python-all.ru/3.7/whatsnew/3.6.html#pep-526-syntax-for-variable-annotations)147      - [PEP 515: Подчёркивания в числовых литералах](https://python-all.ru/3.7/whatsnew/3.6.html#pep-515-underscores-in-numeric-literals)148      - [PEP 525: Асинхронные генераторы](https://python-all.ru/3.7/whatsnew/3.6.html#pep-525-asynchronous-generators)149      - [PEP 530: Асинхронные включения](https://python-all.ru/3.7/whatsnew/3.6.html#pep-530-asynchronous-comprehensions)150      - [PEP 487: Упрощённая настройка создания классов](https://python-all.ru/3.7/whatsnew/3.6.html#pep-487-simpler-customization-of-class-creation)151      - [PEP 487: Улучшения протокола дескрипторов](https://python-all.ru/3.7/whatsnew/3.6.html#pep-487-descriptor-protocol-enhancements)152      - [PEP 519: Добавление протокола пути файловой системы](https://python-all.ru/3.7/whatsnew/3.6.html#pep-519-adding-a-file-system-path-protocol)153      - [PEP 495: Устранение неоднозначности местного времени](https://python-all.ru/3.7/whatsnew/3.6.html#pep-495-local-time-disambiguation)154      - [PEP 529: Изменение кодировки файловой системы Windows на UTF-8](https://python-all.ru/3.7/whatsnew/3.6.html#pep-529-change-windows-filesystem-encoding-to-utf-8)155      - [PEP 528: Изменение кодировки консоли Windows на UTF-8](https://python-all.ru/3.7/whatsnew/3.6.html#pep-528-change-windows-console-encoding-to-utf-8)156      - [PEP 520: Сохранение порядка определения атрибутов класса](https://python-all.ru/3.7/whatsnew/3.6.html#pep-520-preserving-class-attribute-definition-order)157      - [PEP 468: Сохранение порядка именованных аргументов](https://python-all.ru/3.7/whatsnew/3.6.html#pep-468-preserving-keyword-argument-order)158      - [Новая реализация dict](https://python-all.ru/3.7/whatsnew/3.6.html#new-dict-implementation)159      - [PEP 523: Добавление API оценки фреймов в CPython](https://python-all.ru/3.7/whatsnew/3.6.html#pep-523-adding-a-frame-evaluation-api-to-cpython)160      - [Переменная окружения PYTHONMALLOC](https://python-all.ru/3.7/whatsnew/3.6.html#pythonmalloc-environment-variable)161      - [Поддержка трассировки DTrace и SystemTap](https://python-all.ru/3.7/whatsnew/3.6.html#dtrace-and-systemtap-probing-support)162    - [Прочие изменения языка](https://python-all.ru/3.7/whatsnew/3.6.html#other-language-changes)163    - [Новые модули](https://python-all.ru/3.7/whatsnew/3.6.html#new-modules)164165      - [secrets](https://python-all.ru/3.7/whatsnew/3.6.html#secrets)166    - [Улучшенные модули](https://python-all.ru/3.7/whatsnew/3.6.html#improved-modules)167168      - [array](https://python-all.ru/3.7/whatsnew/3.6.html#array)169      - [ast](https://python-all.ru/3.7/whatsnew/3.6.html#ast)170      - [asyncio](https://python-all.ru/3.7/whatsnew/3.6.html#asyncio)171      - [binascii](https://python-all.ru/3.7/whatsnew/3.6.html#binascii)172      - [cmath](https://python-all.ru/3.7/whatsnew/3.6.html#cmath)173      - [collections](https://python-all.ru/3.7/whatsnew/3.6.html#collections)174      - [concurrent.futures](https://python-all.ru/3.7/whatsnew/3.6.html#concurrent-futures)175      - [contextlib](https://python-all.ru/3.7/whatsnew/3.6.html#contextlib)176      - [datetime](https://python-all.ru/3.7/whatsnew/3.6.html#datetime)177      - [decimal](https://python-all.ru/3.7/whatsnew/3.6.html#decimal)178      - [distutils](https://python-all.ru/3.7/whatsnew/3.6.html#distutils)179      - [email](https://python-all.ru/3.7/whatsnew/3.6.html#email)180      - [encodings](https://python-all.ru/3.7/whatsnew/3.6.html#encodings)181      - [enum](https://python-all.ru/3.7/whatsnew/3.6.html#enum)182      - [faulthandler](https://python-all.ru/3.7/whatsnew/3.6.html#faulthandler)183      - [fileinput](https://python-all.ru/3.7/whatsnew/3.6.html#fileinput)184      - [hashlib](https://python-all.ru/3.7/whatsnew/3.6.html#hashlib)185      - [http.client](https://python-all.ru/3.7/whatsnew/3.6.html#http-client)186      - [idlelib и IDLE](https://python-all.ru/3.7/whatsnew/3.6.html#idlelib-and-idle)187      - [importlib](https://python-all.ru/3.7/whatsnew/3.6.html#importlib)188      - [inspect](https://python-all.ru/3.7/whatsnew/3.6.html#inspect)189      - [json](https://python-all.ru/3.7/whatsnew/3.6.html#json)190      - [logging](https://python-all.ru/3.7/whatsnew/3.6.html#logging)191      - [math](https://python-all.ru/3.7/whatsnew/3.6.html#math)192      - [multiprocessing](https://python-all.ru/3.7/whatsnew/3.6.html#multiprocessing)193      - [os](https://python-all.ru/3.7/whatsnew/3.6.html#os)194      - [pathlib](https://python-all.ru/3.7/whatsnew/3.6.html#pathlib)195      - [pdb](https://python-all.ru/3.7/whatsnew/3.6.html#pdb)196      - [pickle](https://python-all.ru/3.7/whatsnew/3.6.html#pickle)197      - [pickletools](https://python-all.ru/3.7/whatsnew/3.6.html#pickletools)198      - [pydoc](https://python-all.ru/3.7/whatsnew/3.6.html#pydoc)199      - [random](https://python-all.ru/3.7/whatsnew/3.6.html#random)200      - [re](https://python-all.ru/3.7/whatsnew/3.6.html#re)201      - [readline](https://python-all.ru/3.7/whatsnew/3.6.html#readline)202      - [rlcompleter](https://python-all.ru/3.7/whatsnew/3.6.html#rlcompleter)203      - [shlex](https://python-all.ru/3.7/whatsnew/3.6.html#shlex)204      - [site](https://python-all.ru/3.7/whatsnew/3.6.html#site)205      - [sqlite3](https://python-all.ru/3.7/whatsnew/3.6.html#sqlite3)206      - [сокет](https://python-all.ru/3.7/whatsnew/3.6.html#socket)207      - [socketserver](https://python-all.ru/3.7/whatsnew/3.6.html#socketserver)208      - [ssl](https://python-all.ru/3.7/whatsnew/3.6.html#ssl)209      - [statistics](https://python-all.ru/3.7/whatsnew/3.6.html#statistics)210      - [struct](https://python-all.ru/3.7/whatsnew/3.6.html#struct)211      - [подпроцесс](https://python-all.ru/3.7/whatsnew/3.6.html#subprocess)212      - [sys](https://python-all.ru/3.7/whatsnew/3.6.html#sys)213      - [telnetlib](https://python-all.ru/3.7/whatsnew/3.6.html#telnetlib)214      - [time](https://python-all.ru/3.7/whatsnew/3.6.html#time)215      - [timeit](https://python-all.ru/3.7/whatsnew/3.6.html#timeit)216      - [tkinter](https://python-all.ru/3.7/whatsnew/3.6.html#tkinter)217      - [traceback](https://python-all.ru/3.7/whatsnew/3.6.html#traceback)218      - [tracemalloc](https://python-all.ru/3.7/whatsnew/3.6.html#tracemalloc)219      - [typing](https://python-all.ru/3.7/whatsnew/3.6.html#typing)220      - [unicodedata](https://python-all.ru/3.7/whatsnew/3.6.html#unicodedata)221      - [unittest.mock](https://python-all.ru/3.7/whatsnew/3.6.html#unittest-mock)222      - [urllib.request](https://python-all.ru/3.7/whatsnew/3.6.html#urllib-request)223      - [urllib.robotparser](https://python-all.ru/3.7/whatsnew/3.6.html#urllib-robotparser)224      - [venv](https://python-all.ru/3.7/whatsnew/3.6.html#venv)225      - [warnings](https://python-all.ru/3.7/whatsnew/3.6.html#warnings)226      - [winreg](https://python-all.ru/3.7/whatsnew/3.6.html#winreg)227      - [winsound](https://python-all.ru/3.7/whatsnew/3.6.html#winsound)228      - [xmlrpc.client](https://python-all.ru/3.7/whatsnew/3.6.html#xmlrpc-client)229      - [zipfile](https://python-all.ru/3.7/whatsnew/3.6.html#zipfile)230      - [zlib](https://python-all.ru/3.7/whatsnew/3.6.html#zlib)231    - [Оптимизации](https://python-all.ru/3.7/whatsnew/3.6.html#optimizations)232    - [Изменения в сборке и C API](https://python-all.ru/3.7/whatsnew/3.6.html#build-and-c-api-changes)233    - [Прочие улучшения](https://python-all.ru/3.7/whatsnew/3.6.html#other-improvements)234    - [Устарело](https://python-all.ru/3.7/whatsnew/3.6.html#deprecated)235236      - [Новые ключевые слова](https://python-all.ru/3.7/whatsnew/3.6.html#new-keywords)237      - [Устаревшее поведение Python](https://python-all.ru/3.7/whatsnew/3.6.html#deprecated-python-behavior)238      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.7/whatsnew/3.6.html#deprecated-python-modules-functions-and-methods)239240        - [asynchat](https://python-all.ru/3.7/whatsnew/3.6.html#asynchat)241        - [asyncore](https://python-all.ru/3.7/whatsnew/3.6.html#asyncore)242        - [dbm](https://python-all.ru/3.7/whatsnew/3.6.html#dbm)243        - [distutils](https://python-all.ru/3.7/whatsnew/3.6.html#id2)244        - [grp](https://python-all.ru/3.7/whatsnew/3.6.html#grp)245        - [importlib](https://python-all.ru/3.7/whatsnew/3.6.html#id3)246        - [os](https://python-all.ru/3.7/whatsnew/3.6.html#id4)247        - [re](https://python-all.ru/3.7/whatsnew/3.6.html#id5)248        - [ssl](https://python-all.ru/3.7/whatsnew/3.6.html#id6)249        - [tkinter](https://python-all.ru/3.7/whatsnew/3.6.html#id7)250        - [venv](https://python-all.ru/3.7/whatsnew/3.6.html#id8)251      - [Устаревшие функции и типы C API](https://python-all.ru/3.7/whatsnew/3.6.html#deprecated-functions-and-types-of-the-c-api)252      - [Устаревшие параметры сборки](https://python-all.ru/3.7/whatsnew/3.6.html#deprecated-build-options)253    - [Удалённое](https://python-all.ru/3.7/whatsnew/3.6.html#removed)254255      - [Удаление API и возможностей](https://python-all.ru/3.7/whatsnew/3.6.html#api-and-feature-removals)256    - [Перенос на Python 3.6](https://python-all.ru/3.7/whatsnew/3.6.html#porting-to-python-3-6)257258      - [Изменения в поведении команды python](https://python-all.ru/3.7/whatsnew/3.6.html#changes-in-python-command-behavior)259      - [Изменения в Python API](https://python-all.ru/3.7/whatsnew/3.6.html#changes-in-the-python-api)260      - [Изменения в C API](https://python-all.ru/3.7/whatsnew/3.6.html#changes-in-the-c-api)261      - [Изменения байт-кода CPython](https://python-all.ru/3.7/whatsnew/3.6.html#cpython-bytecode-changes)262    - [Заметные изменения в Python 3.6.2](https://python-all.ru/3.7/whatsnew/3.6.html#notable-changes-in-python-3-6-2)263264      - [Новая `make regen-all` цель сборки](https://python-all.ru/3.7/whatsnew/3.6.html#new-make-regen-all-build-target)265      - [Удаление `make touch` цели сборки](https://python-all.ru/3.7/whatsnew/3.6.html#removal-of-make-touch-build-target)266    - [Заметные изменения в Python 3.6.4](https://python-all.ru/3.7/whatsnew/3.6.html#notable-changes-in-python-3-6-4)267    - [Заметные изменения в Python 3.6.5](https://python-all.ru/3.7/whatsnew/3.6.html#notable-changes-in-python-3-6-5)268    - [Заметные изменения в Python 3.6.7](https://python-all.ru/3.7/whatsnew/3.6.html#notable-changes-in-python-3-6-7)269    - [Заметные изменения в Python 3.6.10](https://python-all.ru/3.7/whatsnew/3.6.html#notable-changes-in-python-3-6-10)270    - [Заметные изменения в Python 3.6.13](https://python-all.ru/3.7/whatsnew/3.6.html#notable-changes-in-python-3-6-13)271  - [Что нового в Python 3.5](https://python-all.ru/3.7/whatsnew/3.5.html)272273    - [Сводка – основные моменты выпуска](https://python-all.ru/3.7/whatsnew/3.5.html#summary-release-highlights)274    - [Новые возможности](https://python-all.ru/3.7/whatsnew/3.5.html#new-features)275276      - [PEP 492 - Корутины с синтаксисом async и await](https://python-all.ru/3.7/whatsnew/3.5.html#pep-492-coroutines-with-async-and-await-syntax)277      - [PEP 465 - Специализированный инфиксный оператор для матричного умножения](https://python-all.ru/3.7/whatsnew/3.5.html#pep-465-a-dedicated-infix-operator-for-matrix-multiplication)278      - [PEP 448 - Дополнительные обобщения распаковки](https://python-all.ru/3.7/whatsnew/3.5.html#pep-448-additional-unpacking-generalizations)279      - [PEP 461 - Поддержка %-форматирования для bytes и bytearray](https://python-all.ru/3.7/whatsnew/3.5.html#pep-461-percent-formatting-support-for-bytes-and-bytearray)280      - [PEP 484 - Аннотации типов](https://python-all.ru/3.7/whatsnew/3.5.html#pep-484-type-hints)281      - [PEP 471 - os.scandir() – улучшенный и более быстрый итератор каталогов](https://python-all.ru/3.7/whatsnew/3.5.html#pep-471-os-scandir-function-a-better-and-faster-directory-iterator)282      - [PEP 475: Повтор системных вызовов, завершающихся с EINTR](https://python-all.ru/3.7/whatsnew/3.5.html#pep-475-retry-system-calls-failing-with-eintr)283      - [PEP 479: Изменение обработки StopIteration внутри генераторов](https://python-all.ru/3.7/whatsnew/3.5.html#pep-479-change-stopiteration-handling-inside-generators)284      - [PEP 485: Функция для проверки приблизительного равенства](https://python-all.ru/3.7/whatsnew/3.5.html#pep-485-a-function-for-testing-approximate-equality)285      - [PEP 486: Информирование Python Launcher о виртуальных окружениях](https://python-all.ru/3.7/whatsnew/3.5.html#pep-486-make-the-python-launcher-aware-of-virtual-environments)286      - [PEP 488: Удаление PYO-файлов](https://python-all.ru/3.7/whatsnew/3.5.html#pep-488-elimination-of-pyo-files)287      - [PEP 489: Многофазная инициализация модулей расширения](https://python-all.ru/3.7/whatsnew/3.5.html#pep-489-multi-phase-extension-module-initialization)288    - [Прочие изменения языка](https://python-all.ru/3.7/whatsnew/3.5.html#other-language-changes)289    - [Новые модули](https://python-all.ru/3.7/whatsnew/3.5.html#new-modules)290291      - [typing](https://python-all.ru/3.7/whatsnew/3.5.html#typing)292      - [zipapp](https://python-all.ru/3.7/whatsnew/3.5.html#zipapp)293    - [Улучшенные модули](https://python-all.ru/3.7/whatsnew/3.5.html#improved-modules)294295      - [argparse](https://python-all.ru/3.7/whatsnew/3.5.html#argparse)296      - [asyncio](https://python-all.ru/3.7/whatsnew/3.5.html#asyncio)297      - [bz2](https://python-all.ru/3.7/whatsnew/3.5.html#bz2)298      - [cgi](https://python-all.ru/3.7/whatsnew/3.5.html#cgi)299      - [cmath](https://python-all.ru/3.7/whatsnew/3.5.html#cmath)300      - [код](https://python-all.ru/3.7/whatsnew/3.5.html#code)301      - [collections](https://python-all.ru/3.7/whatsnew/3.5.html#collections)302      - [collections.abc](https://python-all.ru/3.7/whatsnew/3.5.html#collections-abc)303      - [compileall](https://python-all.ru/3.7/whatsnew/3.5.html#compileall)304      - [concurrent.futures](https://python-all.ru/3.7/whatsnew/3.5.html#concurrent-futures)305      - [configparser](https://python-all.ru/3.7/whatsnew/3.5.html#configparser)306      - [contextlib](https://python-all.ru/3.7/whatsnew/3.5.html#contextlib)307      - [csv](https://python-all.ru/3.7/whatsnew/3.5.html#csv)308      - [curses](https://python-all.ru/3.7/whatsnew/3.5.html#curses)309      - [dbm](https://python-all.ru/3.7/whatsnew/3.5.html#dbm)310      - [difflib](https://python-all.ru/3.7/whatsnew/3.5.html#difflib)311      - [distutils](https://python-all.ru/3.7/whatsnew/3.5.html#distutils)312      - [doctest](https://python-all.ru/3.7/whatsnew/3.5.html#doctest)313      - [email](https://python-all.ru/3.7/whatsnew/3.5.html#email)314      - [enum](https://python-all.ru/3.7/whatsnew/3.5.html#enum)315      - [faulthandler](https://python-all.ru/3.7/whatsnew/3.5.html#faulthandler)316      - [functools](https://python-all.ru/3.7/whatsnew/3.5.html#functools)317      - [glob](https://python-all.ru/3.7/whatsnew/3.5.html#glob)318      - [gzip](https://python-all.ru/3.7/whatsnew/3.5.html#gzip)319      - [heapq](https://python-all.ru/3.7/whatsnew/3.5.html#heapq)320      - [http](https://python-all.ru/3.7/whatsnew/3.5.html#http)321      - [http.client](https://python-all.ru/3.7/whatsnew/3.5.html#http-client)322      - [idlelib и IDLE](https://python-all.ru/3.7/whatsnew/3.5.html#idlelib-and-idle)323      - [imaplib](https://python-all.ru/3.7/whatsnew/3.5.html#imaplib)324      - [imghdr](https://python-all.ru/3.7/whatsnew/3.5.html#imghdr)325      - [importlib](https://python-all.ru/3.7/whatsnew/3.5.html#importlib)326      - [inspect](https://python-all.ru/3.7/whatsnew/3.5.html#inspect)327      - [io](https://python-all.ru/3.7/whatsnew/3.5.html#io)328      - [ipaddress](https://python-all.ru/3.7/whatsnew/3.5.html#ipaddress)329      - [json](https://python-all.ru/3.7/whatsnew/3.5.html#json)330      - [linecache](https://python-all.ru/3.7/whatsnew/3.5.html#linecache)331      - [locale](https://python-all.ru/3.7/whatsnew/3.5.html#locale)332      - [logging](https://python-all.ru/3.7/whatsnew/3.5.html#logging)333      - [lzma](https://python-all.ru/3.7/whatsnew/3.5.html#lzma)334      - [math](https://python-all.ru/3.7/whatsnew/3.5.html#math)335      - [multiprocessing](https://python-all.ru/3.7/whatsnew/3.5.html#multiprocessing)336      - [оператор](https://python-all.ru/3.7/whatsnew/3.5.html#operator)337      - [os](https://python-all.ru/3.7/whatsnew/3.5.html#os)338      - [pathlib](https://python-all.ru/3.7/whatsnew/3.5.html#pathlib)339      - [pickle](https://python-all.ru/3.7/whatsnew/3.5.html#pickle)340      - [poplib](https://python-all.ru/3.7/whatsnew/3.5.html#poplib)341      - [re](https://python-all.ru/3.7/whatsnew/3.5.html#re)342      - [readline](https://python-all.ru/3.7/whatsnew/3.5.html#readline)343      - [selectors](https://python-all.ru/3.7/whatsnew/3.5.html#selectors)344      - [shutil](https://python-all.ru/3.7/whatsnew/3.5.html#shutil)345      - [signal](https://python-all.ru/3.7/whatsnew/3.5.html#signal)346      - [smtpd](https://python-all.ru/3.7/whatsnew/3.5.html#smtpd)347      - [smtplib](https://python-all.ru/3.7/whatsnew/3.5.html#smtplib)348      - [sndhdr](https://python-all.ru/3.7/whatsnew/3.5.html#sndhdr)349      - [сокет](https://python-all.ru/3.7/whatsnew/3.5.html#socket)350      - [ssl](https://python-all.ru/3.7/whatsnew/3.5.html#ssl)351352        - [Поддержка Memory BIO](https://python-all.ru/3.7/whatsnew/3.5.html#memory-bio-support)353        - [Поддержка согласования протокола прикладного уровня](https://python-all.ru/3.7/whatsnew/3.5.html#application-layer-protocol-negotiation-support)354        - [Прочие изменения](https://python-all.ru/3.7/whatsnew/3.5.html#other-changes)355      - [sqlite3](https://python-all.ru/3.7/whatsnew/3.5.html#sqlite3)356      - [подпроцесс](https://python-all.ru/3.7/whatsnew/3.5.html#subprocess)357      - [sys](https://python-all.ru/3.7/whatsnew/3.5.html#sys)358      - [sysconfig](https://python-all.ru/3.7/whatsnew/3.5.html#sysconfig)359      - [tarfile](https://python-all.ru/3.7/whatsnew/3.5.html#tarfile)360      - [threading](https://python-all.ru/3.7/whatsnew/3.5.html#threading)361      - [time](https://python-all.ru/3.7/whatsnew/3.5.html#time)362      - [timeit](https://python-all.ru/3.7/whatsnew/3.5.html#timeit)363      - [tkinter](https://python-all.ru/3.7/whatsnew/3.5.html#tkinter)364      - [traceback](https://python-all.ru/3.7/whatsnew/3.5.html#traceback)365      - [типы](https://python-all.ru/3.7/whatsnew/3.5.html#types)366      - [unicodedata](https://python-all.ru/3.7/whatsnew/3.5.html#unicodedata)367      - [unittest](https://python-all.ru/3.7/whatsnew/3.5.html#unittest)368      - [unittest.mock](https://python-all.ru/3.7/whatsnew/3.5.html#unittest-mock)369      - [urllib](https://python-all.ru/3.7/whatsnew/3.5.html#urllib)370      - [wsgiref](https://python-all.ru/3.7/whatsnew/3.5.html#wsgiref)371      - [xmlrpc](https://python-all.ru/3.7/whatsnew/3.5.html#xmlrpc)372      - [xml.sax](https://python-all.ru/3.7/whatsnew/3.5.html#xml-sax)373      - [zipfile](https://python-all.ru/3.7/whatsnew/3.5.html#zipfile)374    - [Другие изменения на уровне модулей](https://python-all.ru/3.7/whatsnew/3.5.html#other-module-level-changes)375    - [Оптимизации](https://python-all.ru/3.7/whatsnew/3.5.html#optimizations)376    - [Изменения в сборке и C API](https://python-all.ru/3.7/whatsnew/3.5.html#build-and-c-api-changes)377    - [Устарело](https://python-all.ru/3.7/whatsnew/3.5.html#deprecated)378379      - [Новые ключевые слова](https://python-all.ru/3.7/whatsnew/3.5.html#new-keywords)380      - [Устаревшее поведение Python](https://python-all.ru/3.7/whatsnew/3.5.html#deprecated-python-behavior)381      - [Неподдерживаемые операционные системы](https://python-all.ru/3.7/whatsnew/3.5.html#unsupported-operating-systems)382      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.7/whatsnew/3.5.html#deprecated-python-modules-functions-and-methods)383    - [Удалённое](https://python-all.ru/3.7/whatsnew/3.5.html#removed)384385      - [Удаление API и возможностей](https://python-all.ru/3.7/whatsnew/3.5.html#api-and-feature-removals)386    - [Переход на Python 3.5](https://python-all.ru/3.7/whatsnew/3.5.html#porting-to-python-3-5)387388      - [Изменения в поведении Python](https://python-all.ru/3.7/whatsnew/3.5.html#changes-in-python-behavior)389      - [Изменения в Python API](https://python-all.ru/3.7/whatsnew/3.5.html#changes-in-the-python-api)390      - [Изменения в C API](https://python-all.ru/3.7/whatsnew/3.5.html#changes-in-the-c-api)391    - [Заметные изменения в Python 3.5.4](https://python-all.ru/3.7/whatsnew/3.5.html#notable-changes-in-python-3-5-4)392393      - [Новая `make regen-all` цель сборки](https://python-all.ru/3.7/whatsnew/3.5.html#new-make-regen-all-build-target)394      - [Удаление `make touch` цели сборки](https://python-all.ru/3.7/whatsnew/3.5.html#removal-of-make-touch-build-target)395  - [Что нового в Python 3.4](https://python-all.ru/3.7/whatsnew/3.4.html)396397    - [Сводка – основные моменты выпуска](https://python-all.ru/3.7/whatsnew/3.4.html#summary-release-highlights)398    - [Новые возможности](https://python-all.ru/3.7/whatsnew/3.4.html#new-features)399400      - [PEP 453: Явная начальная загрузка pip в установках Python](https://python-all.ru/3.7/whatsnew/3.4.html#pep-453-explicit-bootstrapping-of-pip-in-python-installations)401402        - [Автоматическая установка pip по умолчанию](https://python-all.ru/3.7/whatsnew/3.4.html#bootstrapping-pip-by-default)403        - [Изменения в документации](https://python-all.ru/3.7/whatsnew/3.4.html#documentation-changes)404      - [PEP 446: Вновь созданные файловые дескрипторы не наследуются](https://python-all.ru/3.7/whatsnew/3.4.html#pep-446-newly-created-file-descriptors-are-non-inheritable)405      - [Улучшения в обработке кодеков](https://python-all.ru/3.7/whatsnew/3.4.html#improvements-to-codec-handling)406      - [PEP 451: Тип ModuleSpec для системы импорта](https://python-all.ru/3.7/whatsnew/3.4.html#pep-451-a-modulespec-type-for-the-import-system)407      - [Прочие изменения языка](https://python-all.ru/3.7/whatsnew/3.4.html#other-language-changes)408    - [Новые модули](https://python-all.ru/3.7/whatsnew/3.4.html#new-modules)409410      - [asyncio](https://python-all.ru/3.7/whatsnew/3.4.html#asyncio)411      - [ensurepip](https://python-all.ru/3.7/whatsnew/3.4.html#ensurepip)412      - [enum](https://python-all.ru/3.7/whatsnew/3.4.html#enum)413      - [pathlib](https://python-all.ru/3.7/whatsnew/3.4.html#pathlib)414      - [selectors](https://python-all.ru/3.7/whatsnew/3.4.html#selectors)415      - [statistics](https://python-all.ru/3.7/whatsnew/3.4.html#statistics)416      - [tracemalloc](https://python-all.ru/3.7/whatsnew/3.4.html#tracemalloc)417    - [Улучшенные модули](https://python-all.ru/3.7/whatsnew/3.4.html#improved-modules)418419      - [abc](https://python-all.ru/3.7/whatsnew/3.4.html#abc)420      - [aifc](https://python-all.ru/3.7/whatsnew/3.4.html#aifc)421      - [argparse](https://python-all.ru/3.7/whatsnew/3.4.html#argparse)422      - [audioop](https://python-all.ru/3.7/whatsnew/3.4.html#audioop)423      - [base64](https://python-all.ru/3.7/whatsnew/3.4.html#base64)424      - [collections](https://python-all.ru/3.7/whatsnew/3.4.html#collections)425      - [colorsys](https://python-all.ru/3.7/whatsnew/3.4.html#colorsys)426      - [contextlib](https://python-all.ru/3.7/whatsnew/3.4.html#contextlib)427      - [dbm](https://python-all.ru/3.7/whatsnew/3.4.html#dbm)428      - [dis](https://python-all.ru/3.7/whatsnew/3.4.html#dis)429      - [doctest](https://python-all.ru/3.7/whatsnew/3.4.html#doctest)430      - [email](https://python-all.ru/3.7/whatsnew/3.4.html#email)431      - [filecmp](https://python-all.ru/3.7/whatsnew/3.4.html#filecmp)432      - [functools](https://python-all.ru/3.7/whatsnew/3.4.html#functools)433      - [gc](https://python-all.ru/3.7/whatsnew/3.4.html#gc)434      - [glob](https://python-all.ru/3.7/whatsnew/3.4.html#glob)435      - [hashlib](https://python-all.ru/3.7/whatsnew/3.4.html#hashlib)436      - [hmac](https://python-all.ru/3.7/whatsnew/3.4.html#hmac)437      - [html](https://python-all.ru/3.7/whatsnew/3.4.html#html)438      - [http](https://python-all.ru/3.7/whatsnew/3.4.html#http)439      - [idlelib и IDLE](https://python-all.ru/3.7/whatsnew/3.4.html#idlelib-and-idle)440      - [importlib](https://python-all.ru/3.7/whatsnew/3.4.html#importlib)441      - [inspect](https://python-all.ru/3.7/whatsnew/3.4.html#inspect)442      - [ipaddress](https://python-all.ru/3.7/whatsnew/3.4.html#ipaddress)443      - [logging](https://python-all.ru/3.7/whatsnew/3.4.html#logging)444      - [marshal](https://python-all.ru/3.7/whatsnew/3.4.html#marshal)445      - [mmap](https://python-all.ru/3.7/whatsnew/3.4.html#mmap)446      - [multiprocessing](https://python-all.ru/3.7/whatsnew/3.4.html#multiprocessing)447      - [оператор](https://python-all.ru/3.7/whatsnew/3.4.html#operator)448      - [os](https://python-all.ru/3.7/whatsnew/3.4.html#os)449      - [pdb](https://python-all.ru/3.7/whatsnew/3.4.html#pdb)450      - [pickle](https://python-all.ru/3.7/whatsnew/3.4.html#pickle)451      - [plistlib](https://python-all.ru/3.7/whatsnew/3.4.html#plistlib)452      - [poplib](https://python-all.ru/3.7/whatsnew/3.4.html#poplib)453      - [pprint](https://python-all.ru/3.7/whatsnew/3.4.html#pprint)454      - [pty](https://python-all.ru/3.7/whatsnew/3.4.html#pty)455      - [pydoc](https://python-all.ru/3.7/whatsnew/3.4.html#pydoc)456      - [re](https://python-all.ru/3.7/whatsnew/3.4.html#re)457      - [resource](https://python-all.ru/3.7/whatsnew/3.4.html#resource)458      - [select](https://python-all.ru/3.7/whatsnew/3.4.html#select)459      - [shelve](https://python-all.ru/3.7/whatsnew/3.4.html#shelve)460      - [shutil](https://python-all.ru/3.7/whatsnew/3.4.html#shutil)461      - [smtpd](https://python-all.ru/3.7/whatsnew/3.4.html#smtpd)462      - [smtplib](https://python-all.ru/3.7/whatsnew/3.4.html#smtplib)463      - [сокет](https://python-all.ru/3.7/whatsnew/3.4.html#socket)464      - [sqlite3](https://python-all.ru/3.7/whatsnew/3.4.html#sqlite3)465      - [ssl](https://python-all.ru/3.7/whatsnew/3.4.html#ssl)466      - [stat](https://python-all.ru/3.7/whatsnew/3.4.html#stat)467      - [struct](https://python-all.ru/3.7/whatsnew/3.4.html#struct)468      - [подпроцесс](https://python-all.ru/3.7/whatsnew/3.4.html#subprocess)469      - [sunau](https://python-all.ru/3.7/whatsnew/3.4.html#sunau)470      - [sys](https://python-all.ru/3.7/whatsnew/3.4.html#sys)471      - [tarfile](https://python-all.ru/3.7/whatsnew/3.4.html#tarfile)472      - [textwrap](https://python-all.ru/3.7/whatsnew/3.4.html#textwrap)473      - [threading](https://python-all.ru/3.7/whatsnew/3.4.html#threading)474      - [traceback](https://python-all.ru/3.7/whatsnew/3.4.html#traceback)475      - [типы](https://python-all.ru/3.7/whatsnew/3.4.html#types)476      - [urllib](https://python-all.ru/3.7/whatsnew/3.4.html#urllib)477      - [unittest](https://python-all.ru/3.7/whatsnew/3.4.html#unittest)478      - [venv](https://python-all.ru/3.7/whatsnew/3.4.html#venv)479      - [wave](https://python-all.ru/3.7/whatsnew/3.4.html#wave)480      - [weakref](https://python-all.ru/3.7/whatsnew/3.4.html#weakref)481      - [xml.etree](https://python-all.ru/3.7/whatsnew/3.4.html#xml-etree)482      - [zipfile](https://python-all.ru/3.7/whatsnew/3.4.html#zipfile)483    - [Изменения в реализации CPython](https://python-all.ru/3.7/whatsnew/3.4.html#cpython-implementation-changes)484485      - [PEP 445: Настройка аллокаторов памяти CPython](https://python-all.ru/3.7/whatsnew/3.4.html#pep-445-customization-of-cpython-memory-allocators)486      - [PEP 442: Безопасная финализация объектов](https://python-all.ru/3.7/whatsnew/3.4.html#pep-442-safe-object-finalization)487      - [PEP 456: Безопасный и взаимозаменяемый хеш-алгоритм](https://python-all.ru/3.7/whatsnew/3.4.html#pep-456-secure-and-interchangeable-hash-algorithm)488      - [PEP 436: Argument Clinic](https://python-all.ru/3.7/whatsnew/3.4.html#pep-436-argument-clinic)489      - [Прочие изменения в сборке и C API](https://python-all.ru/3.7/whatsnew/3.4.html#other-build-and-c-api-changes)490      - [Прочие улучшения](https://python-all.ru/3.7/whatsnew/3.4.html#other-improvements)491      - [Значительные оптимизации](https://python-all.ru/3.7/whatsnew/3.4.html#significant-optimizations)492    - [Устарело](https://python-all.ru/3.7/whatsnew/3.4.html#deprecated)493494      - [Устаревшие возможности в Python API](https://python-all.ru/3.7/whatsnew/3.4.html#deprecations-in-the-python-api)495      - [Устаревшие возможности](https://python-all.ru/3.7/whatsnew/3.4.html#deprecated-features)496    - [Удалённое](https://python-all.ru/3.7/whatsnew/3.4.html#removed)497498      - [Операционные системы, больше не поддерживаемые](https://python-all.ru/3.7/whatsnew/3.4.html#operating-systems-no-longer-supported)499      - [Удаление API и возможностей](https://python-all.ru/3.7/whatsnew/3.4.html#api-and-feature-removals)500      - [Очистка кода](https://python-all.ru/3.7/whatsnew/3.4.html#code-cleanups)501    - [Перенос на Python 3.4](https://python-all.ru/3.7/whatsnew/3.4.html#porting-to-python-3-4)502503      - [Изменения в поведении команды python](https://python-all.ru/3.7/whatsnew/3.4.html#changes-in-python-command-behavior)504      - [Изменения в Python API](https://python-all.ru/3.7/whatsnew/3.4.html#changes-in-the-python-api)505      - [Изменения в C API](https://python-all.ru/3.7/whatsnew/3.4.html#changes-in-the-c-api)506    - [Изменено в 3.4.3](https://python-all.ru/3.7/whatsnew/3.4.html#changed-in-3-4-3)507508      - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3.7/whatsnew/3.4.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)509  - [Что нового в Python 3.3](https://python-all.ru/3.7/whatsnew/3.3.html)510511    - [Сводка – основные моменты выпуска](https://python-all.ru/3.7/whatsnew/3.3.html#summary-release-highlights)512    - [PEP 405: Виртуальные окружения](https://python-all.ru/3.7/whatsnew/3.3.html#pep-405-virtual-environments)513    - [PEP 420: Неявные пакеты пространств имён](https://python-all.ru/3.7/whatsnew/3.3.html#pep-420-implicit-namespace-packages)514    - [PEP 3118: Новая реализация memoryview и документация протокола буферов](https://python-all.ru/3.7/whatsnew/3.3.html#pep-3118-new-memoryview-implementation-and-buffer-protocol-documentation)515516      - [Возможности](https://python-all.ru/3.7/whatsnew/3.3.html#features)517      - [Изменения API](https://python-all.ru/3.7/whatsnew/3.3.html#api-changes)518    - [PEP 393: Гибкое представление строк](https://python-all.ru/3.7/whatsnew/3.3.html#pep-393-flexible-string-representation)519520      - [Функциональность](https://python-all.ru/3.7/whatsnew/3.3.html#functionality)521      - [Производительность и потребление ресурсов](https://python-all.ru/3.7/whatsnew/3.3.html#performance-and-resource-usage)522    - [PEP 397: Средство запуска Python для Windows](https://python-all.ru/3.7/whatsnew/3.3.html#pep-397-python-launcher-for-windows)523    - [PEP 3151: Переработка иерархии исключений ОС и ввода-вывода](https://python-all.ru/3.7/whatsnew/3.3.html#pep-3151-reworking-the-os-and-io-exception-hierarchy)524    - [PEP 380: Синтаксис делегирования подгенератору](https://python-all.ru/3.7/whatsnew/3.3.html#pep-380-syntax-for-delegating-to-a-subgenerator)525    - [PEP 409: Подавление контекста исключения](https://python-all.ru/3.7/whatsnew/3.3.html#pep-409-suppressing-exception-context)526    - [PEP 414: Явные литералы Unicode](https://python-all.ru/3.7/whatsnew/3.3.html#pep-414-explicit-unicode-literals)527    - [PEP 3155: Квалифицированное имя для классов и функций](https://python-all.ru/3.7/whatsnew/3.3.html#pep-3155-qualified-name-for-classes-and-functions)528    - [PEP 412: Словарь с разделением ключей](https://python-all.ru/3.7/whatsnew/3.3.html#pep-412-key-sharing-dictionary)529    - [PEP 362: Объект сигнатуры функции](https://python-all.ru/3.7/whatsnew/3.3.html#pep-362-function-signature-object)530    - [PEP 421: Добавление sys.implementation](https://python-all.ru/3.7/whatsnew/3.3.html#pep-421-adding-sys-implementation)531532      - [SimpleNamespace](https://python-all.ru/3.7/whatsnew/3.3.html#simplenamespace)533    - [Использование importlib в качестве реализации импорта](https://python-all.ru/3.7/whatsnew/3.3.html#using-importlib-as-the-implementation-of-import)534535      - [Новые API](https://python-all.ru/3.7/whatsnew/3.3.html#new-apis)536      - [Заметные изменения](https://python-all.ru/3.7/whatsnew/3.3.html#visible-changes)537    - [Прочие изменения языка](https://python-all.ru/3.7/whatsnew/3.3.html#other-language-changes)538    - [Более детальная блокировка импорта](https://python-all.ru/3.7/whatsnew/3.3.html#a-finer-grained-import-lock)539    - [Встроенные функции и типы](https://python-all.ru/3.7/whatsnew/3.3.html#builtin-functions-and-types)540    - [Новые модули](https://python-all.ru/3.7/whatsnew/3.3.html#new-modules)541542      - [faulthandler](https://python-all.ru/3.7/whatsnew/3.3.html#faulthandler)543      - [ipaddress](https://python-all.ru/3.7/whatsnew/3.3.html#ipaddress)544      - [lzma](https://python-all.ru/3.7/whatsnew/3.3.html#lzma)545    - [Улучшенные модули](https://python-all.ru/3.7/whatsnew/3.3.html#improved-modules)546547      - [abc](https://python-all.ru/3.7/whatsnew/3.3.html#abc)548      - [array](https://python-all.ru/3.7/whatsnew/3.3.html#array)549      - [base64](https://python-all.ru/3.7/whatsnew/3.3.html#base64)550      - [binascii](https://python-all.ru/3.7/whatsnew/3.3.html#binascii)551      - [bz2](https://python-all.ru/3.7/whatsnew/3.3.html#bz2)552      - [codecs](https://python-all.ru/3.7/whatsnew/3.3.html#codecs)553      - [collections](https://python-all.ru/3.7/whatsnew/3.3.html#collections)554      - [contextlib](https://python-all.ru/3.7/whatsnew/3.3.html#contextlib)555      - [crypt](https://python-all.ru/3.7/whatsnew/3.3.html#crypt)556      - [curses](https://python-all.ru/3.7/whatsnew/3.3.html#curses)557      - [datetime](https://python-all.ru/3.7/whatsnew/3.3.html#datetime)558      - [decimal](https://python-all.ru/3.7/whatsnew/3.3.html#decimal)559560        - [Возможности](https://python-all.ru/3.7/whatsnew/3.3.html#id1)561        - [Изменения API](https://python-all.ru/3.7/whatsnew/3.3.html#id2)562      - [email](https://python-all.ru/3.7/whatsnew/3.3.html#email)563564        - [Каркас политик](https://python-all.ru/3.7/whatsnew/3.3.html#policy-framework)565        - [Временная политика с новым API заголовков](https://python-all.ru/3.7/whatsnew/3.3.html#provisional-policy-with-new-header-api)566        - [Другие изменения API](https://python-all.ru/3.7/whatsnew/3.3.html#other-api-changes)567      - [ftplib](https://python-all.ru/3.7/whatsnew/3.3.html#ftplib)568      - [functools](https://python-all.ru/3.7/whatsnew/3.3.html#functools)569      - [gc](https://python-all.ru/3.7/whatsnew/3.3.html#gc)570      - [hmac](https://python-all.ru/3.7/whatsnew/3.3.html#hmac)571      - [http](https://python-all.ru/3.7/whatsnew/3.3.html#http)572      - [html](https://python-all.ru/3.7/whatsnew/3.3.html#html)573      - [imaplib](https://python-all.ru/3.7/whatsnew/3.3.html#imaplib)574      - [inspect](https://python-all.ru/3.7/whatsnew/3.3.html#inspect)575      - [io](https://python-all.ru/3.7/whatsnew/3.3.html#io)576      - [itertools](https://python-all.ru/3.7/whatsnew/3.3.html#itertools)577      - [logging](https://python-all.ru/3.7/whatsnew/3.3.html#logging)578      - [math](https://python-all.ru/3.7/whatsnew/3.3.html#math)579      - [mmap](https://python-all.ru/3.7/whatsnew/3.3.html#mmap)580      - [multiprocessing](https://python-all.ru/3.7/whatsnew/3.3.html#multiprocessing)581      - [nntplib](https://python-all.ru/3.7/whatsnew/3.3.html#nntplib)582      - [os](https://python-all.ru/3.7/whatsnew/3.3.html#os)583      - [pdb](https://python-all.ru/3.7/whatsnew/3.3.html#pdb)584      - [pickle](https://python-all.ru/3.7/whatsnew/3.3.html#pickle)585      - [pydoc](https://python-all.ru/3.7/whatsnew/3.3.html#pydoc)586      - [re](https://python-all.ru/3.7/whatsnew/3.3.html#re)587      - [sched](https://python-all.ru/3.7/whatsnew/3.3.html#sched)588      - [select](https://python-all.ru/3.7/whatsnew/3.3.html#select)589      - [shlex](https://python-all.ru/3.7/whatsnew/3.3.html#shlex)590      - [shutil](https://python-all.ru/3.7/whatsnew/3.3.html#shutil)591      - [signal](https://python-all.ru/3.7/whatsnew/3.3.html#signal)592      - [smtpd](https://python-all.ru/3.7/whatsnew/3.3.html#smtpd)593      - [smtplib](https://python-all.ru/3.7/whatsnew/3.3.html#smtplib)594      - [сокет](https://python-all.ru/3.7/whatsnew/3.3.html#socket)595      - [socketserver](https://python-all.ru/3.7/whatsnew/3.3.html#socketserver)596      - [sqlite3](https://python-all.ru/3.7/whatsnew/3.3.html#sqlite3)597      - [ssl](https://python-all.ru/3.7/whatsnew/3.3.html#ssl)598      - [stat](https://python-all.ru/3.7/whatsnew/3.3.html#stat)599      - [struct](https://python-all.ru/3.7/whatsnew/3.3.html#struct)600      - [подпроцесс](https://python-all.ru/3.7/whatsnew/3.3.html#subprocess)601      - [sys](https://python-all.ru/3.7/whatsnew/3.3.html#sys)602      - [tarfile](https://python-all.ru/3.7/whatsnew/3.3.html#tarfile)603      - [tempfile](https://python-all.ru/3.7/whatsnew/3.3.html#tempfile)604      - [textwrap](https://python-all.ru/3.7/whatsnew/3.3.html#textwrap)605      - [threading](https://python-all.ru/3.7/whatsnew/3.3.html#threading)606      - [time](https://python-all.ru/3.7/whatsnew/3.3.html#time)607      - [типы](https://python-all.ru/3.7/whatsnew/3.3.html#types)608      - [unittest](https://python-all.ru/3.7/whatsnew/3.3.html#unittest)609      - [urllib](https://python-all.ru/3.7/whatsnew/3.3.html#urllib)610      - [webbrowser](https://python-all.ru/3.7/whatsnew/3.3.html#webbrowser)611      - [xml.etree.ElementTree](https://python-all.ru/3.7/whatsnew/3.3.html#xml-etree-elementtree)612      - [zlib](https://python-all.ru/3.7/whatsnew/3.3.html#zlib)613    - [Оптимизации](https://python-all.ru/3.7/whatsnew/3.3.html#optimizations)614    - [Изменения в сборке и C API](https://python-all.ru/3.7/whatsnew/3.3.html#build-and-c-api-changes)615    - [Устарело](https://python-all.ru/3.7/whatsnew/3.3.html#deprecated)616617      - [Неподдерживаемые операционные системы](https://python-all.ru/3.7/whatsnew/3.3.html#unsupported-operating-systems)618      - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.7/whatsnew/3.3.html#deprecated-python-modules-functions-and-methods)619      - [Устаревшие функции и типы C API](https://python-all.ru/3.7/whatsnew/3.3.html#deprecated-functions-and-types-of-the-c-api)620      - [Устаревшие возможности](https://python-all.ru/3.7/whatsnew/3.3.html#deprecated-features)621    - [Портирование на Python 3.3](https://python-all.ru/3.7/whatsnew/3.3.html#porting-to-python-3-3)622623      - [Перенос кода Python](https://python-all.ru/3.7/whatsnew/3.3.html#porting-python-code)624      - [Перенос кода C](https://python-all.ru/3.7/whatsnew/3.3.html#porting-c-code)625      - [Сборка расширений на C](https://python-all.ru/3.7/whatsnew/3.3.html#building-c-extensions)626      - [Изменения параметров командной строки](https://python-all.ru/3.7/whatsnew/3.3.html#command-line-switch-changes)627  - [Что нового в Python 3.2](https://python-all.ru/3.7/whatsnew/3.2.html)628629    - [PEP 384: Определение стабильного ABI](https://python-all.ru/3.7/whatsnew/3.2.html#pep-384-defining-a-stable-abi)630    - [PEP 389: Модуль разбора командной строки argparse](https://python-all.ru/3.7/whatsnew/3.2.html#pep-389-argparse-command-line-parsing-module)631    - [PEP 391: Конфигурация логирования на основе словарей](https://python-all.ru/3.7/whatsnew/3.2.html#pep-391-dictionary-based-configuration-for-logging)632    - [PEP 3148: Модуль `concurrent.futures`](https://python-all.ru/3.7/whatsnew/3.2.html#pep-3148-the-concurrent-futures-module)633    - [PEP 3147: Каталоги репозитория PYC](https://python-all.ru/3.7/whatsnew/3.2.html#pep-3147-pyc-repository-directories)634    - [PEP 3149: Файлы .so с тегом версии ABI](https://python-all.ru/3.7/whatsnew/3.2.html#pep-3149-abi-version-tagged-so-files)635    - [PEP 3333: Интерфейс шлюза веб-сервера Python v1.0.1](https://python-all.ru/3.7/whatsnew/3.2.html#pep-3333-python-web-server-gateway-interface-v1-0-1)636    - [Прочие изменения языка](https://python-all.ru/3.7/whatsnew/3.2.html#other-language-changes)637    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.7/whatsnew/3.2.html#new-improved-and-deprecated-modules)638639      - [email](https://python-all.ru/3.7/whatsnew/3.2.html#email)640      - [elementtree](https://python-all.ru/3.7/whatsnew/3.2.html#elementtree)641      - [functools](https://python-all.ru/3.7/whatsnew/3.2.html#functools)642      - [itertools](https://python-all.ru/3.7/whatsnew/3.2.html#itertools)643      - [collections](https://python-all.ru/3.7/whatsnew/3.2.html#collections)644      - [threading](https://python-all.ru/3.7/whatsnew/3.2.html#threading)645      - [datetime и time](https://python-all.ru/3.7/whatsnew/3.2.html#datetime-and-time)646      - [math](https://python-all.ru/3.7/whatsnew/3.2.html#math)647      - [abc](https://python-all.ru/3.7/whatsnew/3.2.html#abc)648      - [io](https://python-all.ru/3.7/whatsnew/3.2.html#io)649      - [reprlib](https://python-all.ru/3.7/whatsnew/3.2.html#reprlib)650      - [logging](https://python-all.ru/3.7/whatsnew/3.2.html#logging)651      - [csv](https://python-all.ru/3.7/whatsnew/3.2.html#csv)652      - [contextlib](https://python-all.ru/3.7/whatsnew/3.2.html#contextlib)653      - [decimal и fractions](https://python-all.ru/3.7/whatsnew/3.2.html#decimal-and-fractions)654      - [ftp](https://python-all.ru/3.7/whatsnew/3.2.html#ftp)655      - [popen](https://python-all.ru/3.7/whatsnew/3.2.html#popen)656      - [select](https://python-all.ru/3.7/whatsnew/3.2.html#select)657      - [gzip и zipfile](https://python-all.ru/3.7/whatsnew/3.2.html#gzip-and-zipfile)658      - [tarfile](https://python-all.ru/3.7/whatsnew/3.2.html#tarfile)659      - [hashlib](https://python-all.ru/3.7/whatsnew/3.2.html#hashlib)660      - [ast](https://python-all.ru/3.7/whatsnew/3.2.html#ast)661      - [os](https://python-all.ru/3.7/whatsnew/3.2.html#os)662      - [shutil](https://python-all.ru/3.7/whatsnew/3.2.html#shutil)663      - [sqlite3](https://python-all.ru/3.7/whatsnew/3.2.html#sqlite3)664      - [html](https://python-all.ru/3.7/whatsnew/3.2.html#html)665      - [сокет](https://python-all.ru/3.7/whatsnew/3.2.html#socket)666      - [ssl](https://python-all.ru/3.7/whatsnew/3.2.html#ssl)667      - [nntp](https://python-all.ru/3.7/whatsnew/3.2.html#nntp)668      - [сертификаты](https://python-all.ru/3.7/whatsnew/3.2.html#certificates)669      - [imaplib](https://python-all.ru/3.7/whatsnew/3.2.html#imaplib)670      - [http.client](https://python-all.ru/3.7/whatsnew/3.2.html#http-client)671      - [unittest](https://python-all.ru/3.7/whatsnew/3.2.html#unittest)672      - [random](https://python-all.ru/3.7/whatsnew/3.2.html#random)673      - [poplib](https://python-all.ru/3.7/whatsnew/3.2.html#poplib)674      - [asyncore](https://python-all.ru/3.7/whatsnew/3.2.html#asyncore)675      - [tempfile](https://python-all.ru/3.7/whatsnew/3.2.html#tempfile)676      - [inspect](https://python-all.ru/3.7/whatsnew/3.2.html#inspect)677      - [pydoc](https://python-all.ru/3.7/whatsnew/3.2.html#pydoc)678      - [dis](https://python-all.ru/3.7/whatsnew/3.2.html#dis)679      - [dbm](https://python-all.ru/3.7/whatsnew/3.2.html#dbm)680      - [ctypes](https://python-all.ru/3.7/whatsnew/3.2.html#ctypes)681      - [site](https://python-all.ru/3.7/whatsnew/3.2.html#site)682      - [sysconfig](https://python-all.ru/3.7/whatsnew/3.2.html#sysconfig)683      - [pdb](https://python-all.ru/3.7/whatsnew/3.2.html#pdb)684      - [configparser](https://python-all.ru/3.7/whatsnew/3.2.html#configparser)685      - [urllib.parse](https://python-all.ru/3.7/whatsnew/3.2.html#urllib-parse)686      - [mailbox](https://python-all.ru/3.7/whatsnew/3.2.html#mailbox)687      - [turtledemo](https://python-all.ru/3.7/whatsnew/3.2.html#turtledemo)688    - [Многопоточность](https://python-all.ru/3.7/whatsnew/3.2.html#multi-threading)689    - [Оптимизации](https://python-all.ru/3.7/whatsnew/3.2.html#optimizations)690    - [Юникод](https://python-all.ru/3.7/whatsnew/3.2.html#unicode)691    - [Кодеки](https://python-all.ru/3.7/whatsnew/3.2.html#codecs)692    - [Документация](https://python-all.ru/3.7/whatsnew/3.2.html#documentation)693    - [IDLE](https://python-all.ru/3.7/whatsnew/3.2.html#idle)694    - [Репозиторий кода](https://python-all.ru/3.7/whatsnew/3.2.html#code-repository)695    - [Изменения в сборке и C API](https://python-all.ru/3.7/whatsnew/3.2.html#build-and-c-api-changes)696    - [Переход на Python 3.2](https://python-all.ru/3.7/whatsnew/3.2.html#porting-to-python-3-2)697  - [Что нового в Python 3.1](https://python-all.ru/3.7/whatsnew/3.1.html)698699    - [PEP 372: Упорядоченные словари](https://python-all.ru/3.7/whatsnew/3.1.html#pep-372-ordered-dictionaries)700    - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.7/whatsnew/3.1.html#pep-378-format-specifier-for-thousands-separator)701    - [Прочие изменения языка](https://python-all.ru/3.7/whatsnew/3.1.html#other-language-changes)702    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.7/whatsnew/3.1.html#new-improved-and-deprecated-modules)703    - [Оптимизации](https://python-all.ru/3.7/whatsnew/3.1.html#optimizations)704    - [IDLE](https://python-all.ru/3.7/whatsnew/3.1.html#idle)705    - [Изменения в сборке и C API](https://python-all.ru/3.7/whatsnew/3.1.html#build-and-c-api-changes)706    - [Переход на Python 3.1](https://python-all.ru/3.7/whatsnew/3.1.html#porting-to-python-3-1)707  - [Что нового в Python 3.0](https://python-all.ru/3.7/whatsnew/3.0.html)708709    - [Типичные трудности](https://python-all.ru/3.7/whatsnew/3.0.html#common-stumbling-blocks)710711      - [Print – это функция](https://python-all.ru/3.7/whatsnew/3.0.html#print-is-a-function)712      - [Представления и итераторы вместо списков](https://python-all.ru/3.7/whatsnew/3.0.html#views-and-iterators-instead-of-lists)713      - [Сравнение на упорядочивание](https://python-all.ru/3.7/whatsnew/3.0.html#ordering-comparisons)714      - [Целые числа](https://python-all.ru/3.7/whatsnew/3.0.html#integers)715      - [Текст против данных: вместо Unicode и 8-битных строк](https://python-all.ru/3.7/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit)716    - [Обзор изменений синтаксиса](https://python-all.ru/3.7/whatsnew/3.0.html#overview-of-syntax-changes)717718      - [Новый синтаксис](https://python-all.ru/3.7/whatsnew/3.0.html#new-syntax)719      - [Изменённый синтаксис](https://python-all.ru/3.7/whatsnew/3.0.html#changed-syntax)720      - [Удалённый синтаксис](https://python-all.ru/3.7/whatsnew/3.0.html#removed-syntax)721    - [Изменения, уже присутствовавшие в Python 2.6](https://python-all.ru/3.7/whatsnew/3.0.html#changes-already-present-in-python-2-6)722    - [Изменения в библиотеке](https://python-all.ru/3.7/whatsnew/3.0.html#library-changes)723    - [**PEP 3101**: Новый подход к форматированию строк](https://python-all.ru/3.7/whatsnew/3.0.html#pep-3101-a-new-approach-to-string-formatting)724    - [Изменения в исключениях](https://python-all.ru/3.7/whatsnew/3.0.html#changes-to-exceptions)725    - [Прочие изменения](https://python-all.ru/3.7/whatsnew/3.0.html#miscellaneous-other-changes)726727      - [Операторы и специальные методы](https://python-all.ru/3.7/whatsnew/3.0.html#operators-and-special-methods)728      - [Встроенные функции](https://python-all.ru/3.7/whatsnew/3.0.html#builtins)729    - [Изменения в сборке и C API](https://python-all.ru/3.7/whatsnew/3.0.html#build-and-c-api-changes)730    - [Производительность](https://python-all.ru/3.7/whatsnew/3.0.html#performance)731    - [Переход на Python 3.0](https://python-all.ru/3.7/whatsnew/3.0.html#porting-to-python-3-0)732  - [Что нового в Python 2.7](https://python-all.ru/3.7/whatsnew/2.7.html)733734    - [Будущее Python 2.x](https://python-all.ru/3.7/whatsnew/2.7.html#the-future-for-python-2-x)735    - [Изменения в обработке предупреждений об устаревании](https://python-all.ru/3.7/whatsnew/2.7.html#changes-to-the-handling-of-deprecation-warnings)736    - [Возможности Python 3.1](https://python-all.ru/3.7/whatsnew/2.7.html#python-3-1-features)737    - [PEP 372: Добавление упорядоченного словаря в collections](https://python-all.ru/3.7/whatsnew/2.7.html#pep-372-adding-an-ordered-dictionary-to-collections)738    - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.7/whatsnew/2.7.html#pep-378-format-specifier-for-thousands-separator)739    - [PEP 389: Модуль argparse для разбора командной строки](https://python-all.ru/3.7/whatsnew/2.7.html#pep-389-the-argparse-module-for-parsing-command-lines)740    - [PEP 391: Конфигурация логирования на основе словаря](https://python-all.ru/3.7/whatsnew/2.7.html#pep-391-dictionary-based-configuration-for-logging)741    - [PEP 3106: Представления словаря](https://python-all.ru/3.7/whatsnew/2.7.html#pep-3106-dictionary-views)742    - [PEP 3137: Объект memoryview](https://python-all.ru/3.7/whatsnew/2.7.html#pep-3137-the-memoryview-object)743    - [Прочие изменения языка](https://python-all.ru/3.7/whatsnew/2.7.html#other-language-changes)744745      - [Изменения в интерпретаторе](https://python-all.ru/3.7/whatsnew/2.7.html#interpreter-changes)746      - [Оптимизации](https://python-all.ru/3.7/whatsnew/2.7.html#optimizations)747    - [Новые и улучшенные модули](https://python-all.ru/3.7/whatsnew/2.7.html#new-and-improved-modules)748749      - [Новый модуль: importlib](https://python-all.ru/3.7/whatsnew/2.7.html#new-module-importlib)750      - [Новый модуль: sysconfig](https://python-all.ru/3.7/whatsnew/2.7.html#new-module-sysconfig)751      - [ttk: Тематические виджеты для Tk](https://python-all.ru/3.7/whatsnew/2.7.html#ttk-themed-widgets-for-tk)752      - [Обновлённый модуль: unittest](https://python-all.ru/3.7/whatsnew/2.7.html#updated-module-unittest)753      - [Обновлённый модуль: ElementTree 1.3](https://python-all.ru/3.7/whatsnew/2.7.html#updated-module-elementtree-1-3)754    - [Изменения в сборке и C API](https://python-all.ru/3.7/whatsnew/2.7.html#build-and-c-api-changes)755756      - [Капсулы](https://python-all.ru/3.7/whatsnew/2.7.html#capsules)757      - [Изменения для конкретных платформ: Windows](https://python-all.ru/3.7/whatsnew/2.7.html#port-specific-changes-windows)758      - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3.7/whatsnew/2.7.html#port-specific-changes-mac-os-x)759      - [Изменения для конкретной платформы: FreeBSD](https://python-all.ru/3.7/whatsnew/2.7.html#port-specific-changes-freebsd)760    - [Прочие изменения и исправления](https://python-all.ru/3.7/whatsnew/2.7.html#other-changes-and-fixes)761    - [Переход на Python 2.7](https://python-all.ru/3.7/whatsnew/2.7.html#porting-to-python-2-7)762    - [Новые возможности, добавленные в поддерживаемых выпусках Python 2.7](https://python-all.ru/3.7/whatsnew/2.7.html#new-features-added-to-python-2-7-maintenance-releases)763764      - [Две новые переменные окружения для режима отладки](https://python-all.ru/3.7/whatsnew/2.7.html#two-new-environment-variables-for-debug-mode)765      - [PEP 434: Исключение для улучшений IDLE во всех ветках](https://python-all.ru/3.7/whatsnew/2.7.html#pep-434-idle-enhancement-exception-for-all-branches)766      - [PEP 466: Улучшения сетевой безопасности для Python 2.7](https://python-all.ru/3.7/whatsnew/2.7.html#pep-466-network-security-enhancements-for-python-2-7)767      - [PEP 477: Перенос ensurepip (PEP 453) в Python 2.7](https://python-all.ru/3.7/whatsnew/2.7.html#pep-477-backport-ensurepip-pep-453-to-python-2-7)768769        - [Автоматическая установка pip по умолчанию](https://python-all.ru/3.7/whatsnew/2.7.html#bootstrapping-pip-by-default)770        - [Изменения в документации](https://python-all.ru/3.7/whatsnew/2.7.html#documentation-changes)771      - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3.7/whatsnew/2.7.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)772      - [PEP 493: Инструменты миграции проверки HTTPS для Python 2.7](https://python-all.ru/3.7/whatsnew/2.7.html#pep-493-https-verification-migration-tools-for-python-2-7)773      - [Новая `make regen-all` цель сборки](https://python-all.ru/3.7/whatsnew/2.7.html#new-make-regen-all-build-target)774      - [Удаление `make touch` цели сборки](https://python-all.ru/3.7/whatsnew/2.7.html#removal-of-make-touch-build-target)775    - [Благодарности](https://python-all.ru/3.7/whatsnew/2.7.html#acknowledgements)776  - [Что нового в Python 2.6](https://python-all.ru/3.7/whatsnew/2.6.html)777778    - [Python 3.0](https://python-all.ru/3.7/whatsnew/2.6.html#python-3-0)779    - [Изменения в процессе разработки](https://python-all.ru/3.7/whatsnew/2.6.html#changes-to-the-development-process)780781      - [Новый трекер ошибок: Roundup](https://python-all.ru/3.7/whatsnew/2.6.html#new-issue-tracker-roundup)782      - [Новый формат документации: reStructuredText с использованием Sphinx](https://python-all.ru/3.7/whatsnew/2.6.html#new-documentation-format-restructuredtext-using-sphinx)783    - [PEP 343: Оператор 'with'](https://python-all.ru/3.7/whatsnew/2.6.html#pep-343-the-with-statement)784785      - [Написание контекстных менеджеров](https://python-all.ru/3.7/whatsnew/2.6.html#writing-context-managers)786      - [Модуль contextlib](https://python-all.ru/3.7/whatsnew/2.6.html#the-contextlib-module)787    - [PEP 366: Явные относительные импорты из главного модуля](https://python-all.ru/3.7/whatsnew/2.6.html#pep-366-explicit-relative-imports-from-a-main-module)788    - [PEP 370: Каталог `site-packages` для каждого пользователя](https://python-all.ru/3.7/whatsnew/2.6.html#pep-370-per-user-site-packages-directory)789    - [PEP 371: Пакет `multiprocessing`](https://python-all.ru/3.7/whatsnew/2.6.html#pep-371-the-multiprocessing-package)790    - [PEP 3101: Расширенное форматирование строк](https://python-all.ru/3.7/whatsnew/2.6.html#pep-3101-advanced-string-formatting)791    - [PEP 3105: `print` как функция](https://python-all.ru/3.7/whatsnew/2.6.html#pep-3105-print-as-a-function)792    - [PEP 3110: Изменения в обработке исключений](https://python-all.ru/3.7/whatsnew/2.6.html#pep-3110-exception-handling-changes)793    - [PEP 3112: Байтовые литералы](https://python-all.ru/3.7/whatsnew/2.6.html#pep-3112-byte-literals)794    - [PEP 3116: Новая библиотека ввода-вывода](https://python-all.ru/3.7/whatsnew/2.6.html#pep-3116-new-i-o-library)795    - [PEP 3118: Пересмотренный протокол буферов](https://python-all.ru/3.7/whatsnew/2.6.html#pep-3118-revised-buffer-protocol)796    - [PEP 3119: Абстрактные базовые классы](https://python-all.ru/3.7/whatsnew/2.6.html#pep-3119-abstract-base-classes)797    - [PEP 3127: Поддержка и синтаксис целочисленных литералов](https://python-all.ru/3.7/whatsnew/2.6.html#pep-3127-integer-literal-support-and-syntax)798    - [PEP 3129: Декораторы классов](https://python-all.ru/3.7/whatsnew/2.6.html#pep-3129-class-decorators)799    - [PEP 3141: Иерархия типов для чисел](https://python-all.ru/3.7/whatsnew/2.6.html#pep-3141-a-type-hierarchy-for-numbers)800801      - [Модуль `fractions`](https://python-all.ru/3.7/whatsnew/2.6.html#the-fractions-module)802    - [Прочие изменения языка](https://python-all.ru/3.7/whatsnew/2.6.html#other-language-changes)803804      - [Оптимизации](https://python-all.ru/3.7/whatsnew/2.6.html#optimizations)805      - [Изменения в интерпретаторе](https://python-all.ru/3.7/whatsnew/2.6.html#interpreter-changes)806    - [Новые и улучшенные модули](https://python-all.ru/3.7/whatsnew/2.6.html#new-and-improved-modules)807808      - [Модуль `ast`](https://python-all.ru/3.7/whatsnew/2.6.html#the-ast-module)809      - [Модуль `future_builtins`](https://python-all.ru/3.7/whatsnew/2.6.html#the-future-builtins-module)810      - [Модуль `json`: JavaScript Object Notation](https://python-all.ru/3.7/whatsnew/2.6.html#the-json-module-javascript-object-notation)811      - [Модуль `plistlib`: парсер списков свойств](https://python-all.ru/3.7/whatsnew/2.6.html#the-plistlib-module-a-property-list-parser)812      - [Улучшения ctypes](https://python-all.ru/3.7/whatsnew/2.6.html#ctypes-enhancements)813      - [Улучшенная поддержка SSL](https://python-all.ru/3.7/whatsnew/2.6.html#improved-ssl-support)814    - [Устаревания и удаления](https://python-all.ru/3.7/whatsnew/2.6.html#deprecations-and-removals)815    - [Изменения в сборке и C API](https://python-all.ru/3.7/whatsnew/2.6.html#build-and-c-api-changes)816817      - [Изменения для конкретных платформ: Windows](https://python-all.ru/3.7/whatsnew/2.6.html#port-specific-changes-windows)818      - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3.7/whatsnew/2.6.html#port-specific-changes-mac-os-x)819      - [Изменения для конкретных платформ: IRIX](https://python-all.ru/3.7/whatsnew/2.6.html#port-specific-changes-irix)820    - [Переход на Python 2.6](https://python-all.ru/3.7/whatsnew/2.6.html#porting-to-python-2-6)821    - [Благодарности](https://python-all.ru/3.7/whatsnew/2.6.html#acknowledgements)822  - [Что нового в Python 2.5](https://python-all.ru/3.7/whatsnew/2.5.html)823824    - [PEP 308: Условные выражения](https://python-all.ru/3.7/whatsnew/2.5.html#pep-308-conditional-expressions)825    - [PEP 309: Частичное применение функций](https://python-all.ru/3.7/whatsnew/2.5.html#pep-309-partial-function-application)826    - [PEP 314: Метаданные для пакетов Python v1.1](https://python-all.ru/3.7/whatsnew/2.5.html#pep-314-metadata-for-python-software-packages-v1-1)827    - [PEP 328: Абсолютные и относительные импорты](https://python-all.ru/3.7/whatsnew/2.5.html#pep-328-absolute-and-relative-imports)828    - [PEP 338: Выполнение модулей как сценариев](https://python-all.ru/3.7/whatsnew/2.5.html#pep-338-executing-modules-as-scripts)829    - [PEP 341: Единый try/except/finally](https://python-all.ru/3.7/whatsnew/2.5.html#pep-341-unified-try-except-finally)830    - [PEP 342: Новые возможности генераторов](https://python-all.ru/3.7/whatsnew/2.5.html#pep-342-new-generator-features)831    - [PEP 343: Оператор 'with'](https://python-all.ru/3.7/whatsnew/2.5.html#pep-343-the-with-statement)832833      - [Написание контекстных менеджеров](https://python-all.ru/3.7/whatsnew/2.5.html#writing-context-managers)834      - [Модуль contextlib](https://python-all.ru/3.7/whatsnew/2.5.html#the-contextlib-module)835    - [PEP 352: Исключения как классы нового стиля](https://python-all.ru/3.7/whatsnew/2.5.html#pep-352-exceptions-as-new-style-classes)836    - [PEP 353: Использование ssize\_t в качестве типа индекса](https://python-all.ru/3.7/whatsnew/2.5.html#pep-353-using-ssize-t-as-the-index-type)837    - [PEP 357: Метод '\_\_index\_\_'](https://python-all.ru/3.7/whatsnew/2.5.html#pep-357-the-index-method)838    - [Прочие изменения языка](https://python-all.ru/3.7/whatsnew/2.5.html#other-language-changes)839840      - [Изменения в интерактивном интерпретаторе](https://python-all.ru/3.7/whatsnew/2.5.html#interactive-interpreter-changes)841      - [Оптимизации](https://python-all.ru/3.7/whatsnew/2.5.html#optimizations)842    - [Новые, улучшенные и удалённые модули](https://python-all.ru/3.7/whatsnew/2.5.html#new-improved-and-removed-modules)843844      - [Пакет ctypes](https://python-all.ru/3.7/whatsnew/2.5.html#the-ctypes-package)845      - [Пакет ElementTree](https://python-all.ru/3.7/whatsnew/2.5.html#the-elementtree-package)846      - [Пакет hashlib](https://python-all.ru/3.7/whatsnew/2.5.html#the-hashlib-package)847      - [Пакет sqlite3](https://python-all.ru/3.7/whatsnew/2.5.html#the-sqlite3-package)848      - [Пакет wsgiref](https://python-all.ru/3.7/whatsnew/2.5.html#the-wsgiref-package)849    - [Изменения в сборке и C API](https://python-all.ru/3.7/whatsnew/2.5.html#build-and-c-api-changes)850851      - [Изменения для конкретных платформ](https://python-all.ru/3.7/whatsnew/2.5.html#port-specific-changes)852    - [Перенос на Python 2.5](https://python-all.ru/3.7/whatsnew/2.5.html#porting-to-python-2-5)853    - [Благодарности](https://python-all.ru/3.7/whatsnew/2.5.html#acknowledgements)854  - [Что нового в Python 2.4](https://python-all.ru/3.7/whatsnew/2.4.html)855856    - [PEP 218: Встроенные объекты множеств](https://python-all.ru/3.7/whatsnew/2.4.html#pep-218-built-in-set-objects)857    - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.7/whatsnew/2.4.html#pep-237-unifying-long-integers-and-integers)858    - [PEP 289: Генераторные выражения](https://python-all.ru/3.7/whatsnew/2.4.html#pep-289-generator-expressions)859    - [PEP 292: Упрощённая подстановка строк](https://python-all.ru/3.7/whatsnew/2.4.html#pep-292-simpler-string-substitutions)860    - [PEP 318: Декораторы для функций и методов](https://python-all.ru/3.7/whatsnew/2.4.html#pep-318-decorators-for-functions-and-methods)861    - [PEP 322: Обратная итерация](https://python-all.ru/3.7/whatsnew/2.4.html#pep-322-reverse-iteration)862    - [PEP 324: Новый модуль подпроцесса](https://python-all.ru/3.7/whatsnew/2.4.html#pep-324-new-subprocess-module)863    - [PEP 327: Тип данных Decimal](https://python-all.ru/3.7/whatsnew/2.4.html#pep-327-decimal-data-type)864865      - [Зачем нужен Decimal?](https://python-all.ru/3.7/whatsnew/2.4.html#why-is-decimal-needed)866      - [Тип `Decimal`](https://python-all.ru/3.7/whatsnew/2.4.html#the-decimal-type)867      - [Тип `Context`](https://python-all.ru/3.7/whatsnew/2.4.html#the-context-type)868    - [PEP 328: Многострочные импорты](https://python-all.ru/3.7/whatsnew/2.4.html#pep-328-multi-line-imports)869    - [PEP 331: Независящие от локали преобразования float/строк](https://python-all.ru/3.7/whatsnew/2.4.html#pep-331-locale-independent-float-string-conversions)870    - [Прочие изменения языка](https://python-all.ru/3.7/whatsnew/2.4.html#other-language-changes)871872      - [Оптимизации](https://python-all.ru/3.7/whatsnew/2.4.html#optimizations)873    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.7/whatsnew/2.4.html#new-improved-and-deprecated-modules)874875      - [cookielib](https://python-all.ru/3.7/whatsnew/2.4.html#cookielib)876      - [doctest](https://python-all.ru/3.7/whatsnew/2.4.html#doctest)877    - [Изменения в сборке и C API](https://python-all.ru/3.7/whatsnew/2.4.html#build-and-c-api-changes)878879      - [Изменения для конкретных платформ](https://python-all.ru/3.7/whatsnew/2.4.html#port-specific-changes)880    - [Перенос на Python 2.4](https://python-all.ru/3.7/whatsnew/2.4.html#porting-to-python-2-4)881    - [Благодарности](https://python-all.ru/3.7/whatsnew/2.4.html#acknowledgements)882  - [Что нового в Python 2.3](https://python-all.ru/3.7/whatsnew/2.3.html)883884    - [PEP 218: Стандартный тип set](https://python-all.ru/3.7/whatsnew/2.3.html#pep-218-a-standard-set-datatype)885    - [PEP 255: простые генераторы](https://python-all.ru/3.7/whatsnew/2.3.html#pep-255-simple-generators)886    - [PEP 263: Кодировки исходного кода](https://python-all.ru/3.7/whatsnew/2.3.html#pep-263-source-code-encodings)887    - [PEP 273: Импорт модулей из ZIP-архивов](https://python-all.ru/3.7/whatsnew/2.3.html#pep-273-importing-modules-from-zip-archives)888    - [PEP 277: Поддержка имён файлов в Unicode для Windows NT](https://python-all.ru/3.7/whatsnew/2.3.html#pep-277-unicode-file-name-support-for-windows-nt)889    - [PEP 278: Универсальная поддержка символов новой строки](https://python-all.ru/3.7/whatsnew/2.3.html#pep-278-universal-newline-support)890    - [PEP 279: enumerate()](https://python-all.ru/3.7/whatsnew/2.3.html#pep-279-enumerate)891    - [PEP 282: Пакет logging](https://python-all.ru/3.7/whatsnew/2.3.html#pep-282-the-logging-package)892    - [PEP 285: Булев тип](https://python-all.ru/3.7/whatsnew/2.3.html#pep-285-a-boolean-type)893    - [PEP 293: Колбэки обработки ошибок кодеков](https://python-all.ru/3.7/whatsnew/2.3.html#pep-293-codec-error-handling-callbacks)894    - [PEP 301: Индекс пакетов и метаданные для Distutils](https://python-all.ru/3.7/whatsnew/2.3.html#pep-301-package-index-and-metadata-for-distutils)895    - [PEP 302: Новые хуки импорта](https://python-all.ru/3.7/whatsnew/2.3.html#pep-302-new-import-hooks)896    - [PEP 305: Файлы с разделителями-запятыми](https://python-all.ru/3.7/whatsnew/2.3.html#pep-305-comma-separated-files)897    - [PEP 307: Улучшения pickle](https://python-all.ru/3.7/whatsnew/2.3.html#pep-307-pickle-enhancements)898    - [Расширенные срезы](https://python-all.ru/3.7/whatsnew/2.3.html#extended-slices)899    - [Прочие изменения языка](https://python-all.ru/3.7/whatsnew/2.3.html#other-language-changes)900901      - [Изменения в строках](https://python-all.ru/3.7/whatsnew/2.3.html#string-changes)902      - [Оптимизации](https://python-all.ru/3.7/whatsnew/2.3.html#optimizations)903    - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.7/whatsnew/2.3.html#new-improved-and-deprecated-modules)904905      - [Тип даты/времени](https://python-all.ru/3.7/whatsnew/2.3.html#date-time-type)906      - [Модуль optparse](https://python-all.ru/3.7/whatsnew/2.3.html#the-optparse-module)907    - [Pymalloc: Специализированный аллокатор объектов](https://python-all.ru/3.7/whatsnew/2.3.html#pymalloc-a-specialized-object-allocator)908    - [Изменения в сборке и C API](https://python-all.ru/3.7/whatsnew/2.3.html#build-and-c-api-changes)909910      - [Изменения для конкретных платформ](https://python-all.ru/3.7/whatsnew/2.3.html#port-specific-changes)911    - [Прочие изменения и исправления](https://python-all.ru/3.7/whatsnew/2.3.html#other-changes-and-fixes)912    - [Перенос на Python 2.3](https://python-all.ru/3.7/whatsnew/2.3.html#porting-to-python-2-3)913    - [Благодарности](https://python-all.ru/3.7/whatsnew/2.3.html#acknowledgements)914  - [Что нового в Python 2.2](https://python-all.ru/3.7/whatsnew/2.2.html)915916    - [Введение](https://python-all.ru/3.7/whatsnew/2.2.html#introduction)917    - [PEP 252 и 253: изменения типов и классов](https://python-all.ru/3.7/whatsnew/2.2.html#peps-252-and-253-type-and-class-changes)918919      - [Старые и новые классы](https://python-all.ru/3.7/whatsnew/2.2.html#old-and-new-classes)920      - [Дескрипторы](https://python-all.ru/3.7/whatsnew/2.2.html#descriptors)921      - [Множественное наследование: правило ромба](https://python-all.ru/3.7/whatsnew/2.2.html#multiple-inheritance-the-diamond-rule)922      - [Доступ к атрибутам](https://python-all.ru/3.7/whatsnew/2.2.html#attribute-access)923      - [Связанные ссылки](https://python-all.ru/3.7/whatsnew/2.2.html#related-links)924    - [PEP 234: итераторы](https://python-all.ru/3.7/whatsnew/2.2.html#pep-234-iterators)925    - [PEP 255: простые генераторы](https://python-all.ru/3.7/whatsnew/2.2.html#pep-255-simple-generators)926    - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.7/whatsnew/2.2.html#pep-237-unifying-long-integers-and-integers)927    - [PEP 238: изменение оператора деления](https://python-all.ru/3.7/whatsnew/2.2.html#pep-238-changing-the-division-operator)928    - [Изменения в Unicode](https://python-all.ru/3.7/whatsnew/2.2.html#unicode-changes)929    - [PEP 227: вложенные области видимости](https://python-all.ru/3.7/whatsnew/2.2.html#pep-227-nested-scopes)930    - [Новые и улучшенные модули](https://python-all.ru/3.7/whatsnew/2.2.html#new-and-improved-modules)931    - [Изменения и исправления интерпретатора](https://python-all.ru/3.7/whatsnew/2.2.html#interpreter-changes-and-fixes)932    - [Прочие изменения и исправления](https://python-all.ru/3.7/whatsnew/2.2.html#other-changes-and-fixes)933    - [Благодарности](https://python-all.ru/3.7/whatsnew/2.2.html#acknowledgements)934  - [Что нового в Python 2.1](https://python-all.ru/3.7/whatsnew/2.1.html)935936    - [Введение](https://python-all.ru/3.7/whatsnew/2.1.html#introduction)937    - [PEP 227: вложенные области видимости](https://python-all.ru/3.7/whatsnew/2.1.html#pep-227-nested-scopes)938    - [PEP 236: директивы \_\_future\_\_](https://python-all.ru/3.7/whatsnew/2.1.html#pep-236-future-directives)939    - [PEP 207: расширенные сравнения](https://python-all.ru/3.7/whatsnew/2.1.html#pep-207-rich-comparisons)940    - [PEP 230: инфраструктура предупреждений](https://python-all.ru/3.7/whatsnew/2.1.html#pep-230-warning-framework)941    - [PEP 229: новая система сборки](https://python-all.ru/3.7/whatsnew/2.1.html#pep-229-new-build-system)942    - [PEP 205: слабые ссылки](https://python-all.ru/3.7/whatsnew/2.1.html#pep-205-weak-references)943    - [PEP 232: атрибуты функций](https://python-all.ru/3.7/whatsnew/2.1.html#pep-232-function-attributes)944    - [PEP 235: импорт модулей на платформах, нечувствительных к регистру](https://python-all.ru/3.7/whatsnew/2.1.html#pep-235-importing-modules-on-case-insensitive-platforms)945    - [PEP 217: интерактивный перехватчик вывода](https://python-all.ru/3.7/whatsnew/2.1.html#pep-217-interactive-display-hook)946    - [PEP 208: новая модель приведения типов](https://python-all.ru/3.7/whatsnew/2.1.html#pep-208-new-coercion-model)947    - [PEP 241: метаданные в пакетах Python](https://python-all.ru/3.7/whatsnew/2.1.html#pep-241-metadata-in-python-packages)948    - [Новые и улучшенные модули](https://python-all.ru/3.7/whatsnew/2.1.html#new-and-improved-modules)949    - [Прочие изменения и исправления](https://python-all.ru/3.7/whatsnew/2.1.html#other-changes-and-fixes)950    - [Благодарности](https://python-all.ru/3.7/whatsnew/2.1.html#acknowledgements)951  - [Что нового в Python 2.0](https://python-all.ru/3.7/whatsnew/2.0.html)952953    - [Введение](https://python-all.ru/3.7/whatsnew/2.0.html#introduction)954    - [А что насчёт Python 1.6?](https://python-all.ru/3.7/whatsnew/2.0.html#what-about-python-1-6)955    - [Новый процесс разработки](https://python-all.ru/3.7/whatsnew/2.0.html#new-development-process)956    - [Юникод](https://python-all.ru/3.7/whatsnew/2.0.html#unicode)957    - [Списковые включения](https://python-all.ru/3.7/whatsnew/2.0.html#list-comprehensions)958    - [Расширенное присваивание](https://python-all.ru/3.7/whatsnew/2.0.html#augmented-assignment)959    - [Методы строк](https://python-all.ru/3.7/whatsnew/2.0.html#string-methods)960    - [Сборка мусора циклических ссылок](https://python-all.ru/3.7/whatsnew/2.0.html#garbage-collection-of-cycles)961    - [Другие изменения ядра](https://python-all.ru/3.7/whatsnew/2.0.html#other-core-changes)962963      - [Мелкие изменения языка](https://python-all.ru/3.7/whatsnew/2.0.html#minor-language-changes)964      - [Изменения встроенных функций](https://python-all.ru/3.7/whatsnew/2.0.html#changes-to-built-in-functions)965    - [Перенос на 2.0](https://python-all.ru/3.7/whatsnew/2.0.html#porting-to-2-0)966    - [Изменения в расширении/встраивании](https://python-all.ru/3.7/whatsnew/2.0.html#extending-embedding-changes)967    - [Distutils: упрощение установки модулей](https://python-all.ru/3.7/whatsnew/2.0.html#distutils-making-modules-easy-to-install)968    - [Модули XML](https://python-all.ru/3.7/whatsnew/2.0.html#xml-modules)969970      - [Поддержка SAX2](https://python-all.ru/3.7/whatsnew/2.0.html#sax2-support)971      - [Поддержка DOM](https://python-all.ru/3.7/whatsnew/2.0.html#dom-support)972      - [Связь с PyXML](https://python-all.ru/3.7/whatsnew/2.0.html#relationship-to-pyxml)973    - [Изменения модулей](https://python-all.ru/3.7/whatsnew/2.0.html#module-changes)974    - [Новые модули](https://python-all.ru/3.7/whatsnew/2.0.html#new-modules)975    - [Улучшения IDLE](https://python-all.ru/3.7/whatsnew/2.0.html#idle-improvements)976    - [Удалённые и устаревшие модули](https://python-all.ru/3.7/whatsnew/2.0.html#deleted-and-deprecated-modules)977    - [Благодарности](https://python-all.ru/3.7/whatsnew/2.0.html#acknowledgements)978  - [Журнал изменений](https://python-all.ru/3.7/whatsnew/changelog.html)979980    - [Python 3.7.17 final](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-17-final)981982      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#security)983      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#library)984      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#build)985      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#windows)986    - [Python 3.7.16 final](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-16-final)987988      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id2)989    - [Python 3.7.15 final](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-15-final)990991      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id3)992      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#core-and-builtins)993      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id4)994      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id5)995    - [Python 3.7.14 final](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-14-final)996997      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id6)998      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id7)999      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id8)1000      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#documentation)1001      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#tests)1002      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id9)1003    - [Python 3.7.13 final](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-13-final)10041005      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id10)1006      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id11)1007      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id12)1008    - [Python 3.7.12 final](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-12-final)10091010      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id13)1011      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id14)1012    - [Python 3.7.11 final](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-11-final)10131014      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id15)1015      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id16)1016      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id17)1017    - [Python 3.7.10 final](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-10-final)10181019      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id18)1020      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id19)1021      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id20)1022      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id21)1023    - [Python 3.7.9 final](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-9-final)10241025      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id22)1026      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id23)1027      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id24)1028      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#macos)1029    - [Python 3.7.8 final](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-8-final)10301031      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id25)1032      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id26)1033    - [Python 3.7.8 release candidate 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-8-release-candidate-1)10341035      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id27)1036      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id28)1037      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id29)1038      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id30)1039      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id31)1040      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id32)1041      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id33)1042      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id34)1043      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#idle)1044      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#tools-demos)1045      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#c-api)1046    - [Python 3.7.7 final](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-7-final)10471048      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id35)1049      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id36)1050    - [Python 3.7.7 release candidate 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-7-release-candidate-1)10511052      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id37)1053      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id38)1054      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id39)1055      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id40)1056      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id41)1057      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id42)1058      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id43)1059      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id44)1060      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id45)1061    - [Python 3.7.6 final](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-6-final)10621063      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id46)1064    - [Python 3.7.6 release candidate 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-6-release-candidate-1)10651066      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id47)1067      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id48)1068      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id49)1069      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id50)1070      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id51)1071      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id52)1072      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id53)1073      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id54)1074      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id55)1075      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id56)1076    - [Python 3.7.5 final](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-5-final)10771078      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id57)1079      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id58)1080    - [Python 3.7.5 release candidate 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-5-release-candidate-1)10811082      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id59)1083      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id60)1084      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id61)1085      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id62)1086      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id63)1087      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id64)1088      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id65)1089      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id66)1090      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id67)1091      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id68)1092    - [Python 3.7.4 final](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-4-final)10931094      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id69)1095      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id70)1096    - [Python 3.7.4 release candidate 2](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-4-release-candidate-2)10971098      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id71)1099      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id72)1100      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id73)1101      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id74)1102      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id75)1103    - [Python 3.7.4 release candidate 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-4-release-candidate-1)11041105      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id76)1106      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id77)1107      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id78)1108      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id79)1109      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id80)1110      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id81)1111      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id82)1112      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id83)1113      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id84)1114      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id85)1115      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id86)1116    - [Python 3.7.3 final](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-3-final)1117    - [Python 3.7.3 release candidate 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-3-release-candidate-1)11181119      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id87)1120      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id88)1121      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id89)1122      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id90)1123      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id91)1124      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id92)1125      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id93)1126      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id94)1127      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id95)1128      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id96)1129    - [Python 3.7.2 final](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-2-final)11301131      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id97)1132      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id98)1133      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id99)1134    - [Python 3.7.2 release candidate 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-2-release-candidate-1)11351136      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id100)1137      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id101)1138      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id102)1139      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id103)1140      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id104)1141      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id105)1142      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id106)1143      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id107)1144      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id108)1145      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id109)1146      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id110)1147    - [Python 3.7.1 финальная](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-1-final)11481149      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id111)1150    - [Python 3.7.1 кандидат в релизы 2](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-1-release-candidate-2)11511152      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id112)1153      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id113)1154      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id114)1155      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id115)1156      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id116)1157      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id117)1158    - [Python 3.7.1 кандидат в релизы 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-1-release-candidate-1)11591160      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id118)1161      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id119)1162      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id120)1163      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id121)1164      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id122)1165      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id123)1166      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id124)1167      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id125)1168      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id126)1169      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id127)1170      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id128)1171    - [Python 3.7.0 финальный](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-0-final)11721173      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id129)1174      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id130)1175    - [Python 3.7.0 кандидат в релизы 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-0-release-candidate-1)11761177      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id131)1178      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id132)1179      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id133)1180      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id134)1181      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id135)1182      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id136)1183    - [Python 3.7.0 бета 5](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-0-beta-5)11841185      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id137)1186      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id138)1187      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id139)1188      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id140)1189      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id141)1190      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id142)1191      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id143)1192    - [Python 3.7.0 бета 4](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-0-beta-4)11931194      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id144)1195      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id145)1196      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id146)1197      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id147)1198      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id148)1199      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id149)1200      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id150)1201      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id151)1202      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id152)1203    - [Python 3.7.0 бета 3](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-0-beta-3)12041205      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id153)1206      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id154)1207      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id155)1208      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id156)1209      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id157)1210      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id158)1211      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id159)1212      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id160)1213      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id161)1214      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id162)1215      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id163)1216    - [Python 3.7.0 бета 2](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-0-beta-2)12171218      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id164)1219      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id165)1220      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id166)1221      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id167)1222      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id168)1223      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id169)1224      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id170)1225      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id171)1226      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id172)1227      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id173)1228    - [Python 3.7.0 бета 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-0-beta-1)12291230      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id174)1231      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id175)1232      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id176)1233      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id177)1234      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id178)1235      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id179)1236      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id180)1237      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id181)1238    - [Python 3.7.0 альфа 4](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-0-alpha-4)12391240      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id182)1241      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id183)1242      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id184)1243      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id185)1244      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id186)1245      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id187)1246      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id188)1247    - [Python 3.7.0 альфа 3](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-0-alpha-3)12481249      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id189)1250      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id190)1251      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id191)1252      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id192)1253      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id193)1254      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id194)1255      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id195)1256      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id196)1257      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id197)1258      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id198)1259    - [Python 3.7.0 альфа 2](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-0-alpha-2)12601261      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id199)1262      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id200)1263      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id201)1264      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id202)1265      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id203)1266      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id204)1267    - [Python 3.7.0 альфа 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-7-0-alpha-1)12681269      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id205)1270      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id206)1271      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id207)1272      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id208)1273      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id209)1274      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id210)1275      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id211)1276      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id212)1277      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id213)1278      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id214)1279    - [Python 3.6.6 финальный](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-6-final)1280    - [Python 3.6.6 кандидат в релизы 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-6-release-candidate-1)12811282      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id215)1283      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id216)1284      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id217)1285      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id218)1286      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id219)1287      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id220)1288      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id221)1289      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id222)1290      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id223)1291      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id224)1292    - [Python 3.6.5 финальный](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-5-final)12931294      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id225)1295      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id226)1296    - [Python 3.6.5 кандидат в релизы 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-5-release-candidate-1)12971298      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id227)1299      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id228)1300      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id229)1301      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id230)1302      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id231)1303      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id232)1304      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id233)1305      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id234)1306      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id235)1307      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id236)1308      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id237)1309    - [Python 3.6.4 финальная](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-4-final)1310    - [Python 3.6.4 кандидат в релизы 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-4-release-candidate-1)13111312      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id238)1313      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id239)1314      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id240)1315      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id241)1316      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id242)1317      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id243)1318      - [macOS](https://python-all.ru/3.7/whatsnew/changelog.html#id244)1319      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id245)1320      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id246)1321      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id247)1322    - [Python 3.6.3 финальная](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-3-final)13231324      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id248)1325      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id249)1326    - [Python 3.6.3 кандидат в релизы 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-3-release-candidate-1)13271328      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id250)1329      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id251)1330      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id252)1331      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id253)1332      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id254)1333      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id255)1334      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id256)1335      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id257)1336      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id258)1337    - [Python 3.6.2 финальная](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-2-final)1338    - [Python 3.6.2 кандидат в релизы 2](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-2-release-candidate-2)13391340      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id259)1341    - [Python 3.6.2 кандидат в релизы 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-2-release-candidate-1)13421343      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id260)1344      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id261)1345      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id262)1346      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id263)1347      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id264)1348      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id265)1349      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id266)1350      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id267)1351      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id268)1352      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id269)1353      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id270)1354    - [Python 3.6.1 финальный](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-1-final)13551356      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id271)1357      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id272)1358    - [Python 3.6.1 кандидат в релизы 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-1-release-candidate-1)13591360      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id273)1361      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id274)1362      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id275)1363      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id276)1364      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id277)1365      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id278)1366      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id279)1367      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id280)1368    - [Python 3.6.0 финальный](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-0-final)1369    - [Python 3.6.0 кандидат в релизы 2](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-0-release-candidate-2)13701371      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id281)1372      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id282)1373      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id283)1374      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id284)1375    - [Python 3.6.0 кандидат в релизы 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-0-release-candidate-1)13761377      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id285)1378      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id286)1379      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id287)1380      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id288)1381      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id289)1382    - [Python 3.6.0 бета 4](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-0-beta-4)13831384      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id290)1385      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id291)1386      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id292)1387      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id293)1388      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id294)1389    - [Python 3.6.0 бета 3](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-0-beta-3)13901391      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id295)1392      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id296)1393      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id297)1394      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id298)1395      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id299)1396    - [Python 3.6.0 бета 2](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-0-beta-2)13971398      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id300)1399      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id301)1400      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id302)1401      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id303)1402      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id304)1403      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id305)1404    - [Python 3.6.0 бета 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-0-beta-1)14051406      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id306)1407      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id307)1408      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id308)1409      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id309)1410      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id310)1411      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id311)1412      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id312)1413      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id313)1414    - [Python 3.6.0 альфа 4](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-0-alpha-4)14151416      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id314)1417      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id315)1418      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id316)1419      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id317)1420      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id318)1421      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id319)1422    - [Python 3.6.0 альфа 3](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-0-alpha-3)14231424      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id320)1425      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id321)1426      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id322)1427      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id323)1428      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id324)1429      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id325)1430      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id326)1431      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id327)1432      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id328)1433      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id329)1434      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id330)1435      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id331)1436    - [Python 3.6.0 альфа 2](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-0-alpha-2)14371438      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id332)1439      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id333)1440      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id334)1441      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id335)1442      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id336)1443      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id337)1444      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id338)1445      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id339)1446      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id340)1447      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id341)1448      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id342)1449      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id343)1450      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id344)1451      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id345)1452    - [Python 3.6.0 альфа 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-6-0-alpha-1)14531454      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id346)1455      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id347)1456      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id348)1457      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id349)1458      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id350)1459      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id351)1460      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id352)1461      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id353)1462      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id354)1463      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id355)1464      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id356)1465      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id357)1466      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id358)1467      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id359)1468      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id360)1469    - [Python 3.5.5 финальный](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-5-final)1470    - [Python 3.5.5 кандидат в релизы 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-5-release-candidate-1)14711472      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id361)1473      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id362)1474      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id363)1475    - [Python 3.5.4 финальный](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-4-final)14761477      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id364)1478    - [Python 3.5.4 кандидат в релизы 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-4-release-candidate-1)14791480      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id365)1481      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id366)1482      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id367)1483      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id368)1484      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id369)1485      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id370)1486      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id371)1487      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id372)1488    - [Python 3.5.3 финальный](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-3-final)1489    - [Python 3.5.3 кандидат в релизы 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-3-release-candidate-1)14901491      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id373)1492      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id374)1493      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id375)1494      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id376)1495      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id377)1496      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id378)1497      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id379)1498      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id380)1499      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id381)1500      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id382)1501      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id383)1502      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id384)1503      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id385)1504    - [Python 3.5.2, финальная версия](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-2-final)15051506      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id386)1507      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id387)1508      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id388)1509    - [Python 3.5.2, релиз-кандидат 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-2-release-candidate-1)15101511      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id389)1512      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id390)1513      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id391)1514      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id392)1515      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id393)1516      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id394)1517      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id395)1518      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id396)1519      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id397)1520      - [Безопасность](https://python-all.ru/3.7/whatsnew/changelog.html#id398)1521      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id399)1522      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id400)1523      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id401)1524      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id402)1525      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id403)1526      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id404)1527      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id405)1528      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id406)1529    - [Python 3.5.1, финальная версия](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-1-final)15301531      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id407)1532      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id408)1533    - [Python 3.5.1, релиз-кандидат 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-1-release-candidate-1)15341535      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id409)1536      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id410)1537      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id411)1538      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id412)1539      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id413)1540      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id414)1541      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id415)1542      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id416)1543    - [Python 3.5.0, финальная версия](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-0-final)15441545      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id417)1546    - [Python 3.5.0, релиз-кандидат 4](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-0-release-candidate-4)15471548      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id418)1549      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id419)1550    - [Python 3.5.0, релиз-кандидат 3](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-0-release-candidate-3)15511552      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id420)1553      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id421)1554    - [Python 3.5.0 кандидат в релизы 2](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-0-release-candidate-2)15551556      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id422)1557      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id423)1558    - [Python 3.5.0 кандидат в релизы 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-0-release-candidate-1)15591560      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id424)1561      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id425)1562      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id426)1563      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id427)1564      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id428)1565    - [Python 3.5.0 бета 4](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-0-beta-4)15661567      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id429)1568      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id430)1569      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id431)1570    - [Python 3.5.0 бета 3](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-0-beta-3)15711572      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id432)1573      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id433)1574      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id434)1575      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id435)1576      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id436)1577    - [Python 3.5.0 бета 2](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-0-beta-2)15781579      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id437)1580      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id438)1581    - [Python 3.5.0 бета 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-0-beta-1)15821583      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id439)1584      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id440)1585      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id441)1586      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id442)1587      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id443)1588      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id444)1589    - [Python 3.5.0 альфа 4](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-0-alpha-4)15901591      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id445)1592      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id446)1593      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id447)1594      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id448)1595      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id449)1596      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id450)1597    - [Python 3.5.0 альфа 3](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-0-alpha-3)15981599      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id451)1600      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id452)1601      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id453)1602      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id454)1603      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id455)1604    - [Python 3.5.0 альфа 2](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-0-alpha-2)16051606      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id456)1607      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id457)1608      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id458)1609      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id459)1610      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id460)1611    - [Python 3.5.0 альфа 1](https://python-all.ru/3.7/whatsnew/changelog.html#python-3-5-0-alpha-1)16121613      - [Ядро и встроенные модули](https://python-all.ru/3.7/whatsnew/changelog.html#id461)1614      - [Библиотека](https://python-all.ru/3.7/whatsnew/changelog.html#id462)1615      - [IDLE](https://python-all.ru/3.7/whatsnew/changelog.html#id463)1616      - [Сборка](https://python-all.ru/3.7/whatsnew/changelog.html#id464)1617      - [C API](https://python-all.ru/3.7/whatsnew/changelog.html#id465)1618      - [Документация](https://python-all.ru/3.7/whatsnew/changelog.html#id466)1619      - [Тесты](https://python-all.ru/3.7/whatsnew/changelog.html#id467)1620      - [Инструменты/Демонстрации](https://python-all.ru/3.7/whatsnew/changelog.html#id468)1621      - [Windows](https://python-all.ru/3.7/whatsnew/changelog.html#id469)1622- [Учебник Python](https://python-all.ru/3.7/tutorial/index.html)16231624  - [1. Введение](https://python-all.ru/3.7/tutorial/appetite.html)1625  - [2. Использование интерпретатора Python](https://python-all.ru/3.7/tutorial/interpreter.html)16261627    - [2.1. Запуск интерпретатора](https://python-all.ru/3.7/tutorial/interpreter.html#invoking-the-interpreter)16281629      - [2.1.1. Передача аргументов](https://python-all.ru/3.7/tutorial/interpreter.html#argument-passing)1630      - [2.1.2. Интерактивный режим](https://python-all.ru/3.7/tutorial/interpreter.html#interactive-mode)1631    - [2.2. Интерпретатор и его окружение](https://python-all.ru/3.7/tutorial/interpreter.html#the-interpreter-and-its-environment)16321633      - [2.2.1. Кодировка исходного кода](https://python-all.ru/3.7/tutorial/interpreter.html#source-code-encoding)1634  - [3. Неформальное введение в Python](https://python-all.ru/3.7/tutorial/introduction.html)16351636    - [3.1. Использование Python в качестве калькулятора](https://python-all.ru/3.7/tutorial/introduction.html#using-python-as-a-calculator)16371638      - [3.1.1. Числа](https://python-all.ru/3.7/tutorial/introduction.html#numbers)1639      - [3.1.2. Строки](https://python-all.ru/3.7/tutorial/introduction.html#strings)1640      - [3.1.3. Списки](https://python-all.ru/3.7/tutorial/introduction.html#lists)1641    - [3.2. Первые шаги к программированию](https://python-all.ru/3.7/tutorial/introduction.html#first-steps-towards-programming)1642  - [4. Дополнительные средства управления потоком](https://python-all.ru/3.7/tutorial/controlflow.html)16431644    - [4.1. `if` Инструкции](https://python-all.ru/3.7/tutorial/controlflow.html#if-statements)1645    - [4.2. `for` Инструкции](https://python-all.ru/3.7/tutorial/controlflow.html#for-statements)1646    - [4.3. Функция `range()`](https://python-all.ru/3.7/tutorial/controlflow.html#the-range-function)1647    - [4.4. Инструкции `break` и `continue`, а также предложения `else` в циклах](https://python-all.ru/3.7/tutorial/controlflow.html#break-and-continue-statements-and-else-clauses-on-loops)1648    - [4.5. Инструкции `pass`](https://python-all.ru/3.7/tutorial/controlflow.html#pass-statements)1649    - [4.6. Определение функций](https://python-all.ru/3.7/tutorial/controlflow.html#defining-functions)1650    - [4.7. Подробнее об определении функций](https://python-all.ru/3.7/tutorial/controlflow.html#more-on-defining-functions)16511652      - [4.7.1. Значения аргументов по умолчанию](https://python-all.ru/3.7/tutorial/controlflow.html#default-argument-values)1653      - [4.7.2. Именованные аргументы](https://python-all.ru/3.7/tutorial/controlflow.html#keyword-arguments)1654      - [4.7.3. Произвольные списки аргументов](https://python-all.ru/3.7/tutorial/controlflow.html#arbitrary-argument-lists)1655      - [4.7.4. Распаковка списков аргументов](https://python-all.ru/3.7/tutorial/controlflow.html#unpacking-argument-lists)1656      - [4.7.5. Лямбда-выражения](https://python-all.ru/3.7/tutorial/controlflow.html#lambda-expressions)1657      - [4.7.6. Строки документации](https://python-all.ru/3.7/tutorial/controlflow.html#documentation-strings)1658      - [4.7.7. Аннотации функций](https://python-all.ru/3.7/tutorial/controlflow.html#function-annotations)1659    - [4.8. Интермеццо: стиль кодирования](https://python-all.ru/3.7/tutorial/controlflow.html#intermezzo-coding-style)1660  - [5. Структуры данных](https://python-all.ru/3.7/tutorial/datastructures.html)16611662    - [5.1. Подробнее о списках](https://python-all.ru/3.7/tutorial/datastructures.html#more-on-lists)16631664      - [5.1.1. Использование списков как стеков](https://python-all.ru/3.7/tutorial/datastructures.html#using-lists-as-stacks)1665      - [5.1.2. Использование списков как очередей](https://python-all.ru/3.7/tutorial/datastructures.html#using-lists-as-queues)1666      - [5.1.3. Списковые включения](https://python-all.ru/3.7/tutorial/datastructures.html#list-comprehensions)1667      - [5.1.4. Вложенные списковые включения](https://python-all.ru/3.7/tutorial/datastructures.html#nested-list-comprehensions)1668    - [5.2. Инструкция `del`](https://python-all.ru/3.7/tutorial/datastructures.html#the-del-statement)1669    - [5.3. Кортежи и последовательности](https://python-all.ru/3.7/tutorial/datastructures.html#tuples-and-sequences)1670    - [5.4. Множества](https://python-all.ru/3.7/tutorial/datastructures.html#sets)1671    - [5.5. Словари](https://python-all.ru/3.7/tutorial/datastructures.html#dictionaries)1672    - [5.6. Приёмы работы с циклами](https://python-all.ru/3.7/tutorial/datastructures.html#looping-techniques)1673    - [5.7. Подробнее об условиях](https://python-all.ru/3.7/tutorial/datastructures.html#more-on-conditions)1674    - [5.8. Сравнение последовательностей и других типов](https://python-all.ru/3.7/tutorial/datastructures.html#comparing-sequences-and-other-types)1675  - [6. Модули](https://python-all.ru/3.7/tutorial/modules.html)16761677    - [6.1. Подробнее о модулях](https://python-all.ru/3.7/tutorial/modules.html#more-on-modules)16781679      - [6.1.1. Запуск модулей как скриптов](https://python-all.ru/3.7/tutorial/modules.html#executing-modules-as-scripts)1680      - [6.1.2. Путь поиска модулей](https://python-all.ru/3.7/tutorial/modules.html#the-module-search-path)1681      - [6.1.3. «Скомпилированные» файлы Python](https://python-all.ru/3.7/tutorial/modules.html#compiled-python-files)1682    - [6.2. Стандартные модули](https://python-all.ru/3.7/tutorial/modules.html#standard-modules)1683    - [6.3. Функция `dir()`](https://python-all.ru/3.7/tutorial/modules.html#the-dir-function)1684    - [6.4. Пакеты](https://python-all.ru/3.7/tutorial/modules.html#packages)16851686      - [6.4.1. Импорт \* из пакета](https://python-all.ru/3.7/tutorial/modules.html#importing-from-a-package)1687      - [6.4.2. Ссылки внутри пакета](https://python-all.ru/3.7/tutorial/modules.html#intra-package-references)1688      - [6.4.3. Пакеты в нескольких каталогах](https://python-all.ru/3.7/tutorial/modules.html#packages-in-multiple-directories)1689  - [7. Ввод и вывод](https://python-all.ru/3.7/tutorial/inputoutput.html)16901691    - [7.1. Более сложное форматирование вывода](https://python-all.ru/3.7/tutorial/inputoutput.html#fancier-output-formatting)16921693      - [7.1.1. Форматированные строковые литералы](https://python-all.ru/3.7/tutorial/inputoutput.html#formatted-string-literals)1694      - [7.1.2. Метод format() строк](https://python-all.ru/3.7/tutorial/inputoutput.html#the-string-format-method)1695      - [7.1.3. Форматирование строк вручную](https://python-all.ru/3.7/tutorial/inputoutput.html#manual-string-formatting)1696      - [7.1.4. Устаревшее форматирование строк](https://python-all.ru/3.7/tutorial/inputoutput.html#old-string-formatting)1697    - [7.2. Чтение и запись файлов](https://python-all.ru/3.7/tutorial/inputoutput.html#reading-and-writing-files)16981699      - [7.2.1. Методы файловых объектов](https://python-all.ru/3.7/tutorial/inputoutput.html#methods-of-file-objects)1700      - [7.2.2. Сохранение структурированных данных с помощью `json`](https://python-all.ru/3.7/tutorial/inputoutput.html#saving-structured-data-with-json)1701  - [8. Ошибки и исключения](https://python-all.ru/3.7/tutorial/errors.html)17021703    - [8.1. Синтаксические ошибки](https://python-all.ru/3.7/tutorial/errors.html#syntax-errors)1704    - [8.2. Исключения](https://python-all.ru/3.7/tutorial/errors.html#exceptions)1705    - [8.3. Обработка исключений](https://python-all.ru/3.7/tutorial/errors.html#handling-exceptions)1706    - [8.4. Возбуждение исключений](https://python-all.ru/3.7/tutorial/errors.html#raising-exceptions)1707    - [8.5. Пользовательские исключения](https://python-all.ru/3.7/tutorial/errors.html#user-defined-exceptions)1708    - [8.6. Определение действий по очистке](https://python-all.ru/3.7/tutorial/errors.html#defining-clean-up-actions)1709    - [8.7. Предопределённые действия по очистке](https://python-all.ru/3.7/tutorial/errors.html#predefined-clean-up-actions)1710  - [9. Классы](https://python-all.ru/3.7/tutorial/classes.html)17111712    - [9.1. Несколько слов об именах и объектах](https://python-all.ru/3.7/tutorial/classes.html#a-word-about-names-and-objects)1713    - [9.2. Области видимости и пространства имён Python](https://python-all.ru/3.7/tutorial/classes.html#python-scopes-and-namespaces)17141715      - [9.2.1. Пример областей видимости и пространств имён](https://python-all.ru/3.7/tutorial/classes.html#scopes-and-namespaces-example)1716    - [9.3. Первое знакомство с классами](https://python-all.ru/3.7/tutorial/classes.html#a-first-look-at-classes)17171718      - [9.3.1. Синтаксис определения класса](https://python-all.ru/3.7/tutorial/classes.html#class-definition-syntax)1719      - [9.3.2. Объекты классов](https://python-all.ru/3.7/tutorial/classes.html#class-objects)1720      - [9.3.3. Объекты экземпляров](https://python-all.ru/3.7/tutorial/classes.html#instance-objects)1721      - [9.3.4. Объекты методов](https://python-all.ru/3.7/tutorial/classes.html#method-objects)1722      - [9.3.5. Переменные класса и экземпляра](https://python-all.ru/3.7/tutorial/classes.html#class-and-instance-variables)1723    - [9.4. Разные замечания](https://python-all.ru/3.7/tutorial/classes.html#random-remarks)1724    - [9.5. Наследование](https://python-all.ru/3.7/tutorial/classes.html#inheritance)17251726      - [9.5.1. Множественное наследование](https://python-all.ru/3.7/tutorial/classes.html#multiple-inheritance)1727    - [9.6. Приватные переменные](https://python-all.ru/3.7/tutorial/classes.html#private-variables)1728    - [9.7. Разное](https://python-all.ru/3.7/tutorial/classes.html#odds-and-ends)1729    - [9.8. Итераторы](https://python-all.ru/3.7/tutorial/classes.html#iterators)1730    - [9.9. Генераторы](https://python-all.ru/3.7/tutorial/classes.html#generators)1731    - [9.10. Генераторные выражения](https://python-all.ru/3.7/tutorial/classes.html#generator-expressions)1732  - [10. Краткий обзор стандартной библиотеки](https://python-all.ru/3.7/tutorial/stdlib.html)17331734    - [10.1. Интерфейс операционной системы](https://python-all.ru/3.7/tutorial/stdlib.html#operating-system-interface)1735    - [10.2. Файловые шаблоны](https://python-all.ru/3.7/tutorial/stdlib.html#file-wildcards)1736    - [10.3. Аргументы командной строки](https://python-all.ru/3.7/tutorial/stdlib.html#command-line-arguments)1737    - [10.4. Перенаправление вывода ошибок и завершение программы](https://python-all.ru/3.7/tutorial/stdlib.html#error-output-redirection-and-program-termination)1738    - [10.5. Поиск по шаблону в строках](https://python-all.ru/3.7/tutorial/stdlib.html#string-pattern-matching)1739    - [10.6. Математика](https://python-all.ru/3.7/tutorial/stdlib.html#mathematics)1740    - [10.7. Доступ в Интернет](https://python-all.ru/3.7/tutorial/stdlib.html#internet-access)1741    - [10.8. Даты и время](https://python-all.ru/3.7/tutorial/stdlib.html#dates-and-times)1742    - [10.9. Сжатие данных](https://python-all.ru/3.7/tutorial/stdlib.html#data-compression)1743    - [10.10. Измерение производительности](https://python-all.ru/3.7/tutorial/stdlib.html#performance-measurement)1744    - [10.11. Контроль качества](https://python-all.ru/3.7/tutorial/stdlib.html#quality-control)1745    - [10.12. Батарейки в комплекте](https://python-all.ru/3.7/tutorial/stdlib.html#batteries-included)1746  - [11. Краткий обзор стандартной библиотеки – Часть II](https://python-all.ru/3.7/tutorial/stdlib2.html)17471748    - [11.1. Форматирование вывода](https://python-all.ru/3.7/tutorial/stdlib2.html#output-formatting)1749    - [11.2. Шаблоны](https://python-all.ru/3.7/tutorial/stdlib2.html#templating)1750    - [11.3. Работа с двоичными данными и структурами записей](https://python-all.ru/3.7/tutorial/stdlib2.html#working-with-binary-data-record-layouts)1751    - [11.4. Многопоточность](https://python-all.ru/3.7/tutorial/stdlib2.html#multi-threading)1752    - [11.5. Логирование](https://python-all.ru/3.7/tutorial/stdlib2.html#logging)1753    - [11.6. Слабые ссылки](https://python-all.ru/3.7/tutorial/stdlib2.html#weak-references)1754    - [11.7. Инструменты для работы со списками](https://python-all.ru/3.7/tutorial/stdlib2.html#tools-for-working-with-lists)1755    - [11.8. Десятичная арифметика с плавающей запятой](https://python-all.ru/3.7/tutorial/stdlib2.html#decimal-floating-point-arithmetic)1756  - [12. Виртуальные окружения и пакеты](https://python-all.ru/3.7/tutorial/venv.html)17571758    - [12.1. Введение](https://python-all.ru/3.7/tutorial/venv.html#introduction)1759    - [12.2. Создание виртуальных окружений](https://python-all.ru/3.7/tutorial/venv.html#creating-virtual-environments)1760    - [12.3. Управление пакетами с помощью pip](https://python-all.ru/3.7/tutorial/venv.html#managing-packages-with-pip)1761  - [13. Что дальше?](https://python-all.ru/3.7/tutorial/whatnow.html)1762  - [14. Интерактивное редактирование ввода и подстановка истории](https://python-all.ru/3.7/tutorial/interactive.html)17631764    - [14.1. Автодополнение по табуляции и редактирование истории](https://python-all.ru/3.7/tutorial/interactive.html#tab-completion-and-history-editing)1765    - [14.2. Альтернативы интерактивному интерпретатору](https://python-all.ru/3.7/tutorial/interactive.html#alternatives-to-the-interactive-interpreter)1766  - [15. Арифметика с плавающей запятой: проблемы и ограничения](https://python-all.ru/3.7/tutorial/floatingpoint.html)17671768    - [15.1. Ошибка представления](https://python-all.ru/3.7/tutorial/floatingpoint.html#representation-error)1769  - [16. Приложение](https://python-all.ru/3.7/tutorial/appendix.html)17701771    - [16.1. Интерактивный режим](https://python-all.ru/3.7/tutorial/appendix.html#interactive-mode)17721773      - [16.1.1. Обработка ошибок](https://python-all.ru/3.7/tutorial/appendix.html#error-handling)1774      - [16.1.2. Исполняемые скрипты Python](https://python-all.ru/3.7/tutorial/appendix.html#executable-python-scripts)1775      - [16.1.3. Файл автозагрузки интерактивного режима](https://python-all.ru/3.7/tutorial/appendix.html#the-interactive-startup-file)1776      - [16.1.4. Модули настройки](https://python-all.ru/3.7/tutorial/appendix.html#the-customization-modules)1777- [Настройка и использование Python](https://python-all.ru/3.7/using/index.html)17781779  - [1. Командная строка и окружение](https://python-all.ru/3.7/using/cmdline.html)17801781    - [1.1. Командная строка](https://python-all.ru/3.7/using/cmdline.html#command-line)17821783      - [1.1.1. Параметры интерфейса](https://python-all.ru/3.7/using/cmdline.html#interface-options)1784      - [1.1.2. Общие параметры](https://python-all.ru/3.7/using/cmdline.html#generic-options)1785      - [1.1.3. Прочие параметры](https://python-all.ru/3.7/using/cmdline.html#miscellaneous-options)1786      - [1.1.4. Опции, которые не следует использовать](https://python-all.ru/3.7/using/cmdline.html#options-you-shouldn-t-use)1787    - [1.2. Переменные окружения](https://python-all.ru/3.7/using/cmdline.html#environment-variables)17881789      - [1.2.1. Переменные режима отладки](https://python-all.ru/3.7/using/cmdline.html#debug-mode-variables)1790  - [2. Использование Python на платформах Unix](https://python-all.ru/3.7/using/unix.html)17911792    - [2.1. Получение и установка последней версии Python](https://python-all.ru/3.7/using/unix.html#getting-and-installing-the-latest-version-of-python)17931794      - [2.1.1. В Linux](https://python-all.ru/3.7/using/unix.html#on-linux)1795      - [2.1.2. В FreeBSD и OpenBSD](https://python-all.ru/3.7/using/unix.html#on-freebsd-and-openbsd)1796      - [2.1.3. В OpenSolaris](https://python-all.ru/3.7/using/unix.html#on-opensolaris)1797    - [2.2. Сборка Python](https://python-all.ru/3.7/using/unix.html#building-python)1798    - [2.3. Пути и файлы, связанные с Python](https://python-all.ru/3.7/using/unix.html#python-related-paths-and-files)1799    - [2.4. Прочее](https://python-all.ru/3.7/using/unix.html#miscellaneous)1800  - [3. Использование Python в Windows](https://python-all.ru/3.7/using/windows.html)18011802    - [3.1. Полный установщик](https://python-all.ru/3.7/using/windows.html#the-full-installer)18031804      - [3.1.1. Шаги установки](https://python-all.ru/3.7/using/windows.html#installation-steps)1805      - [3.1.2. Снятие ограничения MAX\_PATH](https://python-all.ru/3.7/using/windows.html#removing-the-max-path-limitation)1806      - [3.1.3. Установка без интерфейса](https://python-all.ru/3.7/using/windows.html#installing-without-ui)1807      - [3.1.4. Установка без загрузки](https://python-all.ru/3.7/using/windows.html#installing-without-downloading)1808      - [3.1.5. Изменение установки](https://python-all.ru/3.7/using/windows.html#modifying-an-install)1809    - [3.2. Пакет Microsoft Store](https://python-all.ru/3.7/using/windows.html#the-microsoft-store-package)18101811      - [3.2.1. Известные проблемы](https://python-all.ru/3.7/using/windows.html#known-issues)1812    - [3.3. Пакеты на nuget.org](https://python-all.ru/3.7/using/windows.html#the-nuget-org-packages)1813    - [3.4. Встраиваемый пакет](https://python-all.ru/3.7/using/windows.html#the-embeddable-package)18141815      - [3.4.1. Приложение Python](https://python-all.ru/3.7/using/windows.html#python-application)1816      - [3.4.2. Встраивание Python](https://python-all.ru/3.7/using/windows.html#embedding-python)1817    - [3.5. Альтернативные сборки](https://python-all.ru/3.7/using/windows.html#alternative-bundles)1818    - [3.6. Настройка Python](https://python-all.ru/3.7/using/windows.html#configuring-python)18191820      - [3.6.1. Экскурс: установка переменных среды](https://python-all.ru/3.7/using/windows.html#excursus-setting-environment-variables)1821      - [3.6.2. Поиск исполняемого файла Python](https://python-all.ru/3.7/using/windows.html#finding-the-python-executable)1822    - [3.7. Режим UTF-8](https://python-all.ru/3.7/using/windows.html#utf-8-mode)1823    - [3.8. Запускатель Python для Windows](https://python-all.ru/3.7/using/windows.html#python-launcher-for-windows)18241825      - [3.8.1. Начало работы](https://python-all.ru/3.7/using/windows.html#getting-started)18261827        - [3.8.1.1. Из командной строки](https://python-all.ru/3.7/using/windows.html#from-the-command-line)1828        - [3.8.1.2. Виртуальные окружения](https://python-all.ru/3.7/using/windows.html#virtual-environments)1829        - [3.8.1.3. Из скрипта](https://python-all.ru/3.7/using/windows.html#from-a-script)1830        - [3.8.1.4. По ассоциации файлов](https://python-all.ru/3.7/using/windows.html#from-file-associations)1831      - [3.8.2. Строки shebang](https://python-all.ru/3.7/using/windows.html#shebang-lines)1832      - [3.8.3. Аргументы в строках shebang](https://python-all.ru/3.7/using/windows.html#arguments-in-shebang-lines)1833      - [3.8.4. Настройка](https://python-all.ru/3.7/using/windows.html#customization)18341835        - [3.8.4.1. Настройка через INI-файлы](https://python-all.ru/3.7/using/windows.html#customization-via-ini-files)1836        - [3.8.4.2. Настройка версий Python по умолчанию](https://python-all.ru/3.7/using/windows.html#customizing-default-python-versions)1837      - [3.8.5. Диагностика](https://python-all.ru/3.7/using/windows.html#diagnostics)1838    - [3.9. Поиск модулей](https://python-all.ru/3.7/using/windows.html#finding-modules)1839    - [3.10. Дополнительные модули](https://python-all.ru/3.7/using/windows.html#additional-modules)18401841      - [3.10.1. PyWin32](https://python-all.ru/3.7/using/windows.html#pywin32)1842      - [3.10.2. cx\_Freeze](https://python-all.ru/3.7/using/windows.html#cx-freeze)1843      - [3.10.3. WConio](https://python-all.ru/3.7/using/windows.html#wconio)1844    - [3.11. Компиляция Python в Windows](https://python-all.ru/3.7/using/windows.html#compiling-python-on-windows)1845    - [3.12. Другие платформы](https://python-all.ru/3.7/using/windows.html#other-platforms)1846  - [4. Использование Python на Macintosh](https://python-all.ru/3.7/using/mac.html)18471848    - [4.1. Получение и установка MacPython](https://python-all.ru/3.7/using/mac.html#getting-and-installing-macpython)18491850      - [4.1.1. Как запустить скрипт Python](https://python-all.ru/3.7/using/mac.html#how-to-run-a-python-script)1851      - [4.1.2. Запуск скриптов с графическим интерфейсом](https://python-all.ru/3.7/using/mac.html#running-scripts-with-a-gui)1852      - [4.1.3. Конфигурация](https://python-all.ru/3.7/using/mac.html#configuration)1853    - [4.2. IDE](https://python-all.ru/3.7/using/mac.html#the-ide)1854    - [4.3. Установка дополнительных пакетов Python](https://python-all.ru/3.7/using/mac.html#installing-additional-python-packages)1855    - [4.4. Программирование графического интерфейса на Mac](https://python-all.ru/3.7/using/mac.html#gui-programming-on-the-mac)1856    - [4.5. Распространение приложений Python на Mac](https://python-all.ru/3.7/using/mac.html#distributing-python-applications-on-the-mac)1857    - [4.6. Прочие ресурсы](https://python-all.ru/3.7/using/mac.html#other-resources)1858  - [5. Редакторы и IDE](https://python-all.ru/3.7/using/editors.html)1859- [Справочник по языку Python](https://python-all.ru/3.7/reference/index.html)18601861  - [1. Введение](https://python-all.ru/3.7/reference/introduction.html)18621863    - [1.1. Альтернативные реализации](https://python-all.ru/3.7/reference/introduction.html#alternate-implementations)1864    - [1.2. Обозначения](https://python-all.ru/3.7/reference/introduction.html#notation)1865  - [2. Лексический анализ](https://python-all.ru/3.7/reference/lexical_analysis.html)18661867    - [2.1. Структура строк](https://python-all.ru/3.7/reference/lexical_analysis.html#line-structure)18681869      - [2.1.1. Логические строки](https://python-all.ru/3.7/reference/lexical_analysis.html#logical-lines)1870      - [2.1.2. Физические строки](https://python-all.ru/3.7/reference/lexical_analysis.html#physical-lines)1871      - [2.1.3. Комментарии](https://python-all.ru/3.7/reference/lexical_analysis.html#comments)1872      - [2.1.4. Объявление кодировки](https://python-all.ru/3.7/reference/lexical_analysis.html#encoding-declarations)1873      - [2.1.5. Явное объединение строк](https://python-all.ru/3.7/reference/lexical_analysis.html#explicit-line-joining)1874      - [2.1.6. Неявное объединение строк](https://python-all.ru/3.7/reference/lexical_analysis.html#implicit-line-joining)1875      - [2.1.7. Пустые строки](https://python-all.ru/3.7/reference/lexical_analysis.html#blank-lines)1876      - [2.1.8. Отступы](https://python-all.ru/3.7/reference/lexical_analysis.html#indentation)1877      - [2.1.9. Пробелы между токенами](https://python-all.ru/3.7/reference/lexical_analysis.html#whitespace-between-tokens)1878    - [2.2. Другие токены](https://python-all.ru/3.7/reference/lexical_analysis.html#other-tokens)1879    - [2.3. Идентификаторы и ключевые слова](https://python-all.ru/3.7/reference/lexical_analysis.html#identifiers)18801881      - [2.3.1. Ключевые слова](https://python-all.ru/3.7/reference/lexical_analysis.html#keywords)1882      - [2.3.2. Зарезервированные классы идентификаторов](https://python-all.ru/3.7/reference/lexical_analysis.html#reserved-classes-of-identifiers)1883    - [2.4. Литералы](https://python-all.ru/3.7/reference/lexical_analysis.html#literals)18841885      - [2.4.1. Строковые и байтовые литералы](https://python-all.ru/3.7/reference/lexical_analysis.html#string-and-bytes-literals)1886      - [2.4.2. Конкатенация строковых литералов](https://python-all.ru/3.7/reference/lexical_analysis.html#string-literal-concatenation)1887      - [2.4.3. Форматированные строковые литералы](https://python-all.ru/3.7/reference/lexical_analysis.html#formatted-string-literals)1888      - [2.4.4. Числовые литералы](https://python-all.ru/3.7/reference/lexical_analysis.html#numeric-literals)1889      - [2.4.5. Целочисленные литералы](https://python-all.ru/3.7/reference/lexical_analysis.html#integer-literals)1890      - [2.4.6. Литералы чисел с плавающей точкой](https://python-all.ru/3.7/reference/lexical_analysis.html#floating-point-literals)1891      - [2.4.7. Литералы мнимых чисел](https://python-all.ru/3.7/reference/lexical_analysis.html#imaginary-literals)1892    - [2.5. Операторы](https://python-all.ru/3.7/reference/lexical_analysis.html#operators)1893    - [2.6. Разделители](https://python-all.ru/3.7/reference/lexical_analysis.html#delimiters)1894  - [3. Модель данных](https://python-all.ru/3.7/reference/datamodel.html)18951896    - [3.1. Объекты, значения и типы](https://python-all.ru/3.7/reference/datamodel.html#objects-values-and-types)1897    - [3.2. Стандартная иерархия типов](https://python-all.ru/3.7/reference/datamodel.html#the-standard-type-hierarchy)1898    - [3.3. Имена специальных методов](https://python-all.ru/3.7/reference/datamodel.html#special-method-names)18991900      - [3.3.1. Базовая настройка](https://python-all.ru/3.7/reference/datamodel.html#basic-customization)1901      - [3.3.2. Настройка доступа к атрибутам](https://python-all.ru/3.7/reference/datamodel.html#customizing-attribute-access)19021903        - [3.3.2.1. Настройка доступа к атрибутам модуля](https://python-all.ru/3.7/reference/datamodel.html#customizing-module-attribute-access)1904        - [3.3.2.2. Реализация дескрипторов](https://python-all.ru/3.7/reference/datamodel.html#implementing-descriptors)1905        - [3.3.2.3. Вызов дескрипторов](https://python-all.ru/3.7/reference/datamodel.html#invoking-descriptors)1906        - [3.3.2.4. \_\_slots\_\_](https://python-all.ru/3.7/reference/datamodel.html#slots)19071908          - [3.3.2.4.1. Примечания по использованию *\_\_slots\_\_*](https://python-all.ru/3.7/reference/datamodel.html#notes-on-using-slots)1909      - [3.3.3. Настройка создания классов](https://python-all.ru/3.7/reference/datamodel.html#customizing-class-creation)19101911        - [3.3.3.1. Метаклассы](https://python-all.ru/3.7/reference/datamodel.html#metaclasses)1912        - [3.3.3.2. Разрешение записей MRO](https://python-all.ru/3.7/reference/datamodel.html#resolving-mro-entries)1913        - [3.3.3.3. Определение подходящего метакласса](https://python-all.ru/3.7/reference/datamodel.html#determining-the-appropriate-metaclass)1914        - [3.3.3.4. Подготовка пространства имён класса](https://python-all.ru/3.7/reference/datamodel.html#preparing-the-class-namespace)1915        - [3.3.3.5. Выполнение тела класса](https://python-all.ru/3.7/reference/datamodel.html#executing-the-class-body)1916        - [3.3.3.6. Создание объекта класса](https://python-all.ru/3.7/reference/datamodel.html#creating-the-class-object)1917        - [3.3.3.7. Применение метаклассов](https://python-all.ru/3.7/reference/datamodel.html#uses-for-metaclasses)1918      - [3.3.4. Настройка проверок принадлежности экземплярам и подклассам](https://python-all.ru/3.7/reference/datamodel.html#customizing-instance-and-subclass-checks)1919      - [3.3.5. Эмуляция обобщённых типов](https://python-all.ru/3.7/reference/datamodel.html#emulating-generic-types)1920      - [3.3.6. Эмуляция вызываемых объектов](https://python-all.ru/3.7/reference/datamodel.html#emulating-callable-objects)1921      - [3.3.7. Эмуляция контейнерных типов](https://python-all.ru/3.7/reference/datamodel.html#emulating-container-types)1922      - [3.3.8. Эмуляция числовых типов](https://python-all.ru/3.7/reference/datamodel.html#emulating-numeric-types)1923      - [3.3.9. Контекстные менеджеры оператора with](https://python-all.ru/3.7/reference/datamodel.html#with-statement-context-managers)1924      - [3.3.10. Поиск специальных методов](https://python-all.ru/3.7/reference/datamodel.html#special-method-lookup)1925    - [3.4. Корутины](https://python-all.ru/3.7/reference/datamodel.html#coroutines)19261927      - [3.4.1. Ожидаемые объекты](https://python-all.ru/3.7/reference/datamodel.html#awaitable-objects)1928      - [3.4.2. Объекты корутин](https://python-all.ru/3.7/reference/datamodel.html#coroutine-objects)1929      - [3.4.3. Асинхронные итераторы](https://python-all.ru/3.7/reference/datamodel.html#asynchronous-iterators)1930      - [3.4.4. Асинхронные контекстные менеджеры](https://python-all.ru/3.7/reference/datamodel.html#asynchronous-context-managers)1931  - [4. Модель выполнения](https://python-all.ru/3.7/reference/executionmodel.html)19321933    - [4.1. Структура программы](https://python-all.ru/3.7/reference/executionmodel.html#structure-of-a-program)1934    - [4.2. Имена и связывание](https://python-all.ru/3.7/reference/executionmodel.html#naming-and-binding)19351936      - [4.2.1. Связывание имён](https://python-all.ru/3.7/reference/executionmodel.html#binding-of-names)1937      - [4.2.2. Разрешение имён](https://python-all.ru/3.7/reference/executionmodel.html#resolution-of-names)1938      - [4.2.3. Встроенные функции и ограниченное выполнение](https://python-all.ru/3.7/reference/executionmodel.html#builtins-and-restricted-execution)1939      - [4.2.4. Взаимодействие с динамическими возможностями](https://python-all.ru/3.7/reference/executionmodel.html#interaction-with-dynamic-features)1940    - [4.3. Исключения](https://python-all.ru/3.7/reference/executionmodel.html#exceptions)1941  - [5. Система импорта](https://python-all.ru/3.7/reference/import.html)19421943    - [5.1. `importlib`](https://python-all.ru/3.7/reference/import.html#importlib)1944    - [5.2. Пакеты](https://python-all.ru/3.7/reference/import.html#packages)19451946      - [5.2.1. Обычные пакеты](https://python-all.ru/3.7/reference/import.html#regular-packages)1947      - [5.2.2. Пакеты пространства имён](https://python-all.ru/3.7/reference/import.html#namespace-packages)1948    - [5.3. Поиск](https://python-all.ru/3.7/reference/import.html#searching)19491950      - [5.3.1. Кеш модулей](https://python-all.ru/3.7/reference/import.html#the-module-cache)1951      - [5.3.2. Искатели и загрузчики](https://python-all.ru/3.7/reference/import.html#finders-and-loaders)1952      - [5.3.3. Хуки импорта](https://python-all.ru/3.7/reference/import.html#import-hooks)1953      - [5.3.4. Метапуть](https://python-all.ru/3.7/reference/import.html#the-meta-path)1954    - [5.4. Загрузка](https://python-all.ru/3.7/reference/import.html#loading)19551956      - [5.4.1. Загрузчики](https://python-all.ru/3.7/reference/import.html#loaders)1957      - [5.4.2. Подмодули](https://python-all.ru/3.7/reference/import.html#submodules)1958      - [5.4.3. Спецификация модуля](https://python-all.ru/3.7/reference/import.html#module-spec)1959      - [5.4.4. Атрибуты модуля, связанные с импортом](https://python-all.ru/3.7/reference/import.html#import-related-module-attributes)1960      - [5.4.5. module.\_\_path\_\_](https://python-all.ru/3.7/reference/import.html#module-path)1961      - [5.4.6. Представления модулей](https://python-all.ru/3.7/reference/import.html#module-reprs)1962      - [5.4.7. Инвалидация кэшированного байткода](https://python-all.ru/3.7/reference/import.html#cached-bytecode-invalidation)1963    - [5.5. Искатель на основе путей](https://python-all.ru/3.7/reference/import.html#the-path-based-finder)19641965      - [5.5.1. Искатели записей путей](https://python-all.ru/3.7/reference/import.html#path-entry-finders)1966      - [5.5.2. Протокол искателя записей путей](https://python-all.ru/3.7/reference/import.html#path-entry-finder-protocol)1967    - [5.6. Замена стандартной системы импорта](https://python-all.ru/3.7/reference/import.html#replacing-the-standard-import-system)1968    - [5.7. Относительные импорты в пакетах](https://python-all.ru/3.7/reference/import.html#package-relative-imports)1969    - [5.8. Особые соображения для \_\_main\_\_](https://python-all.ru/3.7/reference/import.html#special-considerations-for-main)19701971      - [5.8.1. \_\_main\_\_.\_\_spec\_\_](https://python-all.ru/3.7/reference/import.html#main-spec)1972    - [5.9. Открытые вопросы](https://python-all.ru/3.7/reference/import.html#open-issues)1973    - [5.10. Ссылки](https://python-all.ru/3.7/reference/import.html#references)1974  - [6. Выражения](https://python-all.ru/3.7/reference/expressions.html)19751976    - [6.1. Арифметические преобразования](https://python-all.ru/3.7/reference/expressions.html#arithmetic-conversions)1977    - [6.2. Атомы](https://python-all.ru/3.7/reference/expressions.html#atoms)19781979      - [6.2.1. Идентификаторы (имена)](https://python-all.ru/3.7/reference/expressions.html#atom-identifiers)1980      - [6.2.2. Литералы](https://python-all.ru/3.7/reference/expressions.html#literals)1981      - [6.2.3. Выражения в скобках](https://python-all.ru/3.7/reference/expressions.html#parenthesized-forms)1982      - [6.2.4. Отображения для списков, множеств и словарей](https://python-all.ru/3.7/reference/expressions.html#displays-for-lists-sets-and-dictionaries)1983      - [6.2.5. Отображения списков](https://python-all.ru/3.7/reference/expressions.html#list-displays)1984      - [6.2.6. Отображения множеств](https://python-all.ru/3.7/reference/expressions.html#set-displays)1985      - [6.2.7. Отображения словарей](https://python-all.ru/3.7/reference/expressions.html#dictionary-displays)1986      - [6.2.8. Генераторные выражения](https://python-all.ru/3.7/reference/expressions.html#generator-expressions)1987      - [6.2.9. Выражения yield](https://python-all.ru/3.7/reference/expressions.html#yield-expressions)19881989        - [6.2.9.1. Методы генератор-итератора](https://python-all.ru/3.7/reference/expressions.html#generator-iterator-methods)1990        - [6.2.9.2. Примеры](https://python-all.ru/3.7/reference/expressions.html#examples)1991        - [6.2.9.3. Асинхронные генераторные функции](https://python-all.ru/3.7/reference/expressions.html#asynchronous-generator-functions)1992        - [6.2.9.4. Методы асинхронного генератор-итератора](https://python-all.ru/3.7/reference/expressions.html#asynchronous-generator-iterator-methods)1993    - [6.3. Первичные выражения](https://python-all.ru/3.7/reference/expressions.html#primaries)19941995      - [6.3.1. Ссылки на атрибуты](https://python-all.ru/3.7/reference/expressions.html#attribute-references)1996      - [6.3.2. Подписки](https://python-all.ru/3.7/reference/expressions.html#subscriptions)1997      - [6.3.3. Срезы](https://python-all.ru/3.7/reference/expressions.html#slicings)1998      - [6.3.4. Вызовы](https://python-all.ru/3.7/reference/expressions.html#calls)1999    - [6.4. Выражение await](https://python-all.ru/3.7/reference/expressions.html#await-expression)2000    - [6.5. Оператор возведения в степень](https://python-all.ru/3.7/reference/expressions.html#the-power-operator)2001    - [6.6. Унарные арифметические и битовые операции](https://python-all.ru/3.7/reference/expressions.html#unary-arithmetic-and-bitwise-operations)2002    - [6.7. Бинарные арифметические операции](https://python-all.ru/3.7/reference/expressions.html#binary-arithmetic-operations)2003    - [6.8. Операции сдвига](https://python-all.ru/3.7/reference/expressions.html#shifting-operations)2004    - [6.9. Двоичные поразрядные операции](https://python-all.ru/3.7/reference/expressions.html#binary-bitwise-operations)2005    - [6.10. Сравнения](https://python-all.ru/3.7/reference/expressions.html#comparisons)20062007      - [6.10.1. Сравнения значений](https://python-all.ru/3.7/reference/expressions.html#value-comparisons)2008      - [6.10.2. Операции проверки принадлежности](https://python-all.ru/3.7/reference/expressions.html#membership-test-operations)2009      - [6.10.3. Сравнения идентичности](https://python-all.ru/3.7/reference/expressions.html#is-not)2010    - [6.11. Булевы операции](https://python-all.ru/3.7/reference/expressions.html#boolean-operations)2011    - [6.12. Условные выражения](https://python-all.ru/3.7/reference/expressions.html#conditional-expressions)2012    - [6.13. Лямбды](https://python-all.ru/3.7/reference/expressions.html#lambda)2013    - [6.14. Списки выражений](https://python-all.ru/3.7/reference/expressions.html#expression-lists)2014    - [6.15. Порядок вычислений](https://python-all.ru/3.7/reference/expressions.html#evaluation-order)2015    - [6.16. Приоритет операторов](https://python-all.ru/3.7/reference/expressions.html#operator-precedence)2016  - [7. Простые инструкции](https://python-all.ru/3.7/reference/simple_stmts.html)20172018    - [7.1. Инструкции-выражения](https://python-all.ru/3.7/reference/simple_stmts.html#expression-statements)2019    - [7.2. Инструкции присваивания](https://python-all.ru/3.7/reference/simple_stmts.html#assignment-statements)20202021      - [7.2.1. Совмещённые инструкции присваивания](https://python-all.ru/3.7/reference/simple_stmts.html#augmented-assignment-statements)2022      - [7.2.2. Аннотированные инструкции присваивания](https://python-all.ru/3.7/reference/simple_stmts.html#annotated-assignment-statements)2023    - [7.3. Инструкция `assert`](https://python-all.ru/3.7/reference/simple_stmts.html#the-assert-statement)2024    - [7.4. Инструкция `pass`](https://python-all.ru/3.7/reference/simple_stmts.html#the-pass-statement)2025    - [7.5. Инструкция `del`](https://python-all.ru/3.7/reference/simple_stmts.html#the-del-statement)2026    - [7.6. Инструкция `return`](https://python-all.ru/3.7/reference/simple_stmts.html#the-return-statement)2027    - [7.7. Инструкция `yield`](https://python-all.ru/3.7/reference/simple_stmts.html#the-yield-statement)2028    - [7.8. Инструкция `raise`](https://python-all.ru/3.7/reference/simple_stmts.html#the-raise-statement)2029    - [7.9. Инструкция `break`](https://python-all.ru/3.7/reference/simple_stmts.html#the-break-statement)2030    - [7.10. Инструкция `continue`](https://python-all.ru/3.7/reference/simple_stmts.html#the-continue-statement)2031    - [7.11. Инструкция `import`](https://python-all.ru/3.7/reference/simple_stmts.html#the-import-statement)20322033      - [7.11.1. Инструкции future](https://python-all.ru/3.7/reference/simple_stmts.html#future-statements)2034    - [7.12. Инструкция `global`](https://python-all.ru/3.7/reference/simple_stmts.html#the-global-statement)2035    - [7.13. Инструкция `nonlocal`](https://python-all.ru/3.7/reference/simple_stmts.html#the-nonlocal-statement)2036  - [8. Составные инструкции](https://python-all.ru/3.7/reference/compound_stmts.html)20372038    - [8.1. Инструкция `if`](https://python-all.ru/3.7/reference/compound_stmts.html#the-if-statement)2039    - [8.2. Инструкция `while`](https://python-all.ru/3.7/reference/compound_stmts.html#the-while-statement)2040    - [8.3. Инструкция `for`](https://python-all.ru/3.7/reference/compound_stmts.html#the-for-statement)2041    - [8.4. Инструкция `try`](https://python-all.ru/3.7/reference/compound_stmts.html#the-try-statement)2042    - [8.5. Инструкция `with`](https://python-all.ru/3.7/reference/compound_stmts.html#the-with-statement)2043    - [8.6. Определения функций](https://python-all.ru/3.7/reference/compound_stmts.html#function-definitions)2044    - [8.7. Определения классов](https://python-all.ru/3.7/reference/compound_stmts.html#class-definitions)2045    - [8.8. Корутины](https://python-all.ru/3.7/reference/compound_stmts.html#coroutines)20462047      - [8.8.1. Определение корутинной функции](https://python-all.ru/3.7/reference/compound_stmts.html#coroutine-function-definition)2048      - [8.8.2. Оператор `async for`](https://python-all.ru/3.7/reference/compound_stmts.html#the-async-for-statement)2049      - [8.8.3. Оператор `async with`](https://python-all.ru/3.7/reference/compound_stmts.html#the-async-with-statement)2050  - [9. Компоненты верхнего уровня](https://python-all.ru/3.7/reference/toplevel_components.html)20512052    - [9.1. Полные программы на Python](https://python-all.ru/3.7/reference/toplevel_components.html#complete-python-programs)2053    - [9.2. Ввод из файла](https://python-all.ru/3.7/reference/toplevel_components.html#file-input)2054    - [9.3. Интерактивный ввод](https://python-all.ru/3.7/reference/toplevel_components.html#interactive-input)2055    - [9.4. Ввод выражений](https://python-all.ru/3.7/reference/toplevel_components.html#expression-input)2056  - [10. Полная спецификация грамматики](https://python-all.ru/3.7/reference/grammar.html)2057- [Стандартная библиотека Python](https://python-all.ru/3.7/library/index.html)20582059  - [Введение](https://python-all.ru/3.7/library/intro.html)20602061    - [Примечания о доступности](https://python-all.ru/3.7/library/intro.html#notes-on-availability)2062  - [Встроенные функции](https://python-all.ru/3.7/library/functions.html)2063  - [Встроенные константы](https://python-all.ru/3.7/library/constants.html)20642065    - [Константы, добавляемые модулем `site`](https://python-all.ru/3.7/library/constants.html#constants-added-by-the-site-module)2066  - [Встроенные типы](https://python-all.ru/3.7/library/stdtypes.html)20672068    - [Проверка истинности](https://python-all.ru/3.7/library/stdtypes.html#truth-value-testing)2069    - [Логические операции – `and`, `or`, `not`](https://python-all.ru/3.7/library/stdtypes.html#boolean-operations-and-or-not)2070    - [Сравнения](https://python-all.ru/3.7/library/stdtypes.html#comparisons)2071    - [Числовые типы – `int`, `float`, `complex`](https://python-all.ru/3.7/library/stdtypes.html#numeric-types-int-float-complex)20722073      - [Побитовые операции над целыми типами](https://python-all.ru/3.7/library/stdtypes.html#bitwise-operations-on-integer-types)2074      - [Дополнительные методы целых типов](https://python-all.ru/3.7/library/stdtypes.html#additional-methods-on-integer-types)2075      - [Дополнительные методы типа float](https://python-all.ru/3.7/library/stdtypes.html#additional-methods-on-float)2076      - [Хеширование числовых типов](https://python-all.ru/3.7/library/stdtypes.html#hashing-of-numeric-types)2077    - [Типы итераторов](https://python-all.ru/3.7/library/stdtypes.html#iterator-types)20782079      - [Типы генераторов](https://python-all.ru/3.7/library/stdtypes.html#generator-types)2080    - [Типы последовательностей – `list`, `tuple`, `range`](https://python-all.ru/3.7/library/stdtypes.html#sequence-types-list-tuple-range)20812082      - [Общие операции с последовательностями](https://python-all.ru/3.7/library/stdtypes.html#common-sequence-operations)2083      - [Неизменяемые типы последовательностей](https://python-all.ru/3.7/library/stdtypes.html#immutable-sequence-types)2084      - [Изменяемые типы последовательностей](https://python-all.ru/3.7/library/stdtypes.html#mutable-sequence-types)2085      - [Списки](https://python-all.ru/3.7/library/stdtypes.html#lists)2086      - [Кортежи](https://python-all.ru/3.7/library/stdtypes.html#tuples)2087      - [Диапазоны](https://python-all.ru/3.7/library/stdtypes.html#ranges)2088    - [Тип текстовых последовательностей – `str`](https://python-all.ru/3.7/library/stdtypes.html#text-sequence-type-str)20892090      - [Методы строк](https://python-all.ru/3.7/library/stdtypes.html#string-methods)2091      - [Форматирование строк в стиле `printf`](https://python-all.ru/3.7/library/stdtypes.html#printf-style-string-formatting)2092    - [Типы двоичных последовательностей – `bytes`, `bytearray`, `memoryview`](https://python-all.ru/3.7/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview)20932094      - [Объекты bytes](https://python-all.ru/3.7/library/stdtypes.html#bytes-objects)2095      - [Объекты bytearray](https://python-all.ru/3.7/library/stdtypes.html#bytearray-objects)2096      - [Операции с bytes и bytearray](https://python-all.ru/3.7/library/stdtypes.html#bytes-and-bytearray-operations)2097      - [Форматирование bytes в стиле `printf`](https://python-all.ru/3.7/library/stdtypes.html#printf-style-bytes-formatting)2098      - [Представления памяти](https://python-all.ru/3.7/library/stdtypes.html#memory-views)2099    - [Типы множеств – `set`, `frozenset`](https://python-all.ru/3.7/library/stdtypes.html#set-types-set-frozenset)2100    - [Типы отображений – `dict`](https://python-all.ru/3.7/library/stdtypes.html#mapping-types-dict)21012102      - [Объекты представлений словаря](https://python-all.ru/3.7/library/stdtypes.html#dictionary-view-objects)2103    - [Типы контекстных менеджеров](https://python-all.ru/3.7/library/stdtypes.html#context-manager-types)2104    - [Прочие встроенные типы](https://python-all.ru/3.7/library/stdtypes.html#other-built-in-types)21052106      - [Модули](https://python-all.ru/3.7/library/stdtypes.html#modules)2107      - [Классы и экземпляры классов](https://python-all.ru/3.7/library/stdtypes.html#classes-and-class-instances)2108      - [Функции](https://python-all.ru/3.7/library/stdtypes.html#functions)2109      - [Методы](https://python-all.ru/3.7/library/stdtypes.html#methods)2110      - [Объекты кода](https://python-all.ru/3.7/library/stdtypes.html#code-objects)2111      - [Объекты типов](https://python-all.ru/3.7/library/stdtypes.html#type-objects)2112      - [Объект None](https://python-all.ru/3.7/library/stdtypes.html#the-null-object)2113      - [Объект Ellipsis](https://python-all.ru/3.7/library/stdtypes.html#the-ellipsis-object)2114      - [Объект NotImplemented](https://python-all.ru/3.7/library/stdtypes.html#the-notimplemented-object)2115      - [Логические значения](https://python-all.ru/3.7/library/stdtypes.html#boolean-values)2116      - [Внутренние объекты](https://python-all.ru/3.7/library/stdtypes.html#internal-objects)2117    - [Специальные атрибуты](https://python-all.ru/3.7/library/stdtypes.html#special-attributes)2118    - [Ограничение длины преобразования целого числа в строку](https://python-all.ru/3.7/library/stdtypes.html#integer-string-conversion-length-limitation)21192120      - [Затронутые API](https://python-all.ru/3.7/library/stdtypes.html#affected-apis)2121      - [Настройка ограничения](https://python-all.ru/3.7/library/stdtypes.html#configuring-the-limit)2122      - [Рекомендуемая конфигурация](https://python-all.ru/3.7/library/stdtypes.html#recommended-configuration)2123  - [Встроенные исключения](https://python-all.ru/3.7/library/exceptions.html)21242125    - [Базовые классы](https://python-all.ru/3.7/library/exceptions.html#base-classes)2126    - [Конкретные исключения](https://python-all.ru/3.7/library/exceptions.html#concrete-exceptions)21272128      - [Исключения ОС](https://python-all.ru/3.7/library/exceptions.html#os-exceptions)2129    - [Предупреждения](https://python-all.ru/3.7/library/exceptions.html#warnings)2130    - [Иерархия исключений](https://python-all.ru/3.7/library/exceptions.html#exception-hierarchy)2131  - [Службы обработки текста](https://python-all.ru/3.7/library/text.html)21322133    - [`string` – Общие операции со строками](https://python-all.ru/3.7/library/string.html)21342135      - [Строковые константы](https://python-all.ru/3.7/library/string.html#string-constants)2136      - [Пользовательское форматирование строк](https://python-all.ru/3.7/library/string.html#custom-string-formatting)2137      - [Синтаксис строки форматирования](https://python-all.ru/3.7/library/string.html#format-string-syntax)21382139        - [Мини-язык спецификации формата](https://python-all.ru/3.7/library/string.html#format-specification-mini-language)2140        - [Примеры форматирования](https://python-all.ru/3.7/library/string.html#format-examples)2141      - [Строки-шаблоны](https://python-all.ru/3.7/library/string.html#template-strings)2142      - [Вспомогательные функции](https://python-all.ru/3.7/library/string.html#helper-functions)2143    - [`re` – Операции с регулярными выражениями](https://python-all.ru/3.7/library/re.html)21442145      - [Синтаксис регулярных выражений](https://python-all.ru/3.7/library/re.html#regular-expression-syntax)2146      - [Содержимое модуля](https://python-all.ru/3.7/library/re.html#module-contents)2147      - [Объекты регулярных выражений](https://python-all.ru/3.7/library/re.html#regular-expression-objects)2148      - [Объекты Match](https://python-all.ru/3.7/library/re.html#match-objects)2149      - [Примеры регулярных выражений](https://python-all.ru/3.7/library/re.html#regular-expression-examples)21502151        - [Проверка на пару](https://python-all.ru/3.7/library/re.html#checking-for-a-pair)2152        - [Имитация scanf()](https://python-all.ru/3.7/library/re.html#simulating-scanf)2153        - [search() и match()](https://python-all.ru/3.7/library/re.html#search-vs-match)2154        - [Создание телефонного справочника](https://python-all.ru/3.7/library/re.html#making-a-phonebook)2155        - [Преобразование текста](https://python-all.ru/3.7/library/re.html#text-munging)2156        - [Поиск всех наречий](https://python-all.ru/3.7/library/re.html#finding-all-adverbs)2157        - [Поиск всех наречий и их позиций](https://python-all.ru/3.7/library/re.html#finding-all-adverbs-and-their-positions)2158        - [Сырая строковая нотация](https://python-all.ru/3.7/library/re.html#raw-string-notation)2159        - [Написание токенизатора](https://python-all.ru/3.7/library/re.html#writing-a-tokenizer)2160    - [`difflib` – Вспомогательные функции для вычисления разностей](https://python-all.ru/3.7/library/difflib.html)21612162      - [Объекты SequenceMatcher](https://python-all.ru/3.7/library/difflib.html#sequencematcher-objects)2163      - [Примеры SequenceMatcher](https://python-all.ru/3.7/library/difflib.html#sequencematcher-examples)2164      - [Объекты Differ](https://python-all.ru/3.7/library/difflib.html#differ-objects)2165      - [Пример Differ](https://python-all.ru/3.7/library/difflib.html#differ-example)2166      - [Интерфейс командной строки для difflib](https://python-all.ru/3.7/library/difflib.html#a-command-line-interface-to-difflib)2167    - [`textwrap` – Перенос и заполнение текста](https://python-all.ru/3.7/library/textwrap.html)2168    - [`unicodedata` – База данных Unicode](https://python-all.ru/3.7/library/unicodedata.html)2169    - [`stringprep` – Подготовка строк для интернета](https://python-all.ru/3.7/library/stringprep.html)2170    - [`readline` – Интерфейс GNU readline](https://python-all.ru/3.7/library/readline.html)21712172      - [Файл инициализации](https://python-all.ru/3.7/library/readline.html#init-file)2173      - [Буфер строки](https://python-all.ru/3.7/library/readline.html#line-buffer)2174      - [Файл истории](https://python-all.ru/3.7/library/readline.html#history-file)2175      - [Список истории](https://python-all.ru/3.7/library/readline.html#history-list)2176      - [Перехватчики запуска](https://python-all.ru/3.7/library/readline.html#startup-hooks)2177      - [Автодополнение](https://python-all.ru/3.7/library/readline.html#completion)2178      - [Пример](https://python-all.ru/3.7/library/readline.html#example)2179    - [`rlcompleter` – Функция автодополнения для GNU readline](https://python-all.ru/3.7/library/rlcompleter.html)21802181      - [Объекты Completer](https://python-all.ru/3.7/library/rlcompleter.html#completer-objects)2182  - [Службы двоичных данных](https://python-all.ru/3.7/library/binary.html)21832184    - [`struct` – Интерпретация байтов как упакованных двоичных данных](https://python-all.ru/3.7/library/struct.html)21852186      - [Функции и исключения](https://python-all.ru/3.7/library/struct.html#functions-and-exceptions)2187      - [Строки формата](https://python-all.ru/3.7/library/struct.html#format-strings)21882189        - [Порядок байтов, размер и выравнивание](https://python-all.ru/3.7/library/struct.html#byte-order-size-and-alignment)2190        - [Символы форматирования](https://python-all.ru/3.7/library/struct.html#format-characters)2191        - [Примеры](https://python-all.ru/3.7/library/struct.html#examples)2192      - [Классы](https://python-all.ru/3.7/library/struct.html#classes)2193    - [`codecs` – Реестр кодеков и базовые классы](https://python-all.ru/3.7/library/codecs.html)21942195      - [Базовые классы кодеков](https://python-all.ru/3.7/library/codecs.html#codec-base-classes)21962197        - [Обработчики ошибок](https://python-all.ru/3.7/library/codecs.html#error-handlers)2198        - [Кодирование и декодирование без состояния](https://python-all.ru/3.7/library/codecs.html#stateless-encoding-and-decoding)2199        - [Инкрементное кодирование и декодирование](https://python-all.ru/3.7/library/codecs.html#incremental-encoding-and-decoding)22002201          - [Объекты IncrementalEncoder](https://python-all.ru/3.7/library/codecs.html#incrementalencoder-objects)2202          - [Объекты IncrementalDecoder](https://python-all.ru/3.7/library/codecs.html#incrementaldecoder-objects)2203        - [Потоковое кодирование и декодирование](https://python-all.ru/3.7/library/codecs.html#stream-encoding-and-decoding)22042205          - [Объекты StreamWriter](https://python-all.ru/3.7/library/codecs.html#streamwriter-objects)2206          - [Объекты StreamReader](https://python-all.ru/3.7/library/codecs.html#streamreader-objects)2207          - [Объекты StreamReaderWriter](https://python-all.ru/3.7/library/codecs.html#streamreaderwriter-objects)2208          - [Объекты StreamRecoder](https://python-all.ru/3.7/library/codecs.html#streamrecoder-objects)2209      - [Кодировки и Юникод](https://python-all.ru/3.7/library/codecs.html#encodings-and-unicode)2210      - [Стандартные кодировки](https://python-all.ru/3.7/library/codecs.html#standard-encodings)2211      - [Специфические для Python кодировки](https://python-all.ru/3.7/library/codecs.html#python-specific-encodings)22122213        - [Текстовые кодировки](https://python-all.ru/3.7/library/codecs.html#text-encodings)2214        - [Двоичные преобразования](https://python-all.ru/3.7/library/codecs.html#binary-transforms)2215        - [Текстовые преобразования](https://python-all.ru/3.7/library/codecs.html#text-transforms)2216      - [`encodings.idna` – интернационализированные доменные имена в приложениях](https://python-all.ru/3.7/library/codecs.html#module-encodings.idna)2217      - [`encodings.mbcs` – кодовая страница ANSI Windows](https://python-all.ru/3.7/library/codecs.html#module-encodings.mbcs)2218      - [`encodings.utf_8_sig` – кодек UTF-8 с сигнатурой BOM](https://python-all.ru/3.7/library/codecs.html#module-encodings.utf_8_sig)2219  - [Типы данных](https://python-all.ru/3.7/library/datatypes.html)22202221    - [`datetime` – базовые типы даты и времени](https://python-all.ru/3.7/library/datetime.html)22222223      - [Доступные типы](https://python-all.ru/3.7/library/datetime.html#available-types)2224      - [Объекты `timedelta`](https://python-all.ru/3.7/library/datetime.html#timedelta-objects)2225      - [Объекты `date`](https://python-all.ru/3.7/library/datetime.html#date-objects)2226      - [Объекты `datetime`](https://python-all.ru/3.7/library/datetime.html#datetime-objects)2227      - [Объекты `time`](https://python-all.ru/3.7/library/datetime.html#time-objects)2228      - [Объекты `tzinfo`](https://python-all.ru/3.7/library/datetime.html#tzinfo-objects)2229      - [Объекты `timezone`](https://python-all.ru/3.7/library/datetime.html#timezone-objects)2230      - [Поведение `strftime()` и `strptime()`](https://python-all.ru/3.7/library/datetime.html#strftime-and-strptime-behavior)2231    - [`calendar` – общие функции для работы с календарём](https://python-all.ru/3.7/library/calendar.html)2232    - [`collections` – контейнерные типы данных](https://python-all.ru/3.7/library/collections.html)22332234      - [`ChainMap` объекты](https://python-all.ru/3.7/library/collections.html#chainmap-objects)22352236        - [Примеры и рецепты `ChainMap`](https://python-all.ru/3.7/library/collections.html#chainmap-examples-and-recipes)2237      - [`Counter` объекты](https://python-all.ru/3.7/library/collections.html#counter-objects)2238      - [`deque` объекты](https://python-all.ru/3.7/library/collections.html#deque-objects)22392240        - [Рецепты `deque`](https://python-all.ru/3.7/library/collections.html#deque-recipes)2241      - [`defaultdict` объекты](https://python-all.ru/3.7/library/collections.html#defaultdict-objects)22422243        - [Примеры `defaultdict`](https://python-all.ru/3.7/library/collections.html#defaultdict-examples)2244      - [`namedtuple()` – фабричная функция для кортежей с именованными полями](https://python-all.ru/3.7/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields)2245      - [`OrderedDict` объекты](https://python-all.ru/3.7/library/collections.html#ordereddict-objects)22462247        - [Примеры и рецепты `OrderedDict`](https://python-all.ru/3.7/library/collections.html#ordereddict-examples-and-recipes)2248      - [`UserDict` объекты](https://python-all.ru/3.7/library/collections.html#userdict-objects)2249      - [`UserList` объекты](https://python-all.ru/3.7/library/collections.html#userlist-objects)2250      - [`UserString` объекты](https://python-all.ru/3.7/library/collections.html#userstring-objects)2251    - [`collections.abc` – абстрактные базовые классы для контейнеров](https://python-all.ru/3.7/library/collections.abc.html)22522253      - [Абстрактные базовые классы коллекций](https://python-all.ru/3.7/library/collections.abc.html#collections-abstract-base-classes)2254    - [`heapq` – алгоритм кучи (очередь с приоритетом)](https://python-all.ru/3.7/library/heapq.html)22552256      - [Основные примеры](https://python-all.ru/3.7/library/heapq.html#basic-examples)2257      - [Примечания к реализации очереди с приоритетом](https://python-all.ru/3.7/library/heapq.html#priority-queue-implementation-notes)2258      - [Теория](https://python-all.ru/3.7/library/heapq.html#theory)2259    - [`bisect` – алгоритм бисекции массива](https://python-all.ru/3.7/library/bisect.html)22602261      - [Поиск в отсортированных списках](https://python-all.ru/3.7/library/bisect.html#searching-sorted-lists)2262      - [Другие примеры](https://python-all.ru/3.7/library/bisect.html#other-examples)2263    - [`array` – эффективные массивы числовых значений](https://python-all.ru/3.7/library/array.html)2264    - [`weakref` – слабые ссылки](https://python-all.ru/3.7/library/weakref.html)22652266      - [Объекты слабых ссылок](https://python-all.ru/3.7/library/weakref.html#weak-reference-objects)2267      - [Пример](https://python-all.ru/3.7/library/weakref.html#example)2268      - [Объекты финализаторов](https://python-all.ru/3.7/library/weakref.html#finalizer-objects)2269      - [Сравнение финализаторов с методами `__del__()`](https://python-all.ru/3.7/library/weakref.html#comparing-finalizers-with-del-methods)2270    - [`types` – динамическое создание типов и имена для встроенных типов](https://python-all.ru/3.7/library/types.html)22712272      - [Динамическое создание типов](https://python-all.ru/3.7/library/types.html#dynamic-type-creation)2273      - [Стандартные типы интерпретатора](https://python-all.ru/3.7/library/types.html#standard-interpreter-types)2274      - [Дополнительные вспомогательные классы и функции](https://python-all.ru/3.7/library/types.html#additional-utility-classes-and-functions)2275      - [Вспомогательные функции для корутин](https://python-all.ru/3.7/library/types.html#coroutine-utility-functions)2276    - [`copy` – операции поверхностного и глубокого копирования](https://python-all.ru/3.7/library/copy.html)2277    - [`pprint` – форматированный вывод данных](https://python-all.ru/3.7/library/pprint.html)22782279      - [Объекты PrettyPrinter](https://python-all.ru/3.7/library/pprint.html#prettyprinter-objects)2280      - [Пример](https://python-all.ru/3.7/library/pprint.html#example)2281    - [`reprlib` – альтернативная `repr()` реализация](https://python-all.ru/3.7/library/reprlib.html)22822283      - [Объекты Repr](https://python-all.ru/3.7/library/reprlib.html#repr-objects)2284      - [Создание подклассов Repr](https://python-all.ru/3.7/library/reprlib.html#subclassing-repr-objects)2285    - [`enum` – поддержка перечислений](https://python-all.ru/3.7/library/enum.html)22862287      - [Содержимое модуля](https://python-all.ru/3.7/library/enum.html#module-contents)2288      - [Создание Enum](https://python-all.ru/3.7/library/enum.html#creating-an-enum)2289      - [Программный доступ к элементам перечисления и их атрибутам](https://python-all.ru/3.7/library/enum.html#programmatic-access-to-enumeration-members-and-their-attributes)2290      - [Дублирование элементов и значений перечисления](https://python-all.ru/3.7/library/enum.html#duplicating-enum-members-and-values)2291      - [Обеспечение уникальности значений перечисления](https://python-all.ru/3.7/library/enum.html#ensuring-unique-enumeration-values)2292      - [Использование автоматических значений](https://python-all.ru/3.7/library/enum.html#using-automatic-values)2293      - [Итерация](https://python-all.ru/3.7/library/enum.html#iteration)2294      - [Сравнения](https://python-all.ru/3.7/library/enum.html#comparisons)2295      - [Допустимые элементы и атрибуты перечислений](https://python-all.ru/3.7/library/enum.html#allowed-members-and-attributes-of-enumerations)2296      - [Ограниченное создание подклассов Enum](https://python-all.ru/3.7/library/enum.html#restricted-enum-subclassing)2297      - [Сериализация pickle](https://python-all.ru/3.7/library/enum.html#pickling)2298      - [Функциональный API](https://python-all.ru/3.7/library/enum.html#functional-api)2299      - [Производные перечисления](https://python-all.ru/3.7/library/enum.html#derived-enumerations)23002301        - [IntEnum](https://python-all.ru/3.7/library/enum.html#intenum)2302        - [IntFlag](https://python-all.ru/3.7/library/enum.html#intflag)2303        - [Flag](https://python-all.ru/3.7/library/enum.html#flag)2304        - [Другие](https://python-all.ru/3.7/library/enum.html#others)2305      - [Интересные примеры](https://python-all.ru/3.7/library/enum.html#interesting-examples)23062307        - [Пропуск значений](https://python-all.ru/3.7/library/enum.html#omitting-values)23082309          - [Использование `auto`](https://python-all.ru/3.7/library/enum.html#using-auto)2310          - [Использование `object`](https://python-all.ru/3.7/library/enum.html#using-object)2311          - [Использование описательной строки](https://python-all.ru/3.7/library/enum.html#using-a-descriptive-string)2312          - [Использование пользовательского `__new__()`](https://python-all.ru/3.7/library/enum.html#using-a-custom-new)2313        - [OrderedEnum](https://python-all.ru/3.7/library/enum.html#orderedenum)2314        - [DuplicateFreeEnum](https://python-all.ru/3.7/library/enum.html#duplicatefreeenum)2315        - [Планета](https://python-all.ru/3.7/library/enum.html#planet)2316        - [ВременнойПериод](https://python-all.ru/3.7/library/enum.html#timeperiod)2317      - [Чем различаются перечисления?](https://python-all.ru/3.7/library/enum.html#how-are-enums-different)23182319        - [Классы Enum](https://python-all.ru/3.7/library/enum.html#enum-classes)2320        - [Члены Enum (экземпляры)](https://python-all.ru/3.7/library/enum.html#enum-members-aka-instances)2321        - [Тонкие моменты](https://python-all.ru/3.7/library/enum.html#finer-points)23222323          - [Поддерживаемые `__dunder__` имена](https://python-all.ru/3.7/library/enum.html#supported-dunder-names)2324          - [Поддерживаемые `_sunder_` имена](https://python-all.ru/3.7/library/enum.html#supported-sunder-names)2325          - [Тип элемента `Enum`](https://python-all.ru/3.7/library/enum.html#enum-member-type)2326          - [Логическое значение классов и элементов `Enum`](https://python-all.ru/3.7/library/enum.html#boolean-value-of-enum-classes-and-members)2327          - [Классы `Enum` с методами](https://python-all.ru/3.7/library/enum.html#enum-classes-with-methods)2328          - [Объединение элементов `Flag`](https://python-all.ru/3.7/library/enum.html#combining-members-of-flag)2329  - [Числовые и математические модули](https://python-all.ru/3.7/library/numeric.html)23302331    - [`numbers` – Числовые абстрактные базовые классы](https://python-all.ru/3.7/library/numbers.html)23322333      - [Числовая иерархия](https://python-all.ru/3.7/library/numbers.html#the-numeric-tower)2334      - [Примечания для разработчиков типов](https://python-all.ru/3.7/library/numbers.html#notes-for-type-implementors)23352336        - [Добавление дополнительных числовых абстрактных базовых классов](https://python-all.ru/3.7/library/numbers.html#adding-more-numeric-abcs)2337        - [Реализация арифметических операций](https://python-all.ru/3.7/library/numbers.html#implementing-the-arithmetic-operations)2338    - [`math` – Математические функции](https://python-all.ru/3.7/library/math.html)23392340      - [Теоретико-числовые функции и функции представления](https://python-all.ru/3.7/library/math.html#number-theoretic-and-representation-functions)2341      - [Степенные и логарифмические функции](https://python-all.ru/3.7/library/math.html#power-and-logarithmic-functions)2342      - [Тригонометрические функции](https://python-all.ru/3.7/library/math.html#trigonometric-functions)2343      - [Преобразование угловых величин](https://python-all.ru/3.7/library/math.html#angular-conversion)2344      - [Гиперболические функции](https://python-all.ru/3.7/library/math.html#hyperbolic-functions)2345      - [Специальные функции](https://python-all.ru/3.7/library/math.html#special-functions)2346      - [Константы](https://python-all.ru/3.7/library/math.html#constants)2347    - [`cmath` – Математические функции для комплексных чисел](https://python-all.ru/3.7/library/cmath.html)23482349      - [Преобразование в полярные координаты и обратно](https://python-all.ru/3.7/library/cmath.html#conversions-to-and-from-polar-coordinates)2350      - [Степенные и логарифмические функции](https://python-all.ru/3.7/library/cmath.html#power-and-logarithmic-functions)2351      - [Тригонометрические функции](https://python-all.ru/3.7/library/cmath.html#trigonometric-functions)2352      - [Гиперболические функции](https://python-all.ru/3.7/library/cmath.html#hyperbolic-functions)2353      - [Функции классификации](https://python-all.ru/3.7/library/cmath.html#classification-functions)2354      - [Константы](https://python-all.ru/3.7/library/cmath.html#constants)2355    - [`decimal` – Decimal: арифметика с фиксированной и плавающей точкой](https://python-all.ru/3.7/library/decimal.html)23562357      - [Краткое руководство](https://python-all.ru/3.7/library/decimal.html#quick-start-tutorial)2358      - [Объекты Decimal](https://python-all.ru/3.7/library/decimal.html#decimal-objects)23592360        - [Логические операнды](https://python-all.ru/3.7/library/decimal.html#logical-operands)2361      - [Объекты контекста](https://python-all.ru/3.7/library/decimal.html#context-objects)2362      - [Константы](https://python-all.ru/3.7/library/decimal.html#constants)2363      - [Режимы округления](https://python-all.ru/3.7/library/decimal.html#rounding-modes)2364      - [Сигналы](https://python-all.ru/3.7/library/decimal.html#signals)2365      - [Примечания о числах с плавающей точкой](https://python-all.ru/3.7/library/decimal.html#floating-point-notes)23662367        - [Уменьшение ошибки округления за счёт повышенной точности](https://python-all.ru/3.7/library/decimal.html#mitigating-round-off-error-with-increased-precision)2368        - [Особые значения](https://python-all.ru/3.7/library/decimal.html#special-values)2369      - [Работа с потоками](https://python-all.ru/3.7/library/decimal.html#working-with-threads)2370      - [Рецепты](https://python-all.ru/3.7/library/decimal.html#recipes)2371      - [Часто задаваемые вопросы по Decimal](https://python-all.ru/3.7/library/decimal.html#decimal-faq)2372    - [`fractions` – Рациональные числа](https://python-all.ru/3.7/library/fractions.html)2373    - [`random` – Генерация псевдослучайных чисел](https://python-all.ru/3.7/library/random.html)23742375      - [Учётные функции](https://python-all.ru/3.7/library/random.html#bookkeeping-functions)2376      - [Функции для целых чисел](https://python-all.ru/3.7/library/random.html#functions-for-integers)2377      - [Функции для последовательностей](https://python-all.ru/3.7/library/random.html#functions-for-sequences)2378      - [Распределения с действительными значениями](https://python-all.ru/3.7/library/random.html#real-valued-distributions)2379      - [Альтернативный генератор](https://python-all.ru/3.7/library/random.html#alternative-generator)2380      - [Замечания о воспроизводимости](https://python-all.ru/3.7/library/random.html#notes-on-reproducibility)2381      - [Примеры и рецепты](https://python-all.ru/3.7/library/random.html#examples-and-recipes)2382    - [`statistics` – Функции математической статистики](https://python-all.ru/3.7/library/statistics.html)23832384      - [Средние значения и меры центральной тенденции](https://python-all.ru/3.7/library/statistics.html#averages-and-measures-of-central-location)2385      - [Меры разброса](https://python-all.ru/3.7/library/statistics.html#measures-of-spread)2386      - [Описание функций](https://python-all.ru/3.7/library/statistics.html#function-details)2387      - [Исключения](https://python-all.ru/3.7/library/statistics.html#exceptions)2388  - [Модули функционального программирования](https://python-all.ru/3.7/library/functional.html)23892390    - [`itertools` – Функции, создающие итераторы для эффективного циклического обхода](https://python-all.ru/3.7/library/itertools.html)23912392      - [Функции itertools](https://python-all.ru/3.7/library/itertools.html#itertool-functions)2393      - [Рецепты itertools](https://python-all.ru/3.7/library/itertools.html#itertools-recipes)2394    - [`functools` – Функции высшего порядка и операции над вызываемыми объектами](https://python-all.ru/3.7/library/functools.html)23952396      - [Объекты `partial`](https://python-all.ru/3.7/library/functools.html#partial-objects)2397    - [`operator` – Стандартные операторы в виде функций](https://python-all.ru/3.7/library/operator.html)23982399      - [Отображение операторов на функции](https://python-all.ru/3.7/library/operator.html#mapping-operators-to-functions)2400      - [Операторы на месте](https://python-all.ru/3.7/library/operator.html#in-place-operators)2401  - [Доступ к файлам и каталогам](https://python-all.ru/3.7/library/filesys.html)24022403    - [`pathlib` – Объектно-ориентированные пути файловой системы](https://python-all.ru/3.7/library/pathlib.html)24042405      - [Основное использование](https://python-all.ru/3.7/library/pathlib.html#basic-use)2406      - [Абстрактные пути](https://python-all.ru/3.7/library/pathlib.html#pure-paths)24072408        - [Общие свойства](https://python-all.ru/3.7/library/pathlib.html#general-properties)2409        - [Операторы](https://python-all.ru/3.7/library/pathlib.html#operators)2410        - [Доступ к отдельным частям](https://python-all.ru/3.7/library/pathlib.html#accessing-individual-parts)2411        - [Методы и свойства](https://python-all.ru/3.7/library/pathlib.html#methods-and-properties)2412      - [Конкретные пути](https://python-all.ru/3.7/library/pathlib.html#concrete-paths)24132414        - [Методы](https://python-all.ru/3.7/library/pathlib.html#methods)2415      - [Соответствие инструментам модуля `os`](https://python-all.ru/3.7/library/pathlib.html#correspondence-to-tools-in-the-os-module)2416    - [`os.path` – Основные операции с путями](https://python-all.ru/3.7/library/os.path.html)2417    - [`fileinput` – Итерация по строкам из нескольких входных потоков данных](https://python-all.ru/3.7/library/fileinput.html)2418    - [`stat` – Интерпретация результатов `stat()`](https://python-all.ru/3.7/library/stat.html)2419    - [`filecmp` – Сравнение файлов и каталогов](https://python-all.ru/3.7/library/filecmp.html)24202421      - [Класс `dircmp`](https://python-all.ru/3.7/library/filecmp.html#the-dircmp-class)2422    - [`tempfile` – Создание временных файлов и каталогов](https://python-all.ru/3.7/library/tempfile.html)24232424      - [Примеры](https://python-all.ru/3.7/library/tempfile.html#examples)2425      - [Устаревшие функции и переменные](https://python-all.ru/3.7/library/tempfile.html#deprecated-functions-and-variables)2426    - [`glob` – Развертывание шаблонов путей в стиле Unix](https://python-all.ru/3.7/library/glob.html)2427    - [`fnmatch` – Сопоставление имен файлов с шаблонами Unix](https://python-all.ru/3.7/library/fnmatch.html)2428    - [`linecache` – Произвольный доступ к строкам текста](https://python-all.ru/3.7/library/linecache.html)2429    - [`shutil` – Высокоуровневые операции с файлами](https://python-all.ru/3.7/library/shutil.html)24302431      - [Операции с каталогами и файлами](https://python-all.ru/3.7/library/shutil.html#directory-and-files-operations)24322433        - [Пример copytree](https://python-all.ru/3.7/library/shutil.html#copytree-example)2434        - [Пример rmtree](https://python-all.ru/3.7/library/shutil.html#rmtree-example)2435      - [Операции архивирования](https://python-all.ru/3.7/library/shutil.html#archiving-operations)24362437        - [Пример архивирования](https://python-all.ru/3.7/library/shutil.html#archiving-example)2438        - [Пример архивирования с *base\_dir*](https://python-all.ru/3.7/library/shutil.html#archiving-example-with-base-dir)2439      - [Определение размера выходного терминала](https://python-all.ru/3.7/library/shutil.html#querying-the-size-of-the-output-terminal)2440    - [`macpath` – функции работы с путями Mac OS 9](https://python-all.ru/3.7/library/macpath.html)2441  - [Постоянное хранение данных](https://python-all.ru/3.7/library/persistence.html)24422443    - [`pickle` – Сериализация объектов Python](https://python-all.ru/3.7/library/pickle.html)24442445      - [Связь с другими модулями Python](https://python-all.ru/3.7/library/pickle.html#relationship-to-other-python-modules)24462447        - [Сравнение с `marshal`](https://python-all.ru/3.7/library/pickle.html#comparison-with-marshal)2448        - [Сравнение с `json`](https://python-all.ru/3.7/library/pickle.html#comparison-with-json)2449      - [Формат потока данных](https://python-all.ru/3.7/library/pickle.html#data-stream-format)2450      - [Интерфейс модуля](https://python-all.ru/3.7/library/pickle.html#module-interface)2451      - [Что можно сериализовать и десериализовать?](https://python-all.ru/3.7/library/pickle.html#what-can-be-pickled-and-unpickled)2452      - [Сериализация экземпляров классов](https://python-all.ru/3.7/library/pickle.html#pickling-class-instances)24532454        - [Сохранение внешних объектов](https://python-all.ru/3.7/library/pickle.html#persistence-of-external-objects)2455        - [Диспетчерские таблицы](https://python-all.ru/3.7/library/pickle.html#dispatch-tables)2456        - [Обработка объектов с состоянием](https://python-all.ru/3.7/library/pickle.html#handling-stateful-objects)2457      - [Ограничение глобальных переменных](https://python-all.ru/3.7/library/pickle.html#restricting-globals)2458      - [Производительность](https://python-all.ru/3.7/library/pickle.html#performance)2459      - [Примеры](https://python-all.ru/3.7/library/pickle.html#examples)2460    - [`copyreg` – Регистрация вспомогательных функций `pickle`](https://python-all.ru/3.7/library/copyreg.html)24612462      - [Пример](https://python-all.ru/3.7/library/copyreg.html#example)2463    - [`shelve` – Персистентность объектов Python](https://python-all.ru/3.7/library/shelve.html)24642465      - [Ограничения](https://python-all.ru/3.7/library/shelve.html#restrictions)2466      - [Пример](https://python-all.ru/3.7/library/shelve.html#example)2467    - [`marshal` – Внутренняя сериализация объектов Python](https://python-all.ru/3.7/library/marshal.html)2468    - [`dbm` – Интерфейсы к Unix-«базам данных»](https://python-all.ru/3.7/library/dbm.html)24692470      - [`dbm.gnu` – переосмысление dbm от GNU](https://python-all.ru/3.7/library/dbm.html#module-dbm.gnu)2471      - [`dbm.ndbm` – интерфейс на основе ndbm](https://python-all.ru/3.7/library/dbm.html#module-dbm.ndbm)2472      - [`dbm.dumb` – Переносимая реализация DBM](https://python-all.ru/3.7/library/dbm.html#module-dbm.dumb)2473    - [`sqlite3` – Интерфейс DB-API 2.0 для баз данных SQLite](https://python-all.ru/3.7/library/sqlite3.html)24742475      - [Функции и константы модуля](https://python-all.ru/3.7/library/sqlite3.html#module-functions-and-constants)2476      - [Объекты соединений](https://python-all.ru/3.7/library/sqlite3.html#connection-objects)2477      - [Объекты Cursor](https://python-all.ru/3.7/library/sqlite3.html#cursor-objects)2478      - [Объекты Row](https://python-all.ru/3.7/library/sqlite3.html#row-objects)2479      - [Исключения](https://python-all.ru/3.7/library/sqlite3.html#exceptions)2480      - [Типы SQLite и Python](https://python-all.ru/3.7/library/sqlite3.html#sqlite-and-python-types)24812482        - [Введение](https://python-all.ru/3.7/library/sqlite3.html#introduction)2483        - [Использование адаптеров для хранения дополнительных типов Python в базах данных SQLite](https://python-all.ru/3.7/library/sqlite3.html#using-adapters-to-store-additional-python-types-in-sqlite-databases)24842485          - [Адаптация объекта самостоятельно](https://python-all.ru/3.7/library/sqlite3.html#letting-your-object-adapt-itself)2486          - [Регистрация вызываемого адаптера](https://python-all.ru/3.7/library/sqlite3.html#registering-an-adapter-callable)2487        - [Преобразование значений SQLite в пользовательские типы Python](https://python-all.ru/3.7/library/sqlite3.html#converting-sqlite-values-to-custom-python-types)2488        - [Адаптеры и преобразователи по умолчанию](https://python-all.ru/3.7/library/sqlite3.html#default-adapters-and-converters)2489      - [Управление транзакциями](https://python-all.ru/3.7/library/sqlite3.html#controlling-transactions)2490      - [Эффективное использование `sqlite3`](https://python-all.ru/3.7/library/sqlite3.html#using-sqlite3-efficiently)24912492        - [Использование сокращённых методов](https://python-all.ru/3.7/library/sqlite3.html#using-shortcut-methods)2493        - [Доступ к столбцам по имени, а не по индексу](https://python-all.ru/3.7/library/sqlite3.html#accessing-columns-by-name-instead-of-by-index)2494        - [Использование соединения в качестве контекстного менеджера](https://python-all.ru/3.7/library/sqlite3.html#using-the-connection-as-a-context-manager)2495      - [Распространённые проблемы](https://python-all.ru/3.7/library/sqlite3.html#common-issues)24962497        - [Многопоточность](https://python-all.ru/3.7/library/sqlite3.html#multithreading)2498  - [Сжатие и архивирование данных](https://python-all.ru/3.7/library/archiving.html)24992500    - [`zlib` – сжатие, совместимое с **gzip**](https://python-all.ru/3.7/library/zlib.html)2501    - [`gzip` – поддержка файлов **gzip**](https://python-all.ru/3.7/library/gzip.html)25022503      - [Примеры использования](https://python-all.ru/3.7/library/gzip.html#examples-of-usage)2504    - [`bz2` – поддержка сжатия **bzip2**](https://python-all.ru/3.7/library/bz2.html)25052506      - [Сжатие и распаковка файлов](https://python-all.ru/3.7/library/bz2.html#de-compression-of-files)2507      - [Инкрементальное сжатие/распаковка](https://python-all.ru/3.7/library/bz2.html#incremental-de-compression)2508      - [Однопроходное сжатие/распаковка](https://python-all.ru/3.7/library/bz2.html#one-shot-de-compression)2509      - [Примеры использования](https://python-all.ru/3.7/library/bz2.html#examples-of-usage)2510    - [`lzma` – сжатие с использованием алгоритма LZMA](https://python-all.ru/3.7/library/lzma.html)25112512      - [Чтение и запись сжатых файлов](https://python-all.ru/3.7/library/lzma.html#reading-and-writing-compressed-files)2513      - [Сжатие и распаковка данных в памяти](https://python-all.ru/3.7/library/lzma.html#compressing-and-decompressing-data-in-memory)2514      - [Разное](https://python-all.ru/3.7/library/lzma.html#miscellaneous)2515      - [Настройка пользовательских цепочек фильтров](https://python-all.ru/3.7/library/lzma.html#specifying-custom-filter-chains)2516      - [Примеры](https://python-all.ru/3.7/library/lzma.html#examples)2517    - [`zipfile` – работа с ZIP-архивами](https://python-all.ru/3.7/library/zipfile.html)25182519      - [Объекты ZipFile](https://python-all.ru/3.7/library/zipfile.html#zipfile-objects)2520      - [Объекты PyZipFile](https://python-all.ru/3.7/library/zipfile.html#pyzipfile-objects)2521      - [Объекты ZipInfo](https://python-all.ru/3.7/library/zipfile.html#zipinfo-objects)2522      - [Интерфейс командной строки](https://python-all.ru/3.7/library/zipfile.html#command-line-interface)25232524        - [Параметры командной строки](https://python-all.ru/3.7/library/zipfile.html#command-line-options)2525    - [`tarfile` – чтение и запись tar-архивов](https://python-all.ru/3.7/library/tarfile.html)25262527      - [Объекты TarFile](https://python-all.ru/3.7/library/tarfile.html#tarfile-objects)2528      - [Объекты TarInfo](https://python-all.ru/3.7/library/tarfile.html#tarinfo-objects)2529      - [Интерфейс командной строки](https://python-all.ru/3.7/library/tarfile.html#command-line-interface)25302531        - [Параметры командной строки](https://python-all.ru/3.7/library/tarfile.html#command-line-options)2532      - [Примеры](https://python-all.ru/3.7/library/tarfile.html#examples)2533      - [Поддерживаемые форматы tar](https://python-all.ru/3.7/library/tarfile.html#supported-tar-formats)2534      - [Проблемы с Unicode](https://python-all.ru/3.7/library/tarfile.html#unicode-issues)2535  - [Форматы файлов](https://python-all.ru/3.7/library/fileformats.html)25362537    - [`csv` – чтение и запись CSV-файлов](https://python-all.ru/3.7/library/csv.html)25382539      - [Содержимое модуля](https://python-all.ru/3.7/library/csv.html#module-contents)2540      - [Диалекты и параметры форматирования](https://python-all.ru/3.7/library/csv.html#dialects-and-formatting-parameters)2541      - [Объекты чтения](https://python-all.ru/3.7/library/csv.html#reader-objects)2542      - [Объекты записи](https://python-all.ru/3.7/library/csv.html#writer-objects)2543      - [Примеры](https://python-all.ru/3.7/library/csv.html#examples)2544    - [`configparser` – Парсер конфигурационных файлов](https://python-all.ru/3.7/library/configparser.html)25452546      - [Быстрый старт](https://python-all.ru/3.7/library/configparser.html#quick-start)2547      - [Поддерживаемые типы данных](https://python-all.ru/3.7/library/configparser.html#supported-datatypes)2548      - [Значения по умолчанию](https://python-all.ru/3.7/library/configparser.html#fallback-values)2549      - [Поддерживаемая структура INI-файлов](https://python-all.ru/3.7/library/configparser.html#supported-ini-file-structure)2550      - [Интерполяция значений](https://python-all.ru/3.7/library/configparser.html#interpolation-of-values)2551      - [Доступ через протокол отображения](https://python-all.ru/3.7/library/configparser.html#mapping-protocol-access)2552      - [Настройка поведения парсера](https://python-all.ru/3.7/library/configparser.html#customizing-parser-behaviour)2553      - [Примеры устаревшего API](https://python-all.ru/3.7/library/configparser.html#legacy-api-examples)2554      - [Объекты ConfigParser](https://python-all.ru/3.7/library/configparser.html#configparser-objects)2555      - [Объекты RawConfigParser](https://python-all.ru/3.7/library/configparser.html#rawconfigparser-objects)2556      - [Исключения](https://python-all.ru/3.7/library/configparser.html#exceptions)2557    - [`netrc` – Обработка netrc-файлов](https://python-all.ru/3.7/library/netrc.html)25582559      - [Объекты netrc](https://python-all.ru/3.7/library/netrc.html#netrc-objects)2560    - [`xdrlib` – Кодирование и декодирование данных XDR](https://python-all.ru/3.7/library/xdrlib.html)25612562      - [Объекты упаковщика](https://python-all.ru/3.7/library/xdrlib.html#packer-objects)2563      - [Объекты распаковщика](https://python-all.ru/3.7/library/xdrlib.html#unpacker-objects)2564      - [Исключения](https://python-all.ru/3.7/library/xdrlib.html#exceptions)2565    - [`plistlib` – Генерировать и разбирать файлы `.plist` Mac OS X](https://python-all.ru/3.7/library/plistlib.html)25662567      - [Примеры](https://python-all.ru/3.7/library/plistlib.html#examples)2568  - [Криптографические службы](https://python-all.ru/3.7/library/crypto.html)25692570    - [`hashlib` – Безопасные хеши и дайджесты сообщений](https://python-all.ru/3.7/library/hashlib.html)25712572      - [Алгоритмы хеширования](https://python-all.ru/3.7/library/hashlib.html#hash-algorithms)2573      - [SHAKE: дайджесты переменной длины](https://python-all.ru/3.7/library/hashlib.html#shake-variable-length-digests)2574      - [Вывод ключей](https://python-all.ru/3.7/library/hashlib.html#key-derivation)2575      - [BLAKE2](https://python-all.ru/3.7/library/hashlib.html#blake2)25762577        - [Создание хеш-объектов](https://python-all.ru/3.7/library/hashlib.html#creating-hash-objects)2578        - [Константы](https://python-all.ru/3.7/library/hashlib.html#constants)2579        - [Примеры](https://python-all.ru/3.7/library/hashlib.html#examples)25802581          - [Простое хеширование](https://python-all.ru/3.7/library/hashlib.html#simple-hashing)2582          - [Использование разного размера дайджестов](https://python-all.ru/3.7/library/hashlib.html#using-different-digest-sizes)2583          - [Хеширование с ключом](https://python-all.ru/3.7/library/hashlib.html#keyed-hashing)2584          - [Рандомизированное хеширование](https://python-all.ru/3.7/library/hashlib.html#randomized-hashing)2585          - [Персонализация](https://python-all.ru/3.7/library/hashlib.html#personalization)2586          - [Древовидный режим](https://python-all.ru/3.7/library/hashlib.html#tree-mode)2587        - [Благодарности](https://python-all.ru/3.7/library/hashlib.html#credits)2588    - [`hmac` – хеширование с ключом для аутентификации сообщений](https://python-all.ru/3.7/library/hmac.html)2589    - [`secrets` – генерация защищённых случайных чисел для управления секретами](https://python-all.ru/3.7/library/secrets.html)25902591      - [Случайные числа](https://python-all.ru/3.7/library/secrets.html#random-numbers)2592      - [Генерация токенов](https://python-all.ru/3.7/library/secrets.html#generating-tokens)25932594        - [Сколько байтов должны использовать токены?](https://python-all.ru/3.7/library/secrets.html#how-many-bytes-should-tokens-use)2595      - [Другие функции](https://python-all.ru/3.7/library/secrets.html#other-functions)2596      - [Рецепты и лучшие практики](https://python-all.ru/3.7/library/secrets.html#recipes-and-best-practices)2597  - [Универсальные службы операционной системы](https://python-all.ru/3.7/library/allos.html)25982599    - [`os` – различные интерфейсы операционной системы](https://python-all.ru/3.7/library/os.html)26002601      - [Имена файлов, аргументы командной строки и переменные окружения](https://python-all.ru/3.7/library/os.html#file-names-command-line-arguments-and-environment-variables)2602      - [Параметры процесса](https://python-all.ru/3.7/library/os.html#process-parameters)2603      - [Создание файловых объектов](https://python-all.ru/3.7/library/os.html#file-object-creation)2604      - [Операции с файловыми дескрипторами](https://python-all.ru/3.7/library/os.html#file-descriptor-operations)26052606        - [Определение размера терминала](https://python-all.ru/3.7/library/os.html#querying-the-size-of-a-terminal)2607        - [Наследование файловых дескрипторов](https://python-all.ru/3.7/library/os.html#inheritance-of-file-descriptors)2608      - [Файлы и каталоги](https://python-all.ru/3.7/library/os.html#files-and-directories)26092610        - [Расширенные атрибуты Linux](https://python-all.ru/3.7/library/os.html#linux-extended-attributes)2611      - [Управление процессами](https://python-all.ru/3.7/library/os.html#process-management)2612      - [Интерфейс к планировщику](https://python-all.ru/3.7/library/os.html#interface-to-the-scheduler)2613      - [Различная системная информация](https://python-all.ru/3.7/library/os.html#miscellaneous-system-information)2614      - [Случайные числа](https://python-all.ru/3.7/library/os.html#random-numbers)2615    - [`io` – Основные инструменты для работы с потоками данных](https://python-all.ru/3.7/library/io.html)26162617      - [Обзор](https://python-all.ru/3.7/library/io.html#overview)26182619        - [Текстовый ввод/вывод](https://python-all.ru/3.7/library/io.html#text-i-o)2620        - [Двоичный ввод/вывод](https://python-all.ru/3.7/library/io.html#binary-i-o)2621        - [Необработанный ввод/вывод](https://python-all.ru/3.7/library/io.html#raw-i-o)2622      - [Интерфейс модуля высокого уровня](https://python-all.ru/3.7/library/io.html#high-level-module-interface)26232624        - [Потоки в памяти](https://python-all.ru/3.7/library/io.html#in-memory-streams)2625      - [Иерархия классов](https://python-all.ru/3.7/library/io.html#class-hierarchy)26262627        - [Базовые классы ввода/вывода](https://python-all.ru/3.7/library/io.html#i-o-base-classes)2628        - [Необработанный файловый ввод/вывод](https://python-all.ru/3.7/library/io.html#raw-file-i-o)2629        - [Буферизированные потоки](https://python-all.ru/3.7/library/io.html#buffered-streams)2630        - [Текстовый ввод/вывод](https://python-all.ru/3.7/library/io.html#id1)2631      - [Производительность](https://python-all.ru/3.7/library/io.html#performance)26322633        - [Двоичный ввод/вывод](https://python-all.ru/3.7/library/io.html#id2)2634        - [Текстовый ввод/вывод](https://python-all.ru/3.7/library/io.html#id3)2635        - [Многопоточность](https://python-all.ru/3.7/library/io.html#multi-threading)2636        - [Реентерабельность](https://python-all.ru/3.7/library/io.html#reentrancy)2637    - [`time` – Доступ ко времени и преобразования](https://python-all.ru/3.7/library/time.html)26382639      - [Функции](https://python-all.ru/3.7/library/time.html#functions)2640      - [Константы идентификаторов часов](https://python-all.ru/3.7/library/time.html#clock-id-constants)2641      - [Константы часовых поясов](https://python-all.ru/3.7/library/time.html#timezone-constants)2642    - [`argparse` – Парсер параметров командной строки, аргументов и подкоманд](https://python-all.ru/3.7/library/argparse.html)26432644      - [Пример](https://python-all.ru/3.7/library/argparse.html#example)26452646        - [Создание парсера](https://python-all.ru/3.7/library/argparse.html#creating-a-parser)2647        - [Добавление аргументов](https://python-all.ru/3.7/library/argparse.html#adding-arguments)2648        - [Разбор аргументов](https://python-all.ru/3.7/library/argparse.html#parsing-arguments)2649      - [Объекты ArgumentParser](https://python-all.ru/3.7/library/argparse.html#argumentparser-objects)26502651        - [prog](https://python-all.ru/3.7/library/argparse.html#prog)2652        - [usage](https://python-all.ru/3.7/library/argparse.html#usage)2653        - [описание](https://python-all.ru/3.7/library/argparse.html#description)2654        - [эпилог](https://python-all.ru/3.7/library/argparse.html#epilog)2655        - [родители](https://python-all.ru/3.7/library/argparse.html#parents)2656        - [класс форматирования](https://python-all.ru/3.7/library/argparse.html#formatter-class)2657        - [префиксные символы](https://python-all.ru/3.7/library/argparse.html#prefix-chars)2658        - [префиксные символы из файла](https://python-all.ru/3.7/library/argparse.html#fromfile-prefix-chars)2659        - [значение аргумента по умолчанию](https://python-all.ru/3.7/library/argparse.html#argument-default)2660        - [разрешить сокращения](https://python-all.ru/3.7/library/argparse.html#allow-abbrev)2661        - [обработчик конфликтов](https://python-all.ru/3.7/library/argparse.html#conflict-handler)2662        - [добавить справку](https://python-all.ru/3.7/library/argparse.html#add-help)2663      - [Метод add\_argument()](https://python-all.ru/3.7/library/argparse.html#the-add-argument-method)26642665        - [name или flags](https://python-all.ru/3.7/library/argparse.html#name-or-flags)2666        - [действие](https://python-all.ru/3.7/library/argparse.html#action)2667        - [количество аргументов](https://python-all.ru/3.7/library/argparse.html#nargs)2668        - [константа](https://python-all.ru/3.7/library/argparse.html#const)2669        - [по умолчанию](https://python-all.ru/3.7/library/argparse.html#default)2670        - [тип](https://python-all.ru/3.7/library/argparse.html#type)2671        - [варианты выбора](https://python-all.ru/3.7/library/argparse.html#choices)2672        - [обязательный](https://python-all.ru/3.7/library/argparse.html#required)2673        - [справка](https://python-all.ru/3.7/library/argparse.html#help)2674        - [метапеременная](https://python-all.ru/3.7/library/argparse.html#metavar)2675        - [назначение](https://python-all.ru/3.7/library/argparse.html#dest)2676        - [Классы Action](https://python-all.ru/3.7/library/argparse.html#action-classes)2677      - [Метод parse\_args()](https://python-all.ru/3.7/library/argparse.html#the-parse-args-method)26782679        - [Синтаксис значений опций](https://python-all.ru/3.7/library/argparse.html#option-value-syntax)2680        - [Недопустимые аргументы](https://python-all.ru/3.7/library/argparse.html#invalid-arguments)2681        - [Аргументы, содержащие `-`](https://python-all.ru/3.7/library/argparse.html#arguments-containing)2682        - [Сокращения аргументов (сопоставление по префиксу)](https://python-all.ru/3.7/library/argparse.html#argument-abbreviations-prefix-matching)2683        - [За пределами `sys.argv`](https://python-all.ru/3.7/library/argparse.html#beyond-sys-argv)2684        - [Объект Namespace](https://python-all.ru/3.7/library/argparse.html#the-namespace-object)2685      - [Прочие утилиты](https://python-all.ru/3.7/library/argparse.html#other-utilities)26862687        - [Подкоманды](https://python-all.ru/3.7/library/argparse.html#sub-commands)2688        - [Объекты FileType](https://python-all.ru/3.7/library/argparse.html#filetype-objects)2689        - [Группы аргументов](https://python-all.ru/3.7/library/argparse.html#argument-groups)2690        - [Взаимное исключение](https://python-all.ru/3.7/library/argparse.html#mutual-exclusion)2691        - [Значения по умолчанию парсера](https://python-all.ru/3.7/library/argparse.html#parser-defaults)2692        - [Вывод справки](https://python-all.ru/3.7/library/argparse.html#printing-help)2693        - [Частичный разбор](https://python-all.ru/3.7/library/argparse.html#partial-parsing)2694        - [Настройка разбора файлов](https://python-all.ru/3.7/library/argparse.html#customizing-file-parsing)2695        - [Методы завершения](https://python-all.ru/3.7/library/argparse.html#exiting-methods)2696        - [Смешанный разбор](https://python-all.ru/3.7/library/argparse.html#intermixed-parsing)2697      - [Обновление кода optparse](https://python-all.ru/3.7/library/argparse.html#upgrading-optparse-code)2698    - [`getopt` – Парсер параметров командной строки в стиле C](https://python-all.ru/3.7/library/getopt.html)2699    - [`logging` – Средство журналирования для Python](https://python-all.ru/3.7/library/logging.html)27002701      - [Объекты Logger](https://python-all.ru/3.7/library/logging.html#logger-objects)2702      - [Уровни журналирования](https://python-all.ru/3.7/library/logging.html#logging-levels)2703      - [Объекты-обработчики](https://python-all.ru/3.7/library/logging.html#handler-objects)2704      - [Объекты-форматировщики](https://python-all.ru/3.7/library/logging.html#formatter-objects)2705      - [Объекты-фильтры](https://python-all.ru/3.7/library/logging.html#filter-objects)2706      - [Объекты LogRecord](https://python-all.ru/3.7/library/logging.html#logrecord-objects)2707      - [Атрибуты LogRecord](https://python-all.ru/3.7/library/logging.html#logrecord-attributes)2708      - [Объекты LoggerAdapter](https://python-all.ru/3.7/library/logging.html#loggeradapter-objects)2709      - [Потокобезопасность](https://python-all.ru/3.7/library/logging.html#thread-safety)2710      - [Функции уровня модуля](https://python-all.ru/3.7/library/logging.html#module-level-functions)2711      - [Атрибуты уровня модуля](https://python-all.ru/3.7/library/logging.html#module-level-attributes)2712      - [Интеграция с модулем warnings](https://python-all.ru/3.7/library/logging.html#integration-with-the-warnings-module)2713    - [`logging.config` – Конфигурация логирования](https://python-all.ru/3.7/library/logging.config.html)27142715      - [Функции конфигурации](https://python-all.ru/3.7/library/logging.config.html#configuration-functions)2716      - [Схема конфигурационного словаря](https://python-all.ru/3.7/library/logging.config.html#configuration-dictionary-schema)27172718        - [Подробности схемы словаря](https://python-all.ru/3.7/library/logging.config.html#dictionary-schema-details)2719        - [Инкрементальная конфигурация](https://python-all.ru/3.7/library/logging.config.html#incremental-configuration)2720        - [Соединения объектов](https://python-all.ru/3.7/library/logging.config.html#object-connections)2721        - [Пользовательские объекты](https://python-all.ru/3.7/library/logging.config.html#user-defined-objects)2722        - [Доступ к внешним объектам](https://python-all.ru/3.7/library/logging.config.html#access-to-external-objects)2723        - [Доступ к внутренним объектам](https://python-all.ru/3.7/library/logging.config.html#access-to-internal-objects)2724        - [Разрешение импорта и пользовательские импортеры](https://python-all.ru/3.7/library/logging.config.html#import-resolution-and-custom-importers)2725      - [Формат файла конфигурации](https://python-all.ru/3.7/library/logging.config.html#configuration-file-format)2726    - [`logging.handlers` – Обработчики логирования](https://python-all.ru/3.7/library/logging.handlers.html)27272728      - [StreamHandler](https://python-all.ru/3.7/library/logging.handlers.html#streamhandler)2729      - [FileHandler](https://python-all.ru/3.7/library/logging.handlers.html#filehandler)2730      - [NullHandler](https://python-all.ru/3.7/library/logging.handlers.html#nullhandler)2731      - [WatchedFileHandler](https://python-all.ru/3.7/library/logging.handlers.html#watchedfilehandler)2732      - [BaseRotatingHandler](https://python-all.ru/3.7/library/logging.handlers.html#baserotatinghandler)2733      - [RotatingFileHandler](https://python-all.ru/3.7/library/logging.handlers.html#rotatingfilehandler)2734      - [TimedRotatingFileHandler](https://python-all.ru/3.7/library/logging.handlers.html#timedrotatingfilehandler)2735      - [Обработчик сокетов](https://python-all.ru/3.7/library/logging.handlers.html#sockethandler)2736      - [Обработчик датаграмм](https://python-all.ru/3.7/library/logging.handlers.html#datagramhandler)2737      - [Обработчик системного журнала](https://python-all.ru/3.7/library/logging.handlers.html#sysloghandler)2738      - [Обработчик журнала событий NT](https://python-all.ru/3.7/library/logging.handlers.html#nteventloghandler)2739      - [SMTP-обработчик](https://python-all.ru/3.7/library/logging.handlers.html#smtphandler)2740      - [Обработчик памяти](https://python-all.ru/3.7/library/logging.handlers.html#memoryhandler)2741      - [HTTP-обработчик](https://python-all.ru/3.7/library/logging.handlers.html#httphandler)2742      - [Обработчик очереди](https://python-all.ru/3.7/library/logging.handlers.html#queuehandler)2743      - [Прослушиватель очереди](https://python-all.ru/3.7/library/logging.handlers.html#queuelistener)2744    - [`getpass` – Переносимый ввод пароля](https://python-all.ru/3.7/library/getpass.html)2745    - [`curses` – Управление терминалом для символьных дисплеев](https://python-all.ru/3.7/library/curses.html)27462747      - [Функции](https://python-all.ru/3.7/library/curses.html#functions)2748      - [Объекты окон](https://python-all.ru/3.7/library/curses.html#window-objects)2749      - [Константы](https://python-all.ru/3.7/library/curses.html#constants)2750    - [`curses.textpad` – виджет ввода текста для программ curses](https://python-all.ru/3.7/library/curses.html#module-curses.textpad)27512752      - [Объекты Textbox](https://python-all.ru/3.7/library/curses.html#textbox-objects)2753    - [`curses.ascii` – утилиты для работы с ASCII-символами](https://python-all.ru/3.7/library/curses.ascii.html)2754    - [`curses.panel` – расширение стека панелей для curses](https://python-all.ru/3.7/library/curses.panel.html)27552756      - [Функции](https://python-all.ru/3.7/library/curses.panel.html#functions)2757      - [Объекты панелей](https://python-all.ru/3.7/library/curses.panel.html#panel-objects)2758    - [`platform` – Доступ к идентифицирующим данным базовой платформы](https://python-all.ru/3.7/library/platform.html)27592760      - [Кроссплатформенные](https://python-all.ru/3.7/library/platform.html#cross-platform)2761      - [Платформа Java](https://python-all.ru/3.7/library/platform.html#java-platform)2762      - [Платформа Windows](https://python-all.ru/3.7/library/platform.html#windows-platform)27632764        - [Специфично для Win95/98](https://python-all.ru/3.7/library/platform.html#win95-98-specific)2765      - [Платформа Mac OS](https://python-all.ru/3.7/library/platform.html#mac-os-platform)2766      - [Платформы Unix](https://python-all.ru/3.7/library/platform.html#unix-platforms)2767    - [`errno` – Стандартные системные символы errno](https://python-all.ru/3.7/library/errno.html)2768    - [`ctypes` – Библиотека внешних функций для Python](https://python-all.ru/3.7/library/ctypes.html)27692770      - [Руководство по ctypes](https://python-all.ru/3.7/library/ctypes.html#ctypes-tutorial)27712772        - [Загрузка библиотек динамической компоновки](https://python-all.ru/3.7/library/ctypes.html#loading-dynamic-link-libraries)2773        - [Доступ к функциям из загруженных DLL](https://python-all.ru/3.7/library/ctypes.html#accessing-functions-from-loaded-dlls)2774        - [Вызов функций](https://python-all.ru/3.7/library/ctypes.html#calling-functions)2775        - [Базовые типы данных](https://python-all.ru/3.7/library/ctypes.html#fundamental-data-types)2776        - [Вызов функций (продолжение)](https://python-all.ru/3.7/library/ctypes.html#calling-functions-continued)2777        - [Вызов функций с собственными пользовательскими типами данных](https://python-all.ru/3.7/library/ctypes.html#calling-functions-with-your-own-custom-data-types)2778        - [Указание требуемых типов аргументов (прототипы функций)](https://python-all.ru/3.7/library/ctypes.html#specifying-the-required-argument-types-function-prototypes)2779        - [Типы возвращаемых значений](https://python-all.ru/3.7/library/ctypes.html#return-types)2780        - [Передача указателей (или передача параметров по ссылке)](https://python-all.ru/3.7/library/ctypes.html#passing-pointers-or-passing-parameters-by-reference)2781        - [Структуры и объединения](https://python-all.ru/3.7/library/ctypes.html#structures-and-unions)2782        - [Выравнивание структур/объединений и порядок байтов](https://python-all.ru/3.7/library/ctypes.html#structure-union-alignment-and-byte-order)2783        - [Битовые поля в структурах и объединениях](https://python-all.ru/3.7/library/ctypes.html#bit-fields-in-structures-and-unions)2784        - [Массивы](https://python-all.ru/3.7/library/ctypes.html#arrays)2785        - [Указатели](https://python-all.ru/3.7/library/ctypes.html#pointers)2786        - [Преобразования типов](https://python-all.ru/3.7/library/ctypes.html#type-conversions)2787        - [Неполные типы](https://python-all.ru/3.7/library/ctypes.html#incomplete-types)2788        - [Функции обратного вызова](https://python-all.ru/3.7/library/ctypes.html#callback-functions)2789        - [Доступ к значениям, экспортируемым из DLL](https://python-all.ru/3.7/library/ctypes.html#accessing-values-exported-from-dlls)2790        - [Неожиданности](https://python-all.ru/3.7/library/ctypes.html#surprises)2791        - [Типы данных переменного размера](https://python-all.ru/3.7/library/ctypes.html#variable-sized-data-types)2792      - [Справочник по ctypes](https://python-all.ru/3.7/library/ctypes.html#ctypes-reference)27932794        - [Поиск общих библиотек](https://python-all.ru/3.7/library/ctypes.html#finding-shared-libraries)2795        - [Загрузка общих библиотек](https://python-all.ru/3.7/library/ctypes.html#loading-shared-libraries)2796        - [Внешние функции](https://python-all.ru/3.7/library/ctypes.html#foreign-functions)2797        - [Прототипы функций](https://python-all.ru/3.7/library/ctypes.html#function-prototypes)2798        - [Вспомогательные функции](https://python-all.ru/3.7/library/ctypes.html#utility-functions)2799        - [Типы данных](https://python-all.ru/3.7/library/ctypes.html#data-types)2800        - [Базовые типы данных](https://python-all.ru/3.7/library/ctypes.html#ctypes-fundamental-data-types-2)2801        - [Структурированные типы данных](https://python-all.ru/3.7/library/ctypes.html#structured-data-types)2802        - [Массивы и указатели](https://python-all.ru/3.7/library/ctypes.html#arrays-and-pointers)2803  - [Параллельное выполнение](https://python-all.ru/3.7/library/concurrency.html)28042805    - [`threading` – параллелизм на основе потоков](https://python-all.ru/3.7/library/threading.html)28062807      - [Потоковые локальные данные](https://python-all.ru/3.7/library/threading.html#thread-local-data)2808      - [Объекты потоков](https://python-all.ru/3.7/library/threading.html#thread-objects)2809      - [Объекты блокировок](https://python-all.ru/3.7/library/threading.html#lock-objects)2810      - [Объекты RLock](https://python-all.ru/3.7/library/threading.html#rlock-objects)2811      - [Объекты условий](https://python-all.ru/3.7/library/threading.html#condition-objects)2812      - [Объекты семафоров](https://python-all.ru/3.7/library/threading.html#semaphore-objects)28132814        - [`Semaphore` Пример](https://python-all.ru/3.7/library/threading.html#semaphore-example)2815      - [Объекты событий](https://python-all.ru/3.7/library/threading.html#event-objects)2816      - [Объекты таймеров](https://python-all.ru/3.7/library/threading.html#timer-objects)2817      - [Объекты барьеров](https://python-all.ru/3.7/library/threading.html#barrier-objects)2818      - [Использование блокировок, условий и семафоров в операторе `with`](https://python-all.ru/3.7/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement)2819    - [`multiprocessing` – параллелизм на основе процессов](https://python-all.ru/3.7/library/multiprocessing.html)28202821      - [Введение](https://python-all.ru/3.7/library/multiprocessing.html#introduction)28222823        - [Класс `Process`](https://python-all.ru/3.7/library/multiprocessing.html#the-process-class)2824        - [Контексты и методы запуска](https://python-all.ru/3.7/library/multiprocessing.html#contexts-and-start-methods)2825        - [Обмен объектами между процессами](https://python-all.ru/3.7/library/multiprocessing.html#exchanging-objects-between-processes)2826        - [Синхронизация между процессами](https://python-all.ru/3.7/library/multiprocessing.html#synchronization-between-processes)2827        - [Совместное использование состояния между процессами](https://python-all.ru/3.7/library/multiprocessing.html#sharing-state-between-processes)2828        - [Использование пула рабочих процессов](https://python-all.ru/3.7/library/multiprocessing.html#using-a-pool-of-workers)2829      - [Справочник](https://python-all.ru/3.7/library/multiprocessing.html#reference)28302831        - [`Process` и исключения](https://python-all.ru/3.7/library/multiprocessing.html#process-and-exceptions)2832        - [Каналы и очереди](https://python-all.ru/3.7/library/multiprocessing.html#pipes-and-queues)2833        - [Разное](https://python-all.ru/3.7/library/multiprocessing.html#miscellaneous)2834        - [Объекты соединений](https://python-all.ru/3.7/library/multiprocessing.html#connection-objects)2835        - [Примитивы синхронизации](https://python-all.ru/3.7/library/multiprocessing.html#synchronization-primitives)2836        - [Разделяемые `ctypes` объекты](https://python-all.ru/3.7/library/multiprocessing.html#shared-ctypes-objects)28372838          - [Модуль `multiprocessing.sharedctypes`](https://python-all.ru/3.7/library/multiprocessing.html#module-multiprocessing.sharedctypes)2839        - [Менеджеры](https://python-all.ru/3.7/library/multiprocessing.html#managers)28402841          - [Настраиваемые менеджеры](https://python-all.ru/3.7/library/multiprocessing.html#customized-managers)2842          - [Использование удалённого менеджера](https://python-all.ru/3.7/library/multiprocessing.html#using-a-remote-manager)2843        - [Объекты-прокси](https://python-all.ru/3.7/library/multiprocessing.html#proxy-objects)28442845          - [Очистка](https://python-all.ru/3.7/library/multiprocessing.html#cleanup)2846        - [Пулы процессов](https://python-all.ru/3.7/library/multiprocessing.html#module-multiprocessing.pool)2847        - [Слушатели и клиенты](https://python-all.ru/3.7/library/multiprocessing.html#module-multiprocessing.connection)28482849          - [Форматы адресов](https://python-all.ru/3.7/library/multiprocessing.html#address-formats)2850        - [Ключи аутентификации](https://python-all.ru/3.7/library/multiprocessing.html#authentication-keys)2851        - [Логирование](https://python-all.ru/3.7/library/multiprocessing.html#logging)2852        - [Модуль `multiprocessing.dummy`](https://python-all.ru/3.7/library/multiprocessing.html#module-multiprocessing.dummy)2853      - [Рекомендации по программированию](https://python-all.ru/3.7/library/multiprocessing.html#programming-guidelines)28542855        - [Все методы запуска](https://python-all.ru/3.7/library/multiprocessing.html#all-start-methods)2856        - [Методы запуска *spawn* и *forkserver*](https://python-all.ru/3.7/library/multiprocessing.html#the-spawn-and-forkserver-start-methods)2857      - [Примеры](https://python-all.ru/3.7/library/multiprocessing.html#examples)2858    - [Пакет `concurrent`](https://python-all.ru/3.7/library/concurrent.html)2859    - [`concurrent.futures` – Запуск параллельных задач](https://python-all.ru/3.7/library/concurrent.futures.html)28602861      - [Объекты исполнителя](https://python-all.ru/3.7/library/concurrent.futures.html#executor-objects)2862      - [ThreadPoolExecutor](https://python-all.ru/3.7/library/concurrent.futures.html#threadpoolexecutor)28632864        - [Пример ThreadPoolExecutor](https://python-all.ru/3.7/library/concurrent.futures.html#threadpoolexecutor-example)2865      - [ProcessPoolExecutor](https://python-all.ru/3.7/library/concurrent.futures.html#processpoolexecutor)28662867        - [Пример ProcessPoolExecutor](https://python-all.ru/3.7/library/concurrent.futures.html#processpoolexecutor-example)2868      - [Объекты Future](https://python-all.ru/3.7/library/concurrent.futures.html#future-objects)2869      - [Функции модуля](https://python-all.ru/3.7/library/concurrent.futures.html#module-functions)2870      - [Классы исключений](https://python-all.ru/3.7/library/concurrent.futures.html#exception-classes)2871    - [`subprocess` – Управление подпроцессами](https://python-all.ru/3.7/library/subprocess.html)28722873      - [Использование модуля `subprocess`](https://python-all.ru/3.7/library/subprocess.html#using-the-subprocess-module)28742875        - [Часто используемые аргументы](https://python-all.ru/3.7/library/subprocess.html#frequently-used-arguments)2876        - [Конструктор Popen](https://python-all.ru/3.7/library/subprocess.html#popen-constructor)2877        - [Исключения](https://python-all.ru/3.7/library/subprocess.html#exceptions)2878      - [Вопросы безопасности](https://python-all.ru/3.7/library/subprocess.html#security-considerations)2879      - [Объекты Popen](https://python-all.ru/3.7/library/subprocess.html#popen-objects)2880      - [Вспомогательные функции Popen для Windows](https://python-all.ru/3.7/library/subprocess.html#windows-popen-helpers)28812882        - [Константы Windows](https://python-all.ru/3.7/library/subprocess.html#windows-constants)2883      - [Старый высокоуровневый API](https://python-all.ru/3.7/library/subprocess.html#older-high-level-api)2884      - [Замена старых функций модулем `subprocess`](https://python-all.ru/3.7/library/subprocess.html#replacing-older-functions-with-the-subprocess-module)28852886        - [Замена обратных кавычек оболочки /bin/sh](https://python-all.ru/3.7/library/subprocess.html#replacing-bin-sh-shell-backquote)2887        - [Замена конвейера оболочки](https://python-all.ru/3.7/library/subprocess.html#replacing-shell-pipeline)2888        - [Замена `os.system()`](https://python-all.ru/3.7/library/subprocess.html#replacing-os-system)2889        - [Замена семейства `os.spawn`](https://python-all.ru/3.7/library/subprocess.html#replacing-the-os-spawn-family)2890        - [Замена `os.popen()`, `os.popen2()`, `os.popen3()`](https://python-all.ru/3.7/library/subprocess.html#replacing-os-popen-os-popen2-os-popen3)2891        - [Замена функций из модуля `popen2`](https://python-all.ru/3.7/library/subprocess.html#replacing-functions-from-the-popen2-module)2892      - [Устаревшие функции вызова оболочки](https://python-all.ru/3.7/library/subprocess.html#legacy-shell-invocation-functions)2893      - [Примечания](https://python-all.ru/3.7/library/subprocess.html#notes)28942895        - [Преобразование последовательности аргументов в строку на Windows](https://python-all.ru/3.7/library/subprocess.html#converting-an-argument-sequence-to-a-string-on-windows)2896    - [`sched` – планировщик событий](https://python-all.ru/3.7/library/sched.html)28972898      - [Объекты планировщика](https://python-all.ru/3.7/library/sched.html#scheduler-objects)2899    - [`queue` – класс синхронизированной очереди](https://python-all.ru/3.7/library/queue.html)29002901      - [Объекты очередей](https://python-all.ru/3.7/library/queue.html#queue-objects)2902      - [Объекты SimpleQueue](https://python-all.ru/3.7/library/queue.html#simplequeue-objects)2903    - [`_thread` – низкоуровневый API потоков](https://python-all.ru/3.7/library/_thread.html)2904    - [`_dummy_thread` – прямая замена модуля `_thread`](https://python-all.ru/3.7/library/_dummy_thread.html)2905    - [`dummy_threading` – прямая замена модуля `threading`](https://python-all.ru/3.7/library/dummy_threading.html)2906  - [`contextvars` – контекстные переменные](https://python-all.ru/3.7/library/contextvars.html)29072908    - [Контекстные переменные](https://python-all.ru/3.7/library/contextvars.html#context-variables)2909    - [Ручное управление контекстом](https://python-all.ru/3.7/library/contextvars.html#manual-context-management)2910    - [Поддержка asyncio](https://python-all.ru/3.7/library/contextvars.html#asyncio-support)2911  - [Сеть и межпроцессное взаимодействие](https://python-all.ru/3.7/library/ipc.html)29122913    - [`asyncio` – асинхронный ввод-вывод](https://python-all.ru/3.7/library/asyncio.html)29142915      - [Корутины и задачи](https://python-all.ru/3.7/library/asyncio-task.html)29162917        - [Корутины](https://python-all.ru/3.7/library/asyncio-task.html#coroutines)2918        - [Ожидаемые объекты](https://python-all.ru/3.7/library/asyncio-task.html#awaitables)2919        - [Запуск asyncio-программы](https://python-all.ru/3.7/library/asyncio-task.html#running-an-asyncio-program)2920        - [Создание задач](https://python-all.ru/3.7/library/asyncio-task.html#creating-tasks)2921        - [Приостановка выполнения](https://python-all.ru/3.7/library/asyncio-task.html#sleeping)2922        - [Одновременное выполнение задач](https://python-all.ru/3.7/library/asyncio-task.html#running-tasks-concurrently)2923        - [Защита от отмены](https://python-all.ru/3.7/library/asyncio-task.html#shielding-from-cancellation)2924        - [Тайм-ауты](https://python-all.ru/3.7/library/asyncio-task.html#timeouts)2925        - [Примитивы ожидания](https://python-all.ru/3.7/library/asyncio-task.html#waiting-primitives)2926        - [Планирование из других потоков](https://python-all.ru/3.7/library/asyncio-task.html#scheduling-from-other-threads)2927        - [Интроспекция](https://python-all.ru/3.7/library/asyncio-task.html#introspection)2928        - [Объект задачи](https://python-all.ru/3.7/library/asyncio-task.html#task-object)2929        - [Корутины на основе генераторов](https://python-all.ru/3.7/library/asyncio-task.html#generator-based-coroutines)2930      - [Потоки данных](https://python-all.ru/3.7/library/asyncio-stream.html)29312932        - [StreamReader](https://python-all.ru/3.7/library/asyncio-stream.html#streamreader)2933        - [StreamWriter](https://python-all.ru/3.7/library/asyncio-stream.html#streamwriter)2934        - [Примеры](https://python-all.ru/3.7/library/asyncio-stream.html#examples)29352936          - [Эхо-клиент TCP с использованием потоков данных](https://python-all.ru/3.7/library/asyncio-stream.html#tcp-echo-client-using-streams)2937          - [Эхо-сервер TCP с использованием потоков данных](https://python-all.ru/3.7/library/asyncio-stream.html#tcp-echo-server-using-streams)2938          - [Получение HTTP-заголовков](https://python-all.ru/3.7/library/asyncio-stream.html#get-http-headers)2939          - [Регистрация открытого сокета для ожидания данных через потоки](https://python-all.ru/3.7/library/asyncio-stream.html#register-an-open-socket-to-wait-for-data-using-streams)2940      - [Примитивы синхронизации](https://python-all.ru/3.7/library/asyncio-sync.html)29412942        - [Блокировка](https://python-all.ru/3.7/library/asyncio-sync.html#lock)2943        - [Событие](https://python-all.ru/3.7/library/asyncio-sync.html#event)2944        - [Условная переменная](https://python-all.ru/3.7/library/asyncio-sync.html#condition)2945        - [Семафор](https://python-all.ru/3.7/library/asyncio-sync.html#semaphore)2946        - [BoundedSemaphore](https://python-all.ru/3.7/library/asyncio-sync.html#boundedsemaphore)2947      - [Подпроцессы](https://python-all.ru/3.7/library/asyncio-subprocess.html)29482949        - [Создание подпроцессов](https://python-all.ru/3.7/library/asyncio-subprocess.html#creating-subprocesses)2950        - [Константы](https://python-all.ru/3.7/library/asyncio-subprocess.html#constants)2951        - [Взаимодействие с подпроцессами](https://python-all.ru/3.7/library/asyncio-subprocess.html#interacting-with-subprocesses)29522953          - [Подпроцессы и потоки](https://python-all.ru/3.7/library/asyncio-subprocess.html#subprocess-and-threads)2954          - [Примеры](https://python-all.ru/3.7/library/asyncio-subprocess.html#examples)2955      - [Очереди](https://python-all.ru/3.7/library/asyncio-queue.html)29562957        - [Очередь](https://python-all.ru/3.7/library/asyncio-queue.html#queue)2958        - [Очередь с приоритетом](https://python-all.ru/3.7/library/asyncio-queue.html#priority-queue)2959        - [Очередь LIFO](https://python-all.ru/3.7/library/asyncio-queue.html#lifo-queue)2960        - [Исключения](https://python-all.ru/3.7/library/asyncio-queue.html#exceptions)2961        - [Примеры](https://python-all.ru/3.7/library/asyncio-queue.html#examples)2962      - [Исключения](https://python-all.ru/3.7/library/asyncio-exceptions.html)2963      - [Цикл событий](https://python-all.ru/3.7/library/asyncio-eventloop.html)29642965        - [Методы цикла событий](https://python-all.ru/3.7/library/asyncio-eventloop.html#event-loop-methods)29662967          - [Запуск и остановка цикла событий](https://python-all.ru/3.7/library/asyncio-eventloop.html#running-and-stopping-the-loop)2968          - [Планирование колбэков](https://python-all.ru/3.7/library/asyncio-eventloop.html#scheduling-callbacks)2969          - [Планирование отложенных колбэков](https://python-all.ru/3.7/library/asyncio-eventloop.html#scheduling-delayed-callbacks)2970          - [Создание Future и задач](https://python-all.ru/3.7/library/asyncio-eventloop.html#creating-futures-and-tasks)2971          - [Открытие сетевых соединений](https://python-all.ru/3.7/library/asyncio-eventloop.html#opening-network-connections)2972          - [Создание сетевых серверов](https://python-all.ru/3.7/library/asyncio-eventloop.html#creating-network-servers)2973          - [Передача файлов](https://python-all.ru/3.7/library/asyncio-eventloop.html#transferring-files)2974          - [Обновление TLS](https://python-all.ru/3.7/library/asyncio-eventloop.html#tls-upgrade)2975          - [Наблюдение за файловыми дескрипторами](https://python-all.ru/3.7/library/asyncio-eventloop.html#watching-file-descriptors)2976          - [Работа с объектами сокетов напрямую](https://python-all.ru/3.7/library/asyncio-eventloop.html#working-with-socket-objects-directly)2977          - [DNS](https://python-all.ru/3.7/library/asyncio-eventloop.html#dns)2978          - [Работа с каналами](https://python-all.ru/3.7/library/asyncio-eventloop.html#working-with-pipes)2979          - [Сигналы Unix](https://python-all.ru/3.7/library/asyncio-eventloop.html#unix-signals)2980          - [Выполнение кода в пулах потоков или процессов](https://python-all.ru/3.7/library/asyncio-eventloop.html#executing-code-in-thread-or-process-pools)2981          - [API обработки ошибок](https://python-all.ru/3.7/library/asyncio-eventloop.html#error-handling-api)2982          - [Включение режима отладки](https://python-all.ru/3.7/library/asyncio-eventloop.html#enabling-debug-mode)2983          - [Запуск подпроцессов](https://python-all.ru/3.7/library/asyncio-eventloop.html#running-subprocesses)2984        - [Обработчики колбэков](https://python-all.ru/3.7/library/asyncio-eventloop.html#callback-handles)2985        - [Объекты сервера](https://python-all.ru/3.7/library/asyncio-eventloop.html#server-objects)2986        - [Реализации цикла событий](https://python-all.ru/3.7/library/asyncio-eventloop.html#event-loop-implementations)2987        - [Примеры](https://python-all.ru/3.7/library/asyncio-eventloop.html#examples)29882989          - [Hello World с помощью call\_soon()](https://python-all.ru/3.7/library/asyncio-eventloop.html#hello-world-with-call-soon)2990          - [Отображение текущей даты с помощью call\_later()](https://python-all.ru/3.7/library/asyncio-eventloop.html#display-the-current-date-with-call-later)2991          - [Наблюдение за файловым дескриптором на предмет событий чтения](https://python-all.ru/3.7/library/asyncio-eventloop.html#watch-a-file-descriptor-for-read-events)2992          - [Установка обработчиков сигналов SIGINT и SIGTERM](https://python-all.ru/3.7/library/asyncio-eventloop.html#set-signal-handlers-for-sigint-and-sigterm)2993      - [Future](https://python-all.ru/3.7/library/asyncio-future.html)29942995        - [Функции Future](https://python-all.ru/3.7/library/asyncio-future.html#future-functions)2996        - [Объект Future](https://python-all.ru/3.7/library/asyncio-future.html#future-object)2997      - [Транспорты и протоколы](https://python-all.ru/3.7/library/asyncio-protocol.html)29982999        - [Транспорты](https://python-all.ru/3.7/library/asyncio-protocol.html#transports)30003001          - [Иерархия транспортов](https://python-all.ru/3.7/library/asyncio-protocol.html#transports-hierarchy)3002          - [Базовый транспорт](https://python-all.ru/3.7/library/asyncio-protocol.html#base-transport)3003          - [Транспорты только для чтения](https://python-all.ru/3.7/library/asyncio-protocol.html#read-only-transports)3004          - [Транспорты только для записи](https://python-all.ru/3.7/library/asyncio-protocol.html#write-only-transports)3005          - [Транспорты дейтаграмм](https://python-all.ru/3.7/library/asyncio-protocol.html#datagram-transports)3006          - [Транспорты подпроцессов](https://python-all.ru/3.7/library/asyncio-protocol.html#subprocess-transports)3007        - [Протоколы](https://python-all.ru/3.7/library/asyncio-protocol.html#protocols)30083009          - [Базовые протоколы](https://python-all.ru/3.7/library/asyncio-protocol.html#base-protocols)3010          - [Базовый протокол](https://python-all.ru/3.7/library/asyncio-protocol.html#base-protocol)3011          - [Потоковые протоколы](https://python-all.ru/3.7/library/asyncio-protocol.html#streaming-protocols)3012          - [Буферизированные потоковые протоколы](https://python-all.ru/3.7/library/asyncio-protocol.html#buffered-streaming-protocols)3013          - [Протоколы дейтаграмм](https://python-all.ru/3.7/library/asyncio-protocol.html#datagram-protocols)3014          - [Протоколы подпроцессов](https://python-all.ru/3.7/library/asyncio-protocol.html#subprocess-protocols)3015        - [Примеры](https://python-all.ru/3.7/library/asyncio-protocol.html#examples)30163017          - [TCP-эхо-сервер](https://python-all.ru/3.7/library/asyncio-protocol.html#tcp-echo-server)3018          - [TCP-эхо-клиент](https://python-all.ru/3.7/library/asyncio-protocol.html#tcp-echo-client)3019          - [UDP-эхо-сервер](https://python-all.ru/3.7/library/asyncio-protocol.html#udp-echo-server)3020          - [UDP-эхо-клиент](https://python-all.ru/3.7/library/asyncio-protocol.html#udp-echo-client)3021          - [Подключение существующих сокетов](https://python-all.ru/3.7/library/asyncio-protocol.html#connecting-existing-sockets)3022          - [loop.subprocess\_exec() и SubprocessProtocol](https://python-all.ru/3.7/library/asyncio-protocol.html#loop-subprocess-exec-and-subprocessprotocol)3023      - [Политики](https://python-all.ru/3.7/library/asyncio-policy.html)30243025        - [Получение и установка политики](https://python-all.ru/3.7/library/asyncio-policy.html#getting-and-setting-the-policy)3026        - [Объекты политики](https://python-all.ru/3.7/library/asyncio-policy.html#policy-objects)3027        - [Наблюдатели за процессами](https://python-all.ru/3.7/library/asyncio-policy.html#process-watchers)3028        - [Пользовательские политики](https://python-all.ru/3.7/library/asyncio-policy.html#custom-policies)3029      - [Поддержка платформ](https://python-all.ru/3.7/library/asyncio-platforms.html)30303031        - [Все платформы](https://python-all.ru/3.7/library/asyncio-platforms.html#all-platforms)3032        - [Windows](https://python-all.ru/3.7/library/asyncio-platforms.html#windows)30333034          - [Поддержка подпроцессов в Windows](https://python-all.ru/3.7/library/asyncio-platforms.html#subprocess-support-on-windows)3035        - [macOS](https://python-all.ru/3.7/library/asyncio-platforms.html#macos)3036      - [Индекс API высокого уровня](https://python-all.ru/3.7/library/asyncio-api-index.html)30373038        - [Задачи](https://python-all.ru/3.7/library/asyncio-api-index.html#tasks)3039        - [Очереди](https://python-all.ru/3.7/library/asyncio-api-index.html#queues)3040        - [Подпроцессы](https://python-all.ru/3.7/library/asyncio-api-index.html#subprocesses)3041        - [Потоки данных](https://python-all.ru/3.7/library/asyncio-api-index.html#streams)3042        - [Синхронизация](https://python-all.ru/3.7/library/asyncio-api-index.html#synchronization)3043        - [Исключения](https://python-all.ru/3.7/library/asyncio-api-index.html#exceptions)3044      - [Индекс API низкого уровня](https://python-all.ru/3.7/library/asyncio-llapi-index.html)30453046        - [Получение цикла событий](https://python-all.ru/3.7/library/asyncio-llapi-index.html#obtaining-the-event-loop)3047        - [Методы цикла событий](https://python-all.ru/3.7/library/asyncio-llapi-index.html#event-loop-methods)3048        - [Транспорты](https://python-all.ru/3.7/library/asyncio-llapi-index.html#transports)3049        - [Протоколы](https://python-all.ru/3.7/library/asyncio-llapi-index.html#protocols)3050        - [Политики цикла событий](https://python-all.ru/3.7/library/asyncio-llapi-index.html#event-loop-policies)3051      - [Разработка с asyncio](https://python-all.ru/3.7/library/asyncio-dev.html)30523053        - [Режим отладки](https://python-all.ru/3.7/library/asyncio-dev.html#debug-mode)3054        - [Параллелизм и многопоточность](https://python-all.ru/3.7/library/asyncio-dev.html#concurrency-and-multithreading)3055        - [Выполнение блокирующего кода](https://python-all.ru/3.7/library/asyncio-dev.html#running-blocking-code)3056        - [Логирование](https://python-all.ru/3.7/library/asyncio-dev.html#logging)3057        - [Обнаружение никогда не ожидаемых корутин](https://python-all.ru/3.7/library/asyncio-dev.html#detect-never-awaited-coroutines)3058        - [Обнаружение никогда не извлечённых исключений](https://python-all.ru/3.7/library/asyncio-dev.html#detect-never-retrieved-exceptions)3059    - [`socket` – низкоуровневый сетевой интерфейс](https://python-all.ru/3.7/library/socket.html)30603061      - [Семейства сокетов](https://python-all.ru/3.7/library/socket.html#socket-families)3062      - [Содержание модуля](https://python-all.ru/3.7/library/socket.html#module-contents)30633064        - [Исключения](https://python-all.ru/3.7/library/socket.html#exceptions)3065        - [Константы](https://python-all.ru/3.7/library/socket.html#constants)3066        - [Функции](https://python-all.ru/3.7/library/socket.html#functions)30673068          - [Создание сокетов](https://python-all.ru/3.7/library/socket.html#creating-sockets)3069          - [Другие функции](https://python-all.ru/3.7/library/socket.html#other-functions)3070      - [Объекты сокетов](https://python-all.ru/3.7/library/socket.html#socket-objects)3071      - [Примечания о тайм-аутах сокетов](https://python-all.ru/3.7/library/socket.html#notes-on-socket-timeouts)30723073        - [Тайм-ауты и метод `connect`](https://python-all.ru/3.7/library/socket.html#timeouts-and-the-connect-method)3074        - [Тайм-ауты и метод `accept`](https://python-all.ru/3.7/library/socket.html#timeouts-and-the-accept-method)3075      - [Пример](https://python-all.ru/3.7/library/socket.html#example)3076    - [`ssl` – обёртка TLS/SSL для объектов сокетов](https://python-all.ru/3.7/library/ssl.html)30773078      - [Функции, константы и исключения](https://python-all.ru/3.7/library/ssl.html#functions-constants-and-exceptions)30793080        - [Создание сокетов](https://python-all.ru/3.7/library/ssl.html#socket-creation)3081        - [Создание контекста](https://python-all.ru/3.7/library/ssl.html#context-creation)3082        - [Исключения](https://python-all.ru/3.7/library/ssl.html#exceptions)3083        - [Генерация случайных чисел](https://python-all.ru/3.7/library/ssl.html#random-generation)3084        - [Работа с сертификатами](https://python-all.ru/3.7/library/ssl.html#certificate-handling)3085        - [Константы](https://python-all.ru/3.7/library/ssl.html#constants)3086      - [SSL-сокеты](https://python-all.ru/3.7/library/ssl.html#ssl-sockets)3087      - [SSL-контексты](https://python-all.ru/3.7/library/ssl.html#ssl-contexts)3088      - [Сертификаты](https://python-all.ru/3.7/library/ssl.html#certificates)30893090        - [Цепочки сертификатов](https://python-all.ru/3.7/library/ssl.html#certificate-chains)3091        - [Сертификаты ЦС](https://python-all.ru/3.7/library/ssl.html#ca-certificates)3092        - [Объединённый ключ и сертификат](https://python-all.ru/3.7/library/ssl.html#combined-key-and-certificate)3093        - [Самоподписанные сертификаты](https://python-all.ru/3.7/library/ssl.html#self-signed-certificates)3094      - [Примеры](https://python-all.ru/3.7/library/ssl.html#examples)30953096        - [Проверка поддержки SSL](https://python-all.ru/3.7/library/ssl.html#testing-for-ssl-support)3097        - [Работа на стороне клиента](https://python-all.ru/3.7/library/ssl.html#client-side-operation)3098        - [Работа на стороне сервера](https://python-all.ru/3.7/library/ssl.html#server-side-operation)3099      - [Замечания о неблокирующих сокетах](https://python-all.ru/3.7/library/ssl.html#notes-on-non-blocking-sockets)3100      - [Поддержка Memory BIO](https://python-all.ru/3.7/library/ssl.html#memory-bio-support)3101      - [SSL-сессия](https://python-all.ru/3.7/library/ssl.html#ssl-session)3102      - [Вопросы безопасности](https://python-all.ru/3.7/library/ssl.html#security-considerations)31033104        - [Оптимальные настройки по умолчанию](https://python-all.ru/3.7/library/ssl.html#best-defaults)3105        - [Настройка вручную](https://python-all.ru/3.7/library/ssl.html#manual-settings)31063107          - [Проверка сертификатов](https://python-all.ru/3.7/library/ssl.html#verifying-certificates)3108          - [Версии протоколов](https://python-all.ru/3.7/library/ssl.html#protocol-versions)3109          - [Выбор шифров](https://python-all.ru/3.7/library/ssl.html#cipher-selection)3110        - [Многопроцессорная обработка](https://python-all.ru/3.7/library/ssl.html#multi-processing)3111      - [TLS 1.3](https://python-all.ru/3.7/library/ssl.html#tls-1-3)3112      - [Поддержка LibreSSL](https://python-all.ru/3.7/library/ssl.html#libressl-support)3113    - [`select` – Ожидание завершения ввода-вывода](https://python-all.ru/3.7/library/select.html)31143115      - [`/dev/poll` Объекты опроса](https://python-all.ru/3.7/library/select.html#dev-poll-polling-objects)3116      - [Объекты опроса по фронту и уровню (epoll)](https://python-all.ru/3.7/library/select.html#edge-and-level-trigger-polling-epoll-objects)3117      - [Объекты опроса](https://python-all.ru/3.7/library/select.html#polling-objects)3118      - [Объекты kqueue](https://python-all.ru/3.7/library/select.html#kqueue-objects)3119      - [Объекты kevent](https://python-all.ru/3.7/library/select.html#kevent-objects)3120    - [`selectors` – Высокоуровневое мультиплексирование ввода-вывода](https://python-all.ru/3.7/library/selectors.html)31213122      - [Введение](https://python-all.ru/3.7/library/selectors.html#introduction)3123      - [Классы](https://python-all.ru/3.7/library/selectors.html#classes)3124      - [Примеры](https://python-all.ru/3.7/library/selectors.html#examples)3125    - [`asyncore` – Асинхронный обработчик сокетов](https://python-all.ru/3.7/library/asyncore.html)31263127      - [Пример asyncore: простой HTTP-клиент](https://python-all.ru/3.7/library/asyncore.html#asyncore-example-basic-http-client)3128      - [Пример asyncore: простой эхо-сервер](https://python-all.ru/3.7/library/asyncore.html#asyncore-example-basic-echo-server)3129    - [`asynchat` – Асинхронный обработчик команд/ответов через сокеты](https://python-all.ru/3.7/library/asynchat.html)31303131      - [Пример asynchat](https://python-all.ru/3.7/library/asynchat.html#asynchat-example)3132    - [`signal` – Установка обработчиков для асинхронных событий](https://python-all.ru/3.7/library/signal.html)31333134      - [Общие правила](https://python-all.ru/3.7/library/signal.html#general-rules)31353136        - [Выполнение обработчиков сигналов Python](https://python-all.ru/3.7/library/signal.html#execution-of-python-signal-handlers)3137        - [Сигналы и потоки](https://python-all.ru/3.7/library/signal.html#signals-and-threads)3138      - [Содержание модуля](https://python-all.ru/3.7/library/signal.html#module-contents)3139      - [Пример](https://python-all.ru/3.7/library/signal.html#example)3140      - [Примечание о SIGPIPE](https://python-all.ru/3.7/library/signal.html#note-on-sigpipe)3141    - [`mmap` – Поддержка файлов, отображаемых в память](https://python-all.ru/3.7/library/mmap.html)3142  - [Обработка интернет-данных](https://python-all.ru/3.7/library/netdata.html)31433144    - [`email` – Пакет для работы с email и MIME](https://python-all.ru/3.7/library/email.html)31453146      - [`email.message`: Представление email-сообщения](https://python-all.ru/3.7/library/email.message.html)3147      - [`email.parser`: Разбор email-сообщений](https://python-all.ru/3.7/library/email.parser.html)31483149        - [API FeedParser](https://python-all.ru/3.7/library/email.parser.html#feedparser-api)3150        - [API Parser](https://python-all.ru/3.7/library/email.parser.html#parser-api)3151        - [Дополнительные примечания](https://python-all.ru/3.7/library/email.parser.html#additional-notes)3152      - [`email.generator`: Генерация MIME-документов](https://python-all.ru/3.7/library/email.generator.html)3153      - [`email.policy`: Объекты политик](https://python-all.ru/3.7/library/email.policy.html)3154      - [`email.errors`: Классы исключений и дефектов](https://python-all.ru/3.7/library/email.errors.html)3155      - [`email.headerregistry`: Пользовательские объекты заголовков](https://python-all.ru/3.7/library/email.headerregistry.html)3156      - [`email.contentmanager`: Управление MIME-содержимым](https://python-all.ru/3.7/library/email.contentmanager.html)31573158        - [Экземпляры Content Manager](https://python-all.ru/3.7/library/email.contentmanager.html#content-manager-instances)3159      - [`email`: Примеры](https://python-all.ru/3.7/library/email.examples.html)3160      - [`email.message.Message`: Представление email-сообщения с использованием API `compat32`](https://python-all.ru/3.7/library/email.compat32-message.html)3161      - [`email.mime`: Создание email- и MIME-объектов с нуля](https://python-all.ru/3.7/library/email.mime.html)3162      - [`email.header`: Интернационализированные заголовки](https://python-all.ru/3.7/library/email.header.html)3163      - [`email.charset`: Представление наборов символов](https://python-all.ru/3.7/library/email.charset.html)3164      - [`email.encoders`: Кодировщики](https://python-all.ru/3.7/library/email.encoders.html)3165      - [`email.utils`: Разные утилиты](https://python-all.ru/3.7/library/email.utils.html)3166      - [`email.iterators`: Итераторы](https://python-all.ru/3.7/library/email.iterators.html)3167    - [`json` – кодировщик и декодировщик JSON](https://python-all.ru/3.7/library/json.html)31683169      - [Основное использование](https://python-all.ru/3.7/library/json.html#basic-usage)3170      - [Кодировщики и декодировщики](https://python-all.ru/3.7/library/json.html#encoders-and-decoders)3171      - [Исключения](https://python-all.ru/3.7/library/json.html#exceptions)3172      - [Соответствие стандартам и интероперабельность](https://python-all.ru/3.7/library/json.html#standard-compliance-and-interoperability)31733174        - [Кодировки символов](https://python-all.ru/3.7/library/json.html#character-encodings)3175        - [Бесконечные и NaN числовые значения](https://python-all.ru/3.7/library/json.html#infinite-and-nan-number-values)3176        - [Повторяющиеся имена внутри объекта](https://python-all.ru/3.7/library/json.html#repeated-names-within-an-object)3177        - [Значения верхнего уровня, не являющиеся объектами или массивами](https://python-all.ru/3.7/library/json.html#top-level-non-object-non-array-values)3178        - [Ограничения реализации](https://python-all.ru/3.7/library/json.html#implementation-limitations)3179      - [Интерфейс командной строки](https://python-all.ru/3.7/library/json.html#module-json.tool)31803181        - [Параметры командной строки](https://python-all.ru/3.7/library/json.html#command-line-options)3182    - [`mailcap` – Обработка файлов Mailcap](https://python-all.ru/3.7/library/mailcap.html)3183    - [`mailbox` – работа с почтовыми ящиками в различных форматах](https://python-all.ru/3.7/library/mailbox.html)31843185      - [`Mailbox` объекты](https://python-all.ru/3.7/library/mailbox.html#mailbox-objects)31863187        - [`Maildir`](https://python-all.ru/3.7/library/mailbox.html#maildir)3188        - [`mbox`](https://python-all.ru/3.7/library/mailbox.html#mbox)3189        - [`MH`](https://python-all.ru/3.7/library/mailbox.html#mh)3190        - [`Babyl`](https://python-all.ru/3.7/library/mailbox.html#babyl)3191        - [`MMDF`](https://python-all.ru/3.7/library/mailbox.html#mmdf)3192      - [`Message` объекты](https://python-all.ru/3.7/library/mailbox.html#message-objects)31933194        - [`MaildirMessage`](https://python-all.ru/3.7/library/mailbox.html#maildirmessage)3195        - [`mboxMessage`](https://python-all.ru/3.7/library/mailbox.html#mboxmessage)3196        - [`MHMessage`](https://python-all.ru/3.7/library/mailbox.html#mhmessage)3197        - [`BabylMessage`](https://python-all.ru/3.7/library/mailbox.html#babylmessage)3198        - [`MMDFMessage`](https://python-all.ru/3.7/library/mailbox.html#mmdfmessage)3199      - [Исключения](https://python-all.ru/3.7/library/mailbox.html#exceptions)3200      - [Примеры](https://python-all.ru/3.7/library/mailbox.html#examples)3201    - [`mimetypes` – сопоставление имён файлов с MIME-типами](https://python-all.ru/3.7/library/mimetypes.html)32023203      - [Объекты MimeTypes](https://python-all.ru/3.7/library/mimetypes.html#mimetypes-objects)3204    - [`base64` – кодирование данных Base16, Base32, Base64, Base85](https://python-all.ru/3.7/library/base64.html)3205    - [`binhex` – Кодирование и декодирование файлов binhex4](https://python-all.ru/3.7/library/binhex.html)32063207      - [Примечания](https://python-all.ru/3.7/library/binhex.html#notes)3208    - [`binascii` – Преобразование между двоичными данными и ASCII](https://python-all.ru/3.7/library/binascii.html)3209    - [`quopri` – Кодирование и декодирование MIME quoted-printable данных](https://python-all.ru/3.7/library/quopri.html)3210    - [`uu` – Кодирование и декодирование файлов uuencode](https://python-all.ru/3.7/library/uu.html)3211  - [Инструменты обработки структурированной разметки](https://python-all.ru/3.7/library/markup.html)32123213    - [`html` – Поддержка языка гипертекстовой разметки](https://python-all.ru/3.7/library/html.html)3214    - [`html.parser` – Простой парсер HTML и XHTML](https://python-all.ru/3.7/library/html.parser.html)32153216      - [Пример приложения парсера HTML](https://python-all.ru/3.7/library/html.parser.html#example-html-parser-application)3217      - [`HTMLParser` Методы](https://python-all.ru/3.7/library/html.parser.html#htmlparser-methods)3218      - [Примеры](https://python-all.ru/3.7/library/html.parser.html#examples)3219    - [`html.entities` – Определения общих сущностей HTML](https://python-all.ru/3.7/library/html.entities.html)3220    - [Модули обработки XML](https://python-all.ru/3.7/library/xml.html)32213222      - [Уязвимости XML](https://python-all.ru/3.7/library/xml.html#xml-vulnerabilities)3223      - [Пакеты `defusedxml` и `defusedexpat`](https://python-all.ru/3.7/library/xml.html#the-defusedxml-and-defusedexpat-packages)3224    - [`xml.etree.ElementTree` – XML API ElementTree](https://python-all.ru/3.7/library/xml.etree.elementtree.html)32253226      - [Учебное пособие](https://python-all.ru/3.7/library/xml.etree.elementtree.html#tutorial)32273228        - [XML-дерево и элементы](https://python-all.ru/3.7/library/xml.etree.elementtree.html#xml-tree-and-elements)3229        - [Разбор XML](https://python-all.ru/3.7/library/xml.etree.elementtree.html#parsing-xml)3230        - [Pull API для неблокирующего разбора](https://python-all.ru/3.7/library/xml.etree.elementtree.html#pull-api-for-non-blocking-parsing)3231        - [Поиск интересующих элементов](https://python-all.ru/3.7/library/xml.etree.elementtree.html#finding-interesting-elements)3232        - [Изменение XML-файла](https://python-all.ru/3.7/library/xml.etree.elementtree.html#modifying-an-xml-file)3233        - [Создание XML-документов](https://python-all.ru/3.7/library/xml.etree.elementtree.html#building-xml-documents)3234        - [Разбор XML с пространствами имён](https://python-all.ru/3.7/library/xml.etree.elementtree.html#parsing-xml-with-namespaces)3235        - [Дополнительные ресурсы](https://python-all.ru/3.7/library/xml.etree.elementtree.html#additional-resources)3236      - [Поддержка XPath](https://python-all.ru/3.7/library/xml.etree.elementtree.html#xpath-support)32373238        - [Пример](https://python-all.ru/3.7/library/xml.etree.elementtree.html#example)3239        - [Поддерживаемый синтаксис XPath](https://python-all.ru/3.7/library/xml.etree.elementtree.html#supported-xpath-syntax)3240      - [Справочник](https://python-all.ru/3.7/library/xml.etree.elementtree.html#reference)32413242        - [Функции](https://python-all.ru/3.7/library/xml.etree.elementtree.html#functions)3243      - [Поддержка XInclude](https://python-all.ru/3.7/library/xml.etree.elementtree.html#xinclude-support)32443245        - [Пример](https://python-all.ru/3.7/library/xml.etree.elementtree.html#id3)3246      - [Справочник](https://python-all.ru/3.7/library/xml.etree.elementtree.html#id4)32473248        - [Функции](https://python-all.ru/3.7/library/xml.etree.elementtree.html#elementinclude-functions)3249        - [Объекты Element](https://python-all.ru/3.7/library/xml.etree.elementtree.html#element-objects)3250        - [Объекты ElementTree](https://python-all.ru/3.7/library/xml.etree.elementtree.html#elementtree-objects)3251        - [Объекты QName](https://python-all.ru/3.7/library/xml.etree.elementtree.html#qname-objects)3252        - [Объекты TreeBuilder](https://python-all.ru/3.7/library/xml.etree.elementtree.html#treebuilder-objects)3253        - [Объекты XMLParser](https://python-all.ru/3.7/library/xml.etree.elementtree.html#xmlparser-objects)3254        - [Объекты XMLPullParser](https://python-all.ru/3.7/library/xml.etree.elementtree.html#xmlpullparser-objects)3255        - [Исключения](https://python-all.ru/3.7/library/xml.etree.elementtree.html#exceptions)3256    - [`xml.dom` – API объектной модели документа (DOM)](https://python-all.ru/3.7/library/xml.dom.html)32573258      - [Содержимое модуля](https://python-all.ru/3.7/library/xml.dom.html#module-contents)3259      - [Объекты в DOM](https://python-all.ru/3.7/library/xml.dom.html#objects-in-the-dom)32603261        - [Объекты DOMImplementation](https://python-all.ru/3.7/library/xml.dom.html#domimplementation-objects)3262        - [Объекты Node](https://python-all.ru/3.7/library/xml.dom.html#node-objects)3263        - [Объекты NodeList](https://python-all.ru/3.7/library/xml.dom.html#nodelist-objects)3264        - [Объекты DocumentType](https://python-all.ru/3.7/library/xml.dom.html#documenttype-objects)3265        - [Объекты Document](https://python-all.ru/3.7/library/xml.dom.html#document-objects)3266        - [Объекты Element](https://python-all.ru/3.7/library/xml.dom.html#element-objects)3267        - [Объекты Attr](https://python-all.ru/3.7/library/xml.dom.html#attr-objects)3268        - [Объекты NamedNodeMap](https://python-all.ru/3.7/library/xml.dom.html#namednodemap-objects)3269        - [Объекты Comment](https://python-all.ru/3.7/library/xml.dom.html#comment-objects)3270        - [Объекты Text и CDATASection](https://python-all.ru/3.7/library/xml.dom.html#text-and-cdatasection-objects)3271        - [Объекты ProcessingInstruction](https://python-all.ru/3.7/library/xml.dom.html#processinginstruction-objects)3272        - [Исключения](https://python-all.ru/3.7/library/xml.dom.html#exceptions)3273      - [Соответствие стандарту](https://python-all.ru/3.7/library/xml.dom.html#conformance)32743275        - [Отображение типов](https://python-all.ru/3.7/library/xml.dom.html#type-mapping)3276        - [Методы доступа](https://python-all.ru/3.7/library/xml.dom.html#accessor-methods)3277    - [`xml.dom.minidom` – Минимальная реализация DOM](https://python-all.ru/3.7/library/xml.dom.minidom.html)32783279      - [Объекты DOM](https://python-all.ru/3.7/library/xml.dom.minidom.html#dom-objects)3280      - [Пример DOM](https://python-all.ru/3.7/library/xml.dom.minidom.html#dom-example)3281      - [minidom и стандарт DOM](https://python-all.ru/3.7/library/xml.dom.minidom.html#minidom-and-the-dom-standard)3282    - [`xml.dom.pulldom` – Поддержка построения частичных DOM-деревьев](https://python-all.ru/3.7/library/xml.dom.pulldom.html)32833284      - [Объекты DOMEventStream](https://python-all.ru/3.7/library/xml.dom.pulldom.html#domeventstream-objects)3285    - [`xml.sax` – Поддержка парсеров SAX2](https://python-all.ru/3.7/library/xml.sax.html)32863287      - [Объекты SAXException](https://python-all.ru/3.7/library/xml.sax.html#saxexception-objects)3288    - [`xml.sax.handler` – Базовые классы для обработчиков SAX](https://python-all.ru/3.7/library/xml.sax.handler.html)32893290      - [Объекты ContentHandler](https://python-all.ru/3.7/library/xml.sax.handler.html#contenthandler-objects)3291      - [Объекты DTDHandler](https://python-all.ru/3.7/library/xml.sax.handler.html#dtdhandler-objects)3292      - [Объекты EntityResolver](https://python-all.ru/3.7/library/xml.sax.handler.html#entityresolver-objects)3293      - [Объекты ErrorHandler](https://python-all.ru/3.7/library/xml.sax.handler.html#errorhandler-objects)3294    - [`xml.sax.saxutils` – Утилиты SAX](https://python-all.ru/3.7/library/xml.sax.utils.html)3295    - [`xml.sax.xmlreader` – Интерфейс для XML-парсеров](https://python-all.ru/3.7/library/xml.sax.reader.html)32963297      - [Объекты XMLReader](https://python-all.ru/3.7/library/xml.sax.reader.html#xmlreader-objects)3298      - [Объекты IncrementalParser](https://python-all.ru/3.7/library/xml.sax.reader.html#incrementalparser-objects)3299      - [Объекты Locator](https://python-all.ru/3.7/library/xml.sax.reader.html#locator-objects)3300      - [Объекты InputSource](https://python-all.ru/3.7/library/xml.sax.reader.html#inputsource-objects)3301      - [Интерфейс `Attributes`](https://python-all.ru/3.7/library/xml.sax.reader.html#the-attributes-interface)3302      - [Интерфейс `AttributesNS`](https://python-all.ru/3.7/library/xml.sax.reader.html#the-attributesns-interface)3303    - [`xml.parsers.expat` – Быстрый разбор XML с помощью Expat](https://python-all.ru/3.7/library/pyexpat.html)33043305      - [Объекты XMLParser](https://python-all.ru/3.7/library/pyexpat.html#xmlparser-objects)3306      - [Исключения ExpatError](https://python-all.ru/3.7/library/pyexpat.html#expaterror-exceptions)3307      - [Пример](https://python-all.ru/3.7/library/pyexpat.html#example)3308      - [Описания моделей содержимого](https://python-all.ru/3.7/library/pyexpat.html#module-xml.parsers.expat.model)3309      - [Константы ошибок Expat](https://python-all.ru/3.7/library/pyexpat.html#module-xml.parsers.expat.errors)3310  - [Интернет-протоколы и поддержка](https://python-all.ru/3.7/library/internet.html)33113312    - [`webbrowser` – Удобный контроллер веб-браузера](https://python-all.ru/3.7/library/webbrowser.html)33133314      - [Объекты управления браузером](https://python-all.ru/3.7/library/webbrowser.html#browser-controller-objects)3315    - [`cgi` – поддержка Common Gateway Interface](https://python-all.ru/3.7/library/cgi.html)33163317      - [Введение](https://python-all.ru/3.7/library/cgi.html#introduction)3318      - [Использование модуля cgi](https://python-all.ru/3.7/library/cgi.html#using-the-cgi-module)3319      - [Интерфейс высокого уровня](https://python-all.ru/3.7/library/cgi.html#higher-level-interface)3320      - [Функции](https://python-all.ru/3.7/library/cgi.html#functions)3321      - [Вопросы безопасности](https://python-all.ru/3.7/library/cgi.html#caring-about-security)3322      - [Установка CGI-скрипта в системе Unix](https://python-all.ru/3.7/library/cgi.html#installing-your-cgi-script-on-a-unix-system)3323      - [Тестирование CGI-скрипта](https://python-all.ru/3.7/library/cgi.html#testing-your-cgi-script)3324      - [Отладка CGI-скриптов](https://python-all.ru/3.7/library/cgi.html#debugging-cgi-scripts)3325      - [Типичные проблемы и решения](https://python-all.ru/3.7/library/cgi.html#common-problems-and-solutions)3326    - [`cgitb` – менеджер трассировки для CGI-скриптов](https://python-all.ru/3.7/library/cgitb.html)3327    - [`wsgiref` – Утилиты WSGI и эталонная реализация](https://python-all.ru/3.7/library/wsgiref.html)33283329      - [`wsgiref.util` – Утилиты окружения WSGI](https://python-all.ru/3.7/library/wsgiref.html#module-wsgiref.util)3330      - [`wsgiref.headers` – Инструменты для заголовков ответов WSGI](https://python-all.ru/3.7/library/wsgiref.html#module-wsgiref.headers)3331      - [`wsgiref.simple_server` – Простой HTTP-сервер WSGI](https://python-all.ru/3.7/library/wsgiref.html#module-wsgiref.simple_server)3332      - [`wsgiref.validate` – Проверка соответствия WSGI](https://python-all.ru/3.7/library/wsgiref.html#module-wsgiref.validate)3333      - [`wsgiref.handlers` – Базовые классы сервера/шлюза](https://python-all.ru/3.7/library/wsgiref.html#module-wsgiref.handlers)3334      - [Примеры](https://python-all.ru/3.7/library/wsgiref.html#examples)3335    - [`urllib` – Модули обработки URL](https://python-all.ru/3.7/library/urllib.html)3336    - [`urllib.request` – Расширяемая библиотека для открытия URL](https://python-all.ru/3.7/library/urllib.request.html)33373338      - [Объекты Request](https://python-all.ru/3.7/library/urllib.request.html#request-objects)3339      - [Объекты OpenerDirector](https://python-all.ru/3.7/library/urllib.request.html#openerdirector-objects)3340      - [Объекты BaseHandler](https://python-all.ru/3.7/library/urllib.request.html#basehandler-objects)3341      - [Объекты HTTPRedirectHandler](https://python-all.ru/3.7/library/urllib.request.html#httpredirecthandler-objects)3342      - [Объекты HTTPCookieProcessor](https://python-all.ru/3.7/library/urllib.request.html#httpcookieprocessor-objects)3343      - [Объекты ProxyHandler](https://python-all.ru/3.7/library/urllib.request.html#proxyhandler-objects)3344      - [Объекты HTTPPasswordMgr](https://python-all.ru/3.7/library/urllib.request.html#httppasswordmgr-objects)3345      - [Объекты HTTPPasswordMgrWithPriorAuth](https://python-all.ru/3.7/library/urllib.request.html#httppasswordmgrwithpriorauth-objects)3346      - [Объекты AbstractBasicAuthHandler](https://python-all.ru/3.7/library/urllib.request.html#abstractbasicauthhandler-objects)3347      - [Объекты HTTPBasicAuthHandler](https://python-all.ru/3.7/library/urllib.request.html#httpbasicauthhandler-objects)3348      - [Объекты ProxyBasicAuthHandler](https://python-all.ru/3.7/library/urllib.request.html#proxybasicauthhandler-objects)3349      - [Объекты AbstractDigestAuthHandler](https://python-all.ru/3.7/library/urllib.request.html#abstractdigestauthhandler-objects)3350      - [Объекты HTTPDigestAuthHandler](https://python-all.ru/3.7/library/urllib.request.html#httpdigestauthhandler-objects)3351      - [Объекты ProxyDigestAuthHandler](https://python-all.ru/3.7/library/urllib.request.html#proxydigestauthhandler-objects)3352      - [Объекты HTTPHandler](https://python-all.ru/3.7/library/urllib.request.html#httphandler-objects)3353      - [Объекты HTTPSHandler](https://python-all.ru/3.7/library/urllib.request.html#httpshandler-objects)3354      - [Объекты FileHandler](https://python-all.ru/3.7/library/urllib.request.html#filehandler-objects)3355      - [Объекты DataHandler](https://python-all.ru/3.7/library/urllib.request.html#datahandler-objects)3356      - [Объекты FTPHandler](https://python-all.ru/3.7/library/urllib.request.html#ftphandler-objects)3357      - [Объекты CacheFTPHandler](https://python-all.ru/3.7/library/urllib.request.html#cacheftphandler-objects)3358      - [Объекты UnknownHandler](https://python-all.ru/3.7/library/urllib.request.html#unknownhandler-objects)3359      - [Объекты HTTPErrorProcessor](https://python-all.ru/3.7/library/urllib.request.html#httperrorprocessor-objects)3360      - [Примеры](https://python-all.ru/3.7/library/urllib.request.html#examples)3361      - [Устаревший интерфейс](https://python-all.ru/3.7/library/urllib.request.html#legacy-interface)3362      - [`urllib.request` Ограничения](https://python-all.ru/3.7/library/urllib.request.html#urllib-request-restrictions)3363    - [`urllib.response` – Классы ответов, используемые urllib](https://python-all.ru/3.7/library/urllib.request.html#module-urllib.response)3364    - [`urllib.parse` – Разбор URL на компоненты](https://python-all.ru/3.7/library/urllib.parse.html)33653366      - [Разбор URL](https://python-all.ru/3.7/library/urllib.parse.html#url-parsing)3367      - [Безопасность разбора URL](https://python-all.ru/3.7/library/urllib.parse.html#url-parsing-security)3368      - [Разбор ASCII-закодированных байтов](https://python-all.ru/3.7/library/urllib.parse.html#parsing-ascii-encoded-bytes)3369      - [Структурированные результаты разбора](https://python-all.ru/3.7/library/urllib.parse.html#structured-parse-results)3370      - [Экранирование URL](https://python-all.ru/3.7/library/urllib.parse.html#url-quoting)3371    - [`urllib.error` – Классы исключений, вызываемые urllib.request](https://python-all.ru/3.7/library/urllib.error.html)3372    - [`urllib.robotparser` – Парсер для robots.txt](https://python-all.ru/3.7/library/urllib.robotparser.html)3373    - [`http` – Модули HTTP](https://python-all.ru/3.7/library/http.html)33743375      - [Коды состояния HTTP](https://python-all.ru/3.7/library/http.html#http-status-codes)3376    - [`http.client` – Клиент протокола HTTP](https://python-all.ru/3.7/library/http.client.html)33773378      - [Объекты HTTPConnection](https://python-all.ru/3.7/library/http.client.html#httpconnection-objects)3379      - [Объекты HTTPResponse](https://python-all.ru/3.7/library/http.client.html#httpresponse-objects)3380      - [Примеры](https://python-all.ru/3.7/library/http.client.html#examples)3381      - [Объекты HTTPMessage](https://python-all.ru/3.7/library/http.client.html#httpmessage-objects)3382    - [`ftplib` – клиент протокола FTP](https://python-all.ru/3.7/library/ftplib.html)33833384      - [Объекты FTP](https://python-all.ru/3.7/library/ftplib.html#ftp-objects)3385      - [Объекты FTP\_TLS](https://python-all.ru/3.7/library/ftplib.html#ftp-tls-objects)3386    - [`poplib` – клиент протокола POP3](https://python-all.ru/3.7/library/poplib.html)33873388      - [Объекты POP3](https://python-all.ru/3.7/library/poplib.html#pop3-objects)3389      - [Пример POP3](https://python-all.ru/3.7/library/poplib.html#pop3-example)3390    - [`imaplib` – клиент протокола IMAP4](https://python-all.ru/3.7/library/imaplib.html)33913392      - [Объекты IMAP4](https://python-all.ru/3.7/library/imaplib.html#imap4-objects)3393      - [Пример IMAP4](https://python-all.ru/3.7/library/imaplib.html#imap4-example)3394    - [`nntplib` – клиент протокола NNTP](https://python-all.ru/3.7/library/nntplib.html)33953396      - [Объекты NNTP](https://python-all.ru/3.7/library/nntplib.html#nntp-objects)33973398        - [Атрибуты](https://python-all.ru/3.7/library/nntplib.html#attributes)3399        - [Методы](https://python-all.ru/3.7/library/nntplib.html#methods)3400      - [Вспомогательные функции](https://python-all.ru/3.7/library/nntplib.html#utility-functions)3401    - [`smtplib` – клиент протокола SMTP](https://python-all.ru/3.7/library/smtplib.html)34023403      - [Объекты SMTP](https://python-all.ru/3.7/library/smtplib.html#smtp-objects)3404      - [Пример SMTP](https://python-all.ru/3.7/library/smtplib.html#smtp-example)3405    - [`smtpd` – SMTP-сервер](https://python-all.ru/3.7/library/smtpd.html)34063407      - [Объекты SMTPServer](https://python-all.ru/3.7/library/smtpd.html#smtpserver-objects)3408      - [Объекты DebuggingServer](https://python-all.ru/3.7/library/smtpd.html#debuggingserver-objects)3409      - [Объекты PureProxy](https://python-all.ru/3.7/library/smtpd.html#pureproxy-objects)3410      - [Объекты MailmanProxy](https://python-all.ru/3.7/library/smtpd.html#mailmanproxy-objects)3411      - [Объекты SMTPChannel](https://python-all.ru/3.7/library/smtpd.html#smtpchannel-objects)3412    - [`telnetlib` – Telnet-клиент](https://python-all.ru/3.7/library/telnetlib.html)34133414      - [Объекты Telnet](https://python-all.ru/3.7/library/telnetlib.html#telnet-objects)3415      - [Пример Telnet](https://python-all.ru/3.7/library/telnetlib.html#telnet-example)3416    - [`uuid` – объекты UUID в соответствии с **RFC 4122**](https://python-all.ru/3.7/library/uuid.html)34173418      - [Пример](https://python-all.ru/3.7/library/uuid.html#example)3419    - [`socketserver` – фреймворк для сетевых серверов](https://python-all.ru/3.7/library/socketserver.html)34203421      - [Замечания по созданию сервера](https://python-all.ru/3.7/library/socketserver.html#server-creation-notes)3422      - [Объекты сервера](https://python-all.ru/3.7/library/socketserver.html#server-objects)3423      - [Объекты обработчиков запросов](https://python-all.ru/3.7/library/socketserver.html#request-handler-objects)3424      - [Примеры](https://python-all.ru/3.7/library/socketserver.html#examples)34253426        - [`socketserver.TCPServer` Пример](https://python-all.ru/3.7/library/socketserver.html#socketserver-tcpserver-example)3427        - [`socketserver.UDPServer` Пример](https://python-all.ru/3.7/library/socketserver.html#socketserver-udpserver-example)3428        - [Асинхронные примеси](https://python-all.ru/3.7/library/socketserver.html#asynchronous-mixins)3429    - [`http.server` – HTTP-серверы](https://python-all.ru/3.7/library/http.server.html)34303431      - [Вопросы безопасности](https://python-all.ru/3.7/library/http.server.html#security-considerations)3432    - [`http.cookies` – управление состоянием HTTP](https://python-all.ru/3.7/library/http.cookies.html)34333434      - [Объекты Cookie](https://python-all.ru/3.7/library/http.cookies.html#cookie-objects)3435      - [Объекты Morsel](https://python-all.ru/3.7/library/http.cookies.html#morsel-objects)3436      - [Пример](https://python-all.ru/3.7/library/http.cookies.html#example)3437    - [`http.cookiejar` – Обработка cookie для HTTP-клиентов](https://python-all.ru/3.7/library/http.cookiejar.html)34383439      - [Объекты CookieJar и FileCookieJar](https://python-all.ru/3.7/library/http.cookiejar.html#cookiejar-and-filecookiejar-objects)3440      - [Подклассы FileCookieJar и взаимодействие с веб-браузерами](https://python-all.ru/3.7/library/http.cookiejar.html#filecookiejar-subclasses-and-co-operation-with-web-browsers)3441      - [Объекты CookiePolicy](https://python-all.ru/3.7/library/http.cookiejar.html#cookiepolicy-objects)3442      - [Объекты DefaultCookiePolicy](https://python-all.ru/3.7/library/http.cookiejar.html#defaultcookiepolicy-objects)3443      - [Объекты Cookie](https://python-all.ru/3.7/library/http.cookiejar.html#cookie-objects)3444      - [Примеры](https://python-all.ru/3.7/library/http.cookiejar.html#examples)3445    - [`xmlrpc` – Модули сервера и клиента XML-RPC](https://python-all.ru/3.7/library/xmlrpc.html)3446    - [`xmlrpc.client` – Доступ клиента XML-RPC](https://python-all.ru/3.7/library/xmlrpc.client.html)34473448      - [Объекты ServerProxy](https://python-all.ru/3.7/library/xmlrpc.client.html#serverproxy-objects)3449      - [Объекты datetime](https://python-all.ru/3.7/library/xmlrpc.client.html#datetime-objects)3450      - [Объекты Binary](https://python-all.ru/3.7/library/xmlrpc.client.html#binary-objects)3451      - [Объекты Fault](https://python-all.ru/3.7/library/xmlrpc.client.html#fault-objects)3452      - [Объекты ProtocolError](https://python-all.ru/3.7/library/xmlrpc.client.html#protocolerror-objects)3453      - [Объекты MultiCall](https://python-all.ru/3.7/library/xmlrpc.client.html#multicall-objects)3454      - [Удобные функции](https://python-all.ru/3.7/library/xmlrpc.client.html#convenience-functions)3455      - [Пример использования клиента](https://python-all.ru/3.7/library/xmlrpc.client.html#example-of-client-usage)3456      - [Пример использования клиента и сервера](https://python-all.ru/3.7/library/xmlrpc.client.html#example-of-client-and-server-usage)3457    - [`xmlrpc.server` – Базовые серверы XML-RPC](https://python-all.ru/3.7/library/xmlrpc.server.html)34583459      - [Объекты SimpleXMLRPCServer](https://python-all.ru/3.7/library/xmlrpc.server.html#simplexmlrpcserver-objects)34603461        - [Пример SimpleXMLRPCServer](https://python-all.ru/3.7/library/xmlrpc.server.html#simplexmlrpcserver-example)3462      - [CGIXMLRPCRequestHandler](https://python-all.ru/3.7/library/xmlrpc.server.html#cgixmlrpcrequesthandler)3463      - [Документирование сервера XML-RPC](https://python-all.ru/3.7/library/xmlrpc.server.html#documenting-xmlrpc-server)3464      - [Объекты DocXMLRPCServer](https://python-all.ru/3.7/library/xmlrpc.server.html#docxmlrpcserver-objects)3465      - [DocCGIXMLRPCRequestHandler](https://python-all.ru/3.7/library/xmlrpc.server.html#doccgixmlrpcrequesthandler)3466    - [`ipaddress` – Библиотека для работы с IPv4/IPv6](https://python-all.ru/3.7/library/ipaddress.html)34673468      - [Удобные фабричные функции](https://python-all.ru/3.7/library/ipaddress.html#convenience-factory-functions)3469      - [IP-адреса](https://python-all.ru/3.7/library/ipaddress.html#ip-addresses)34703471        - [Объекты адресов](https://python-all.ru/3.7/library/ipaddress.html#address-objects)3472        - [Преобразование в строки и целые числа](https://python-all.ru/3.7/library/ipaddress.html#conversion-to-strings-and-integers)3473        - [Операторы](https://python-all.ru/3.7/library/ipaddress.html#operators)34743475          - [Операторы сравнения](https://python-all.ru/3.7/library/ipaddress.html#comparison-operators)3476          - [Арифметические операторы](https://python-all.ru/3.7/library/ipaddress.html#arithmetic-operators)3477      - [Определения IP-сетей](https://python-all.ru/3.7/library/ipaddress.html#ip-network-definitions)34783479        - [Префикс, маска сети и маска узла](https://python-all.ru/3.7/library/ipaddress.html#prefix-net-mask-and-host-mask)3480        - [Объекты сетей](https://python-all.ru/3.7/library/ipaddress.html#network-objects)3481        - [Операторы](https://python-all.ru/3.7/library/ipaddress.html#id1)34823483          - [Логические операторы](https://python-all.ru/3.7/library/ipaddress.html#logical-operators)3484          - [Итерация](https://python-all.ru/3.7/library/ipaddress.html#iteration)3485          - [Сети как контейнеры адресов](https://python-all.ru/3.7/library/ipaddress.html#networks-as-containers-of-addresses)3486      - [Объекты интерфейсов](https://python-all.ru/3.7/library/ipaddress.html#interface-objects)34873488        - [Операторы](https://python-all.ru/3.7/library/ipaddress.html#id2)34893490          - [Логические операторы](https://python-all.ru/3.7/library/ipaddress.html#id3)3491      - [Прочие функции уровня модуля](https://python-all.ru/3.7/library/ipaddress.html#other-module-level-functions)3492      - [Пользовательские исключения](https://python-all.ru/3.7/library/ipaddress.html#custom-exceptions)3493  - [Мультимедийные службы](https://python-all.ru/3.7/library/mm.html)34943495    - [`audioop` – Манипулирование сырыми аудиоданными](https://python-all.ru/3.7/library/audioop.html)3496    - [`aifc` – Чтение и запись файлов AIFF и AIFC](https://python-all.ru/3.7/library/aifc.html)3497    - [`sunau` – Чтение и запись файлов Sun AU](https://python-all.ru/3.7/library/sunau.html)34983499      - [Объекты AU\_read](https://python-all.ru/3.7/library/sunau.html#au-read-objects)3500      - [Объекты AU\_write](https://python-all.ru/3.7/library/sunau.html#au-write-objects)3501    - [`wave` – чтение и запись WAV-файлов](https://python-all.ru/3.7/library/wave.html)35023503      - [Объекты Wave\_read](https://python-all.ru/3.7/library/wave.html#wave-read-objects)3504      - [Объекты Wave\_write](https://python-all.ru/3.7/library/wave.html#wave-write-objects)3505    - [`chunk` – чтение данных IFF с блочной структурой](https://python-all.ru/3.7/library/chunk.html)3506    - [`colorsys` – преобразования между цветовыми системами](https://python-all.ru/3.7/library/colorsys.html)3507    - [`imghdr` – определение типа изображения](https://python-all.ru/3.7/library/imghdr.html)3508    - [`sndhdr` – Определение типа звукового файла](https://python-all.ru/3.7/library/sndhdr.html)3509    - [`ossaudiodev` – Доступ к аудиоустройствам, совместимым с OSS](https://python-all.ru/3.7/library/ossaudiodev.html)35103511      - [Объекты аудиоустройства](https://python-all.ru/3.7/library/ossaudiodev.html#audio-device-objects)3512      - [Объекты микшера](https://python-all.ru/3.7/library/ossaudiodev.html#mixer-device-objects)3513  - [Интернационализация](https://python-all.ru/3.7/library/i18n.html)35143515    - [`gettext` – многоязычные службы интернационализации](https://python-all.ru/3.7/library/gettext.html)35163517      - [API GNU **gettext**](https://python-all.ru/3.7/library/gettext.html#gnu-gettext-api)3518      - [API на основе классов](https://python-all.ru/3.7/library/gettext.html#class-based-api)35193520        - [Класс `NullTranslations`](https://python-all.ru/3.7/library/gettext.html#the-nulltranslations-class)3521        - [Класс `GNUTranslations`](https://python-all.ru/3.7/library/gettext.html#the-gnutranslations-class)3522        - [Поддержка каталогов сообщений Solaris](https://python-all.ru/3.7/library/gettext.html#solaris-message-catalog-support)3523        - [Конструктор Catalog](https://python-all.ru/3.7/library/gettext.html#the-catalog-constructor)3524      - [Интернационализация программ и модулей](https://python-all.ru/3.7/library/gettext.html#internationalizing-your-programs-and-modules)35253526        - [Локализация модуля](https://python-all.ru/3.7/library/gettext.html#localizing-your-module)3527        - [Локализация приложения](https://python-all.ru/3.7/library/gettext.html#localizing-your-application)3528        - [Смена языка на лету](https://python-all.ru/3.7/library/gettext.html#changing-languages-on-the-fly)3529        - [Отложенные переводы](https://python-all.ru/3.7/library/gettext.html#deferred-translations)3530      - [Благодарности](https://python-all.ru/3.7/library/gettext.html#acknowledgements)3531    - [`locale` – службы интернационализации](https://python-all.ru/3.7/library/locale.html)35323533      - [Предыстория, подробности, советы, подсказки и предостережения](https://python-all.ru/3.7/library/locale.html#background-details-hints-tips-and-caveats)3534      - [Для разработчиков расширений и программ, встраивающих Python](https://python-all.ru/3.7/library/locale.html#for-extension-writers-and-programs-that-embed-python)3535      - [Доступ к каталогам сообщений](https://python-all.ru/3.7/library/locale.html#access-to-message-catalogs)3536  - [Программные фреймворки](https://python-all.ru/3.7/library/frameworks.html)35373538    - [`turtle` – Черепашья графика](https://python-all.ru/3.7/library/turtle.html)35393540      - [Введение](https://python-all.ru/3.7/library/turtle.html#introduction)3541      - [Обзор доступных методов Turtle и Screen](https://python-all.ru/3.7/library/turtle.html#overview-of-available-turtle-and-screen-methods)35423543        - [Методы черепашки](https://python-all.ru/3.7/library/turtle.html#turtle-methods)3544        - [Методы TurtleScreen/Screen](https://python-all.ru/3.7/library/turtle.html#methods-of-turtlescreen-screen)3545      - [Методы RawTurtle/Turtle и соответствующие функции](https://python-all.ru/3.7/library/turtle.html#methods-of-rawturtle-turtle-and-corresponding-functions)35463547        - [Движение черепашки](https://python-all.ru/3.7/library/turtle.html#turtle-motion)3548        - [Состояние черепашки](https://python-all.ru/3.7/library/turtle.html#tell-turtle-s-state)3549        - [Настройки измерений](https://python-all.ru/3.7/library/turtle.html#settings-for-measurement)3550        - [Управление пером](https://python-all.ru/3.7/library/turtle.html#pen-control)35513552          - [Состояние рисования](https://python-all.ru/3.7/library/turtle.html#drawing-state)3553          - [Управление цветом](https://python-all.ru/3.7/library/turtle.html#color-control)3554          - [Заливка](https://python-all.ru/3.7/library/turtle.html#filling)3555          - [Дополнительное управление рисованием](https://python-all.ru/3.7/library/turtle.html#more-drawing-control)3556        - [Состояние черепашки](https://python-all.ru/3.7/library/turtle.html#turtle-state)35573558          - [Видимость](https://python-all.ru/3.7/library/turtle.html#visibility)3559          - [Внешний вид](https://python-all.ru/3.7/library/turtle.html#appearance)3560        - [Использование событий](https://python-all.ru/3.7/library/turtle.html#using-events)3561        - [Специальные методы черепашки](https://python-all.ru/3.7/library/turtle.html#special-turtle-methods)3562        - [Составные фигуры](https://python-all.ru/3.7/library/turtle.html#compound-shapes)3563      - [Методы TurtleScreen/Screen и соответствующие функции](https://python-all.ru/3.7/library/turtle.html#methods-of-turtlescreen-screen-and-corresponding-functions)35643565        - [Управление окном](https://python-all.ru/3.7/library/turtle.html#window-control)3566        - [Управление анимацией](https://python-all.ru/3.7/library/turtle.html#animation-control)3567        - [Использование событий экрана](https://python-all.ru/3.7/library/turtle.html#using-screen-events)3568        - [Методы ввода](https://python-all.ru/3.7/library/turtle.html#input-methods)3569        - [Настройки и специальные методы](https://python-all.ru/3.7/library/turtle.html#settings-and-special-methods)3570        - [Методы, специфичные для Screen и не унаследованные от TurtleScreen](https://python-all.ru/3.7/library/turtle.html#methods-specific-to-screen-not-inherited-from-turtlescreen)3571      - [Публичные классы](https://python-all.ru/3.7/library/turtle.html#public-classes)3572      - [Справка и настройка](https://python-all.ru/3.7/library/turtle.html#help-and-configuration)35733574        - [Как пользоваться справкой](https://python-all.ru/3.7/library/turtle.html#how-to-use-help)3575        - [Перевод docstrings на разные языки](https://python-all.ru/3.7/library/turtle.html#translation-of-docstrings-into-different-languages)3576        - [Как настроить Screen и Turtles](https://python-all.ru/3.7/library/turtle.html#how-to-configure-screen-and-turtles)3577      - [`turtledemo` – Демонстрационные скрипты](https://python-all.ru/3.7/library/turtle.html#module-turtledemo)3578      - [Изменения начиная с Python 2.6](https://python-all.ru/3.7/library/turtle.html#changes-since-python-2-6)3579      - [Изменения начиная с Python 3.0](https://python-all.ru/3.7/library/turtle.html#changes-since-python-3-0)3580    - [`cmd` – поддержка построчных командных интерпретаторов](https://python-all.ru/3.7/library/cmd.html)35813582      - [Объекты Cmd](https://python-all.ru/3.7/library/cmd.html#cmd-objects)3583      - [Пример Cmd](https://python-all.ru/3.7/library/cmd.html#cmd-example)3584    - [`shlex` – Простой лексический анализ](https://python-all.ru/3.7/library/shlex.html)35853586      - [Объекты shlex](https://python-all.ru/3.7/library/shlex.html#shlex-objects)3587      - [Правила разбора](https://python-all.ru/3.7/library/shlex.html#parsing-rules)3588      - [Улучшенная совместимость с оболочками](https://python-all.ru/3.7/library/shlex.html#improved-compatibility-with-shells)3589  - [Графические пользовательские интерфейсы с Tk](https://python-all.ru/3.7/library/tk.html)35903591    - [`tkinter` – интерфейс Python к Tcl/Tk](https://python-all.ru/3.7/library/tkinter.html)35923593      - [Модули Tkinter](https://python-all.ru/3.7/library/tkinter.html#tkinter-modules)3594      - [Основы Tkinter](https://python-all.ru/3.7/library/tkinter.html#tkinter-life-preserver)35953596        - [Как использовать этот раздел](https://python-all.ru/3.7/library/tkinter.html#how-to-use-this-section)3597        - [Простая программа Hello World](https://python-all.ru/3.7/library/tkinter.html#a-simple-hello-world-program)3598      - [Беглый (очень) взгляд на Tcl/Tk](https://python-all.ru/3.7/library/tkinter.html#a-very-quick-look-at-tcl-tk)3599      - [Сопоставление базовых Tk с Tkinter](https://python-all.ru/3.7/library/tkinter.html#mapping-basic-tk-into-tkinter)3600      - [Как связаны Tk и Tkinter](https://python-all.ru/3.7/library/tkinter.html#how-tk-and-tkinter-are-related)3601      - [Удобный справочник](https://python-all.ru/3.7/library/tkinter.html#handy-reference)36023603        - [Настройка параметров](https://python-all.ru/3.7/library/tkinter.html#setting-options)3604        - [Packer](https://python-all.ru/3.7/library/tkinter.html#the-packer)3605        - [Параметры Packer](https://python-all.ru/3.7/library/tkinter.html#packer-options)3606        - [Связывание переменных виджетов](https://python-all.ru/3.7/library/tkinter.html#coupling-widget-variables)3607        - [Менеджер окон](https://python-all.ru/3.7/library/tkinter.html#the-window-manager)3608        - [Типы данных опций Tk](https://python-all.ru/3.7/library/tkinter.html#tk-option-data-types)3609        - [Привязки и события](https://python-all.ru/3.7/library/tkinter.html#bindings-and-events)3610        - [Параметр index](https://python-all.ru/3.7/library/tkinter.html#the-index-parameter)3611        - [Изображения](https://python-all.ru/3.7/library/tkinter.html#images)3612      - [Обработчики файлов](https://python-all.ru/3.7/library/tkinter.html#file-handlers)3613    - [`tkinter.ttk` – Тематические виджеты Tk](https://python-all.ru/3.7/library/tkinter.ttk.html)36143615      - [Использование Ttk](https://python-all.ru/3.7/library/tkinter.ttk.html#using-ttk)3616      - [Виджеты Ttk](https://python-all.ru/3.7/library/tkinter.ttk.html#ttk-widgets)3617      - [Виджет](https://python-all.ru/3.7/library/tkinter.ttk.html#widget)36183619        - [Стандартные параметры](https://python-all.ru/3.7/library/tkinter.ttk.html#standard-options)3620        - [Параметры прокручиваемых виджетов](https://python-all.ru/3.7/library/tkinter.ttk.html#scrollable-widget-options)3621        - [Параметры метки](https://python-all.ru/3.7/library/tkinter.ttk.html#label-options)3622        - [Параметры совместимости](https://python-all.ru/3.7/library/tkinter.ttk.html#compatibility-options)3623        - [Состояния виджетов](https://python-all.ru/3.7/library/tkinter.ttk.html#widget-states)3624        - [ttk.Widget](https://python-all.ru/3.7/library/tkinter.ttk.html#ttk-widget)3625      - [Combobox](https://python-all.ru/3.7/library/tkinter.ttk.html#combobox)36263627        - [Параметры](https://python-all.ru/3.7/library/tkinter.ttk.html#options)3628        - [Виртуальные события](https://python-all.ru/3.7/library/tkinter.ttk.html#virtual-events)3629        - [ttk.Combobox](https://python-all.ru/3.7/library/tkinter.ttk.html#ttk-combobox)3630      - [Spinbox](https://python-all.ru/3.7/library/tkinter.ttk.html#spinbox)36313632        - [Параметры](https://python-all.ru/3.7/library/tkinter.ttk.html#id1)3633        - [Виртуальные события](https://python-all.ru/3.7/library/tkinter.ttk.html#id2)3634        - [ttk.Spinbox](https://python-all.ru/3.7/library/tkinter.ttk.html#ttk-spinbox)3635      - [Блокнот](https://python-all.ru/3.7/library/tkinter.ttk.html#notebook)36363637        - [Параметры](https://python-all.ru/3.7/library/tkinter.ttk.html#id3)3638        - [Опции вкладок](https://python-all.ru/3.7/library/tkinter.ttk.html#tab-options)3639        - [Идентификаторы вкладок](https://python-all.ru/3.7/library/tkinter.ttk.html#tab-identifiers)3640        - [Виртуальные события](https://python-all.ru/3.7/library/tkinter.ttk.html#id4)3641        - [ttk.Notebook](https://python-all.ru/3.7/library/tkinter.ttk.html#ttk-notebook)3642      - [Индикатор прогресса](https://python-all.ru/3.7/library/tkinter.ttk.html#progressbar)36433644        - [Параметры](https://python-all.ru/3.7/library/tkinter.ttk.html#id5)3645        - [ttk.Progressbar](https://python-all.ru/3.7/library/tkinter.ttk.html#ttk-progressbar)3646      - [Разделитель](https://python-all.ru/3.7/library/tkinter.ttk.html#separator)36473648        - [Параметры](https://python-all.ru/3.7/library/tkinter.ttk.html#id6)3649      - [Маркер изменения размера](https://python-all.ru/3.7/library/tkinter.ttk.html#sizegrip)36503651        - [Примечания для платформ](https://python-all.ru/3.7/library/tkinter.ttk.html#platform-specific-notes)3652        - [Ошибки](https://python-all.ru/3.7/library/tkinter.ttk.html#bugs)3653      - [Древовидный список](https://python-all.ru/3.7/library/tkinter.ttk.html#treeview)36543655        - [Параметры](https://python-all.ru/3.7/library/tkinter.ttk.html#id7)3656        - [Опции элементов](https://python-all.ru/3.7/library/tkinter.ttk.html#item-options)3657        - [Опции тегов](https://python-all.ru/3.7/library/tkinter.ttk.html#tag-options)3658        - [Идентификаторы столбцов](https://python-all.ru/3.7/library/tkinter.ttk.html#column-identifiers)3659        - [Виртуальные события](https://python-all.ru/3.7/library/tkinter.ttk.html#id8)3660        - [ttk.Treeview](https://python-all.ru/3.7/library/tkinter.ttk.html#ttk-treeview)3661      - [Стилизация Ttk](https://python-all.ru/3.7/library/tkinter.ttk.html#ttk-styling)36623663        - [Макеты](https://python-all.ru/3.7/library/tkinter.ttk.html#layouts)3664    - [`tkinter.tix` – Расширяющие виджеты для Tk](https://python-all.ru/3.7/library/tkinter.tix.html)36653666      - [Использование Tix](https://python-all.ru/3.7/library/tkinter.tix.html#using-tix)3667      - [Виджеты Tix](https://python-all.ru/3.7/library/tkinter.tix.html#tix-widgets)36683669        - [Базовые виджеты](https://python-all.ru/3.7/library/tkinter.tix.html#basic-widgets)3670        - [Выбор файлов](https://python-all.ru/3.7/library/tkinter.tix.html#file-selectors)3671        - [Иерархический ListBox](https://python-all.ru/3.7/library/tkinter.tix.html#hierarchical-listbox)3672        - [Табличный ListBox](https://python-all.ru/3.7/library/tkinter.tix.html#tabular-listbox)3673        - [Менеджеры виджетов](https://python-all.ru/3.7/library/tkinter.tix.html#manager-widgets)3674        - [Типы изображений](https://python-all.ru/3.7/library/tkinter.tix.html#image-types)3675        - [Прочие виджеты](https://python-all.ru/3.7/library/tkinter.tix.html#miscellaneous-widgets)3676        - [Менеджер геометрии Form](https://python-all.ru/3.7/library/tkinter.tix.html#form-geometry-manager)3677      - [Команды Tix](https://python-all.ru/3.7/library/tkinter.tix.html#tix-commands)3678    - [`tkinter.scrolledtext` – Виджет текстовой области с прокруткой](https://python-all.ru/3.7/library/tkinter.scrolledtext.html)3679    - [IDLE](https://python-all.ru/3.7/library/idle.html)36803681      - [Меню](https://python-all.ru/3.7/library/idle.html#menus)36823683        - [Меню «Файл» (оболочка и редактор)](https://python-all.ru/3.7/library/idle.html#file-menu-shell-and-editor)3684        - [Меню «Правка» (оболочка и редактор)](https://python-all.ru/3.7/library/idle.html#edit-menu-shell-and-editor)3685        - [Меню «Формат» (только окно редактора)](https://python-all.ru/3.7/library/idle.html#format-menu-editor-window-only)3686        - [Меню «Запуск» (только окно редактора)](https://python-all.ru/3.7/library/idle.html#run-menu-editor-window-only)3687        - [Меню «Оболочка» (только окно оболочки)](https://python-all.ru/3.7/library/idle.html#shell-menu-shell-window-only)3688        - [Меню «Отладка» (только окно оболочки)](https://python-all.ru/3.7/library/idle.html#debug-menu-shell-window-only)3689        - [Меню Options (оболочка и редактор)](https://python-all.ru/3.7/library/idle.html#options-menu-shell-and-editor)3690        - [Меню Window (оболочка и редактор)](https://python-all.ru/3.7/library/idle.html#window-menu-shell-and-editor)3691        - [Меню Help (оболочка и редактор)](https://python-all.ru/3.7/library/idle.html#help-menu-shell-and-editor)3692        - [Контекстные меню](https://python-all.ru/3.7/library/idle.html#context-menus)3693      - [Редактирование и навигация](https://python-all.ru/3.7/library/idle.html#editing-and-navigation)36943695        - [Окна редактора](https://python-all.ru/3.7/library/idle.html#editor-windows)3696        - [Привязки клавиш](https://python-all.ru/3.7/library/idle.html#key-bindings)3697        - [Автоматические отступы](https://python-all.ru/3.7/library/idle.html#automatic-indentation)3698        - [Автодополнение](https://python-all.ru/3.7/library/idle.html#completions)3699        - [Подсказки вызова](https://python-all.ru/3.7/library/idle.html#calltips)3700        - [Контекст кода](https://python-all.ru/3.7/library/idle.html#code-context)3701        - [Окно оболочки Python](https://python-all.ru/3.7/library/idle.html#python-shell-window)3702        - [Цвета текста](https://python-all.ru/3.7/library/idle.html#text-colors)3703      - [Запуск и выполнение кода](https://python-all.ru/3.7/library/idle.html#startup-and-code-execution)37043705        - [Использование командной строки](https://python-all.ru/3.7/library/idle.html#command-line-usage)3706        - [Ошибка запуска](https://python-all.ru/3.7/library/idle.html#startup-failure)3707        - [Выполнение пользовательского кода](https://python-all.ru/3.7/library/idle.html#running-user-code)3708        - [Вывод пользователя в оболочке](https://python-all.ru/3.7/library/idle.html#user-output-in-shell)3709        - [Разработка приложений tkinter](https://python-all.ru/3.7/library/idle.html#developing-tkinter-applications)3710        - [Запуск без подпроцесса](https://python-all.ru/3.7/library/idle.html#running-without-a-subprocess)3711      - [Справка и настройки](https://python-all.ru/3.7/library/idle.html#help-and-preferences)37123713        - [Источники справки](https://python-all.ru/3.7/library/idle.html#help-sources)3714        - [Настройка параметров](https://python-all.ru/3.7/library/idle.html#setting-preferences)3715        - [IDLE в macOS](https://python-all.ru/3.7/library/idle.html#idle-on-macos)3716        - [Расширения](https://python-all.ru/3.7/library/idle.html#extensions)3717    - [Другие пакеты графического интерфейса пользователя](https://python-all.ru/3.7/library/othergui.html)3718  - [Инструменты разработки](https://python-all.ru/3.7/library/development.html)37193720    - [`typing` – Поддержка аннотаций типов](https://python-all.ru/3.7/library/typing.html)37213722      - [Псевдонимы типов](https://python-all.ru/3.7/library/typing.html#type-aliases)3723      - [NewType](https://python-all.ru/3.7/library/typing.html#newtype)3724      - [Callable](https://python-all.ru/3.7/library/typing.html#callable)3725      - [Обобщённые типы](https://python-all.ru/3.7/library/typing.html#generics)3726      - [Пользовательские обобщённые типы](https://python-all.ru/3.7/library/typing.html#user-defined-generic-types)3727      - [Тип `Any`](https://python-all.ru/3.7/library/typing.html#the-any-type)3728      - [Классы, функции и декораторы](https://python-all.ru/3.7/library/typing.html#classes-functions-and-decorators)3729    - [`pydoc` – генератор документации и система интерактивной справки](https://python-all.ru/3.7/library/pydoc.html)3730    - [`doctest` – тестирование интерактивных примеров Python](https://python-all.ru/3.7/library/doctest.html)37313732      - [Простое использование: проверка примеров в строках документации](https://python-all.ru/3.7/library/doctest.html#simple-usage-checking-examples-in-docstrings)3733      - [Простое использование: проверка примеров в текстовом файле](https://python-all.ru/3.7/library/doctest.html#simple-usage-checking-examples-in-a-text-file)3734      - [Как это работает](https://python-all.ru/3.7/library/doctest.html#how-it-works)37353736        - [Какие строки документации проверяются?](https://python-all.ru/3.7/library/doctest.html#which-docstrings-are-examined)3737        - [Как распознаются примеры в строках документации?](https://python-all.ru/3.7/library/doctest.html#how-are-docstring-examples-recognized)3738        - [Каков контекст выполнения?](https://python-all.ru/3.7/library/doctest.html#what-s-the-execution-context)3739        - [А как насчёт исключений?](https://python-all.ru/3.7/library/doctest.html#what-about-exceptions)3740        - [Флаги опций](https://python-all.ru/3.7/library/doctest.html#option-flags)3741        - [Директивы](https://python-all.ru/3.7/library/doctest.html#directives)3742        - [Предупреждения](https://python-all.ru/3.7/library/doctest.html#warnings)3743      - [Базовый API](https://python-all.ru/3.7/library/doctest.html#basic-api)3744      - [API unittest](https://python-all.ru/3.7/library/doctest.html#unittest-api)3745      - [Расширенный API](https://python-all.ru/3.7/library/doctest.html#advanced-api)37463747        - [Объекты DocTest](https://python-all.ru/3.7/library/doctest.html#doctest-objects)3748        - [Объекты Example](https://python-all.ru/3.7/library/doctest.html#example-objects)3749        - [Объекты DocTestFinder](https://python-all.ru/3.7/library/doctest.html#doctestfinder-objects)3750        - [Объекты DocTestParser](https://python-all.ru/3.7/library/doctest.html#doctestparser-objects)3751        - [Объекты DocTestRunner](https://python-all.ru/3.7/library/doctest.html#doctestrunner-objects)3752        - [Объекты OutputChecker](https://python-all.ru/3.7/library/doctest.html#outputchecker-objects)3753      - [Отладка](https://python-all.ru/3.7/library/doctest.html#debugging)3754      - [Трибуна](https://python-all.ru/3.7/library/doctest.html#soapbox)3755    - [`unittest` – фреймворк для модульного тестирования](https://python-all.ru/3.7/library/unittest.html)37563757      - [Простой пример](https://python-all.ru/3.7/library/unittest.html#basic-example)3758      - [Интерфейс командной строки](https://python-all.ru/3.7/library/unittest.html#command-line-interface)37593760        - [Параметры командной строки](https://python-all.ru/3.7/library/unittest.html#command-line-options)3761      - [Обнаружение тестов](https://python-all.ru/3.7/library/unittest.html#test-discovery)3762      - [Организация тестового кода](https://python-all.ru/3.7/library/unittest.html#organizing-test-code)3763      - [Повторное использование старого тестового кода](https://python-all.ru/3.7/library/unittest.html#re-using-old-test-code)3764      - [Пропуск тестов и ожидаемые сбои](https://python-all.ru/3.7/library/unittest.html#skipping-tests-and-expected-failures)3765      - [Различение итераций теста с помощью подтестов](https://python-all.ru/3.7/library/unittest.html#distinguishing-test-iterations-using-subtests)3766      - [Классы и функции](https://python-all.ru/3.7/library/unittest.html#classes-and-functions)37673768        - [Тестовые случаи](https://python-all.ru/3.7/library/unittest.html#test-cases)37693770          - [Устаревшие псевдонимы](https://python-all.ru/3.7/library/unittest.html#deprecated-aliases)3771        - [Группировка тестов](https://python-all.ru/3.7/library/unittest.html#grouping-tests)3772        - [Загрузка и запуск тестов](https://python-all.ru/3.7/library/unittest.html#loading-and-running-tests)37733774          - [Протокол load\_tests](https://python-all.ru/3.7/library/unittest.html#load-tests-protocol)3775      - [Фикстуры классов и модулей](https://python-all.ru/3.7/library/unittest.html#class-and-module-fixtures)37763777        - [setUpClass и tearDownClass](https://python-all.ru/3.7/library/unittest.html#setupclass-and-teardownclass)3778        - [setUpModule и tearDownModule](https://python-all.ru/3.7/library/unittest.html#setupmodule-and-teardownmodule)3779      - [Обработка сигналов](https://python-all.ru/3.7/library/unittest.html#signal-handling)3780    - [`unittest.mock` – библиотека mock-объектов](https://python-all.ru/3.7/library/unittest.mock.html)37813782      - [Краткое руководство](https://python-all.ru/3.7/library/unittest.mock.html#quick-guide)3783      - [Класс Mock](https://python-all.ru/3.7/library/unittest.mock.html#the-mock-class)37843785        - [Вызов](https://python-all.ru/3.7/library/unittest.mock.html#calling)3786        - [Удаление атрибутов](https://python-all.ru/3.7/library/unittest.mock.html#deleting-attributes)3787        - [Имена Mock и атрибут name](https://python-all.ru/3.7/library/unittest.mock.html#mock-names-and-the-name-attribute)3788        - [Прикрепление моков в качестве атрибутов](https://python-all.ru/3.7/library/unittest.mock.html#attaching-mocks-as-attributes)3789      - [Патчеры](https://python-all.ru/3.7/library/unittest.mock.html#the-patchers)37903791        - [patch](https://python-all.ru/3.7/library/unittest.mock.html#patch)3792        - [patch.object](https://python-all.ru/3.7/library/unittest.mock.html#patch-object)3793        - [patch.dict](https://python-all.ru/3.7/library/unittest.mock.html#patch-dict)3794        - [patch.multiple](https://python-all.ru/3.7/library/unittest.mock.html#patch-multiple)3795        - [Методы patch: start и stop](https://python-all.ru/3.7/library/unittest.mock.html#patch-methods-start-and-stop)3796        - [patch встроенных объектов](https://python-all.ru/3.7/library/unittest.mock.html#patch-builtins)3797        - [TEST\_PREFIX](https://python-all.ru/3.7/library/unittest.mock.html#test-prefix)3798        - [Вложение декораторов patch](https://python-all.ru/3.7/library/unittest.mock.html#nesting-patch-decorators)3799        - [Где применять patch](https://python-all.ru/3.7/library/unittest.mock.html#where-to-patch)3800        - [Подмена дескрипторов и прокси-объектов](https://python-all.ru/3.7/library/unittest.mock.html#patching-descriptors-and-proxy-objects)3801      - [MagicMock и поддержка магических методов](https://python-all.ru/3.7/library/unittest.mock.html#magicmock-and-magic-method-support)38023803        - [Мокирование магических методов](https://python-all.ru/3.7/library/unittest.mock.html#mocking-magic-methods)3804        - [Магический макет](https://python-all.ru/3.7/library/unittest.mock.html#magic-mock)3805      - [Вспомогательные средства](https://python-all.ru/3.7/library/unittest.mock.html#helpers)38063807        - [sentinel](https://python-all.ru/3.7/library/unittest.mock.html#sentinel)3808        - [DEFAULT](https://python-all.ru/3.7/library/unittest.mock.html#default)3809        - [вызов](https://python-all.ru/3.7/library/unittest.mock.html#call)3810        - [create\_autospec](https://python-all.ru/3.7/library/unittest.mock.html#create-autospec)3811        - [ANY](https://python-all.ru/3.7/library/unittest.mock.html#any)3812        - [FILTER\_DIR](https://python-all.ru/3.7/library/unittest.mock.html#filter-dir)3813        - [mock\_open](https://python-all.ru/3.7/library/unittest.mock.html#mock-open)3814        - [Автоспецификация](https://python-all.ru/3.7/library/unittest.mock.html#autospeccing)3815        - [Запечатывание моков](https://python-all.ru/3.7/library/unittest.mock.html#sealing-mocks)3816    - [`unittest.mock` – начало работы](https://python-all.ru/3.7/library/unittest.mock-examples.html)38173818      - [Использование Mock](https://python-all.ru/3.7/library/unittest.mock-examples.html#using-mock)38193820        - [Методы подмены моков](https://python-all.ru/3.7/library/unittest.mock-examples.html#mock-patching-methods)3821        - [Mock для вызовов методов объекта](https://python-all.ru/3.7/library/unittest.mock-examples.html#mock-for-method-calls-on-an-object)3822        - [Создание моков для классов](https://python-all.ru/3.7/library/unittest.mock-examples.html#mocking-classes)3823        - [Именование моков](https://python-all.ru/3.7/library/unittest.mock-examples.html#naming-your-mocks)3824        - [Отслеживание всех вызовов](https://python-all.ru/3.7/library/unittest.mock-examples.html#tracking-all-calls)3825        - [Установка возвращаемых значений и атрибутов](https://python-all.ru/3.7/library/unittest.mock-examples.html#setting-return-values-and-attributes)3826        - [Возбуждение исключений с помощью моков](https://python-all.ru/3.7/library/unittest.mock-examples.html#raising-exceptions-with-mocks)3827        - [Функции побочного эффекта и итерируемые объекты](https://python-all.ru/3.7/library/unittest.mock-examples.html#side-effect-functions-and-iterables)3828        - [Создание мока на основе существующего объекта](https://python-all.ru/3.7/library/unittest.mock-examples.html#creating-a-mock-from-an-existing-object)3829      - [Декораторы patch](https://python-all.ru/3.7/library/unittest.mock-examples.html#patch-decorators)3830      - [Дополнительные примеры](https://python-all.ru/3.7/library/unittest.mock-examples.html#further-examples)38313832        - [Мокирование цепочек вызовов](https://python-all.ru/3.7/library/unittest.mock-examples.html#mocking-chained-calls)3833        - [Частичное мокирование](https://python-all.ru/3.7/library/unittest.mock-examples.html#partial-mocking)3834        - [Создание мока для метода-генератора](https://python-all.ru/3.7/library/unittest.mock-examples.html#mocking-a-generator-method)3835        - [Применение одного и того же patch к каждому тестовому методу](https://python-all.ru/3.7/library/unittest.mock-examples.html#applying-the-same-patch-to-every-test-method)3836        - [Создание моков для несвязанных методов](https://python-all.ru/3.7/library/unittest.mock-examples.html#mocking-unbound-methods)3837        - [Проверка множественных вызовов с помощью mock](https://python-all.ru/3.7/library/unittest.mock-examples.html#checking-multiple-calls-with-mock)3838        - [Работа с изменяемыми аргументами](https://python-all.ru/3.7/library/unittest.mock-examples.html#coping-with-mutable-arguments)3839        - [Вложенные подмены](https://python-all.ru/3.7/library/unittest.mock-examples.html#nesting-patches)3840        - [Мокирование словаря с помощью MagicMock](https://python-all.ru/3.7/library/unittest.mock-examples.html#mocking-a-dictionary-with-magicmock)3841        - [Подклассы Mock и их атрибуты](https://python-all.ru/3.7/library/unittest.mock-examples.html#mock-subclasses-and-their-attributes)3842        - [Мокирование импортов с помощью patch.dict](https://python-all.ru/3.7/library/unittest.mock-examples.html#mocking-imports-with-patch-dict)3843        - [Отслеживание порядка вызовов и менее многословные утверждения о вызовах](https://python-all.ru/3.7/library/unittest.mock-examples.html#tracking-order-of-calls-and-less-verbose-call-assertions)3844        - [Более сложное сопоставление аргументов](https://python-all.ru/3.7/library/unittest.mock-examples.html#more-complex-argument-matching)3845    - [2to3 – автоматический перенос кода с Python 2 на Python 3](https://python-all.ru/3.7/library/2to3.html)38463847      - [Использование 2to3](https://python-all.ru/3.7/library/2to3.html#using-2to3)3848      - [Фиксы](https://python-all.ru/3.7/library/2to3.html#fixers)3849      - [`lib2to3` – библиотека 2to3](https://python-all.ru/3.7/library/2to3.html#module-lib2to3)3850    - [`test` – Пакет регрессионных тестов для Python](https://python-all.ru/3.7/library/test.html)38513852      - [Написание модульных тестов для пакета `test`](https://python-all.ru/3.7/library/test.html#writing-unit-tests-for-the-test-package)3853      - [Запуск тестов с помощью интерфейса командной строки](https://python-all.ru/3.7/library/test.html#running-tests-using-the-command-line-interface)3854    - [`test.support` – Утилиты для набора тестов Python](https://python-all.ru/3.7/library/test.html#module-test.support)3855    - [`test.support.script_helper` – Утилиты для тестов выполнения Python](https://python-all.ru/3.7/library/test.html#module-test.support.script_helper)3856  - [Отладка и профилирование](https://python-all.ru/3.7/library/debug.html)38573858    - [`bdb` – фреймворк отладчика](https://python-all.ru/3.7/library/bdb.html)3859    - [`faulthandler` – дамп трассировки Python](https://python-all.ru/3.7/library/faulthandler.html)38603861      - [Дамп трассировки](https://python-all.ru/3.7/library/faulthandler.html#dumping-the-traceback)3862      - [Состояние обработчика сбоев](https://python-all.ru/3.7/library/faulthandler.html#fault-handler-state)3863      - [Дамп трассировок по тайм-ауту](https://python-all.ru/3.7/library/faulthandler.html#dumping-the-tracebacks-after-a-timeout)3864      - [Дамп трассировки по сигналу пользователя](https://python-all.ru/3.7/library/faulthandler.html#dumping-the-traceback-on-a-user-signal)3865      - [Проблема с файловыми дескрипторами](https://python-all.ru/3.7/library/faulthandler.html#issue-with-file-descriptors)3866      - [Пример](https://python-all.ru/3.7/library/faulthandler.html#example)3867    - [`pdb` – отладчик Python](https://python-all.ru/3.7/library/pdb.html)38683869      - [Команды отладчика](https://python-all.ru/3.7/library/pdb.html#debugger-commands)3870    - [Профилировщики Python](https://python-all.ru/3.7/library/profile.html)38713872      - [Введение в профилировщики](https://python-all.ru/3.7/library/profile.html#introduction-to-the-profilers)3873      - [Краткое руководство пользователя](https://python-all.ru/3.7/library/profile.html#instant-user-s-manual)3874      - [Справочник модулей `profile` и `cProfile`](https://python-all.ru/3.7/library/profile.html#module-cProfile)3875      - [Класс `Stats`](https://python-all.ru/3.7/library/profile.html#the-stats-class)3876      - [Что такое детерминированное профилирование?](https://python-all.ru/3.7/library/profile.html#what-is-deterministic-profiling)3877      - [Ограничения](https://python-all.ru/3.7/library/profile.html#limitations)3878      - [Калибровка](https://python-all.ru/3.7/library/profile.html#calibration)3879      - [Использование пользовательского таймера](https://python-all.ru/3.7/library/profile.html#using-a-custom-timer)3880    - [`timeit` – Измерение времени выполнения небольших фрагментов кода](https://python-all.ru/3.7/library/timeit.html)38813882      - [Основные примеры](https://python-all.ru/3.7/library/timeit.html#basic-examples)3883      - [Интерфейс Python](https://python-all.ru/3.7/library/timeit.html#python-interface)3884      - [Интерфейс командной строки](https://python-all.ru/3.7/library/timeit.html#command-line-interface)3885      - [Примеры](https://python-all.ru/3.7/library/timeit.html#examples)3886    - [`trace` – Трассировка или отслеживание выполнения операторов Python](https://python-all.ru/3.7/library/trace.html)38873888      - [Использование командной строки](https://python-all.ru/3.7/library/trace.html#command-line-usage)38893890        - [Основные параметры](https://python-all.ru/3.7/library/trace.html#main-options)3891        - [Модификаторы](https://python-all.ru/3.7/library/trace.html#modifiers)3892        - [Фильтры](https://python-all.ru/3.7/library/trace.html#filters)3893      - [Программный интерфейс](https://python-all.ru/3.7/library/trace.html#programmatic-interface)3894    - [`tracemalloc` – Трассировка выделений памяти](https://python-all.ru/3.7/library/tracemalloc.html)38953896      - [Примеры](https://python-all.ru/3.7/library/tracemalloc.html#examples)38973898        - [Отображение первых 10](https://python-all.ru/3.7/library/tracemalloc.html#display-the-top-10)3899        - [Вычисление различий](https://python-all.ru/3.7/library/tracemalloc.html#compute-differences)3900        - [Получение трассировки для блока памяти](https://python-all.ru/3.7/library/tracemalloc.html#get-the-traceback-of-a-memory-block)3901        - [Удобный вывод топа](https://python-all.ru/3.7/library/tracemalloc.html#pretty-top)3902      - [API](https://python-all.ru/3.7/library/tracemalloc.html#api)39033904        - [Функции](https://python-all.ru/3.7/library/tracemalloc.html#functions)3905        - [DomainFilter](https://python-all.ru/3.7/library/tracemalloc.html#domainfilter)3906        - [Filter](https://python-all.ru/3.7/library/tracemalloc.html#filter)3907        - [Фрейм](https://python-all.ru/3.7/library/tracemalloc.html#frame)3908        - [Снимок](https://python-all.ru/3.7/library/tracemalloc.html#snapshot)3909        - [Статистика](https://python-all.ru/3.7/library/tracemalloc.html#statistic)3910        - [StatisticDiff](https://python-all.ru/3.7/library/tracemalloc.html#statisticdiff)3911        - [Трассировка](https://python-all.ru/3.7/library/tracemalloc.html#trace)3912        - [Traceback](https://python-all.ru/3.7/library/tracemalloc.html#traceback)3913  - [Упаковка и распространение ПО](https://python-all.ru/3.7/library/distribution.html)39143915    - [`distutils` – Сборка и установка модулей Python](https://python-all.ru/3.7/library/distutils.html)3916    - [`ensurepip` – Начальная загрузка установщика `pip`](https://python-all.ru/3.7/library/ensurepip.html)39173918      - [Интерфейс командной строки](https://python-all.ru/3.7/library/ensurepip.html#command-line-interface)3919      - [API модуля](https://python-all.ru/3.7/library/ensurepip.html#module-api)3920    - [`venv` – Создание виртуальных окружений](https://python-all.ru/3.7/library/venv.html)39213922      - [Создание виртуальных окружений](https://python-all.ru/3.7/library/venv.html#creating-virtual-environments)3923      - [API](https://python-all.ru/3.7/library/venv.html#api)3924      - [Пример расширения `EnvBuilder`](https://python-all.ru/3.7/library/venv.html#an-example-of-extending-envbuilder)3925    - [`zipapp` – Управление исполняемыми Python zip-архивами](https://python-all.ru/3.7/library/zipapp.html)39263927      - [Простой пример](https://python-all.ru/3.7/library/zipapp.html#basic-example)3928      - [Интерфейс командной строки](https://python-all.ru/3.7/library/zipapp.html#command-line-interface)3929      - [API Python](https://python-all.ru/3.7/library/zipapp.html#python-api)3930      - [Примеры](https://python-all.ru/3.7/library/zipapp.html#examples)3931      - [Указание интерпретатора](https://python-all.ru/3.7/library/zipapp.html#specifying-the-interpreter)3932      - [Создание автономных приложений с помощью zipapp](https://python-all.ru/3.7/library/zipapp.html#creating-standalone-applications-with-zipapp)39333934        - [Создание исполняемого файла для Windows](https://python-all.ru/3.7/library/zipapp.html#making-a-windows-executable)3935        - [Предостережения](https://python-all.ru/3.7/library/zipapp.html#caveats)3936      - [Формат архива Python-приложения Zip](https://python-all.ru/3.7/library/zipapp.html#the-python-zip-application-archive-format)3937  - [Службы выполнения Python](https://python-all.ru/3.7/library/python.html)39383939    - [`sys` – Системно-зависимые параметры и функции](https://python-all.ru/3.7/library/sys.html)3940    - [`sysconfig` – Предоставление доступа к конфигурационной информации Python](https://python-all.ru/3.7/library/sysconfig.html)39413942      - [Переменные конфигурации](https://python-all.ru/3.7/library/sysconfig.html#configuration-variables)3943      - [Пути установки](https://python-all.ru/3.7/library/sysconfig.html#installation-paths)3944      - [Другие функции](https://python-all.ru/3.7/library/sysconfig.html#other-functions)3945      - [Использование `sysconfig` в качестве скрипта](https://python-all.ru/3.7/library/sysconfig.html#using-sysconfig-as-a-script)3946    - [`builtins` – Встроенные объекты](https://python-all.ru/3.7/library/builtins.html)3947    - [`__main__` – среда сценария верхнего уровня](https://python-all.ru/3.7/library/__main__.html)3948    - [`warnings` – Управление предупреждениями](https://python-all.ru/3.7/library/warnings.html)39493950      - [Категории предупреждений](https://python-all.ru/3.7/library/warnings.html#warning-categories)3951      - [Фильтр предупреждений](https://python-all.ru/3.7/library/warnings.html#the-warnings-filter)39523953        - [Описание фильтров предупреждений](https://python-all.ru/3.7/library/warnings.html#describing-warning-filters)3954        - [Фильтр предупреждений по умолчанию](https://python-all.ru/3.7/library/warnings.html#default-warning-filter)3955        - [Переопределение фильтра по умолчанию](https://python-all.ru/3.7/library/warnings.html#overriding-the-default-filter)3956      - [Временное подавление предупреждений](https://python-all.ru/3.7/library/warnings.html#temporarily-suppressing-warnings)3957      - [Тестирование предупреждений](https://python-all.ru/3.7/library/warnings.html#testing-warnings)3958      - [Обновление кода для новых версий зависимостей](https://python-all.ru/3.7/library/warnings.html#updating-code-for-new-versions-of-dependencies)3959      - [Доступные функции](https://python-all.ru/3.7/library/warnings.html#available-functions)3960      - [Доступные контекстные менеджеры](https://python-all.ru/3.7/library/warnings.html#available-context-managers)3961    - [`dataclasses` – Классы данных](https://python-all.ru/3.7/library/dataclasses.html)39623963      - [Декораторы, классы и функции уровня модуля](https://python-all.ru/3.7/library/dataclasses.html#module-level-decorators-classes-and-functions)3964      - [Обработка после инициализации](https://python-all.ru/3.7/library/dataclasses.html#post-init-processing)3965      - [Переменные класса](https://python-all.ru/3.7/library/dataclasses.html#class-variables)3966      - [Переменные только для инициализации](https://python-all.ru/3.7/library/dataclasses.html#init-only-variables)3967      - [Неизменяемые экземпляры](https://python-all.ru/3.7/library/dataclasses.html#frozen-instances)3968      - [Наследование](https://python-all.ru/3.7/library/dataclasses.html#inheritance)3969      - [Функции-фабрики по умолчанию](https://python-all.ru/3.7/library/dataclasses.html#default-factory-functions)3970      - [Изменяемые значения по умолчанию](https://python-all.ru/3.7/library/dataclasses.html#mutable-default-values)3971      - [Исключения](https://python-all.ru/3.7/library/dataclasses.html#exceptions)3972    - [`contextlib` – Утилиты для контекстов оператора `with`](https://python-all.ru/3.7/library/contextlib.html)39733974      - [Утилиты](https://python-all.ru/3.7/library/contextlib.html#utilities)3975      - [Примеры и рецепты](https://python-all.ru/3.7/library/contextlib.html#examples-and-recipes)39763977        - [Поддержка переменного числа менеджеров контекста](https://python-all.ru/3.7/library/contextlib.html#supporting-a-variable-number-of-context-managers)3978        - [Перехват исключений из методов `__enter__`](https://python-all.ru/3.7/library/contextlib.html#catching-exceptions-from-enter-methods)3979        - [Очистка в реализации `__enter__`](https://python-all.ru/3.7/library/contextlib.html#cleaning-up-in-an-enter-implementation)3980        - [Замена использования `try-finally` и флаговых переменных](https://python-all.ru/3.7/library/contextlib.html#replacing-any-use-of-try-finally-and-flag-variables)3981        - [Использование менеджера контекста в качестве декоратора функции](https://python-all.ru/3.7/library/contextlib.html#using-a-context-manager-as-a-function-decorator)3982      - [Одноразовые, многократно используемые и реентерабельные менеджеры контекста](https://python-all.ru/3.7/library/contextlib.html#single-use-reusable-and-reentrant-context-managers)39833984        - [Реентерабельные менеджеры контекста](https://python-all.ru/3.7/library/contextlib.html#reentrant-context-managers)3985        - [Повторно используемые менеджеры контекста](https://python-all.ru/3.7/library/contextlib.html#reusable-context-managers)3986    - [`abc` – Абстрактные базовые классы](https://python-all.ru/3.7/library/abc.html)3987    - [`atexit` – Обработчики выхода](https://python-all.ru/3.7/library/atexit.html)39883989      - [`atexit` Пример](https://python-all.ru/3.7/library/atexit.html#atexit-example)3990    - [`traceback` – Печать или получение трассировки стека](https://python-all.ru/3.7/library/traceback.html)39913992      - [Объекты `TracebackException`](https://python-all.ru/3.7/library/traceback.html#tracebackexception-objects)3993      - [Объекты `StackSummary`](https://python-all.ru/3.7/library/traceback.html#stacksummary-objects)3994      - [Объекты `FrameSummary`](https://python-all.ru/3.7/library/traceback.html#framesummary-objects)3995      - [Примеры Traceback](https://python-all.ru/3.7/library/traceback.html#traceback-examples)3996    - [`__future__` – Определения операторов future](https://python-all.ru/3.7/library/__future__.html)3997    - [`gc` – Интерфейс сборщика мусора](https://python-all.ru/3.7/library/gc.html)3998    - [`inspect` – Инспекция живых объектов](https://python-all.ru/3.7/library/inspect.html)39994000      - [Типы и члены](https://python-all.ru/3.7/library/inspect.html#types-and-members)4001      - [Получение исходного кода](https://python-all.ru/3.7/library/inspect.html#retrieving-source-code)4002      - [Интроспекция вызываемых объектов с помощью объекта Signature](https://python-all.ru/3.7/library/inspect.html#introspecting-callables-with-the-signature-object)4003      - [Классы и функции](https://python-all.ru/3.7/library/inspect.html#classes-and-functions)4004      - [Стек интерпретатора](https://python-all.ru/3.7/library/inspect.html#the-interpreter-stack)4005      - [Получение атрибутов статически](https://python-all.ru/3.7/library/inspect.html#fetching-attributes-statically)4006      - [Текущее состояние генераторов и корутин](https://python-all.ru/3.7/library/inspect.html#current-state-of-generators-and-coroutines)4007      - [Битовые флаги объектов кода](https://python-all.ru/3.7/library/inspect.html#code-objects-bit-flags)4008      - [Интерфейс командной строки](https://python-all.ru/3.7/library/inspect.html#command-line-interface)4009    - [`site` – Перехватчик конфигурации для конкретного сайта](https://python-all.ru/3.7/library/site.html)40104011      - [Конфигурация readline](https://python-all.ru/3.7/library/site.html#readline-configuration)4012      - [Содержание модуля](https://python-all.ru/3.7/library/site.html#module-contents)4013      - [Интерфейс командной строки](https://python-all.ru/3.7/library/site.html#command-line-interface)4014  - [Пользовательские интерпретаторы Python](https://python-all.ru/3.7/library/custominterp.html)40154016    - [`code` – Базовые классы интерпретатора](https://python-all.ru/3.7/library/code.html)40174018      - [Объекты интерактивного интерпретатора](https://python-all.ru/3.7/library/code.html#interactive-interpreter-objects)4019      - [Объекты интерактивной консоли](https://python-all.ru/3.7/library/code.html#interactive-console-objects)4020    - [`codeop` – Компиляция кода Python](https://python-all.ru/3.7/library/codeop.html)4021  - [Импорт модулей](https://python-all.ru/3.7/library/modules.html)40224023    - [`zipimport` – Импорт модулей из Zip-архивов](https://python-all.ru/3.7/library/zipimport.html)40244025      - [Объекты zipimporter](https://python-all.ru/3.7/library/zipimport.html#zipimporter-objects)4026      - [Примеры](https://python-all.ru/3.7/library/zipimport.html#examples)4027    - [`pkgutil` – Утилита расширения пакетов](https://python-all.ru/3.7/library/pkgutil.html)4028    - [`modulefinder` – Поиск модулей, используемых скриптом](https://python-all.ru/3.7/library/modulefinder.html)40294030      - [Пример использования `ModuleFinder`](https://python-all.ru/3.7/library/modulefinder.html#example-usage-of-modulefinder)4031    - [`runpy` – Поиск и выполнение модулей Python](https://python-all.ru/3.7/library/runpy.html)4032    - [`importlib` – Реализация `import`](https://python-all.ru/3.7/library/importlib.html)40334034      - [Введение](https://python-all.ru/3.7/library/importlib.html#introduction)4035      - [Функции](https://python-all.ru/3.7/library/importlib.html#functions)4036      - [`importlib.abc` – Абстрактные базовые классы, связанные с импортом](https://python-all.ru/3.7/library/importlib.html#module-importlib.abc)4037      - [`importlib.resources` – Ресурсы](https://python-all.ru/3.7/library/importlib.html#module-importlib.resources)4038      - [`importlib.machinery` – Импортёры и хуки пути](https://python-all.ru/3.7/library/importlib.html#module-importlib.machinery)4039      - [`importlib.util` – Вспомогательный код для импортёров](https://python-all.ru/3.7/library/importlib.html#module-importlib.util)4040      - [Примеры](https://python-all.ru/3.7/library/importlib.html#examples)40414042        - [Программный импорт](https://python-all.ru/3.7/library/importlib.html#importing-programmatically)4043        - [Проверка возможности импорта модуля](https://python-all.ru/3.7/library/importlib.html#checking-if-a-module-can-be-imported)4044        - [Прямой импорт файла с исходным кодом](https://python-all.ru/3.7/library/importlib.html#importing-a-source-file-directly)4045        - [Настройка импортёра](https://python-all.ru/3.7/library/importlib.html#setting-up-an-importer)4046        - [Аппроксимация `importlib.import_module()`](https://python-all.ru/3.7/library/importlib.html#approximating-importlib-import-module)4047  - [Службы языка Python](https://python-all.ru/3.7/library/language.html)40484049    - [`parser` – Доступ к деревьям разбора Python](https://python-all.ru/3.7/library/parser.html)40504051      - [Создание ST-объектов](https://python-all.ru/3.7/library/parser.html#creating-st-objects)4052      - [Преобразование ST-объектов](https://python-all.ru/3.7/library/parser.html#converting-st-objects)4053      - [Запросы к ST-объектам](https://python-all.ru/3.7/library/parser.html#queries-on-st-objects)4054      - [Исключения и обработка ошибок](https://python-all.ru/3.7/library/parser.html#exceptions-and-error-handling)4055      - [ST-объекты](https://python-all.ru/3.7/library/parser.html#st-objects)4056      - [Пример: эмуляция `compile()`](https://python-all.ru/3.7/library/parser.html#example-emulation-of-compile)4057    - [`ast` – Абстрактные синтаксические деревья](https://python-all.ru/3.7/library/ast.html)40584059      - [Классы узлов](https://python-all.ru/3.7/library/ast.html#node-classes)4060      - [Абстрактная грамматика](https://python-all.ru/3.7/library/ast.html#abstract-grammar)4061      - [`ast` Вспомогательные функции](https://python-all.ru/3.7/library/ast.html#ast-helpers)4062    - [`symtable` – Доступ к таблицам символов компилятора](https://python-all.ru/3.7/library/symtable.html)40634064      - [Генерация таблиц символов](https://python-all.ru/3.7/library/symtable.html#generating-symbol-tables)4065      - [Изучение таблиц символов](https://python-all.ru/3.7/library/symtable.html#examining-symbol-tables)4066    - [`symbol` – Константы, используемые с деревьями разбора Python](https://python-all.ru/3.7/library/symbol.html)4067    - [`token` – Константы, используемые с деревьями разбора Python](https://python-all.ru/3.7/library/token.html)4068    - [`keyword` – Проверка ключевых слов Python](https://python-all.ru/3.7/library/keyword.html)4069    - [`tokenize` – Токенизатор исходного кода Python](https://python-all.ru/3.7/library/tokenize.html)40704071      - [Токенизация входных данных](https://python-all.ru/3.7/library/tokenize.html#tokenizing-input)4072      - [Использование командной строки](https://python-all.ru/3.7/library/tokenize.html#command-line-usage)4073      - [Примеры](https://python-all.ru/3.7/library/tokenize.html#examples)4074    - [`tabnanny` – Обнаружение неоднозначных отступов](https://python-all.ru/3.7/library/tabnanny.html)4075    - [`pyclbr` – Поддержка обозревателя модулей Python](https://python-all.ru/3.7/library/pyclbr.html)40764077      - [Объекты функций](https://python-all.ru/3.7/library/pyclbr.html#function-objects)4078      - [Объекты классов](https://python-all.ru/3.7/library/pyclbr.html#class-objects)4079    - [`py_compile` – Компиляция исходных файлов Python](https://python-all.ru/3.7/library/py_compile.html)4080    - [`compileall` – Байт-компиляция библиотек Python](https://python-all.ru/3.7/library/compileall.html)40814082      - [Использование командной строки](https://python-all.ru/3.7/library/compileall.html#command-line-use)4083      - [Публичные функции](https://python-all.ru/3.7/library/compileall.html#public-functions)4084    - [`dis` – Дисассемблер байт-кода Python](https://python-all.ru/3.7/library/dis.html)40854086      - [Анализ байт-кода](https://python-all.ru/3.7/library/dis.html#bytecode-analysis)4087      - [Функции анализа](https://python-all.ru/3.7/library/dis.html#analysis-functions)4088      - [Инструкции байт-кода Python](https://python-all.ru/3.7/library/dis.html#python-bytecode-instructions)4089      - [Коллекции кодов операций](https://python-all.ru/3.7/library/dis.html#opcode-collections)4090    - [`pickletools` – Инструменты для разработчиков pickle](https://python-all.ru/3.7/library/pickletools.html)40914092      - [Использование командной строки](https://python-all.ru/3.7/library/pickletools.html#command-line-usage)40934094        - [Параметры командной строки](https://python-all.ru/3.7/library/pickletools.html#command-line-options)4095      - [Программный интерфейс](https://python-all.ru/3.7/library/pickletools.html#programmatic-interface)4096  - [Прочие службы](https://python-all.ru/3.7/library/misc.html)40974098    - [`formatter` – Общее форматирование вывода](https://python-all.ru/3.7/library/formatter.html)40994100      - [Интерфейс Formatter](https://python-all.ru/3.7/library/formatter.html#the-formatter-interface)4101      - [Реализации Formatter](https://python-all.ru/3.7/library/formatter.html#formatter-implementations)4102      - [Интерфейс Writer](https://python-all.ru/3.7/library/formatter.html#the-writer-interface)4103      - [Реализации Writer](https://python-all.ru/3.7/library/formatter.html#writer-implementations)4104  - [Службы, специфичные для MS Windows](https://python-all.ru/3.7/library/windows.html)41054106    - [`msilib` – Чтение и запись файлов Microsoft Installer](https://python-all.ru/3.7/library/msilib.html)41074108      - [Объекты базы данных](https://python-all.ru/3.7/library/msilib.html#database-objects)4109      - [Объекты представления](https://python-all.ru/3.7/library/msilib.html#view-objects)4110      - [Объекты сводной информации](https://python-all.ru/3.7/library/msilib.html#summary-information-objects)4111      - [Объекты записей](https://python-all.ru/3.7/library/msilib.html#record-objects)4112      - [Ошибки](https://python-all.ru/3.7/library/msilib.html#errors)4113      - [Объекты CAB](https://python-all.ru/3.7/library/msilib.html#cab-objects)4114      - [Объекты каталогов](https://python-all.ru/3.7/library/msilib.html#directory-objects)4115      - [Возможности](https://python-all.ru/3.7/library/msilib.html#features)4116      - [Классы графического интерфейса](https://python-all.ru/3.7/library/msilib.html#gui-classes)4117      - [Предварительно вычисленные таблицы](https://python-all.ru/3.7/library/msilib.html#precomputed-tables)4118    - [`msvcrt` – Полезные процедуры из MS VC++ runtime](https://python-all.ru/3.7/library/msvcrt.html)41194120      - [Операции с файлами](https://python-all.ru/3.7/library/msvcrt.html#file-operations)4121      - [Консольный ввод/вывод](https://python-all.ru/3.7/library/msvcrt.html#console-i-o)4122      - [Прочие функции](https://python-all.ru/3.7/library/msvcrt.html#other-functions)4123    - [`winreg` – Доступ к реестру Windows](https://python-all.ru/3.7/library/winreg.html)41244125      - [Функции](https://python-all.ru/3.7/library/winreg.html#functions)4126      - [Константы](https://python-all.ru/3.7/library/winreg.html#constants)41274128        - [Константы HKEY\_\*](https://python-all.ru/3.7/library/winreg.html#hkey-constants)4129        - [Права доступа](https://python-all.ru/3.7/library/winreg.html#access-rights)41304131          - [Специфика 64-бит](https://python-all.ru/3.7/library/winreg.html#bit-specific)4132        - [Типы значений](https://python-all.ru/3.7/library/winreg.html#value-types)4133      - [Объекты дескрипторов реестра](https://python-all.ru/3.7/library/winreg.html#registry-handle-objects)4134    - [`winsound` – Интерфейс воспроизведения звука для Windows](https://python-all.ru/3.7/library/winsound.html)4135  - [Специфические для Unix службы](https://python-all.ru/3.7/library/unix.html)41364137    - [`posix` – Наиболее распространённые системные вызовы POSIX](https://python-all.ru/3.7/library/posix.html)41384139      - [Поддержка больших файлов](https://python-all.ru/3.7/library/posix.html#large-file-support)4140      - [Примечательное содержимое модуля](https://python-all.ru/3.7/library/posix.html#notable-module-contents)4141    - [`pwd` – База данных паролей](https://python-all.ru/3.7/library/pwd.html)4142    - [`spwd` – База данных теневых паролей](https://python-all.ru/3.7/library/spwd.html)4143    - [`grp` – База данных групп](https://python-all.ru/3.7/library/grp.html)4144    - [`crypt` – функция для проверки паролей Unix](https://python-all.ru/3.7/library/crypt.html)41454146      - [Методы хеширования](https://python-all.ru/3.7/library/crypt.html#hashing-methods)4147      - [Атрибуты модуля](https://python-all.ru/3.7/library/crypt.html#module-attributes)4148      - [Функции модуля](https://python-all.ru/3.7/library/crypt.html#module-functions)4149      - [Примеры](https://python-all.ru/3.7/library/crypt.html#examples)4150    - [`termios` – Управление tty в стиле POSIX](https://python-all.ru/3.7/library/termios.html)41514152      - [Пример](https://python-all.ru/3.7/library/termios.html#example)4153    - [`tty` – Функции управления терминалом](https://python-all.ru/3.7/library/tty.html)4154    - [`pty` – Утилиты псевдотерминалов](https://python-all.ru/3.7/library/pty.html)41554156      - [Пример](https://python-all.ru/3.7/library/pty.html#example)4157    - [`fcntl` – Системные вызовы `fcntl` и `ioctl`](https://python-all.ru/3.7/library/fcntl.html)4158    - [`pipes` – Интерфейс к конвейерам командной оболочки](https://python-all.ru/3.7/library/pipes.html)41594160      - [Объекты шаблонов](https://python-all.ru/3.7/library/pipes.html#template-objects)4161    - [`resource` – Информация об использовании ресурсов](https://python-all.ru/3.7/library/resource.html)41624163      - [Ограничения ресурсов](https://python-all.ru/3.7/library/resource.html#resource-limits)4164      - [Использование ресурсов](https://python-all.ru/3.7/library/resource.html#resource-usage)4165    - [`nis` – Интерфейс к NIS (Yellow Pages) от Sun](https://python-all.ru/3.7/library/nis.html)4166    - [`syslog` – Функции библиотеки syslog Unix](https://python-all.ru/3.7/library/syslog.html)41674168      - [Примеры](https://python-all.ru/3.7/library/syslog.html#examples)41694170        - [Простой пример](https://python-all.ru/3.7/library/syslog.html#simple-example)4171  - [Заменённые модули](https://python-all.ru/3.7/library/superseded.html)41724173    - [`optparse` – парсер параметров командной строки](https://python-all.ru/3.7/library/optparse.html)41744175      - [Фон](https://python-all.ru/3.7/library/optparse.html#background)41764177        - [Терминология](https://python-all.ru/3.7/library/optparse.html#terminology)4178        - [Для чего нужны опции?](https://python-all.ru/3.7/library/optparse.html#what-are-options-for)4179        - [Для чего нужны позиционные аргументы?](https://python-all.ru/3.7/library/optparse.html#what-are-positional-arguments-for)4180      - [Учебное пособие](https://python-all.ru/3.7/library/optparse.html#tutorial)41814182        - [Понимание действий опций](https://python-all.ru/3.7/library/optparse.html#understanding-option-actions)4183        - [Действие store](https://python-all.ru/3.7/library/optparse.html#the-store-action)4184        - [Обработка булевых опций (флагов)](https://python-all.ru/3.7/library/optparse.html#handling-boolean-flag-options)4185        - [Другие действия](https://python-all.ru/3.7/library/optparse.html#other-actions)4186        - [Значения по умолчанию](https://python-all.ru/3.7/library/optparse.html#default-values)4187        - [Генерация справки](https://python-all.ru/3.7/library/optparse.html#generating-help)41884189          - [Группировка опций](https://python-all.ru/3.7/library/optparse.html#grouping-options)4190        - [Вывод строки версии](https://python-all.ru/3.7/library/optparse.html#printing-a-version-string)4191        - [Как `optparse` обрабатывает ошибки](https://python-all.ru/3.7/library/optparse.html#how-optparse-handles-errors)4192        - [Собираем всё вместе](https://python-all.ru/3.7/library/optparse.html#putting-it-all-together)4193      - [Справочное руководство](https://python-all.ru/3.7/library/optparse.html#reference-guide)41944195        - [Создание парсера](https://python-all.ru/3.7/library/optparse.html#creating-the-parser)4196        - [Наполнение парсера](https://python-all.ru/3.7/library/optparse.html#populating-the-parser)4197        - [Определение параметров](https://python-all.ru/3.7/library/optparse.html#defining-options)4198        - [Атрибуты параметров](https://python-all.ru/3.7/library/optparse.html#option-attributes)4199        - [Стандартные действия параметров](https://python-all.ru/3.7/library/optparse.html#standard-option-actions)4200        - [Стандартные типы параметров](https://python-all.ru/3.7/library/optparse.html#standard-option-types)4201        - [Разбор аргументов](https://python-all.ru/3.7/library/optparse.html#parsing-arguments)4202        - [Запросы и управление парсером параметров](https://python-all.ru/3.7/library/optparse.html#querying-and-manipulating-your-option-parser)4203        - [Конфликты между параметрами](https://python-all.ru/3.7/library/optparse.html#conflicts-between-options)4204        - [Очистка](https://python-all.ru/3.7/library/optparse.html#cleanup)4205        - [Другие методы](https://python-all.ru/3.7/library/optparse.html#other-methods)4206      - [Колбэки параметров](https://python-all.ru/3.7/library/optparse.html#option-callbacks)42074208        - [Определение параметра с колбэком](https://python-all.ru/3.7/library/optparse.html#defining-a-callback-option)4209        - [Как вызываются колбэки](https://python-all.ru/3.7/library/optparse.html#how-callbacks-are-called)4210        - [Возбуждение исключений в колбэке](https://python-all.ru/3.7/library/optparse.html#raising-errors-in-a-callback)4211        - [Пример колбэка 1: простейший колбэк](https://python-all.ru/3.7/library/optparse.html#callback-example-1-trivial-callback)4212        - [Пример колбэка 2: проверка порядка параметров](https://python-all.ru/3.7/library/optparse.html#callback-example-2-check-option-order)4213        - [Пример колбэка 3: проверка порядка параметров (обобщённо)](https://python-all.ru/3.7/library/optparse.html#callback-example-3-check-option-order-generalized)4214        - [Пример колбэка 4: проверка произвольного условия](https://python-all.ru/3.7/library/optparse.html#callback-example-4-check-arbitrary-condition)4215        - [Пример колбэка 5: фиксированные аргументы](https://python-all.ru/3.7/library/optparse.html#callback-example-5-fixed-arguments)4216        - [Пример колбэка 6: переменное число аргументов](https://python-all.ru/3.7/library/optparse.html#callback-example-6-variable-arguments)4217      - [Расширение `optparse`](https://python-all.ru/3.7/library/optparse.html#extending-optparse)42184219        - [Добавление новых типов](https://python-all.ru/3.7/library/optparse.html#adding-new-types)4220        - [Добавление новых действий](https://python-all.ru/3.7/library/optparse.html#adding-new-actions)4221    - [`imp` – Доступ к внутреннему устройству import](https://python-all.ru/3.7/library/imp.html)42224223      - [Примеры](https://python-all.ru/3.7/library/imp.html#examples)4224  - [Недокументированные модули](https://python-all.ru/3.7/library/undoc.html)42254226    - [Платформозависимые модули](https://python-all.ru/3.7/library/undoc.html#platform-specific-modules)4227- [Расширение и встраивание интерпретатора Python](https://python-all.ru/3.7/extending/index.html)42284229  - [Рекомендуемые сторонние инструменты](https://python-all.ru/3.7/extending/index.html#recommended-third-party-tools)4230  - [Создание расширений без сторонних инструментов](https://python-all.ru/3.7/extending/index.html#creating-extensions-without-third-party-tools)42314232    - [1. Расширение Python с помощью C или C++](https://python-all.ru/3.7/extending/extending.html)42334234      - [1.1. Простой пример](https://python-all.ru/3.7/extending/extending.html#a-simple-example)4235      - [1.2. Интермеццо: ошибки и исключения](https://python-all.ru/3.7/extending/extending.html#intermezzo-errors-and-exceptions)4236      - [1.3. Возвращение к примеру](https://python-all.ru/3.7/extending/extending.html#back-to-the-example)4237      - [1.4. Таблица методов модуля и функция инициализации](https://python-all.ru/3.7/extending/extending.html#the-module-s-method-table-and-initialization-function)4238      - [1.5. Компиляция и компоновка](https://python-all.ru/3.7/extending/extending.html#compilation-and-linkage)4239      - [1.6. Вызов функций Python из C](https://python-all.ru/3.7/extending/extending.html#calling-python-functions-from-c)4240      - [1.7. Извлечение параметров в функциях расширения](https://python-all.ru/3.7/extending/extending.html#extracting-parameters-in-extension-functions)4241      - [1.8. Именованные параметры для функций расширения](https://python-all.ru/3.7/extending/extending.html#keyword-parameters-for-extension-functions)4242      - [1.9. Построение произвольных значений](https://python-all.ru/3.7/extending/extending.html#building-arbitrary-values)4243      - [1.10. Счетчики ссылок](https://python-all.ru/3.7/extending/extending.html#reference-counts)42444245        - [1.10.1. Подсчёт ссылок в Python](https://python-all.ru/3.7/extending/extending.html#reference-counting-in-python)4246        - [1.10.2. Правила владения](https://python-all.ru/3.7/extending/extending.html#ownership-rules)4247        - [1.10.3. Тонкий лёд](https://python-all.ru/3.7/extending/extending.html#thin-ice)4248        - [1.10.4. Указатели NULL](https://python-all.ru/3.7/extending/extending.html#null-pointers)4249      - [1.11. Написание расширений на C++](https://python-all.ru/3.7/extending/extending.html#writing-extensions-in-c)4250      - [1.12. Предоставление C API для модуля расширения](https://python-all.ru/3.7/extending/extending.html#providing-a-c-api-for-an-extension-module)4251    - [2. Определение типов расширения: учебное пособие](https://python-all.ru/3.7/extending/newtypes_tutorial.html)42524253      - [2.1. Основы](https://python-all.ru/3.7/extending/newtypes_tutorial.html#the-basics)4254      - [2.2. Добавление данных и методов в базовый пример](https://python-all.ru/3.7/extending/newtypes_tutorial.html#adding-data-and-methods-to-the-basic-example)4255      - [2.3. Предоставление более точного контроля над атрибутами данных](https://python-all.ru/3.7/extending/newtypes_tutorial.html#providing-finer-control-over-data-attributes)4256      - [2.4. Поддержка циклической сборки мусора](https://python-all.ru/3.7/extending/newtypes_tutorial.html#supporting-cyclic-garbage-collection)4257      - [2.5. Наследование от других типов](https://python-all.ru/3.7/extending/newtypes_tutorial.html#subclassing-other-types)4258    - [3. Определение типов расширения: разные темы](https://python-all.ru/3.7/extending/newtypes.html)42594260      - [3.1. Финализация и освобождение памяти](https://python-all.ru/3.7/extending/newtypes.html#finalization-and-de-allocation)4261      - [3.2. Представление объектов](https://python-all.ru/3.7/extending/newtypes.html#object-presentation)4262      - [3.3. Управление атрибутами](https://python-all.ru/3.7/extending/newtypes.html#attribute-management)42634264        - [3.3.1. Общее управление атрибутами](https://python-all.ru/3.7/extending/newtypes.html#generic-attribute-management)4265        - [3.3.2. Управление атрибутами для конкретного типа](https://python-all.ru/3.7/extending/newtypes.html#type-specific-attribute-management)4266      - [3.4. Сравнение объектов](https://python-all.ru/3.7/extending/newtypes.html#object-comparison)4267      - [3.5. Поддержка абстрактных протоколов](https://python-all.ru/3.7/extending/newtypes.html#abstract-protocol-support)4268      - [3.6. Поддержка слабых ссылок](https://python-all.ru/3.7/extending/newtypes.html#weak-reference-support)4269      - [3.7. Дополнительные предложения](https://python-all.ru/3.7/extending/newtypes.html#more-suggestions)4270    - [4. Сборка расширений на C и C++](https://python-all.ru/3.7/extending/building.html)42714272      - [4.1. Сборка расширений на C и C++ с помощью distutils](https://python-all.ru/3.7/extending/building.html#building-c-and-c-extensions-with-distutils)4273      - [4.2. Распространение модулей расширения](https://python-all.ru/3.7/extending/building.html#distributing-your-extension-modules)4274    - [5. Сборка расширений на C и C++ в Windows](https://python-all.ru/3.7/extending/windows.html)42754276      - [5.1. Рецептурный подход](https://python-all.ru/3.7/extending/windows.html#a-cookbook-approach)4277      - [5.2. Различия между Unix и Windows](https://python-all.ru/3.7/extending/windows.html#differences-between-unix-and-windows)4278      - [5.3. Использование DLL на практике](https://python-all.ru/3.7/extending/windows.html#using-dlls-in-practice)4279  - [Встраивание среды выполнения CPython в более крупное приложение](https://python-all.ru/3.7/extending/index.html#embedding-the-cpython-runtime-in-a-larger-application)42804281    - [1. Встраивание Python в другое приложение](https://python-all.ru/3.7/extending/embedding.html)42824283      - [1.1. Встраивание на очень высоком уровне](https://python-all.ru/3.7/extending/embedding.html#very-high-level-embedding)4284      - [1.2. За пределами встраивания на очень высоком уровне: обзор](https://python-all.ru/3.7/extending/embedding.html#beyond-very-high-level-embedding-an-overview)4285      - [1.3. Чистое встраивание](https://python-all.ru/3.7/extending/embedding.html#pure-embedding)4286      - [1.4. Расширение встроенного Python](https://python-all.ru/3.7/extending/embedding.html#extending-embedded-python)4287      - [1.5. Встраивание Python в C++](https://python-all.ru/3.7/extending/embedding.html#embedding-python-in-c)4288      - [1.6. Компиляция и компоновка в Unix-подобных системах](https://python-all.ru/3.7/extending/embedding.html#compiling-and-linking-under-unix-like-systems)4289- [Справочное руководство по Python/C API](https://python-all.ru/3.7/c-api/index.html)42904291  - [Введение](https://python-all.ru/3.7/c-api/intro.html)42924293    - [Стандарты кодирования](https://python-all.ru/3.7/c-api/intro.html#coding-standards)4294    - [Заголовочные файлы](https://python-all.ru/3.7/c-api/intro.html#include-files)4295    - [Полезные макросы](https://python-all.ru/3.7/c-api/intro.html#useful-macros)4296    - [Объекты, типы и счетчики ссылок](https://python-all.ru/3.7/c-api/intro.html#objects-types-and-reference-counts)42974298      - [Счётчики ссылок](https://python-all.ru/3.7/c-api/intro.html#reference-counts)42994300        - [Подробности подсчёта ссылок](https://python-all.ru/3.7/c-api/intro.html#reference-count-details)4301      - [Типы](https://python-all.ru/3.7/c-api/intro.html#types)4302    - [Исключения](https://python-all.ru/3.7/c-api/intro.html#exceptions)4303    - [Встраивание Python](https://python-all.ru/3.7/c-api/intro.html#embedding-python)4304    - [Отладочные сборки](https://python-all.ru/3.7/c-api/intro.html#debugging-builds)4305  - [Стабильный ABI](https://python-all.ru/3.7/c-api/stable.html)4306  - [Очень высокоуровневый слой](https://python-all.ru/3.7/c-api/veryhigh.html)4307  - [Подсчёт ссылок](https://python-all.ru/3.7/c-api/refcounting.html)4308  - [Обработка исключений](https://python-all.ru/3.7/c-api/exceptions.html)43094310    - [Вывод и очистка](https://python-all.ru/3.7/c-api/exceptions.html#printing-and-clearing)4311    - [Возбуждение исключений](https://python-all.ru/3.7/c-api/exceptions.html#raising-exceptions)4312    - [Выдача предупреждений](https://python-all.ru/3.7/c-api/exceptions.html#issuing-warnings)4313    - [Запрос индикатора ошибки](https://python-all.ru/3.7/c-api/exceptions.html#querying-the-error-indicator)4314    - [Обработка сигналов](https://python-all.ru/3.7/c-api/exceptions.html#signal-handling)4315    - [Классы исключений](https://python-all.ru/3.7/c-api/exceptions.html#exception-classes)4316    - [Объекты исключений](https://python-all.ru/3.7/c-api/exceptions.html#exception-objects)4317    - [Объекты исключений Unicode](https://python-all.ru/3.7/c-api/exceptions.html#unicode-exception-objects)4318    - [Управление рекурсией](https://python-all.ru/3.7/c-api/exceptions.html#recursion-control)4319    - [Стандартные исключения](https://python-all.ru/3.7/c-api/exceptions.html#standard-exceptions)4320    - [Стандартные категории предупреждений](https://python-all.ru/3.7/c-api/exceptions.html#standard-warning-categories)4321  - [Утилиты](https://python-all.ru/3.7/c-api/utilities.html)43224323    - [Утилиты операционной системы](https://python-all.ru/3.7/c-api/sys.html)4324    - [Системные функции](https://python-all.ru/3.7/c-api/sys.html#system-functions)4325    - [Управление процессами](https://python-all.ru/3.7/c-api/sys.html#process-control)4326    - [Импорт модулей](https://python-all.ru/3.7/c-api/import.html)4327    - [Поддержка маршалинга данных](https://python-all.ru/3.7/c-api/marshal.html)4328    - [Разбор аргументов и сборка значений](https://python-all.ru/3.7/c-api/arg.html)43294330      - [Разбор аргументов](https://python-all.ru/3.7/c-api/arg.html#parsing-arguments)43314332        - [Строки и буферы](https://python-all.ru/3.7/c-api/arg.html#strings-and-buffers)4333        - [Числа](https://python-all.ru/3.7/c-api/arg.html#numbers)4334        - [Другие объекты](https://python-all.ru/3.7/c-api/arg.html#other-objects)4335        - [Функции API](https://python-all.ru/3.7/c-api/arg.html#api-functions)4336      - [Сборка значений](https://python-all.ru/3.7/c-api/arg.html#building-values)4337    - [Преобразование и форматирование строк](https://python-all.ru/3.7/c-api/conversion.html)4338    - [Рефлексия](https://python-all.ru/3.7/c-api/reflection.html)4339    - [Реестр кодировок и вспомогательные функции](https://python-all.ru/3.7/c-api/codec.html)43404341      - [API поиска кодировок](https://python-all.ru/3.7/c-api/codec.html#codec-lookup-api)4342      - [API реестра обработчиков ошибок кодирования Unicode](https://python-all.ru/3.7/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers)4343  - [Слой абстрактных объектов](https://python-all.ru/3.7/c-api/abstract.html)43444345    - [Протокол объекта](https://python-all.ru/3.7/c-api/object.html)4346    - [Протокол чисел](https://python-all.ru/3.7/c-api/number.html)4347    - [Протокол последовательностей](https://python-all.ru/3.7/c-api/sequence.html)4348    - [Протокол отображений](https://python-all.ru/3.7/c-api/mapping.html)4349    - [Протокол итератора](https://python-all.ru/3.7/c-api/iter.html)4350    - [Протокол буфера](https://python-all.ru/3.7/c-api/buffer.html)43514352      - [Структура буфера](https://python-all.ru/3.7/c-api/buffer.html#buffer-structure)4353      - [Типы запросов буфера](https://python-all.ru/3.7/c-api/buffer.html#buffer-request-types)43544355        - [поля, не зависящие от запроса](https://python-all.ru/3.7/c-api/buffer.html#request-independent-fields)4356        - [только для чтения, формат](https://python-all.ru/3.7/c-api/buffer.html#readonly-format)4357        - [форма, шаги, подсмещения](https://python-all.ru/3.7/c-api/buffer.html#shape-strides-suboffsets)4358        - [запросы непрерывности](https://python-all.ru/3.7/c-api/buffer.html#contiguity-requests)4359        - [составные запросы](https://python-all.ru/3.7/c-api/buffer.html#compound-requests)4360      - [Комплексные массивы](https://python-all.ru/3.7/c-api/buffer.html#complex-arrays)43614362        - [В стиле NumPy: форма и шаги](https://python-all.ru/3.7/c-api/buffer.html#numpy-style-shape-and-strides)4363        - [В стиле PIL: форма, шаги и под-смещения](https://python-all.ru/3.7/c-api/buffer.html#pil-style-shape-strides-and-suboffsets)4364      - [Функции, связанные с буферами](https://python-all.ru/3.7/c-api/buffer.html#buffer-related-functions)4365    - [Старый буферный протокол](https://python-all.ru/3.7/c-api/objbuffer.html)4366  - [Слой конкретных объектов](https://python-all.ru/3.7/c-api/concrete.html)43674368    - [Базовые объекты](https://python-all.ru/3.7/c-api/concrete.html#fundamental-objects)43694370      - [Объекты типов](https://python-all.ru/3.7/c-api/type.html)4371      - [Объект `None`](https://python-all.ru/3.7/c-api/none.html)4372    - [Числовые объекты](https://python-all.ru/3.7/c-api/concrete.html#numeric-objects)43734374      - [Объекты целых чисел](https://python-all.ru/3.7/c-api/long.html)4375      - [Объекты логических значений](https://python-all.ru/3.7/c-api/bool.html)4376      - [Объекты чисел с плавающей запятой](https://python-all.ru/3.7/c-api/float.html)4377      - [Объекты комплексных чисел](https://python-all.ru/3.7/c-api/complex.html)43784379        - [Комплексные числа как структуры C](https://python-all.ru/3.7/c-api/complex.html#complex-numbers-as-c-structures)4380        - [Комплексные числа как объекты Python](https://python-all.ru/3.7/c-api/complex.html#complex-numbers-as-python-objects)4381    - [Объекты последовательностей](https://python-all.ru/3.7/c-api/concrete.html#sequence-objects)43824383      - [Объекты bytes](https://python-all.ru/3.7/c-api/bytes.html)4384      - [Объекты массива байтов](https://python-all.ru/3.7/c-api/bytearray.html)43854386        - [Макросы проверки типа](https://python-all.ru/3.7/c-api/bytearray.html#type-check-macros)4387        - [Функции прямого API](https://python-all.ru/3.7/c-api/bytearray.html#direct-api-functions)4388        - [Макросы](https://python-all.ru/3.7/c-api/bytearray.html#macros)4389      - [Объекты Unicode и кодеки](https://python-all.ru/3.7/c-api/unicode.html)43904391        - [Объекты Unicode](https://python-all.ru/3.7/c-api/unicode.html#unicode-objects)43924393          - [Тип Юникода](https://python-all.ru/3.7/c-api/unicode.html#unicode-type)4394          - [Свойства символов Юникода](https://python-all.ru/3.7/c-api/unicode.html#unicode-character-properties)4395          - [Создание и доступ к строкам Юникода](https://python-all.ru/3.7/c-api/unicode.html#creating-and-accessing-unicode-strings)4396          - [Устаревшие API Py\_UNICODE](https://python-all.ru/3.7/c-api/unicode.html#deprecated-py-unicode-apis)4397          - [Локальная кодировка](https://python-all.ru/3.7/c-api/unicode.html#locale-encoding)4398          - [Кодировка файловой системы](https://python-all.ru/3.7/c-api/unicode.html#file-system-encoding)4399          - [Поддержка wchar\_t](https://python-all.ru/3.7/c-api/unicode.html#wchar-t-support)4400        - [Встроенные кодеки](https://python-all.ru/3.7/c-api/unicode.html#built-in-codecs)44014402          - [Общие кодеки](https://python-all.ru/3.7/c-api/unicode.html#generic-codecs)4403          - [Кодеки UTF-8](https://python-all.ru/3.7/c-api/unicode.html#utf-8-codecs)4404          - [Кодеки UTF-32](https://python-all.ru/3.7/c-api/unicode.html#utf-32-codecs)4405          - [Кодеки UTF-16](https://python-all.ru/3.7/c-api/unicode.html#utf-16-codecs)4406          - [Кодеки UTF-7](https://python-all.ru/3.7/c-api/unicode.html#utf-7-codecs)4407          - [Кодеки Unicode-Escape](https://python-all.ru/3.7/c-api/unicode.html#unicode-escape-codecs)4408          - [Кодеки Raw-Unicode-Escape](https://python-all.ru/3.7/c-api/unicode.html#raw-unicode-escape-codecs)4409          - [Кодеки Latin-1](https://python-all.ru/3.7/c-api/unicode.html#latin-1-codecs)4410          - [Кодеки ASCII](https://python-all.ru/3.7/c-api/unicode.html#ascii-codecs)4411          - [Кодеки символьной карты](https://python-all.ru/3.7/c-api/unicode.html#character-map-codecs)4412          - [Кодеки MBCS для Windows](https://python-all.ru/3.7/c-api/unicode.html#mbcs-codecs-for-windows)4413          - [Методы и слоты](https://python-all.ru/3.7/c-api/unicode.html#methods-slots)4414        - [Методы и слот-функции](https://python-all.ru/3.7/c-api/unicode.html#methods-and-slot-functions)4415      - [Кортежи](https://python-all.ru/3.7/c-api/tuple.html)4416      - [Объекты структурных последовательностей](https://python-all.ru/3.7/c-api/tuple.html#struct-sequence-objects)4417      - [Списки](https://python-all.ru/3.7/c-api/list.html)4418    - [Объекты контейнеров](https://python-all.ru/3.7/c-api/concrete.html#container-objects)44194420      - [Объекты словарей](https://python-all.ru/3.7/c-api/dict.html)4421      - [Множества](https://python-all.ru/3.7/c-api/set.html)4422    - [Объекты функций](https://python-all.ru/3.7/c-api/concrete.html#function-objects)44234424      - [Объекты функций](https://python-all.ru/3.7/c-api/function.html)4425      - [Объекты методов экземпляра](https://python-all.ru/3.7/c-api/method.html)4426      - [Объекты методов](https://python-all.ru/3.7/c-api/method.html#method-objects)4427      - [Объекты ячеек](https://python-all.ru/3.7/c-api/cell.html)4428      - [Объекты кода](https://python-all.ru/3.7/c-api/code.html)4429    - [Прочие объекты](https://python-all.ru/3.7/c-api/concrete.html#other-objects)44304431      - [Объекты файлов](https://python-all.ru/3.7/c-api/file.html)4432      - [Объекты модулей](https://python-all.ru/3.7/c-api/module.html)44334434        - [Инициализация C-модулей](https://python-all.ru/3.7/c-api/module.html#initializing-c-modules)44354436          - [Однофазная инициализация](https://python-all.ru/3.7/c-api/module.html#single-phase-initialization)4437          - [Многофазная инициализация](https://python-all.ru/3.7/c-api/module.html#multi-phase-initialization)4438          - [Функции низкоуровневого создания модулей](https://python-all.ru/3.7/c-api/module.html#low-level-module-creation-functions)4439          - [Вспомогательные функции](https://python-all.ru/3.7/c-api/module.html#support-functions)4440        - [Поиск модуля](https://python-all.ru/3.7/c-api/module.html#module-lookup)4441      - [Объекты итераторов](https://python-all.ru/3.7/c-api/iterator.html)4442      - [Объекты дескрипторов](https://python-all.ru/3.7/c-api/descriptor.html)4443      - [Объекты срезов](https://python-all.ru/3.7/c-api/slice.html)4444      - [Объект Ellipsis](https://python-all.ru/3.7/c-api/slice.html#ellipsis-object)4445      - [Объекты memoryview](https://python-all.ru/3.7/c-api/memoryview.html)4446      - [Объекты слабых ссылок](https://python-all.ru/3.7/c-api/weakref.html)4447      - [Капсулы](https://python-all.ru/3.7/c-api/capsule.html)4448      - [Объекты-генераторы](https://python-all.ru/3.7/c-api/gen.html)4449      - [Объекты корутин](https://python-all.ru/3.7/c-api/coro.html)4450      - [Объекты контекстных переменных](https://python-all.ru/3.7/c-api/contextvars.html)4451      - [Объекты datetime](https://python-all.ru/3.7/c-api/datetime.html)4452  - [Инициализация, финализация и потоки](https://python-all.ru/3.7/c-api/init.html)44534454    - [Перед инициализацией Python](https://python-all.ru/3.7/c-api/init.html#before-python-initialization)4455    - [Глобальные переменные конфигурации](https://python-all.ru/3.7/c-api/init.html#global-configuration-variables)4456    - [Инициализация и финализация интерпретатора](https://python-all.ru/3.7/c-api/init.html#initializing-and-finalizing-the-interpreter)4457    - [Параметры уровня процесса](https://python-all.ru/3.7/c-api/init.html#process-wide-parameters)4458    - [Состояние потока и глобальная блокировка интерпретатора](https://python-all.ru/3.7/c-api/init.html#thread-state-and-the-global-interpreter-lock)44594460      - [Освобождение GIL из кода расширения](https://python-all.ru/3.7/c-api/init.html#releasing-the-gil-from-extension-code)4461      - [Потоки, созданные не в Python](https://python-all.ru/3.7/c-api/init.html#non-python-created-threads)4462      - [Высокоуровневый API](https://python-all.ru/3.7/c-api/init.html#high-level-api)4463      - [Низкоуровневый API](https://python-all.ru/3.7/c-api/init.html#low-level-api)4464    - [Поддержка под-интерпретаторов](https://python-all.ru/3.7/c-api/init.html#sub-interpreter-support)44654466      - [Ошибки и предостережения](https://python-all.ru/3.7/c-api/init.html#bugs-and-caveats)4467    - [Асинхронные уведомления](https://python-all.ru/3.7/c-api/init.html#asynchronous-notifications)4468    - [Профилирование и трассировка](https://python-all.ru/3.7/c-api/init.html#profiling-and-tracing)4469    - [Расширенная поддержка отладчика](https://python-all.ru/3.7/c-api/init.html#advanced-debugger-support)4470    - [Поддержка локального хранилища потоков](https://python-all.ru/3.7/c-api/init.html#thread-local-storage-support)44714472      - [API для хранения, специфичного для потока (TSS)](https://python-all.ru/3.7/c-api/init.html#thread-specific-storage-tss-api)44734474        - [Динамическое выделение памяти](https://python-all.ru/3.7/c-api/init.html#dynamic-allocation)4475        - [Методы](https://python-all.ru/3.7/c-api/init.html#methods)4476      - [API локального хранилища потоков (TLS)](https://python-all.ru/3.7/c-api/init.html#thread-local-storage-tls-api)4477  - [Управление памятью](https://python-all.ru/3.7/c-api/memory.html)44784479    - [Обзор](https://python-all.ru/3.7/c-api/memory.html#overview)4480    - [Интерфейс низкоуровневой памяти](https://python-all.ru/3.7/c-api/memory.html#raw-memory-interface)4481    - [Интерфейс памяти](https://python-all.ru/3.7/c-api/memory.html#memory-interface)4482    - [Аллокаторы объектов](https://python-all.ru/3.7/c-api/memory.html#object-allocators)4483    - [Аллокаторы памяти по умолчанию](https://python-all.ru/3.7/c-api/memory.html#default-memory-allocators)4484    - [Настройка аллокаторов памяти](https://python-all.ru/3.7/c-api/memory.html#customize-memory-allocators)4485    - [Аллокатор pymalloc](https://python-all.ru/3.7/c-api/memory.html#the-pymalloc-allocator)44864487      - [Настройка аренного аллокатора pymalloc](https://python-all.ru/3.7/c-api/memory.html#customize-pymalloc-arena-allocator)4488    - [C API модуля tracemalloc](https://python-all.ru/3.7/c-api/memory.html#tracemalloc-c-api)4489    - [Примеры](https://python-all.ru/3.7/c-api/memory.html#examples)4490  - [Поддержка реализации объектов](https://python-all.ru/3.7/c-api/objimpl.html)44914492    - [Выделение объектов в куче](https://python-all.ru/3.7/c-api/allocation.html)4493    - [Общие структуры объектов](https://python-all.ru/3.7/c-api/structures.html)4494    - [Объекты типов](https://python-all.ru/3.7/c-api/typeobj.html)4495    - [Структуры числовых объектов](https://python-all.ru/3.7/c-api/typeobj.html#number-object-structures)4496    - [Структуры объектов отображений](https://python-all.ru/3.7/c-api/typeobj.html#mapping-object-structures)4497    - [Структуры объектов последовательностей](https://python-all.ru/3.7/c-api/typeobj.html#sequence-object-structures)4498    - [Структуры буферных объектов](https://python-all.ru/3.7/c-api/typeobj.html#buffer-object-structures)4499    - [Структуры асинхронных объектов](https://python-all.ru/3.7/c-api/typeobj.html#async-object-structures)4500    - [Поддержка циклической сборки мусора](https://python-all.ru/3.7/c-api/gcsupport.html)4501  - [Версионирование API и ABI](https://python-all.ru/3.7/c-api/apiabiversion.html)4502- [Распространение модулей Python](https://python-all.ru/3.7/distributing/index.html)45034504  - [Ключевые термины](https://python-all.ru/3.7/distributing/index.html#key-terms)4505  - [Открытое лицензирование и совместная работа](https://python-all.ru/3.7/distributing/index.html#open-source-licensing-and-collaboration)4506  - [Установка инструментов](https://python-all.ru/3.7/distributing/index.html#installing-the-tools)4507  - [Чтение Python Packaging User Guide](https://python-all.ru/3.7/distributing/index.html#reading-the-python-packaging-user-guide)4508  - [Как мне…?](https://python-all.ru/3.7/distributing/index.html#how-do-i)45094510    - [… выбрать имя для проекта?](https://python-all.ru/3.7/distributing/index.html#choose-a-name-for-my-project)4511    - [… создавать и распространять бинарные расширения?](https://python-all.ru/3.7/distributing/index.html#create-and-distribute-binary-extensions)4512- [Установка модулей Python](https://python-all.ru/3.7/installing/index.html)45134514  - [Ключевые термины](https://python-all.ru/3.7/installing/index.html#key-terms)4515  - [Основы использования](https://python-all.ru/3.7/installing/index.html#basic-usage)4516  - [Как мне …?](https://python-all.ru/3.7/installing/index.html#how-do-i)45174518    - [… установить `pip` в версиях Python до Python 3.4?](https://python-all.ru/3.7/installing/index.html#install-pip-in-versions-of-python-prior-to-python-3-4)4519    - [… установить пакеты только для текущего пользователя?](https://python-all.ru/3.7/installing/index.html#install-packages-just-for-the-current-user)4520    - [… установить научные пакеты Python?](https://python-all.ru/3.7/installing/index.html#install-scientific-python-packages)4521    - [… работать с несколькими версиями Python, установленными параллельно?](https://python-all.ru/3.7/installing/index.html#work-with-multiple-versions-of-python-installed-in-parallel)4522  - [Распространённые проблемы установки](https://python-all.ru/3.7/installing/index.html#common-installation-issues)45234524    - [Установка в системный Python на Linux](https://python-all.ru/3.7/installing/index.html#installing-into-the-system-python-on-linux)4525    - [Pip не установлен](https://python-all.ru/3.7/installing/index.html#pip-not-installed)4526    - [Установка бинарных расширений](https://python-all.ru/3.7/installing/index.html#installing-binary-extensions)4527- [Руководства Python HOWTO](https://python-all.ru/3.7/howto/index.html)45284529  - [Перенос кода с Python 2 на Python 3](https://python-all.ru/3.7/howto/pyporting.html)45304531    - [Краткое объяснение](https://python-all.ru/3.7/howto/pyporting.html#the-short-explanation)4532    - [Подробности](https://python-all.ru/3.7/howto/pyporting.html#details)45334534      - [Прекратить поддержку Python 2.6 и более старых версий](https://python-all.ru/3.7/howto/pyporting.html#drop-support-for-python-2-6-and-older)4535      - [Убедитесь, что в файле `setup.py` указана правильная поддержка версий](https://python-all.ru/3.7/howto/pyporting.html#make-sure-you-specify-the-proper-version-support-in-your-setup-py-file)4536      - [Обеспечьте хорошее покрытие тестами](https://python-all.ru/3.7/howto/pyporting.html#have-good-test-coverage)4537      - [Изучите различия между Python 2 и 3](https://python-all.ru/3.7/howto/pyporting.html#learn-the-differences-between-python-2-3)4538      - [Обновите свой код](https://python-all.ru/3.7/howto/pyporting.html#update-your-code)45394540        - [Деление](https://python-all.ru/3.7/howto/pyporting.html#division)4541        - [Текст и двоичные данные](https://python-all.ru/3.7/howto/pyporting.html#text-versus-binary-data)4542        - [Используйте определение возможностей вместо определения версии](https://python-all.ru/3.7/howto/pyporting.html#use-feature-detection-instead-of-version-detection)4543      - [Предотвращение регрессий совместимости](https://python-all.ru/3.7/howto/pyporting.html#prevent-compatibility-regressions)4544      - [Проверьте, какие зависимости блокируют переход](https://python-all.ru/3.7/howto/pyporting.html#check-which-dependencies-block-your-transition)4545      - [Обновите файл `setup.py`, чтобы указать совместимость с Python 3](https://python-all.ru/3.7/howto/pyporting.html#update-your-setup-py-file-to-denote-python-3-compatibility)4546      - [Используйте непрерывную интеграцию для поддержания совместимости](https://python-all.ru/3.7/howto/pyporting.html#use-continuous-integration-to-stay-compatible)4547      - [Рассмотрите использование необязательной статической проверки типов](https://python-all.ru/3.7/howto/pyporting.html#consider-using-optional-static-type-checking)4548  - [Перенос модулей расширения на Python 3](https://python-all.ru/3.7/howto/cporting.html)45494550    - [Условная компиляция](https://python-all.ru/3.7/howto/cporting.html#conditional-compilation)4551    - [Изменения в объектных API](https://python-all.ru/3.7/howto/cporting.html#changes-to-object-apis)45524553      - [Объединение str/unicode](https://python-all.ru/3.7/howto/cporting.html#str-unicode-unification)4554      - [Объединение long/int](https://python-all.ru/3.7/howto/cporting.html#long-int-unification)4555    - [Инициализация и состояние модулей](https://python-all.ru/3.7/howto/cporting.html#module-initialization-and-state)4556    - [CObject заменён на Capsule](https://python-all.ru/3.7/howto/cporting.html#cobject-replaced-with-capsule)4557    - [Другие опции](https://python-all.ru/3.7/howto/cporting.html#other-options)4558  - [Программирование с curses на Python](https://python-all.ru/3.7/howto/curses.html)45594560    - [Что такое curses?](https://python-all.ru/3.7/howto/curses.html#what-is-curses)45614562      - [Модуль curses в Python](https://python-all.ru/3.7/howto/curses.html#the-python-curses-module)4563    - [Запуск и завершение приложения curses](https://python-all.ru/3.7/howto/curses.html#starting-and-ending-a-curses-application)4564    - [Окна и пады](https://python-all.ru/3.7/howto/curses.html#windows-and-pads)4565    - [Отображение текста](https://python-all.ru/3.7/howto/curses.html#displaying-text)45664567      - [Атрибуты и цвет](https://python-all.ru/3.7/howto/curses.html#attributes-and-color)4568    - [Ввод пользователя](https://python-all.ru/3.7/howto/curses.html#user-input)4569    - [Для получения дополнительных сведений](https://python-all.ru/3.7/howto/curses.html#for-more-information)4570  - [Руководство по дескрипторам](https://python-all.ru/3.7/howto/descriptor.html)45714572    - [Аннотация](https://python-all.ru/3.7/howto/descriptor.html#abstract)4573    - [Определение и введение](https://python-all.ru/3.7/howto/descriptor.html#definition-and-introduction)4574    - [Протокол дескрипторов](https://python-all.ru/3.7/howto/descriptor.html#descriptor-protocol)4575    - [Вызов дескрипторов](https://python-all.ru/3.7/howto/descriptor.html#invoking-descriptors)4576    - [Пример дескриптора](https://python-all.ru/3.7/howto/descriptor.html#descriptor-example)4577    - [Свойства](https://python-all.ru/3.7/howto/descriptor.html#properties)4578    - [Функции и методы](https://python-all.ru/3.7/howto/descriptor.html#functions-and-methods)4579    - [Статические методы и методы класса](https://python-all.ru/3.7/howto/descriptor.html#static-methods-and-class-methods)4580  - [HOWTO по функциональному программированию](https://python-all.ru/3.7/howto/functional.html)45814582    - [Введение](https://python-all.ru/3.7/howto/functional.html#introduction)45834584      - [Формальная доказуемость](https://python-all.ru/3.7/howto/functional.html#formal-provability)4585      - [Модульность](https://python-all.ru/3.7/howto/functional.html#modularity)4586      - [Простота отладки и тестирования](https://python-all.ru/3.7/howto/functional.html#ease-of-debugging-and-testing)4587      - [Композируемость](https://python-all.ru/3.7/howto/functional.html#composability)4588    - [Итераторы](https://python-all.ru/3.7/howto/functional.html#iterators)45894590      - [Типы данных, поддерживающие итераторы](https://python-all.ru/3.7/howto/functional.html#data-types-that-support-iterators)4591    - [Генераторные выражения и списковые включения](https://python-all.ru/3.7/howto/functional.html#generator-expressions-and-list-comprehensions)4592    - [Генераторы](https://python-all.ru/3.7/howto/functional.html#generators)45934594      - [Передача значений в генератор](https://python-all.ru/3.7/howto/functional.html#passing-values-into-a-generator)4595    - [Встроенные функции](https://python-all.ru/3.7/howto/functional.html#built-in-functions)4596    - [Модуль itertools](https://python-all.ru/3.7/howto/functional.html#the-itertools-module)45974598      - [Создание новых итераторов](https://python-all.ru/3.7/howto/functional.html#creating-new-iterators)4599      - [Вызов функций для элементов](https://python-all.ru/3.7/howto/functional.html#calling-functions-on-elements)4600      - [Выбор элементов](https://python-all.ru/3.7/howto/functional.html#selecting-elements)4601      - [Комбинаторные функции](https://python-all.ru/3.7/howto/functional.html#combinatoric-functions)4602      - [Группировка элементов](https://python-all.ru/3.7/howto/functional.html#grouping-elements)4603    - [Модуль functools](https://python-all.ru/3.7/howto/functional.html#the-functools-module)46044605      - [Модуль operator](https://python-all.ru/3.7/howto/functional.html#the-operator-module)4606    - [Небольшие функции и лямбда-выражение](https://python-all.ru/3.7/howto/functional.html#small-functions-and-the-lambda-expression)4607    - [История изменений и благодарности](https://python-all.ru/3.7/howto/functional.html#revision-history-and-acknowledgements)4608    - [Ссылки](https://python-all.ru/3.7/howto/functional.html#references)46094610      - [Общие](https://python-all.ru/3.7/howto/functional.html#general)4611      - [Специфичное для Python](https://python-all.ru/3.7/howto/functional.html#python-specific)4612      - [Документация Python](https://python-all.ru/3.7/howto/functional.html#python-documentation)4613  - [Руководство по логированию](https://python-all.ru/3.7/howto/logging.html)46144615    - [Базовое руководство по логированию](https://python-all.ru/3.7/howto/logging.html#basic-logging-tutorial)46164617      - [Когда использовать логирование](https://python-all.ru/3.7/howto/logging.html#when-to-use-logging)4618      - [Простой пример](https://python-all.ru/3.7/howto/logging.html#a-simple-example)4619      - [Логирование в файл](https://python-all.ru/3.7/howto/logging.html#logging-to-a-file)4620      - [Логирование из нескольких модулей](https://python-all.ru/3.7/howto/logging.html#logging-from-multiple-modules)4621      - [Логирование переменных данных](https://python-all.ru/3.7/howto/logging.html#logging-variable-data)4622      - [Изменение формата отображаемых сообщений](https://python-all.ru/3.7/howto/logging.html#changing-the-format-of-displayed-messages)4623      - [Отображение даты/времени в сообщениях](https://python-all.ru/3.7/howto/logging.html#displaying-the-date-time-in-messages)4624      - [Дальнейшие шаги](https://python-all.ru/3.7/howto/logging.html#next-steps)4625    - [Расширенное руководство по логированию](https://python-all.ru/3.7/howto/logging.html#advanced-logging-tutorial)46264627      - [Поток логирования](https://python-all.ru/3.7/howto/logging.html#logging-flow)4628      - [Логгеры](https://python-all.ru/3.7/howto/logging.html#loggers)4629      - [Обработчики](https://python-all.ru/3.7/howto/logging.html#handlers)4630      - [Форматировщики](https://python-all.ru/3.7/howto/logging.html#formatters)4631      - [Настройка логирования](https://python-all.ru/3.7/howto/logging.html#configuring-logging)4632      - [Что происходит, если конфигурация не предоставлена](https://python-all.ru/3.7/howto/logging.html#what-happens-if-no-configuration-is-provided)4633      - [Настройка логирования для библиотеки](https://python-all.ru/3.7/howto/logging.html#configuring-logging-for-a-library)4634    - [Уровни журналирования](https://python-all.ru/3.7/howto/logging.html#logging-levels)46354636      - [Пользовательские уровни](https://python-all.ru/3.7/howto/logging.html#custom-levels)4637    - [Полезные обработчики](https://python-all.ru/3.7/howto/logging.html#useful-handlers)4638    - [Исключения, возникающие при логировании](https://python-all.ru/3.7/howto/logging.html#exceptions-raised-during-logging)4639    - [Использование произвольных объектов в качестве сообщений](https://python-all.ru/3.7/howto/logging.html#using-arbitrary-objects-as-messages)4640    - [Оптимизация](https://python-all.ru/3.7/howto/logging.html#optimization)4641  - [Рецепты по логированию](https://python-all.ru/3.7/howto/logging-cookbook.html)46424643    - [Использование логирования в нескольких модулях](https://python-all.ru/3.7/howto/logging-cookbook.html#using-logging-in-multiple-modules)4644    - [Логирование из нескольких потоков](https://python-all.ru/3.7/howto/logging-cookbook.html#logging-from-multiple-threads)4645    - [Несколько обработчиков и форматировщиков](https://python-all.ru/3.7/howto/logging-cookbook.html#multiple-handlers-and-formatters)4646    - [Логирование в несколько мест назначения](https://python-all.ru/3.7/howto/logging-cookbook.html#logging-to-multiple-destinations)4647    - [Пример сервера конфигурации](https://python-all.ru/3.7/howto/logging-cookbook.html#configuration-server-example)4648    - [Работа с блокирующими обработчиками](https://python-all.ru/3.7/howto/logging-cookbook.html#dealing-with-handlers-that-block)4649    - [Отправка и получение событий логирования по сети](https://python-all.ru/3.7/howto/logging-cookbook.html#sending-and-receiving-logging-events-across-a-network)4650    - [Добавление контекстной информации в вывод логирования](https://python-all.ru/3.7/howto/logging-cookbook.html#adding-contextual-information-to-your-logging-output)46514652      - [Использование LoggerAdapters для передачи контекстной информации](https://python-all.ru/3.7/howto/logging-cookbook.html#using-loggeradapters-to-impart-contextual-information)46534654        - [Использование объектов, отличных от словаря, для передачи контекстной информации](https://python-all.ru/3.7/howto/logging-cookbook.html#using-objects-other-than-dicts-to-pass-contextual-information)4655      - [Использование фильтров для передачи контекстной информации](https://python-all.ru/3.7/howto/logging-cookbook.html#using-filters-to-impart-contextual-information)4656    - [Логирование в один файл из нескольких процессов](https://python-all.ru/3.7/howto/logging-cookbook.html#logging-to-a-single-file-from-multiple-processes)46574658      - [Использование concurrent.futures.ProcessPoolExecutor](https://python-all.ru/3.7/howto/logging-cookbook.html#using-concurrent-futures-processpoolexecutor)4659    - [Использование ротации файлов](https://python-all.ru/3.7/howto/logging-cookbook.html#using-file-rotation)4660    - [Использование альтернативных стилей форматирования](https://python-all.ru/3.7/howto/logging-cookbook.html#use-of-alternative-formatting-styles)4661    - [Настройка `LogRecord`](https://python-all.ru/3.7/howto/logging-cookbook.html#customizing-logrecord)4662    - [Наследование от QueueHandler – пример с ZeroMQ](https://python-all.ru/3.7/howto/logging-cookbook.html#subclassing-queuehandler-a-zeromq-example)4663    - [Наследование от QueueListener – пример с ZeroMQ](https://python-all.ru/3.7/howto/logging-cookbook.html#subclassing-queuelistener-a-zeromq-example)4664    - [Пример конфигурации на основе словаря](https://python-all.ru/3.7/howto/logging-cookbook.html#an-example-dictionary-based-configuration)4665    - [Использование rotator и namer для настройки обработки ротации логов](https://python-all.ru/3.7/howto/logging-cookbook.html#using-a-rotator-and-namer-to-customize-log-rotation-processing)4666    - [Более сложный пример многопроцессорной обработки](https://python-all.ru/3.7/howto/logging-cookbook.html#a-more-elaborate-multiprocessing-example)4667    - [Вставка BOM в сообщения, отправляемые в SysLogHandler](https://python-all.ru/3.7/howto/logging-cookbook.html#inserting-a-bom-into-messages-sent-to-a-sysloghandler)4668    - [Реализация структурированного логирования](https://python-all.ru/3.7/howto/logging-cookbook.html#implementing-structured-logging)4669    - [Настройка обработчиков с помощью `dictConfig()`](https://python-all.ru/3.7/howto/logging-cookbook.html#customizing-handlers-with-dictconfig)4670    - [Использование определённых стилей форматирования во всём приложении](https://python-all.ru/3.7/howto/logging-cookbook.html#using-particular-formatting-styles-throughout-your-application)46714672      - [Использование фабрик LogRecord](https://python-all.ru/3.7/howto/logging-cookbook.html#using-logrecord-factories)4673      - [Использование пользовательских объектов сообщений](https://python-all.ru/3.7/howto/logging-cookbook.html#using-custom-message-objects)4674    - [Настройка фильтров с помощью `dictConfig()`](https://python-all.ru/3.7/howto/logging-cookbook.html#configuring-filters-with-dictconfig)4675    - [Настраиваемое форматирование исключений](https://python-all.ru/3.7/howto/logging-cookbook.html#customized-exception-formatting)4676    - [Озвучивание сообщений логирования](https://python-all.ru/3.7/howto/logging-cookbook.html#speaking-logging-messages)4677    - [Буферизация сообщений логирования и их условный вывод](https://python-all.ru/3.7/howto/logging-cookbook.html#buffering-logging-messages-and-outputting-them-conditionally)4678    - [Форматирование времени в UTC (GMT) через конфигурацию](https://python-all.ru/3.7/howto/logging-cookbook.html#formatting-times-using-utc-gmt-via-configuration)4679    - [Использование менеджера контекста для выборочного журналирования](https://python-all.ru/3.7/howto/logging-cookbook.html#using-a-context-manager-for-selective-logging)4680    - [Шаблон для запуска CLI-приложения](https://python-all.ru/3.7/howto/logging-cookbook.html#a-cli-application-starter-template)4681    - [Графический интерфейс Qt для журналирования](https://python-all.ru/3.7/howto/logging-cookbook.html#a-qt-gui-for-logging)4682  - [HOWTO по регулярным выражениям](https://python-all.ru/3.7/howto/regex.html)46834684    - [Введение](https://python-all.ru/3.7/howto/regex.html#introduction)4685    - [Простые шаблоны](https://python-all.ru/3.7/howto/regex.html#simple-patterns)46864687      - [Сопоставление символов](https://python-all.ru/3.7/howto/regex.html#matching-characters)4688      - [Повторение](https://python-all.ru/3.7/howto/regex.html#repeating-things)4689    - [Использование регулярных выражений](https://python-all.ru/3.7/howto/regex.html#using-regular-expressions)46904691      - [Компиляция регулярных выражений](https://python-all.ru/3.7/howto/regex.html#compiling-regular-expressions)4692      - [Проблема обратной косой черты](https://python-all.ru/3.7/howto/regex.html#the-backslash-plague)4693      - [Выполнение сопоставлений](https://python-all.ru/3.7/howto/regex.html#performing-matches)4694      - [Функции уровня модуля](https://python-all.ru/3.7/howto/regex.html#module-level-functions)4695      - [Флаги компиляции](https://python-all.ru/3.7/howto/regex.html#compilation-flags)4696    - [Дополнительные возможности шаблонов](https://python-all.ru/3.7/howto/regex.html#more-pattern-power)46974698      - [Дополнительные метасимволы](https://python-all.ru/3.7/howto/regex.html#more-metacharacters)4699      - [Группировка](https://python-all.ru/3.7/howto/regex.html#grouping)4700      - [Незахватывающие и именованные группы](https://python-all.ru/3.7/howto/regex.html#non-capturing-and-named-groups)4701      - [Опережающие проверки](https://python-all.ru/3.7/howto/regex.html#lookahead-assertions)4702    - [Изменение строк](https://python-all.ru/3.7/howto/regex.html#modifying-strings)47034704      - [Разделение строк](https://python-all.ru/3.7/howto/regex.html#splitting-strings)4705      - [Поиск и замена](https://python-all.ru/3.7/howto/regex.html#search-and-replace)4706    - [Распространённые проблемы](https://python-all.ru/3.7/howto/regex.html#common-problems)47074708      - [Использование строковых методов](https://python-all.ru/3.7/howto/regex.html#use-string-methods)4709      - [match() и search()](https://python-all.ru/3.7/howto/regex.html#match-versus-search)4710      - [Жадные и нежадные квантификаторы](https://python-all.ru/3.7/howto/regex.html#greedy-versus-non-greedy)4711      - [Использование re.VERBOSE](https://python-all.ru/3.7/howto/regex.html#using-re-verbose)4712    - [Обратная связь](https://python-all.ru/3.7/howto/regex.html#feedback)4713  - [Руководство по программированию сокетов](https://python-all.ru/3.7/howto/sockets.html)47144715    - [Сокеты](https://python-all.ru/3.7/howto/sockets.html#sockets)47164717      - [История](https://python-all.ru/3.7/howto/sockets.html#history)4718    - [Создание сокета](https://python-all.ru/3.7/howto/sockets.html#creating-a-socket)47194720      - [Межпроцессное взаимодействие](https://python-all.ru/3.7/howto/sockets.html#ipc)4721    - [Использование сокета](https://python-all.ru/3.7/howto/sockets.html#using-a-socket)47224723      - [Двоичные данные](https://python-all.ru/3.7/howto/sockets.html#binary-data)4724    - [Отключение](https://python-all.ru/3.7/howto/sockets.html#disconnecting)47254726      - [Когда сокеты завершают работу](https://python-all.ru/3.7/howto/sockets.html#when-sockets-die)4727    - [Неблокирующие сокеты](https://python-all.ru/3.7/howto/sockets.html#non-blocking-sockets)4728  - [Руководство по сортировке](https://python-all.ru/3.7/howto/sorting.html)47294730    - [Основы сортировки](https://python-all.ru/3.7/howto/sorting.html#sorting-basics)4731    - [Ключевые функции](https://python-all.ru/3.7/howto/sorting.html#key-functions)4732    - [Функции модуля operator](https://python-all.ru/3.7/howto/sorting.html#operator-module-functions)4733    - [По возрастанию и по убыванию](https://python-all.ru/3.7/howto/sorting.html#ascending-and-descending)4734    - [Стабильность сортировки и сложные сортировки](https://python-all.ru/3.7/howto/sorting.html#sort-stability-and-complex-sorts)4735    - [Старый способ: Decorate-Sort-Undecorate](https://python-all.ru/3.7/howto/sorting.html#the-old-way-using-decorate-sort-undecorate)4736    - [Старый способ: использование параметра *cmp*](https://python-all.ru/3.7/howto/sorting.html#the-old-way-using-the-cmp-parameter)4737    - [Разное](https://python-all.ru/3.7/howto/sorting.html#odd-and-ends)4738  - [Руководство по Unicode](https://python-all.ru/3.7/howto/unicode.html)47394740    - [Введение в Unicode](https://python-all.ru/3.7/howto/unicode.html#introduction-to-unicode)47414742      - [Определения](https://python-all.ru/3.7/howto/unicode.html#definitions)4743      - [Кодировки](https://python-all.ru/3.7/howto/unicode.html#encodings)4744      - [Ссылки](https://python-all.ru/3.7/howto/unicode.html#references)4745    - [Поддержка Unicode в Python](https://python-all.ru/3.7/howto/unicode.html#python-s-unicode-support)47464747      - [Тип str](https://python-all.ru/3.7/howto/unicode.html#the-string-type)4748      - [Преобразование в байты](https://python-all.ru/3.7/howto/unicode.html#converting-to-bytes)4749      - [Unicode-литералы в исходном коде Python](https://python-all.ru/3.7/howto/unicode.html#unicode-literals-in-python-source-code)4750      - [Свойства Unicode](https://python-all.ru/3.7/howto/unicode.html#unicode-properties)4751      - [Сравнение строк](https://python-all.ru/3.7/howto/unicode.html#comparing-strings)4752      - [Регулярные выражения и Unicode](https://python-all.ru/3.7/howto/unicode.html#unicode-regular-expressions)4753      - [Ссылки](https://python-all.ru/3.7/howto/unicode.html#id2)4754    - [Чтение и запись данных Unicode](https://python-all.ru/3.7/howto/unicode.html#reading-and-writing-unicode-data)47554756      - [Имена файлов в Unicode](https://python-all.ru/3.7/howto/unicode.html#unicode-filenames)4757      - [Советы по написанию программ с поддержкой Unicode](https://python-all.ru/3.7/howto/unicode.html#tips-for-writing-unicode-aware-programs)47584759        - [Преобразование между кодировками файлов](https://python-all.ru/3.7/howto/unicode.html#converting-between-file-encodings)4760        - [Файлы в неизвестной кодировке](https://python-all.ru/3.7/howto/unicode.html#files-in-an-unknown-encoding)4761      - [Ссылки](https://python-all.ru/3.7/howto/unicode.html#id3)4762    - [Благодарности](https://python-all.ru/3.7/howto/unicode.html#acknowledgements)4763  - [HOWTO: получение интернет-ресурсов с помощью пакета urllib](https://python-all.ru/3.7/howto/urllib2.html)47644765    - [Введение](https://python-all.ru/3.7/howto/urllib2.html#introduction)4766    - [Получение URL-адресов](https://python-all.ru/3.7/howto/urllib2.html#fetching-urls)47674768      - [Данные](https://python-all.ru/3.7/howto/urllib2.html#data)4769      - [Заголовки](https://python-all.ru/3.7/howto/urllib2.html#headers)4770    - [Обработка исключений](https://python-all.ru/3.7/howto/urllib2.html#handling-exceptions)47714772      - [URLError](https://python-all.ru/3.7/howto/urllib2.html#urlerror)4773      - [HTTPError](https://python-all.ru/3.7/howto/urllib2.html#httperror)47744775        - [Коды ошибок](https://python-all.ru/3.7/howto/urllib2.html#error-codes)4776      - [Заключение](https://python-all.ru/3.7/howto/urllib2.html#wrapping-it-up)47774778        - [Номер 1](https://python-all.ru/3.7/howto/urllib2.html#number-1)4779        - [Номер 2](https://python-all.ru/3.7/howto/urllib2.html#number-2)4780    - [info и geturl](https://python-all.ru/3.7/howto/urllib2.html#info-and-geturl)4781    - [Открыватели и обработчики](https://python-all.ru/3.7/howto/urllib2.html#openers-and-handlers)4782    - [Базовая аутентификация](https://python-all.ru/3.7/howto/urllib2.html#id5)4783    - [Прокси](https://python-all.ru/3.7/howto/urllib2.html#proxies)4784    - [Сокеты и слои](https://python-all.ru/3.7/howto/urllib2.html#sockets-and-layers)4785    - [Сноски](https://python-all.ru/3.7/howto/urllib2.html#footnotes)4786  - [Учебное пособие по argparse](https://python-all.ru/3.7/howto/argparse.html)47874788    - [Основные понятия](https://python-all.ru/3.7/howto/argparse.html#concepts)4789    - [Основы](https://python-all.ru/3.7/howto/argparse.html#the-basics)4790    - [Знакомство с позиционными аргументами](https://python-all.ru/3.7/howto/argparse.html#introducing-positional-arguments)4791    - [Знакомство с необязательными аргументами](https://python-all.ru/3.7/howto/argparse.html#introducing-optional-arguments)47924793      - [Короткие опции](https://python-all.ru/3.7/howto/argparse.html#short-options)4794    - [Сочетание позиционных и необязательных аргументов](https://python-all.ru/3.7/howto/argparse.html#combining-positional-and-optional-arguments)4795    - [Переходим к более сложным темам](https://python-all.ru/3.7/howto/argparse.html#getting-a-little-more-advanced)47964797      - [Конфликтующие опции](https://python-all.ru/3.7/howto/argparse.html#conflicting-options)4798    - [Заключение](https://python-all.ru/3.7/howto/argparse.html#conclusion)4799  - [Введение в модуль ipaddress](https://python-all.ru/3.7/howto/ipaddress.html)48004801    - [Создание объектов Address/Network/Interface](https://python-all.ru/3.7/howto/ipaddress.html#creating-address-network-interface-objects)48024803      - [Замечание о версиях IP](https://python-all.ru/3.7/howto/ipaddress.html#a-note-on-ip-versions)4804      - [IP-адреса хостов](https://python-all.ru/3.7/howto/ipaddress.html#ip-host-addresses)4805      - [Определение сетей](https://python-all.ru/3.7/howto/ipaddress.html#defining-networks)4806      - [Интерфейсы хоста](https://python-all.ru/3.7/howto/ipaddress.html#host-interfaces)4807    - [Проверка объектов адреса/сети/интерфейса](https://python-all.ru/3.7/howto/ipaddress.html#inspecting-address-network-interface-objects)4808    - [Сети как списки адресов](https://python-all.ru/3.7/howto/ipaddress.html#networks-as-lists-of-addresses)4809    - [Сравнения](https://python-all.ru/3.7/howto/ipaddress.html#comparisons)4810    - [Использование IP-адресов с другими модулями](https://python-all.ru/3.7/howto/ipaddress.html#using-ip-addresses-with-other-modules)4811    - [Получение дополнительных сведений при сбое создания экземпляра](https://python-all.ru/3.7/howto/ipaddress.html#getting-more-detail-when-instance-creation-fails)4812  - [Руководство по Argument Clinic](https://python-all.ru/3.7/howto/clinic.html)48134814    - [Цели Argument Clinic](https://python-all.ru/3.7/howto/clinic.html#the-goals-of-argument-clinic)4815    - [Основные понятия и использование](https://python-all.ru/3.7/howto/clinic.html#basic-concepts-and-usage)4816    - [Преобразование первой функции](https://python-all.ru/3.7/howto/clinic.html#converting-your-first-function)4817    - [Продвинутые темы](https://python-all.ru/3.7/howto/clinic.html#advanced-topics)48184819      - [Символические значения по умолчанию](https://python-all.ru/3.7/howto/clinic.html#symbolic-default-values)4820      - [Переименование C-функций и переменных, генерируемых Argument Clinic](https://python-all.ru/3.7/howto/clinic.html#renaming-the-c-functions-and-variables-generated-by-argument-clinic)4821      - [Преобразование функций с использованием PyArg\_UnpackTuple](https://python-all.ru/3.7/howto/clinic.html#converting-functions-using-pyarg-unpacktuple)4822      - [Необязательные группы](https://python-all.ru/3.7/howto/clinic.html#optional-groups)4823      - [Использование настоящих преобразователей Argument Clinic вместо «устаревших преобразователей»](https://python-all.ru/3.7/howto/clinic.html#using-real-argument-clinic-converters-instead-of-legacy-converters)4824      - [Py\_buffer](https://python-all.ru/3.7/howto/clinic.html#py-buffer)4825      - [Продвинутые преобразователи](https://python-all.ru/3.7/howto/clinic.html#advanced-converters)4826      - [Значения параметров по умолчанию](https://python-all.ru/3.7/howto/clinic.html#parameter-default-values)4827      - [Значение по умолчанию `NULL`](https://python-all.ru/3.7/howto/clinic.html#the-null-default-value)4828      - [Выражения, заданные как значения по умолчанию](https://python-all.ru/3.7/howto/clinic.html#expressions-specified-as-default-values)4829      - [Использование преобразователя возвращаемого значения](https://python-all.ru/3.7/howto/clinic.html#using-a-return-converter)4830      - [Клонирование существующих функций](https://python-all.ru/3.7/howto/clinic.html#cloning-existing-functions)4831      - [Вызов кода Python](https://python-all.ru/3.7/howto/clinic.html#calling-python-code)4832      - [Использование «self converter»](https://python-all.ru/3.7/howto/clinic.html#using-a-self-converter)4833      - [Создание собственного конвертера](https://python-all.ru/3.7/howto/clinic.html#writing-a-custom-converter)4834      - [Создание собственного конвертера возвращаемого значения](https://python-all.ru/3.7/howto/clinic.html#writing-a-custom-return-converter)4835      - [METH\_O и METH\_NOARGS](https://python-all.ru/3.7/howto/clinic.html#meth-o-and-meth-noargs)4836      - [Функции tp\_new и tp\_init](https://python-all.ru/3.7/howto/clinic.html#tp-new-and-tp-init-functions)4837      - [Изменение и перенаправление вывода Clinic](https://python-all.ru/3.7/howto/clinic.html#changing-and-redirecting-clinic-s-output)4838      - [Приём #ifdef](https://python-all.ru/3.7/howto/clinic.html#the-ifdef-trick)4839      - [Использование Argument Clinic в файлах Python](https://python-all.ru/3.7/howto/clinic.html#using-argument-clinic-in-python-files)4840  - [Инструментирование CPython с помощью DTrace и SystemTap](https://python-all.ru/3.7/howto/instrumentation.html)48414842    - [Включение статических маркеров](https://python-all.ru/3.7/howto/instrumentation.html#enabling-the-static-markers)4843    - [Статические зонды DTrace](https://python-all.ru/3.7/howto/instrumentation.html#static-dtrace-probes)4844    - [Статические маркеры SystemTap](https://python-all.ru/3.7/howto/instrumentation.html#static-systemtap-markers)4845    - [Доступные статические маркеры](https://python-all.ru/3.7/howto/instrumentation.html#available-static-markers)4846    - [Тэпсеты SystemTap](https://python-all.ru/3.7/howto/instrumentation.html#systemtap-tapsets)4847    - [Примеры](https://python-all.ru/3.7/howto/instrumentation.html#examples)4848- [Часто задаваемые вопросы по Python](https://python-all.ru/3.7/faq/index.html)48494850  - [Общие вопросы по Python](https://python-all.ru/3.7/faq/general.html)48514852    - [Общая информация](https://python-all.ru/3.7/faq/general.html#general-information)4853    - [Python в реальном мире](https://python-all.ru/3.7/faq/general.html#python-in-the-real-world)4854  - [Вопросы по программированию](https://python-all.ru/3.7/faq/programming.html)48554856    - [Общие вопросы](https://python-all.ru/3.7/faq/programming.html#general-questions)4857    - [Ядро языка](https://python-all.ru/3.7/faq/programming.html#core-language)4858    - [Числа и строки](https://python-all.ru/3.7/faq/programming.html#numbers-and-strings)4859    - [Производительность](https://python-all.ru/3.7/faq/programming.html#performance)4860    - [Последовательности (кортежи/списки)](https://python-all.ru/3.7/faq/programming.html#sequences-tuples-lists)4861    - [Объекты](https://python-all.ru/3.7/faq/programming.html#objects)4862    - [Модули](https://python-all.ru/3.7/faq/programming.html#modules)4863  - [Вопросы по дизайну и истории](https://python-all.ru/3.7/faq/design.html)48644865    - [Почему в Python для группировки инструкций используются отступы?](https://python-all.ru/3.7/faq/design.html#why-does-python-use-indentation-for-grouping-of-statements)4866    - [Почему при простых арифметических операциях получаются странные результаты?](https://python-all.ru/3.7/faq/design.html#why-am-i-getting-strange-results-with-simple-arithmetic-operations)4867    - [Почему вычисления с плавающей запятой такие неточные?](https://python-all.ru/3.7/faq/design.html#why-are-floating-point-calculations-so-inaccurate)4868    - [Почему строки в Python неизменяемы?](https://python-all.ru/3.7/faq/design.html#why-are-python-strings-immutable)4869    - [Почему self нужно явно указывать в определениях и вызовах методов?](https://python-all.ru/3.7/faq/design.html#why-must-self-be-used-explicitly-in-method-definitions-and-calls)4870    - [Почему в выражении нельзя использовать присваивание?](https://python-all.ru/3.7/faq/design.html#why-can-t-i-use-an-assignment-in-an-expression)4871    - [Почему в Python для одних возможностей используются методы (например, list.index()), а для других – функции (например, len(list))?](https://python-all.ru/3.7/faq/design.html#why-does-python-use-methods-for-some-functionality-e-g-list-index-but-functions-for-other-e-g-len-list)4872    - [Почему join() – метод строки, а не списка или кортежа?](https://python-all.ru/3.7/faq/design.html#why-is-join-a-string-method-instead-of-a-list-or-tuple-method)4873    - [Насколько быстры исключения?](https://python-all.ru/3.7/faq/design.html#how-fast-are-exceptions)4874    - [Почему в Python нет оператора switch или case?](https://python-all.ru/3.7/faq/design.html#why-isn-t-there-a-switch-or-case-statement-in-python)4875    - [Разве нельзя эмулировать потоки в интерпретаторе, вместо того чтобы полагаться на реализацию потоков, зависящую от ОС?](https://python-all.ru/3.7/faq/design.html#can-t-you-emulate-threads-in-the-interpreter-instead-of-relying-on-an-os-specific-thread-implementation)4876    - [Почему лямбда-выражения не могут содержать инструкции?](https://python-all.ru/3.7/faq/design.html#why-can-t-lambda-expressions-contain-statements)4877    - [Можно ли скомпилировать Python в машинный код, C или другой язык?](https://python-all.ru/3.7/faq/design.html#can-python-be-compiled-to-machine-code-c-or-some-other-language)4878    - [Как Python управляет памятью?](https://python-all.ru/3.7/faq/design.html#how-does-python-manage-memory)4879    - [Почему CPython не использует более традиционную схему сборки мусора?](https://python-all.ru/3.7/faq/design.html#why-doesn-t-cpython-use-a-more-traditional-garbage-collection-scheme)4880    - [Почему при завершении CPython освобождается не вся память?](https://python-all.ru/3.7/faq/design.html#why-isn-t-all-memory-freed-when-cpython-exits)4881    - [Почему существуют отдельные типы данных кортеж и список?](https://python-all.ru/3.7/faq/design.html#why-are-there-separate-tuple-and-list-data-types)4882    - [Как списки реализованы в CPython?](https://python-all.ru/3.7/faq/design.html#how-are-lists-implemented-in-cpython)4883    - [Как словари реализованы в CPython?](https://python-all.ru/3.7/faq/design.html#how-are-dictionaries-implemented-in-cpython)4884    - [Почему ключи словаря должны быть неизменяемыми?](https://python-all.ru/3.7/faq/design.html#why-must-dictionary-keys-be-immutable)4885    - [Почему list.sort() не возвращает отсортированный список?](https://python-all.ru/3.7/faq/design.html#why-doesn-t-list-sort-return-the-sorted-list)4886    - [Как задать и обеспечить соблюдение спецификации интерфейса в Python?](https://python-all.ru/3.7/faq/design.html#how-do-you-specify-and-enforce-an-interface-spec-in-python)4887    - [Почему нет goto?](https://python-all.ru/3.7/faq/design.html#why-is-there-no-goto)4888    - [Почему сырые строки (r-строки) не могут заканчиваться обратной косой чертой?](https://python-all.ru/3.7/faq/design.html#why-can-t-raw-strings-r-strings-end-with-a-backslash)4889    - [Почему в Python нет оператора with для присваивания атрибутов?](https://python-all.ru/3.7/faq/design.html#why-doesn-t-python-have-a-with-statement-for-attribute-assignments)4890    - [Почему в операторах if/while/def/class требуется двоеточие?](https://python-all.ru/3.7/faq/design.html#why-are-colons-required-for-the-if-while-def-class-statements)4891    - [Почему Python разрешает запятые в конце списков и кортежей?](https://python-all.ru/3.7/faq/design.html#why-does-python-allow-commas-at-the-end-of-lists-and-tuples)4892  - [FAQ по библиотекам и расширениям](https://python-all.ru/3.7/faq/library.html)48934894    - [Общие вопросы по библиотекам](https://python-all.ru/3.7/faq/library.html#general-library-questions)4895    - [Типовые задачи](https://python-all.ru/3.7/faq/library.html#common-tasks)4896    - [Потоки](https://python-all.ru/3.7/faq/library.html#threads)4897    - [Ввод и вывод](https://python-all.ru/3.7/faq/library.html#input-and-output)4898    - [Сетевое и интернет-программирование](https://python-all.ru/3.7/faq/library.html#network-internet-programming)4899    - [Базы данных](https://python-all.ru/3.7/faq/library.html#databases)4900    - [Математика и численные методы](https://python-all.ru/3.7/faq/library.html#mathematics-and-numerics)4901  - [FAQ по расширению и встраиванию](https://python-all.ru/3.7/faq/extending.html)49024903    - [Можно ли создавать собственные функции на C?](https://python-all.ru/3.7/faq/extending.html#can-i-create-my-own-functions-in-c)4904    - [Можно ли создавать собственные функции на C++?](https://python-all.ru/3.7/faq/extending.html#id1)4905    - [Писать на C сложно; есть ли альтернативы?](https://python-all.ru/3.7/faq/extending.html#writing-c-is-hard-are-there-any-alternatives)4906    - [Как выполнить произвольные инструкции Python из C?](https://python-all.ru/3.7/faq/extending.html#how-can-i-execute-arbitrary-python-statements-from-c)4907    - [Как вычислить произвольное выражение Python из C?](https://python-all.ru/3.7/faq/extending.html#how-can-i-evaluate-an-arbitrary-python-expression-from-c)4908    - [Как извлечь значения C из объекта Python?](https://python-all.ru/3.7/faq/extending.html#how-do-i-extract-c-values-from-a-python-object)4909    - [Как использовать Py\_BuildValue() для создания кортежа произвольной длины?](https://python-all.ru/3.7/faq/extending.html#how-do-i-use-py-buildvalue-to-create-a-tuple-of-arbitrary-length)4910    - [Как вызвать метод объекта из C?](https://python-all.ru/3.7/faq/extending.html#how-do-i-call-an-object-s-method-from-c)4911    - [Как перехватить вывод PyErr\_Print() (или любого другого вывода в stdout/stderr)?](https://python-all.ru/3.7/faq/extending.html#how-do-i-catch-the-output-from-pyerr-print-or-anything-that-prints-to-stdout-stderr)4912    - [Как получить доступ к модулю, написанному на Python, из C?](https://python-all.ru/3.7/faq/extending.html#how-do-i-access-a-module-written-in-python-from-c)4913    - [Как организовать взаимодействие с объектами C++ из Python?](https://python-all.ru/3.7/faq/extending.html#how-do-i-interface-to-c-objects-from-python)4914    - [Почему make завершается ошибкой после добавления модуля через файл Setup?](https://python-all.ru/3.7/faq/extending.html#i-added-a-module-using-the-setup-file-and-the-make-fails-why)4915    - [Как отлаживать расширение?](https://python-all.ru/3.7/faq/extending.html#how-do-i-debug-an-extension)4916    - [Почему при компиляции модуля Python в Linux отсутствуют некоторые файлы?](https://python-all.ru/3.7/faq/extending.html#i-want-to-compile-a-python-module-on-my-linux-system-but-some-files-are-missing-why)4917    - [Как отличить «неполный ввод» от «неверного ввода»?](https://python-all.ru/3.7/faq/extending.html#how-do-i-tell-incomplete-input-from-invalid-input)4918    - [Как найти неопределённые символы g++ \_\_builtin\_new или \_\_pure\_virtual?](https://python-all.ru/3.7/faq/extending.html#how-do-i-find-undefined-g-symbols-builtin-new-or-pure-virtual)4919    - [Можно ли создать класс объекта, в котором часть методов реализована на C, а часть – на Python (например, через наследование)?](https://python-all.ru/3.7/faq/extending.html#can-i-create-an-object-class-with-some-methods-implemented-in-c-and-others-in-python-e-g-through-inheritance)4920  - [FAQ по Python в Windows](https://python-all.ru/3.7/faq/windows.html)49214922    - [Как запустить программу Python в Windows?](https://python-all.ru/3.7/faq/windows.html#how-do-i-run-a-python-program-under-windows)4923    - [Как сделать скрипты Python исполняемыми?](https://python-all.ru/3.7/faq/windows.html#how-do-i-make-python-scripts-executable)4924    - [Почему Python иногда так долго запускается?](https://python-all.ru/3.7/faq/windows.html#why-does-python-sometimes-take-so-long-to-start)4925    - [Как создать исполняемый файл из скрипта Python?](https://python-all.ru/3.7/faq/windows.html#how-do-i-make-an-executable-from-a-python-script)4926    - [Является ли файл `*.pyd` тем же, что и DLL?](https://python-all.ru/3.7/faq/windows.html#is-a-pyd-file-the-same-as-a-dll)4927    - [Как встроить Python в приложение Windows?](https://python-all.ru/3.7/faq/windows.html#how-can-i-embed-python-into-a-windows-application)4928    - [Как запретить редакторам вставлять табуляцию в исходный код Python?](https://python-all.ru/3.7/faq/windows.html#how-do-i-keep-editors-from-inserting-tabs-into-my-python-source)4929    - [Как проверить нажатие клавиши без блокировки?](https://python-all.ru/3.7/faq/windows.html#how-do-i-check-for-a-keypress-without-blocking)4930  - [Часто задаваемые вопросы о графическом интерфейсе пользователя](https://python-all.ru/3.7/faq/gui.html)49314932    - [Общие вопросы по GUI](https://python-all.ru/3.7/faq/gui.html#general-gui-questions)4933    - [Какие существуют кроссплатформенные GUI-инструментарии для Python?](https://python-all.ru/3.7/faq/gui.html#what-platform-independent-gui-toolkits-exist-for-python)4934    - [Какие существуют платформозависимые GUI-инструментарии для Python?](https://python-all.ru/3.7/faq/gui.html#what-platform-specific-gui-toolkits-exist-for-python)4935    - [Вопросы по Tkinter](https://python-all.ru/3.7/faq/gui.html#tkinter-questions)4936  - [FAQ «Почему Python установлен на моём компьютере?»](https://python-all.ru/3.7/faq/installed.html)49374938    - [Что такое Python?](https://python-all.ru/3.7/faq/installed.html#what-is-python)4939    - [Почему Python установлен на моём компьютере?](https://python-all.ru/3.7/faq/installed.html#why-is-python-installed-on-my-machine)4940    - [Можно ли удалить Python?](https://python-all.ru/3.7/faq/installed.html#can-i-delete-python)4941- [Глоссарий](https://python-all.ru/3.7/glossary.html)4942- [Об этих документах](https://python-all.ru/3.7/about.html)49434944  - [Участники документации Python](https://python-all.ru/3.7/about.html#contributors-to-the-python-documentation)4945- [Работа с ошибками](https://python-all.ru/3.7/bugs.html)49464947  - [Ошибки в документации](https://python-all.ru/3.7/bugs.html#documentation-bugs)4948  - [Использование трекера задач Python](https://python-all.ru/3.7/bugs.html#using-the-python-issue-tracker)4949  - [Начало работы: участие в разработке Python](https://python-all.ru/3.7/bugs.html#getting-started-contributing-to-python-yourself)4950- [Авторские права](https://python-all.ru/3.7/copyright.html)4951- [История и лицензия](https://python-all.ru/3.7/license.html)49524953  - [История программного обеспечения](https://python-all.ru/3.7/license.html#history-of-the-software)4954  - [Условия доступа и использования Python](https://python-all.ru/3.7/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python)49554956    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ PSF ДЛЯ PYTHON 3.7.17](https://python-all.ru/3.7/license.html#psf-license-agreement-for-python-release)4957    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ BEOPEN.COM ДЛЯ PYTHON 2.0](https://python-all.ru/3.7/license.html#beopen-com-license-agreement-for-python-2-0)4958    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CNRI ДЛЯ PYTHON 1.6.1](https://python-all.ru/3.7/license.html#cnri-license-agreement-for-python-1-6-1)4959    - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CWI ДЛЯ PYTHON 0.9.0 – 1.2](https://python-all.ru/3.7/license.html#cwi-license-agreement-for-python-0-9-0-through-1-2)4960  - [Лицензии и благодарности для включённого программного обеспечения](https://python-all.ru/3.7/license.html#licenses-and-acknowledgements-for-incorporated-software)49614962    - [Вихрь Мерсенна](https://python-all.ru/3.7/license.html#mersenne-twister)4963    - [Сокеты](https://python-all.ru/3.7/license.html#sockets)4964    - [Асинхронные службы сокетов](https://python-all.ru/3.7/license.html#asynchronous-socket-services)4965    - [Управление cookie](https://python-all.ru/3.7/license.html#cookie-management)4966    - [Трассировка выполнения](https://python-all.ru/3.7/license.html#execution-tracing)4967    - [Функции UUencode и UUdecode](https://python-all.ru/3.7/license.html#uuencode-and-uudecode-functions)4968    - [XML-вызовы удалённых процедур](https://python-all.ru/3.7/license.html#xml-remote-procedure-calls)4969    - [test\_epoll](https://python-all.ru/3.7/license.html#test-epoll)4970    - [Select kqueue](https://python-all.ru/3.7/license.html#select-kqueue)4971    - [SipHash24](https://python-all.ru/3.7/license.html#siphash24)4972    - [strtod and dtoa](https://python-all.ru/3.7/license.html#strtod-and-dtoa)4973    - [OpenSSL](https://python-all.ru/3.7/license.html#openssl)4974    - [expat](https://python-all.ru/3.7/license.html#expat)4975    - [libffi](https://python-all.ru/3.7/license.html#libffi)4976    - [zlib](https://python-all.ru/3.7/license.html#zlib)4977    - [cfuhash](https://python-all.ru/3.7/license.html#cfuhash)4978    - [libmpdec](https://python-all.ru/3.7/license.html#libmpdec)4979