contents.md
1> **Источник:** https://python-all.ru/3.9/contents.html2>3> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.45---67# Содержание документации Python89- [Что нового в Python](https://python-all.ru/3.9/whatsnew/index.html)1011 - [Что нового в Python 3.9](https://python-all.ru/3.9/whatsnew/3.9.html)1213 - [Сводка – основные моменты выпуска](https://python-all.ru/3.9/whatsnew/3.9.html#summary-release-highlights)14 - [Следует проверить наличие DeprecationWarning в своём коде](https://python-all.ru/3.9/whatsnew/3.9.html#you-should-check-for-deprecationwarning-in-your-code)15 - [Новые возможности](https://python-all.ru/3.9/whatsnew/3.9.html#new-features)1617 - [Операторы слияния и обновления словарей](https://python-all.ru/3.9/whatsnew/3.9.html#dictionary-merge-update-operators)18 - [Новые строковые методы для удаления префиксов и суффиксов](https://python-all.ru/3.9/whatsnew/3.9.html#new-string-methods-to-remove-prefixes-and-suffixes)19 - [Обобщённые аннотации типов в стандартных коллекциях](https://python-all.ru/3.9/whatsnew/3.9.html#type-hinting-generics-in-standard-collections)20 - [Новый парсер](https://python-all.ru/3.9/whatsnew/3.9.html#new-parser)21 - [Прочие изменения языка](https://python-all.ru/3.9/whatsnew/3.9.html#other-language-changes)22 - [Новые модули](https://python-all.ru/3.9/whatsnew/3.9.html#new-modules)2324 - [zoneinfo](https://python-all.ru/3.9/whatsnew/3.9.html#zoneinfo)25 - [graphlib](https://python-all.ru/3.9/whatsnew/3.9.html#graphlib)26 - [Улучшенные модули](https://python-all.ru/3.9/whatsnew/3.9.html#improved-modules)2728 - [ast](https://python-all.ru/3.9/whatsnew/3.9.html#ast)29 - [asyncio](https://python-all.ru/3.9/whatsnew/3.9.html#asyncio)30 - [compileall](https://python-all.ru/3.9/whatsnew/3.9.html#compileall)31 - [concurrent.futures](https://python-all.ru/3.9/whatsnew/3.9.html#concurrent-futures)32 - [curses](https://python-all.ru/3.9/whatsnew/3.9.html#curses)33 - [datetime](https://python-all.ru/3.9/whatsnew/3.9.html#datetime)34 - [distutils](https://python-all.ru/3.9/whatsnew/3.9.html#distutils)35 - [fcntl](https://python-all.ru/3.9/whatsnew/3.9.html#fcntl)36 - [ftplib](https://python-all.ru/3.9/whatsnew/3.9.html#ftplib)37 - [gc](https://python-all.ru/3.9/whatsnew/3.9.html#gc)38 - [hashlib](https://python-all.ru/3.9/whatsnew/3.9.html#hashlib)39 - [http](https://python-all.ru/3.9/whatsnew/3.9.html#http)40 - [IDLE и idlelib](https://python-all.ru/3.9/whatsnew/3.9.html#idle-and-idlelib)41 - [imaplib](https://python-all.ru/3.9/whatsnew/3.9.html#imaplib)42 - [importlib](https://python-all.ru/3.9/whatsnew/3.9.html#importlib)43 - [inspect](https://python-all.ru/3.9/whatsnew/3.9.html#inspect)44 - [ipaddress](https://python-all.ru/3.9/whatsnew/3.9.html#ipaddress)45 - [math](https://python-all.ru/3.9/whatsnew/3.9.html#math)46 - [multiprocessing](https://python-all.ru/3.9/whatsnew/3.9.html#multiprocessing)47 - [nntplib](https://python-all.ru/3.9/whatsnew/3.9.html#nntplib)48 - [os](https://python-all.ru/3.9/whatsnew/3.9.html#os)49 - [pathlib](https://python-all.ru/3.9/whatsnew/3.9.html#pathlib)50 - [pdb](https://python-all.ru/3.9/whatsnew/3.9.html#pdb)51 - [poplib](https://python-all.ru/3.9/whatsnew/3.9.html#poplib)52 - [pprint](https://python-all.ru/3.9/whatsnew/3.9.html#pprint)53 - [pydoc](https://python-all.ru/3.9/whatsnew/3.9.html#pydoc)54 - [random](https://python-all.ru/3.9/whatsnew/3.9.html#random)55 - [signal](https://python-all.ru/3.9/whatsnew/3.9.html#signal)56 - [smtplib](https://python-all.ru/3.9/whatsnew/3.9.html#smtplib)57 - [сокет](https://python-all.ru/3.9/whatsnew/3.9.html#socket)58 - [time](https://python-all.ru/3.9/whatsnew/3.9.html#time)59 - [sys](https://python-all.ru/3.9/whatsnew/3.9.html#sys)60 - [tempfile](https://python-all.ru/3.9/whatsnew/3.9.html#tempfile)61 - [tracemalloc](https://python-all.ru/3.9/whatsnew/3.9.html#tracemalloc)62 - [typing](https://python-all.ru/3.9/whatsnew/3.9.html#typing)63 - [unicodedata](https://python-all.ru/3.9/whatsnew/3.9.html#unicodedata)64 - [venv](https://python-all.ru/3.9/whatsnew/3.9.html#venv)65 - [xml](https://python-all.ru/3.9/whatsnew/3.9.html#xml)66 - [Оптимизации](https://python-all.ru/3.9/whatsnew/3.9.html#optimizations)67 - [Устарело](https://python-all.ru/3.9/whatsnew/3.9.html#deprecated)68 - [Удалённое](https://python-all.ru/3.9/whatsnew/3.9.html#removed)69 - [Перенос на Python 3.9](https://python-all.ru/3.9/whatsnew/3.9.html#porting-to-python-3-9)7071 - [Изменения в Python API](https://python-all.ru/3.9/whatsnew/3.9.html#changes-in-the-python-api)72 - [Изменения в C API](https://python-all.ru/3.9/whatsnew/3.9.html#changes-in-the-c-api)73 - [Изменения байт-кода CPython](https://python-all.ru/3.9/whatsnew/3.9.html#cpython-bytecode-changes)74 - [Изменения сборки](https://python-all.ru/3.9/whatsnew/3.9.html#build-changes)75 - [Изменения C API](https://python-all.ru/3.9/whatsnew/3.9.html#c-api-changes)7677 - [Новые возможности](https://python-all.ru/3.9/whatsnew/3.9.html#id1)78 - [Перенос на Python 3.9](https://python-all.ru/3.9/whatsnew/3.9.html#id2)79 - [Удалённое](https://python-all.ru/3.9/whatsnew/3.9.html#id3)80 - [Заметные изменения в Python 3.9.1](https://python-all.ru/3.9/whatsnew/3.9.html#notable-changes-in-python-3-9-1)8182 - [typing](https://python-all.ru/3.9/whatsnew/3.9.html#id4)83 - [Поддержка macOS 11.0 (Big Sur) и Mac на Apple Silicon](https://python-all.ru/3.9/whatsnew/3.9.html#macos-11-0-big-sur-and-apple-silicon-mac-support)84 - [Заметные изменения в Python 3.9.2](https://python-all.ru/3.9/whatsnew/3.9.html#notable-changes-in-python-3-9-2)8586 - [collections.abc](https://python-all.ru/3.9/whatsnew/3.9.html#collections-abc)87 - [urllib.parse](https://python-all.ru/3.9/whatsnew/3.9.html#urllib-parse)88 - [Заметные изменения в Python 3.9.3](https://python-all.ru/3.9/whatsnew/3.9.html#notable-changes-in-python-3-9-3)89 - [Заметные изменения в Python 3.9.5](https://python-all.ru/3.9/whatsnew/3.9.html#notable-changes-in-python-3-9-5)9091 - [urllib.parse](https://python-all.ru/3.9/whatsnew/3.9.html#id5)92 - [Заметная функция безопасности в 3.9.14](https://python-all.ru/3.9/whatsnew/3.9.html#notable-security-feature-in-3-9-14)93 - [Notable Changes in 3.9.17](https://python-all.ru/3.9/whatsnew/3.9.html#notable-changes-in-3-9-17)9495 - [tarfile](https://python-all.ru/3.9/whatsnew/3.9.html#tarfile)96 - [Notable changes in 3.9.20](https://python-all.ru/3.9/whatsnew/3.9.html#notable-changes-in-3-9-20)9798 - [ipaddress](https://python-all.ru/3.9/whatsnew/3.9.html#id6)99 - [email](https://python-all.ru/3.9/whatsnew/3.9.html#email)100 - [Notable changes in 3.9.23](https://python-all.ru/3.9/whatsnew/3.9.html#notable-changes-in-3-9-23)101102 - [os.path](https://python-all.ru/3.9/whatsnew/3.9.html#os-path)103 - [tarfile](https://python-all.ru/3.9/whatsnew/3.9.html#id7)104 - [Что нового в Python 3.8](https://python-all.ru/3.9/whatsnew/3.8.html)105106 - [Сводка – основные моменты выпуска](https://python-all.ru/3.9/whatsnew/3.8.html#summary-release-highlights)107 - [Новые возможности](https://python-all.ru/3.9/whatsnew/3.8.html#new-features)108109 - [Присваивающие выражения](https://python-all.ru/3.9/whatsnew/3.8.html#assignment-expressions)110 - [Только позиционные параметры](https://python-all.ru/3.9/whatsnew/3.8.html#positional-only-parameters)111 - [Параллельный кэш файловой системы для скомпилированных файлов байт-кода](https://python-all.ru/3.9/whatsnew/3.8.html#parallel-filesystem-cache-for-compiled-bytecode-files)112 - [Отладочная сборка использует тот же ABI, что и релизная сборка](https://python-all.ru/3.9/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build)113 - [Поддержка f-строк `=` для самодокументируемых выражений и отладки](https://python-all.ru/3.9/whatsnew/3.8.html#f-strings-support-for-self-documenting-expressions-and-debugging)114 - [PEP 578: Хуки аудита времени выполнения Python](https://python-all.ru/3.9/whatsnew/3.8.html#pep-578-python-runtime-audit-hooks)115 - [PEP 587: Конфигурация инициализации Python](https://python-all.ru/3.9/whatsnew/3.8.html#pep-587-python-initialization-configuration)116 - [PEP 590: Vectorcall: быстрый протокол вызова для CPython](https://python-all.ru/3.9/whatsnew/3.8.html#pep-590-vectorcall-a-fast-calling-protocol-for-cpython)117 - [Протокол pickle 5 с внеполосными буферами данных](https://python-all.ru/3.9/whatsnew/3.8.html#pickle-protocol-5-with-out-of-band-data-buffers)118 - [Прочие изменения языка](https://python-all.ru/3.9/whatsnew/3.8.html#other-language-changes)119 - [Новые модули](https://python-all.ru/3.9/whatsnew/3.8.html#new-modules)120 - [Улучшенные модули](https://python-all.ru/3.9/whatsnew/3.8.html#improved-modules)121122 - [ast](https://python-all.ru/3.9/whatsnew/3.8.html#ast)123 - [asyncio](https://python-all.ru/3.9/whatsnew/3.8.html#asyncio)124 - [builtins](https://python-all.ru/3.9/whatsnew/3.8.html#builtins)125 - [collections](https://python-all.ru/3.9/whatsnew/3.8.html#collections)126 - [cProfile](https://python-all.ru/3.9/whatsnew/3.8.html#cprofile)127 - [csv](https://python-all.ru/3.9/whatsnew/3.8.html#csv)128 - [curses](https://python-all.ru/3.9/whatsnew/3.8.html#curses)129 - [ctypes](https://python-all.ru/3.9/whatsnew/3.8.html#ctypes)130 - [datetime](https://python-all.ru/3.9/whatsnew/3.8.html#datetime)131 - [functools](https://python-all.ru/3.9/whatsnew/3.8.html#functools)132 - [gc](https://python-all.ru/3.9/whatsnew/3.8.html#gc)133 - [gettext](https://python-all.ru/3.9/whatsnew/3.8.html#gettext)134 - [gzip](https://python-all.ru/3.9/whatsnew/3.8.html#gzip)135 - [IDLE и idlelib](https://python-all.ru/3.9/whatsnew/3.8.html#idle-and-idlelib)136 - [inspect](https://python-all.ru/3.9/whatsnew/3.8.html#inspect)137 - [io](https://python-all.ru/3.9/whatsnew/3.8.html#io)138 - [itertools](https://python-all.ru/3.9/whatsnew/3.8.html#itertools)139 - [json.tool](https://python-all.ru/3.9/whatsnew/3.8.html#json-tool)140 - [logging](https://python-all.ru/3.9/whatsnew/3.8.html#logging)141 - [math](https://python-all.ru/3.9/whatsnew/3.8.html#math)142 - [mmap](https://python-all.ru/3.9/whatsnew/3.8.html#mmap)143 - [multiprocessing](https://python-all.ru/3.9/whatsnew/3.8.html#multiprocessing)144 - [os](https://python-all.ru/3.9/whatsnew/3.8.html#os)145 - [os.path](https://python-all.ru/3.9/whatsnew/3.8.html#os-path)146 - [pathlib](https://python-all.ru/3.9/whatsnew/3.8.html#pathlib)147 - [pickle](https://python-all.ru/3.9/whatsnew/3.8.html#pickle)148 - [plistlib](https://python-all.ru/3.9/whatsnew/3.8.html#plistlib)149 - [pprint](https://python-all.ru/3.9/whatsnew/3.8.html#pprint)150 - [py\_compile](https://python-all.ru/3.9/whatsnew/3.8.html#py-compile)151 - [shlex](https://python-all.ru/3.9/whatsnew/3.8.html#shlex)152 - [shutil](https://python-all.ru/3.9/whatsnew/3.8.html#shutil)153 - [сокет](https://python-all.ru/3.9/whatsnew/3.8.html#socket)154 - [ssl](https://python-all.ru/3.9/whatsnew/3.8.html#ssl)155 - [statistics](https://python-all.ru/3.9/whatsnew/3.8.html#statistics)156 - [sys](https://python-all.ru/3.9/whatsnew/3.8.html#sys)157 - [tarfile](https://python-all.ru/3.9/whatsnew/3.8.html#tarfile)158 - [threading](https://python-all.ru/3.9/whatsnew/3.8.html#threading)159 - [tokenize](https://python-all.ru/3.9/whatsnew/3.8.html#tokenize)160 - [tkinter](https://python-all.ru/3.9/whatsnew/3.8.html#tkinter)161 - [time](https://python-all.ru/3.9/whatsnew/3.8.html#time)162 - [typing](https://python-all.ru/3.9/whatsnew/3.8.html#typing)163 - [unicodedata](https://python-all.ru/3.9/whatsnew/3.8.html#unicodedata)164 - [unittest](https://python-all.ru/3.9/whatsnew/3.8.html#unittest)165 - [venv](https://python-all.ru/3.9/whatsnew/3.8.html#venv)166 - [weakref](https://python-all.ru/3.9/whatsnew/3.8.html#weakref)167 - [xml](https://python-all.ru/3.9/whatsnew/3.8.html#xml)168 - [xmlrpc](https://python-all.ru/3.9/whatsnew/3.8.html#xmlrpc)169 - [Оптимизации](https://python-all.ru/3.9/whatsnew/3.8.html#optimizations)170 - [Изменения в сборке и C API](https://python-all.ru/3.9/whatsnew/3.8.html#build-and-c-api-changes)171 - [Устарело](https://python-all.ru/3.9/whatsnew/3.8.html#deprecated)172 - [Удаление API и возможностей](https://python-all.ru/3.9/whatsnew/3.8.html#api-and-feature-removals)173 - [Перенос на Python 3.8](https://python-all.ru/3.9/whatsnew/3.8.html#porting-to-python-3-8)174175 - [Изменения в поведении Python](https://python-all.ru/3.9/whatsnew/3.8.html#changes-in-python-behavior)176 - [Изменения в Python API](https://python-all.ru/3.9/whatsnew/3.8.html#changes-in-the-python-api)177 - [Изменения в C API](https://python-all.ru/3.9/whatsnew/3.8.html#changes-in-the-c-api)178 - [Изменения байт-кода CPython](https://python-all.ru/3.9/whatsnew/3.8.html#cpython-bytecode-changes)179 - [Демонстрации и инструменты](https://python-all.ru/3.9/whatsnew/3.8.html#demos-and-tools)180 - [Заметные изменения в Python 3.8.1](https://python-all.ru/3.9/whatsnew/3.8.html#notable-changes-in-python-3-8-1)181 - [Заметные изменения в Python 3.8.8](https://python-all.ru/3.9/whatsnew/3.8.html#notable-changes-in-python-3-8-8)182 - [Заметные изменения в Python 3.8.12](https://python-all.ru/3.9/whatsnew/3.8.html#notable-changes-in-python-3-8-12)183 - [Что нового в Python 3.7](https://python-all.ru/3.9/whatsnew/3.7.html)184185 - [Сводка – основные моменты выпуска](https://python-all.ru/3.9/whatsnew/3.7.html#summary-release-highlights)186 - [Новые возможности](https://python-all.ru/3.9/whatsnew/3.7.html#new-features)187188 - [PEP 563: Отложенная оценка аннотаций](https://python-all.ru/3.9/whatsnew/3.7.html#pep-563-postponed-evaluation-of-annotations)189 - [PEP 538: Приведение устаревшей C-локали](https://python-all.ru/3.9/whatsnew/3.7.html#pep-538-legacy-c-locale-coercion)190 - [PEP 540: Принудительный режим UTF-8 во время выполнения](https://python-all.ru/3.9/whatsnew/3.7.html#pep-540-forced-utf-8-runtime-mode)191 - [PEP 553: Встроенная функция `breakpoint()`](https://python-all.ru/3.9/whatsnew/3.7.html#pep-553-built-in-breakpoint)192 - [PEP 539: Новый C API для локального хранилища потоков](https://python-all.ru/3.9/whatsnew/3.7.html#pep-539-new-c-api-for-thread-local-storage)193 - [PEP 562: Настройка доступа к атрибутам модуля](https://python-all.ru/3.9/whatsnew/3.7.html#pep-562-customization-of-access-to-module-attributes)194 - [PEP 564: Новые функции времени с наносекундным разрешением](https://python-all.ru/3.9/whatsnew/3.7.html#pep-564-new-time-functions-with-nanosecond-resolution)195 - [PEP 565: Показывать DeprecationWarning в `__main__`](https://python-all.ru/3.9/whatsnew/3.7.html#pep-565-show-deprecationwarning-in-main)196 - [PEP 560: Базовая поддержка модуля `typing` и обобщённых типов](https://python-all.ru/3.9/whatsnew/3.7.html#pep-560-core-support-for-typing-module-and-generic-types)197 - [PEP 552: .pyc-файлы на основе хешей](https://python-all.ru/3.9/whatsnew/3.7.html#pep-552-hash-based-pyc-files)198 - [PEP 545: Переводы документации Python](https://python-all.ru/3.9/whatsnew/3.7.html#pep-545-python-documentation-translations)199 - [Режим разработки Python (-X dev)](https://python-all.ru/3.9/whatsnew/3.7.html#python-development-mode-x-dev)200 - [Прочие изменения языка](https://python-all.ru/3.9/whatsnew/3.7.html#other-language-changes)201 - [Новые модули](https://python-all.ru/3.9/whatsnew/3.7.html#new-modules)202203 - [contextvars](https://python-all.ru/3.9/whatsnew/3.7.html#contextvars)204 - [dataclasses](https://python-all.ru/3.9/whatsnew/3.7.html#dataclasses)205 - [importlib.resources](https://python-all.ru/3.9/whatsnew/3.7.html#importlib-resources)206 - [Улучшенные модули](https://python-all.ru/3.9/whatsnew/3.7.html#improved-modules)207208 - [argparse](https://python-all.ru/3.9/whatsnew/3.7.html#argparse)209 - [asyncio](https://python-all.ru/3.9/whatsnew/3.7.html#asyncio)210 - [binascii](https://python-all.ru/3.9/whatsnew/3.7.html#binascii)211 - [calendar](https://python-all.ru/3.9/whatsnew/3.7.html#calendar)212 - [collections](https://python-all.ru/3.9/whatsnew/3.7.html#collections)213 - [compileall](https://python-all.ru/3.9/whatsnew/3.7.html#compileall)214 - [concurrent.futures](https://python-all.ru/3.9/whatsnew/3.7.html#concurrent-futures)215 - [contextlib](https://python-all.ru/3.9/whatsnew/3.7.html#contextlib)216 - [cProfile](https://python-all.ru/3.9/whatsnew/3.7.html#cprofile)217 - [crypt](https://python-all.ru/3.9/whatsnew/3.7.html#crypt)218 - [datetime](https://python-all.ru/3.9/whatsnew/3.7.html#datetime)219 - [dbm](https://python-all.ru/3.9/whatsnew/3.7.html#dbm)220 - [decimal](https://python-all.ru/3.9/whatsnew/3.7.html#decimal)221 - [dis](https://python-all.ru/3.9/whatsnew/3.7.html#dis)222 - [distutils](https://python-all.ru/3.9/whatsnew/3.7.html#distutils)223 - [enum](https://python-all.ru/3.9/whatsnew/3.7.html#enum)224 - [functools](https://python-all.ru/3.9/whatsnew/3.7.html#functools)225 - [gc](https://python-all.ru/3.9/whatsnew/3.7.html#gc)226 - [hmac](https://python-all.ru/3.9/whatsnew/3.7.html#hmac)227 - [http.client](https://python-all.ru/3.9/whatsnew/3.7.html#http-client)228 - [http.server](https://python-all.ru/3.9/whatsnew/3.7.html#http-server)229 - [idlelib и IDLE](https://python-all.ru/3.9/whatsnew/3.7.html#idlelib-and-idle)230 - [importlib](https://python-all.ru/3.9/whatsnew/3.7.html#importlib)231 - [io](https://python-all.ru/3.9/whatsnew/3.7.html#io)232 - [ipaddress](https://python-all.ru/3.9/whatsnew/3.7.html#ipaddress)233 - [itertools](https://python-all.ru/3.9/whatsnew/3.7.html#itertools)234 - [locale](https://python-all.ru/3.9/whatsnew/3.7.html#locale)235 - [logging](https://python-all.ru/3.9/whatsnew/3.7.html#logging)236 - [math](https://python-all.ru/3.9/whatsnew/3.7.html#math)237 - [mimetypes](https://python-all.ru/3.9/whatsnew/3.7.html#mimetypes)238 - [msilib](https://python-all.ru/3.9/whatsnew/3.7.html#msilib)239 - [multiprocessing](https://python-all.ru/3.9/whatsnew/3.7.html#multiprocessing)240 - [os](https://python-all.ru/3.9/whatsnew/3.7.html#os)241 - [pathlib](https://python-all.ru/3.9/whatsnew/3.7.html#pathlib)242 - [pdb](https://python-all.ru/3.9/whatsnew/3.7.html#pdb)243 - [py\_compile](https://python-all.ru/3.9/whatsnew/3.7.html#py-compile)244 - [pydoc](https://python-all.ru/3.9/whatsnew/3.7.html#pydoc)245 - [очередь](https://python-all.ru/3.9/whatsnew/3.7.html#queue)246 - [re](https://python-all.ru/3.9/whatsnew/3.7.html#re)247 - [signal](https://python-all.ru/3.9/whatsnew/3.7.html#signal)248 - [сокет](https://python-all.ru/3.9/whatsnew/3.7.html#socket)249 - [socketserver](https://python-all.ru/3.9/whatsnew/3.7.html#socketserver)250 - [sqlite3](https://python-all.ru/3.9/whatsnew/3.7.html#sqlite3)251 - [ssl](https://python-all.ru/3.9/whatsnew/3.7.html#ssl)252 - [строка](https://python-all.ru/3.9/whatsnew/3.7.html#string)253 - [подпроцесс](https://python-all.ru/3.9/whatsnew/3.7.html#subprocess)254 - [sys](https://python-all.ru/3.9/whatsnew/3.7.html#sys)255 - [time](https://python-all.ru/3.9/whatsnew/3.7.html#time)256 - [tkinter](https://python-all.ru/3.9/whatsnew/3.7.html#tkinter)257 - [tracemalloc](https://python-all.ru/3.9/whatsnew/3.7.html#tracemalloc)258 - [типы](https://python-all.ru/3.9/whatsnew/3.7.html#types)259 - [unicodedata](https://python-all.ru/3.9/whatsnew/3.7.html#unicodedata)260 - [unittest](https://python-all.ru/3.9/whatsnew/3.7.html#unittest)261 - [unittest.mock](https://python-all.ru/3.9/whatsnew/3.7.html#unittest-mock)262 - [urllib.parse](https://python-all.ru/3.9/whatsnew/3.7.html#urllib-parse)263 - [uu](https://python-all.ru/3.9/whatsnew/3.7.html#uu)264 - [uuid](https://python-all.ru/3.9/whatsnew/3.7.html#uuid)265 - [warnings](https://python-all.ru/3.9/whatsnew/3.7.html#warnings)266 - [xml.etree](https://python-all.ru/3.9/whatsnew/3.7.html#xml-etree)267 - [xmlrpc.server](https://python-all.ru/3.9/whatsnew/3.7.html#xmlrpc-server)268 - [zipapp](https://python-all.ru/3.9/whatsnew/3.7.html#zipapp)269 - [zipfile](https://python-all.ru/3.9/whatsnew/3.7.html#zipfile)270 - [Изменения C API](https://python-all.ru/3.9/whatsnew/3.7.html#c-api-changes)271 - [Изменения сборки](https://python-all.ru/3.9/whatsnew/3.7.html#build-changes)272 - [Оптимизации](https://python-all.ru/3.9/whatsnew/3.7.html#optimizations)273 - [Прочие изменения реализации CPython](https://python-all.ru/3.9/whatsnew/3.7.html#other-cpython-implementation-changes)274 - [Устаревшее поведение Python](https://python-all.ru/3.9/whatsnew/3.7.html#deprecated-python-behavior)275 - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.9/whatsnew/3.7.html#deprecated-python-modules-functions-and-methods)276277 - [aifc](https://python-all.ru/3.9/whatsnew/3.7.html#aifc)278 - [asyncio](https://python-all.ru/3.9/whatsnew/3.7.html#whatsnew37-asyncio-deprecated)279 - [collections](https://python-all.ru/3.9/whatsnew/3.7.html#id3)280 - [dbm](https://python-all.ru/3.9/whatsnew/3.7.html#id4)281 - [enum](https://python-all.ru/3.9/whatsnew/3.7.html#id5)282 - [gettext](https://python-all.ru/3.9/whatsnew/3.7.html#gettext)283 - [importlib](https://python-all.ru/3.9/whatsnew/3.7.html#id6)284 - [locale](https://python-all.ru/3.9/whatsnew/3.7.html#id7)285 - [macpath](https://python-all.ru/3.9/whatsnew/3.7.html#macpath)286 - [threading](https://python-all.ru/3.9/whatsnew/3.7.html#threading)287 - [сокет](https://python-all.ru/3.9/whatsnew/3.7.html#id8)288 - [ssl](https://python-all.ru/3.9/whatsnew/3.7.html#id9)289 - [sunau](https://python-all.ru/3.9/whatsnew/3.7.html#sunau)290 - [sys](https://python-all.ru/3.9/whatsnew/3.7.html#id10)291 - [wave](https://python-all.ru/3.9/whatsnew/3.7.html#wave)292 - [Устаревшие функции и типы C API](https://python-all.ru/3.9/whatsnew/3.7.html#deprecated-functions-and-types-of-the-c-api)293 - [Удаление поддержки платформ](https://python-all.ru/3.9/whatsnew/3.7.html#platform-support-removals)294 - [Удаление API и возможностей](https://python-all.ru/3.9/whatsnew/3.7.html#api-and-feature-removals)295 - [Удаление модулей](https://python-all.ru/3.9/whatsnew/3.7.html#module-removals)296 - [Изменения только для Windows](https://python-all.ru/3.9/whatsnew/3.7.html#windows-only-changes)297 - [Перенос на Python 3.7](https://python-all.ru/3.9/whatsnew/3.7.html#porting-to-python-3-7)298299 - [Изменения в поведении Python](https://python-all.ru/3.9/whatsnew/3.7.html#changes-in-python-behavior)300 - [Изменения в Python API](https://python-all.ru/3.9/whatsnew/3.7.html#changes-in-the-python-api)301 - [Изменения в C API](https://python-all.ru/3.9/whatsnew/3.7.html#changes-in-the-c-api)302 - [Изменения байт-кода CPython](https://python-all.ru/3.9/whatsnew/3.7.html#cpython-bytecode-changes)303 - [Изменения только для Windows](https://python-all.ru/3.9/whatsnew/3.7.html#id12)304 - [Прочие изменения реализации CPython](https://python-all.ru/3.9/whatsnew/3.7.html#id13)305 - [Заметные изменения в Python 3.7.1](https://python-all.ru/3.9/whatsnew/3.7.html#notable-changes-in-python-3-7-1)306 - [Заметные изменения в Python 3.7.2](https://python-all.ru/3.9/whatsnew/3.7.html#notable-changes-in-python-3-7-2)307 - [Заметные изменения в Python 3.7.6](https://python-all.ru/3.9/whatsnew/3.7.html#notable-changes-in-python-3-7-6)308 - [Заметные изменения в Python 3.7.10](https://python-all.ru/3.9/whatsnew/3.7.html#notable-changes-in-python-3-7-10)309 - [Что нового в Python 3.6](https://python-all.ru/3.9/whatsnew/3.6.html)310311 - [Сводка – основные моменты выпуска](https://python-all.ru/3.9/whatsnew/3.6.html#summary-release-highlights)312 - [Новые возможности](https://python-all.ru/3.9/whatsnew/3.6.html#new-features)313314 - [PEP 498: Форматированные строковые литералы](https://python-all.ru/3.9/whatsnew/3.6.html#pep-498-formatted-string-literals)315 - [PEP 526: Синтаксис аннотаций переменных](https://python-all.ru/3.9/whatsnew/3.6.html#pep-526-syntax-for-variable-annotations)316 - [PEP 515: Подчёркивания в числовых литералах](https://python-all.ru/3.9/whatsnew/3.6.html#pep-515-underscores-in-numeric-literals)317 - [PEP 525: Асинхронные генераторы](https://python-all.ru/3.9/whatsnew/3.6.html#pep-525-asynchronous-generators)318 - [PEP 530: Асинхронные включения](https://python-all.ru/3.9/whatsnew/3.6.html#pep-530-asynchronous-comprehensions)319 - [PEP 487: Упрощённая настройка создания классов](https://python-all.ru/3.9/whatsnew/3.6.html#pep-487-simpler-customization-of-class-creation)320 - [PEP 487: Улучшения протокола дескрипторов](https://python-all.ru/3.9/whatsnew/3.6.html#pep-487-descriptor-protocol-enhancements)321 - [PEP 519: Добавление протокола пути файловой системы](https://python-all.ru/3.9/whatsnew/3.6.html#pep-519-adding-a-file-system-path-protocol)322 - [PEP 495: Устранение неоднозначности местного времени](https://python-all.ru/3.9/whatsnew/3.6.html#pep-495-local-time-disambiguation)323 - [PEP 529: Изменение кодировки файловой системы Windows на UTF-8](https://python-all.ru/3.9/whatsnew/3.6.html#pep-529-change-windows-filesystem-encoding-to-utf-8)324 - [PEP 528: Изменение кодировки консоли Windows на UTF-8](https://python-all.ru/3.9/whatsnew/3.6.html#pep-528-change-windows-console-encoding-to-utf-8)325 - [PEP 520: Сохранение порядка определения атрибутов класса](https://python-all.ru/3.9/whatsnew/3.6.html#pep-520-preserving-class-attribute-definition-order)326 - [PEP 468: Сохранение порядка именованных аргументов](https://python-all.ru/3.9/whatsnew/3.6.html#pep-468-preserving-keyword-argument-order)327 - [Новая реализация dict](https://python-all.ru/3.9/whatsnew/3.6.html#new-dict-implementation)328 - [PEP 523: Добавление API оценки фреймов в CPython](https://python-all.ru/3.9/whatsnew/3.6.html#pep-523-adding-a-frame-evaluation-api-to-cpython)329 - [Переменная окружения PYTHONMALLOC](https://python-all.ru/3.9/whatsnew/3.6.html#pythonmalloc-environment-variable)330 - [Поддержка трассировки DTrace и SystemTap](https://python-all.ru/3.9/whatsnew/3.6.html#dtrace-and-systemtap-probing-support)331 - [Прочие изменения языка](https://python-all.ru/3.9/whatsnew/3.6.html#other-language-changes)332 - [Новые модули](https://python-all.ru/3.9/whatsnew/3.6.html#new-modules)333334 - [secrets](https://python-all.ru/3.9/whatsnew/3.6.html#secrets)335 - [Улучшенные модули](https://python-all.ru/3.9/whatsnew/3.6.html#improved-modules)336337 - [array](https://python-all.ru/3.9/whatsnew/3.6.html#array)338 - [ast](https://python-all.ru/3.9/whatsnew/3.6.html#ast)339 - [asyncio](https://python-all.ru/3.9/whatsnew/3.6.html#asyncio)340 - [binascii](https://python-all.ru/3.9/whatsnew/3.6.html#binascii)341 - [cmath](https://python-all.ru/3.9/whatsnew/3.6.html#cmath)342 - [collections](https://python-all.ru/3.9/whatsnew/3.6.html#collections)343 - [concurrent.futures](https://python-all.ru/3.9/whatsnew/3.6.html#concurrent-futures)344 - [contextlib](https://python-all.ru/3.9/whatsnew/3.6.html#contextlib)345 - [datetime](https://python-all.ru/3.9/whatsnew/3.6.html#datetime)346 - [decimal](https://python-all.ru/3.9/whatsnew/3.6.html#decimal)347 - [distutils](https://python-all.ru/3.9/whatsnew/3.6.html#distutils)348 - [email](https://python-all.ru/3.9/whatsnew/3.6.html#email)349 - [encodings](https://python-all.ru/3.9/whatsnew/3.6.html#encodings)350 - [enum](https://python-all.ru/3.9/whatsnew/3.6.html#enum)351 - [faulthandler](https://python-all.ru/3.9/whatsnew/3.6.html#faulthandler)352 - [fileinput](https://python-all.ru/3.9/whatsnew/3.6.html#fileinput)353 - [hashlib](https://python-all.ru/3.9/whatsnew/3.6.html#hashlib)354 - [http.client](https://python-all.ru/3.9/whatsnew/3.6.html#http-client)355 - [idlelib и IDLE](https://python-all.ru/3.9/whatsnew/3.6.html#idlelib-and-idle)356 - [importlib](https://python-all.ru/3.9/whatsnew/3.6.html#importlib)357 - [inspect](https://python-all.ru/3.9/whatsnew/3.6.html#inspect)358 - [json](https://python-all.ru/3.9/whatsnew/3.6.html#json)359 - [logging](https://python-all.ru/3.9/whatsnew/3.6.html#logging)360 - [math](https://python-all.ru/3.9/whatsnew/3.6.html#math)361 - [multiprocessing](https://python-all.ru/3.9/whatsnew/3.6.html#multiprocessing)362 - [os](https://python-all.ru/3.9/whatsnew/3.6.html#os)363 - [pathlib](https://python-all.ru/3.9/whatsnew/3.6.html#pathlib)364 - [pdb](https://python-all.ru/3.9/whatsnew/3.6.html#pdb)365 - [pickle](https://python-all.ru/3.9/whatsnew/3.6.html#pickle)366 - [pickletools](https://python-all.ru/3.9/whatsnew/3.6.html#pickletools)367 - [pydoc](https://python-all.ru/3.9/whatsnew/3.6.html#pydoc)368 - [random](https://python-all.ru/3.9/whatsnew/3.6.html#random)369 - [re](https://python-all.ru/3.9/whatsnew/3.6.html#re)370 - [readline](https://python-all.ru/3.9/whatsnew/3.6.html#readline)371 - [rlcompleter](https://python-all.ru/3.9/whatsnew/3.6.html#rlcompleter)372 - [shlex](https://python-all.ru/3.9/whatsnew/3.6.html#shlex)373 - [site](https://python-all.ru/3.9/whatsnew/3.6.html#site)374 - [sqlite3](https://python-all.ru/3.9/whatsnew/3.6.html#sqlite3)375 - [сокет](https://python-all.ru/3.9/whatsnew/3.6.html#socket)376 - [socketserver](https://python-all.ru/3.9/whatsnew/3.6.html#socketserver)377 - [ssl](https://python-all.ru/3.9/whatsnew/3.6.html#ssl)378 - [statistics](https://python-all.ru/3.9/whatsnew/3.6.html#statistics)379 - [struct](https://python-all.ru/3.9/whatsnew/3.6.html#struct)380 - [подпроцесс](https://python-all.ru/3.9/whatsnew/3.6.html#subprocess)381 - [sys](https://python-all.ru/3.9/whatsnew/3.6.html#sys)382 - [telnetlib](https://python-all.ru/3.9/whatsnew/3.6.html#telnetlib)383 - [time](https://python-all.ru/3.9/whatsnew/3.6.html#time)384 - [timeit](https://python-all.ru/3.9/whatsnew/3.6.html#timeit)385 - [tkinter](https://python-all.ru/3.9/whatsnew/3.6.html#tkinter)386 - [traceback](https://python-all.ru/3.9/whatsnew/3.6.html#traceback)387 - [tracemalloc](https://python-all.ru/3.9/whatsnew/3.6.html#tracemalloc)388 - [typing](https://python-all.ru/3.9/whatsnew/3.6.html#typing)389 - [unicodedata](https://python-all.ru/3.9/whatsnew/3.6.html#unicodedata)390 - [unittest.mock](https://python-all.ru/3.9/whatsnew/3.6.html#unittest-mock)391 - [urllib.request](https://python-all.ru/3.9/whatsnew/3.6.html#urllib-request)392 - [urllib.robotparser](https://python-all.ru/3.9/whatsnew/3.6.html#urllib-robotparser)393 - [venv](https://python-all.ru/3.9/whatsnew/3.6.html#venv)394 - [warnings](https://python-all.ru/3.9/whatsnew/3.6.html#warnings)395 - [winreg](https://python-all.ru/3.9/whatsnew/3.6.html#winreg)396 - [winsound](https://python-all.ru/3.9/whatsnew/3.6.html#winsound)397 - [xmlrpc.client](https://python-all.ru/3.9/whatsnew/3.6.html#xmlrpc-client)398 - [zipfile](https://python-all.ru/3.9/whatsnew/3.6.html#zipfile)399 - [zlib](https://python-all.ru/3.9/whatsnew/3.6.html#zlib)400 - [Оптимизации](https://python-all.ru/3.9/whatsnew/3.6.html#optimizations)401 - [Изменения в сборке и C API](https://python-all.ru/3.9/whatsnew/3.6.html#build-and-c-api-changes)402 - [Прочие улучшения](https://python-all.ru/3.9/whatsnew/3.6.html#other-improvements)403 - [Устарело](https://python-all.ru/3.9/whatsnew/3.6.html#deprecated)404405 - [Новые ключевые слова](https://python-all.ru/3.9/whatsnew/3.6.html#new-keywords)406 - [Устаревшее поведение Python](https://python-all.ru/3.9/whatsnew/3.6.html#deprecated-python-behavior)407 - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.9/whatsnew/3.6.html#deprecated-python-modules-functions-and-methods)408409 - [asynchat](https://python-all.ru/3.9/whatsnew/3.6.html#asynchat)410 - [asyncore](https://python-all.ru/3.9/whatsnew/3.6.html#asyncore)411 - [dbm](https://python-all.ru/3.9/whatsnew/3.6.html#dbm)412 - [distutils](https://python-all.ru/3.9/whatsnew/3.6.html#id2)413 - [grp](https://python-all.ru/3.9/whatsnew/3.6.html#grp)414 - [importlib](https://python-all.ru/3.9/whatsnew/3.6.html#id3)415 - [os](https://python-all.ru/3.9/whatsnew/3.6.html#id4)416 - [re](https://python-all.ru/3.9/whatsnew/3.6.html#id5)417 - [ssl](https://python-all.ru/3.9/whatsnew/3.6.html#id6)418 - [tkinter](https://python-all.ru/3.9/whatsnew/3.6.html#id7)419 - [venv](https://python-all.ru/3.9/whatsnew/3.6.html#id8)420 - [Устаревшие функции и типы C API](https://python-all.ru/3.9/whatsnew/3.6.html#deprecated-functions-and-types-of-the-c-api)421 - [Устаревшие параметры сборки](https://python-all.ru/3.9/whatsnew/3.6.html#deprecated-build-options)422 - [Удалённое](https://python-all.ru/3.9/whatsnew/3.6.html#removed)423424 - [Удаление API и возможностей](https://python-all.ru/3.9/whatsnew/3.6.html#api-and-feature-removals)425 - [Перенос на Python 3.6](https://python-all.ru/3.9/whatsnew/3.6.html#porting-to-python-3-6)426427 - [Изменения в поведении команды python](https://python-all.ru/3.9/whatsnew/3.6.html#changes-in-python-command-behavior)428 - [Изменения в Python API](https://python-all.ru/3.9/whatsnew/3.6.html#changes-in-the-python-api)429 - [Изменения в C API](https://python-all.ru/3.9/whatsnew/3.6.html#changes-in-the-c-api)430 - [Изменения байт-кода CPython](https://python-all.ru/3.9/whatsnew/3.6.html#cpython-bytecode-changes)431 - [Заметные изменения в Python 3.6.2](https://python-all.ru/3.9/whatsnew/3.6.html#notable-changes-in-python-3-6-2)432433 - [Новая `make regen-all` цель сборки](https://python-all.ru/3.9/whatsnew/3.6.html#new-make-regen-all-build-target)434 - [Удаление `make touch` цели сборки](https://python-all.ru/3.9/whatsnew/3.6.html#removal-of-make-touch-build-target)435 - [Заметные изменения в Python 3.6.4](https://python-all.ru/3.9/whatsnew/3.6.html#notable-changes-in-python-3-6-4)436 - [Заметные изменения в Python 3.6.5](https://python-all.ru/3.9/whatsnew/3.6.html#notable-changes-in-python-3-6-5)437 - [Заметные изменения в Python 3.6.7](https://python-all.ru/3.9/whatsnew/3.6.html#notable-changes-in-python-3-6-7)438 - [Заметные изменения в Python 3.6.10](https://python-all.ru/3.9/whatsnew/3.6.html#notable-changes-in-python-3-6-10)439 - [Заметные изменения в Python 3.6.13](https://python-all.ru/3.9/whatsnew/3.6.html#notable-changes-in-python-3-6-13)440 - [Что нового в Python 3.5](https://python-all.ru/3.9/whatsnew/3.5.html)441442 - [Сводка – основные моменты выпуска](https://python-all.ru/3.9/whatsnew/3.5.html#summary-release-highlights)443 - [Новые возможности](https://python-all.ru/3.9/whatsnew/3.5.html#new-features)444445 - [PEP 492 - Корутины с синтаксисом async и await](https://python-all.ru/3.9/whatsnew/3.5.html#pep-492-coroutines-with-async-and-await-syntax)446 - [PEP 465 - Специализированный инфиксный оператор для матричного умножения](https://python-all.ru/3.9/whatsnew/3.5.html#pep-465-a-dedicated-infix-operator-for-matrix-multiplication)447 - [PEP 448 - Дополнительные обобщения распаковки](https://python-all.ru/3.9/whatsnew/3.5.html#pep-448-additional-unpacking-generalizations)448 - [PEP 461 - Поддержка %-форматирования для bytes и bytearray](https://python-all.ru/3.9/whatsnew/3.5.html#pep-461-percent-formatting-support-for-bytes-and-bytearray)449 - [PEP 484 - Аннотации типов](https://python-all.ru/3.9/whatsnew/3.5.html#pep-484-type-hints)450 - [PEP 471 - os.scandir() – улучшенный и более быстрый итератор каталогов](https://python-all.ru/3.9/whatsnew/3.5.html#pep-471-os-scandir-function-a-better-and-faster-directory-iterator)451 - [PEP 475: Повтор системных вызовов, завершающихся с EINTR](https://python-all.ru/3.9/whatsnew/3.5.html#pep-475-retry-system-calls-failing-with-eintr)452 - [PEP 479: Изменение обработки StopIteration внутри генераторов](https://python-all.ru/3.9/whatsnew/3.5.html#pep-479-change-stopiteration-handling-inside-generators)453 - [PEP 485: Функция для проверки приблизительного равенства](https://python-all.ru/3.9/whatsnew/3.5.html#pep-485-a-function-for-testing-approximate-equality)454 - [PEP 486: Информирование Python Launcher о виртуальных окружениях](https://python-all.ru/3.9/whatsnew/3.5.html#pep-486-make-the-python-launcher-aware-of-virtual-environments)455 - [PEP 488: Удаление PYO-файлов](https://python-all.ru/3.9/whatsnew/3.5.html#pep-488-elimination-of-pyo-files)456 - [PEP 489: Многофазная инициализация модулей расширения](https://python-all.ru/3.9/whatsnew/3.5.html#pep-489-multi-phase-extension-module-initialization)457 - [Прочие изменения языка](https://python-all.ru/3.9/whatsnew/3.5.html#other-language-changes)458 - [Новые модули](https://python-all.ru/3.9/whatsnew/3.5.html#new-modules)459460 - [typing](https://python-all.ru/3.9/whatsnew/3.5.html#typing)461 - [zipapp](https://python-all.ru/3.9/whatsnew/3.5.html#zipapp)462 - [Улучшенные модули](https://python-all.ru/3.9/whatsnew/3.5.html#improved-modules)463464 - [argparse](https://python-all.ru/3.9/whatsnew/3.5.html#argparse)465 - [asyncio](https://python-all.ru/3.9/whatsnew/3.5.html#asyncio)466 - [bz2](https://python-all.ru/3.9/whatsnew/3.5.html#bz2)467 - [cgi](https://python-all.ru/3.9/whatsnew/3.5.html#cgi)468 - [cmath](https://python-all.ru/3.9/whatsnew/3.5.html#cmath)469 - [код](https://python-all.ru/3.9/whatsnew/3.5.html#code)470 - [collections](https://python-all.ru/3.9/whatsnew/3.5.html#collections)471 - [collections.abc](https://python-all.ru/3.9/whatsnew/3.5.html#collections-abc)472 - [compileall](https://python-all.ru/3.9/whatsnew/3.5.html#compileall)473 - [concurrent.futures](https://python-all.ru/3.9/whatsnew/3.5.html#concurrent-futures)474 - [configparser](https://python-all.ru/3.9/whatsnew/3.5.html#configparser)475 - [contextlib](https://python-all.ru/3.9/whatsnew/3.5.html#contextlib)476 - [csv](https://python-all.ru/3.9/whatsnew/3.5.html#csv)477 - [curses](https://python-all.ru/3.9/whatsnew/3.5.html#curses)478 - [dbm](https://python-all.ru/3.9/whatsnew/3.5.html#dbm)479 - [difflib](https://python-all.ru/3.9/whatsnew/3.5.html#difflib)480 - [distutils](https://python-all.ru/3.9/whatsnew/3.5.html#distutils)481 - [doctest](https://python-all.ru/3.9/whatsnew/3.5.html#doctest)482 - [email](https://python-all.ru/3.9/whatsnew/3.5.html#email)483 - [enum](https://python-all.ru/3.9/whatsnew/3.5.html#enum)484 - [faulthandler](https://python-all.ru/3.9/whatsnew/3.5.html#faulthandler)485 - [functools](https://python-all.ru/3.9/whatsnew/3.5.html#functools)486 - [glob](https://python-all.ru/3.9/whatsnew/3.5.html#glob)487 - [gzip](https://python-all.ru/3.9/whatsnew/3.5.html#gzip)488 - [heapq](https://python-all.ru/3.9/whatsnew/3.5.html#heapq)489 - [http](https://python-all.ru/3.9/whatsnew/3.5.html#http)490 - [http.client](https://python-all.ru/3.9/whatsnew/3.5.html#http-client)491 - [idlelib и IDLE](https://python-all.ru/3.9/whatsnew/3.5.html#idlelib-and-idle)492 - [imaplib](https://python-all.ru/3.9/whatsnew/3.5.html#imaplib)493 - [imghdr](https://python-all.ru/3.9/whatsnew/3.5.html#imghdr)494 - [importlib](https://python-all.ru/3.9/whatsnew/3.5.html#importlib)495 - [inspect](https://python-all.ru/3.9/whatsnew/3.5.html#inspect)496 - [io](https://python-all.ru/3.9/whatsnew/3.5.html#io)497 - [ipaddress](https://python-all.ru/3.9/whatsnew/3.5.html#ipaddress)498 - [json](https://python-all.ru/3.9/whatsnew/3.5.html#json)499 - [linecache](https://python-all.ru/3.9/whatsnew/3.5.html#linecache)500 - [locale](https://python-all.ru/3.9/whatsnew/3.5.html#locale)501 - [logging](https://python-all.ru/3.9/whatsnew/3.5.html#logging)502 - [lzma](https://python-all.ru/3.9/whatsnew/3.5.html#lzma)503 - [math](https://python-all.ru/3.9/whatsnew/3.5.html#math)504 - [multiprocessing](https://python-all.ru/3.9/whatsnew/3.5.html#multiprocessing)505 - [оператор](https://python-all.ru/3.9/whatsnew/3.5.html#operator)506 - [os](https://python-all.ru/3.9/whatsnew/3.5.html#os)507 - [pathlib](https://python-all.ru/3.9/whatsnew/3.5.html#pathlib)508 - [pickle](https://python-all.ru/3.9/whatsnew/3.5.html#pickle)509 - [poplib](https://python-all.ru/3.9/whatsnew/3.5.html#poplib)510 - [re](https://python-all.ru/3.9/whatsnew/3.5.html#re)511 - [readline](https://python-all.ru/3.9/whatsnew/3.5.html#readline)512 - [selectors](https://python-all.ru/3.9/whatsnew/3.5.html#selectors)513 - [shutil](https://python-all.ru/3.9/whatsnew/3.5.html#shutil)514 - [signal](https://python-all.ru/3.9/whatsnew/3.5.html#signal)515 - [smtpd](https://python-all.ru/3.9/whatsnew/3.5.html#smtpd)516 - [smtplib](https://python-all.ru/3.9/whatsnew/3.5.html#smtplib)517 - [sndhdr](https://python-all.ru/3.9/whatsnew/3.5.html#sndhdr)518 - [сокет](https://python-all.ru/3.9/whatsnew/3.5.html#socket)519 - [ssl](https://python-all.ru/3.9/whatsnew/3.5.html#ssl)520521 - [Поддержка Memory BIO](https://python-all.ru/3.9/whatsnew/3.5.html#memory-bio-support)522 - [Поддержка согласования протокола прикладного уровня](https://python-all.ru/3.9/whatsnew/3.5.html#application-layer-protocol-negotiation-support)523 - [Прочие изменения](https://python-all.ru/3.9/whatsnew/3.5.html#other-changes)524 - [sqlite3](https://python-all.ru/3.9/whatsnew/3.5.html#sqlite3)525 - [подпроцесс](https://python-all.ru/3.9/whatsnew/3.5.html#subprocess)526 - [sys](https://python-all.ru/3.9/whatsnew/3.5.html#sys)527 - [sysconfig](https://python-all.ru/3.9/whatsnew/3.5.html#sysconfig)528 - [tarfile](https://python-all.ru/3.9/whatsnew/3.5.html#tarfile)529 - [threading](https://python-all.ru/3.9/whatsnew/3.5.html#threading)530 - [time](https://python-all.ru/3.9/whatsnew/3.5.html#time)531 - [timeit](https://python-all.ru/3.9/whatsnew/3.5.html#timeit)532 - [tkinter](https://python-all.ru/3.9/whatsnew/3.5.html#tkinter)533 - [traceback](https://python-all.ru/3.9/whatsnew/3.5.html#traceback)534 - [типы](https://python-all.ru/3.9/whatsnew/3.5.html#types)535 - [unicodedata](https://python-all.ru/3.9/whatsnew/3.5.html#unicodedata)536 - [unittest](https://python-all.ru/3.9/whatsnew/3.5.html#unittest)537 - [unittest.mock](https://python-all.ru/3.9/whatsnew/3.5.html#unittest-mock)538 - [urllib](https://python-all.ru/3.9/whatsnew/3.5.html#urllib)539 - [wsgiref](https://python-all.ru/3.9/whatsnew/3.5.html#wsgiref)540 - [xmlrpc](https://python-all.ru/3.9/whatsnew/3.5.html#xmlrpc)541 - [xml.sax](https://python-all.ru/3.9/whatsnew/3.5.html#xml-sax)542 - [zipfile](https://python-all.ru/3.9/whatsnew/3.5.html#zipfile)543 - [Другие изменения на уровне модулей](https://python-all.ru/3.9/whatsnew/3.5.html#other-module-level-changes)544 - [Оптимизации](https://python-all.ru/3.9/whatsnew/3.5.html#optimizations)545 - [Изменения в сборке и C API](https://python-all.ru/3.9/whatsnew/3.5.html#build-and-c-api-changes)546 - [Устарело](https://python-all.ru/3.9/whatsnew/3.5.html#deprecated)547548 - [Новые ключевые слова](https://python-all.ru/3.9/whatsnew/3.5.html#new-keywords)549 - [Устаревшее поведение Python](https://python-all.ru/3.9/whatsnew/3.5.html#deprecated-python-behavior)550 - [Неподдерживаемые операционные системы](https://python-all.ru/3.9/whatsnew/3.5.html#unsupported-operating-systems)551 - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.9/whatsnew/3.5.html#deprecated-python-modules-functions-and-methods)552 - [Удалённое](https://python-all.ru/3.9/whatsnew/3.5.html#removed)553554 - [Удаление API и возможностей](https://python-all.ru/3.9/whatsnew/3.5.html#api-and-feature-removals)555 - [Переход на Python 3.5](https://python-all.ru/3.9/whatsnew/3.5.html#porting-to-python-3-5)556557 - [Изменения в поведении Python](https://python-all.ru/3.9/whatsnew/3.5.html#changes-in-python-behavior)558 - [Изменения в Python API](https://python-all.ru/3.9/whatsnew/3.5.html#changes-in-the-python-api)559 - [Изменения в C API](https://python-all.ru/3.9/whatsnew/3.5.html#changes-in-the-c-api)560 - [Заметные изменения в Python 3.5.4](https://python-all.ru/3.9/whatsnew/3.5.html#notable-changes-in-python-3-5-4)561562 - [Новая `make regen-all` цель сборки](https://python-all.ru/3.9/whatsnew/3.5.html#new-make-regen-all-build-target)563 - [Удаление `make touch` цели сборки](https://python-all.ru/3.9/whatsnew/3.5.html#removal-of-make-touch-build-target)564 - [Что нового в Python 3.4](https://python-all.ru/3.9/whatsnew/3.4.html)565566 - [Сводка – основные моменты выпуска](https://python-all.ru/3.9/whatsnew/3.4.html#summary-release-highlights)567 - [Новые возможности](https://python-all.ru/3.9/whatsnew/3.4.html#new-features)568569 - [PEP 453: Явная начальная загрузка pip в установках Python](https://python-all.ru/3.9/whatsnew/3.4.html#pep-453-explicit-bootstrapping-of-pip-in-python-installations)570571 - [Автоматическая установка pip по умолчанию](https://python-all.ru/3.9/whatsnew/3.4.html#bootstrapping-pip-by-default)572 - [Изменения в документации](https://python-all.ru/3.9/whatsnew/3.4.html#documentation-changes)573 - [PEP 446: Вновь созданные файловые дескрипторы не наследуются](https://python-all.ru/3.9/whatsnew/3.4.html#pep-446-newly-created-file-descriptors-are-non-inheritable)574 - [Улучшения в обработке кодеков](https://python-all.ru/3.9/whatsnew/3.4.html#improvements-to-codec-handling)575 - [PEP 451: Тип ModuleSpec для системы импорта](https://python-all.ru/3.9/whatsnew/3.4.html#pep-451-a-modulespec-type-for-the-import-system)576 - [Прочие изменения языка](https://python-all.ru/3.9/whatsnew/3.4.html#other-language-changes)577 - [Новые модули](https://python-all.ru/3.9/whatsnew/3.4.html#new-modules)578579 - [asyncio](https://python-all.ru/3.9/whatsnew/3.4.html#asyncio)580 - [ensurepip](https://python-all.ru/3.9/whatsnew/3.4.html#ensurepip)581 - [enum](https://python-all.ru/3.9/whatsnew/3.4.html#enum)582 - [pathlib](https://python-all.ru/3.9/whatsnew/3.4.html#pathlib)583 - [selectors](https://python-all.ru/3.9/whatsnew/3.4.html#selectors)584 - [statistics](https://python-all.ru/3.9/whatsnew/3.4.html#statistics)585 - [tracemalloc](https://python-all.ru/3.9/whatsnew/3.4.html#tracemalloc)586 - [Улучшенные модули](https://python-all.ru/3.9/whatsnew/3.4.html#improved-modules)587588 - [abc](https://python-all.ru/3.9/whatsnew/3.4.html#abc)589 - [aifc](https://python-all.ru/3.9/whatsnew/3.4.html#aifc)590 - [argparse](https://python-all.ru/3.9/whatsnew/3.4.html#argparse)591 - [audioop](https://python-all.ru/3.9/whatsnew/3.4.html#audioop)592 - [base64](https://python-all.ru/3.9/whatsnew/3.4.html#base64)593 - [collections](https://python-all.ru/3.9/whatsnew/3.4.html#collections)594 - [colorsys](https://python-all.ru/3.9/whatsnew/3.4.html#colorsys)595 - [contextlib](https://python-all.ru/3.9/whatsnew/3.4.html#contextlib)596 - [dbm](https://python-all.ru/3.9/whatsnew/3.4.html#dbm)597 - [dis](https://python-all.ru/3.9/whatsnew/3.4.html#dis)598 - [doctest](https://python-all.ru/3.9/whatsnew/3.4.html#doctest)599 - [email](https://python-all.ru/3.9/whatsnew/3.4.html#email)600 - [filecmp](https://python-all.ru/3.9/whatsnew/3.4.html#filecmp)601 - [functools](https://python-all.ru/3.9/whatsnew/3.4.html#functools)602 - [gc](https://python-all.ru/3.9/whatsnew/3.4.html#gc)603 - [glob](https://python-all.ru/3.9/whatsnew/3.4.html#glob)604 - [hashlib](https://python-all.ru/3.9/whatsnew/3.4.html#hashlib)605 - [hmac](https://python-all.ru/3.9/whatsnew/3.4.html#hmac)606 - [html](https://python-all.ru/3.9/whatsnew/3.4.html#html)607 - [http](https://python-all.ru/3.9/whatsnew/3.4.html#http)608 - [idlelib и IDLE](https://python-all.ru/3.9/whatsnew/3.4.html#idlelib-and-idle)609 - [importlib](https://python-all.ru/3.9/whatsnew/3.4.html#importlib)610 - [inspect](https://python-all.ru/3.9/whatsnew/3.4.html#inspect)611 - [ipaddress](https://python-all.ru/3.9/whatsnew/3.4.html#ipaddress)612 - [logging](https://python-all.ru/3.9/whatsnew/3.4.html#logging)613 - [marshal](https://python-all.ru/3.9/whatsnew/3.4.html#marshal)614 - [mmap](https://python-all.ru/3.9/whatsnew/3.4.html#mmap)615 - [multiprocessing](https://python-all.ru/3.9/whatsnew/3.4.html#multiprocessing)616 - [оператор](https://python-all.ru/3.9/whatsnew/3.4.html#operator)617 - [os](https://python-all.ru/3.9/whatsnew/3.4.html#os)618 - [pdb](https://python-all.ru/3.9/whatsnew/3.4.html#pdb)619 - [pickle](https://python-all.ru/3.9/whatsnew/3.4.html#pickle)620 - [plistlib](https://python-all.ru/3.9/whatsnew/3.4.html#plistlib)621 - [poplib](https://python-all.ru/3.9/whatsnew/3.4.html#poplib)622 - [pprint](https://python-all.ru/3.9/whatsnew/3.4.html#pprint)623 - [pty](https://python-all.ru/3.9/whatsnew/3.4.html#pty)624 - [pydoc](https://python-all.ru/3.9/whatsnew/3.4.html#pydoc)625 - [re](https://python-all.ru/3.9/whatsnew/3.4.html#re)626 - [resource](https://python-all.ru/3.9/whatsnew/3.4.html#resource)627 - [select](https://python-all.ru/3.9/whatsnew/3.4.html#select)628 - [shelve](https://python-all.ru/3.9/whatsnew/3.4.html#shelve)629 - [shutil](https://python-all.ru/3.9/whatsnew/3.4.html#shutil)630 - [smtpd](https://python-all.ru/3.9/whatsnew/3.4.html#smtpd)631 - [smtplib](https://python-all.ru/3.9/whatsnew/3.4.html#smtplib)632 - [сокет](https://python-all.ru/3.9/whatsnew/3.4.html#socket)633 - [sqlite3](https://python-all.ru/3.9/whatsnew/3.4.html#sqlite3)634 - [ssl](https://python-all.ru/3.9/whatsnew/3.4.html#ssl)635 - [stat](https://python-all.ru/3.9/whatsnew/3.4.html#stat)636 - [struct](https://python-all.ru/3.9/whatsnew/3.4.html#struct)637 - [подпроцесс](https://python-all.ru/3.9/whatsnew/3.4.html#subprocess)638 - [sunau](https://python-all.ru/3.9/whatsnew/3.4.html#sunau)639 - [sys](https://python-all.ru/3.9/whatsnew/3.4.html#sys)640 - [tarfile](https://python-all.ru/3.9/whatsnew/3.4.html#tarfile)641 - [textwrap](https://python-all.ru/3.9/whatsnew/3.4.html#textwrap)642 - [threading](https://python-all.ru/3.9/whatsnew/3.4.html#threading)643 - [traceback](https://python-all.ru/3.9/whatsnew/3.4.html#traceback)644 - [типы](https://python-all.ru/3.9/whatsnew/3.4.html#types)645 - [urllib](https://python-all.ru/3.9/whatsnew/3.4.html#urllib)646 - [unittest](https://python-all.ru/3.9/whatsnew/3.4.html#unittest)647 - [venv](https://python-all.ru/3.9/whatsnew/3.4.html#venv)648 - [wave](https://python-all.ru/3.9/whatsnew/3.4.html#wave)649 - [weakref](https://python-all.ru/3.9/whatsnew/3.4.html#weakref)650 - [xml.etree](https://python-all.ru/3.9/whatsnew/3.4.html#xml-etree)651 - [zipfile](https://python-all.ru/3.9/whatsnew/3.4.html#zipfile)652 - [Изменения в реализации CPython](https://python-all.ru/3.9/whatsnew/3.4.html#cpython-implementation-changes)653654 - [PEP 445: Настройка аллокаторов памяти CPython](https://python-all.ru/3.9/whatsnew/3.4.html#pep-445-customization-of-cpython-memory-allocators)655 - [PEP 442: Безопасная финализация объектов](https://python-all.ru/3.9/whatsnew/3.4.html#pep-442-safe-object-finalization)656 - [PEP 456: Безопасный и взаимозаменяемый хеш-алгоритм](https://python-all.ru/3.9/whatsnew/3.4.html#pep-456-secure-and-interchangeable-hash-algorithm)657 - [PEP 436: Argument Clinic](https://python-all.ru/3.9/whatsnew/3.4.html#pep-436-argument-clinic)658 - [Прочие изменения в сборке и C API](https://python-all.ru/3.9/whatsnew/3.4.html#other-build-and-c-api-changes)659 - [Прочие улучшения](https://python-all.ru/3.9/whatsnew/3.4.html#other-improvements)660 - [Значительные оптимизации](https://python-all.ru/3.9/whatsnew/3.4.html#significant-optimizations)661 - [Устарело](https://python-all.ru/3.9/whatsnew/3.4.html#deprecated)662663 - [Устаревшие возможности в Python API](https://python-all.ru/3.9/whatsnew/3.4.html#deprecations-in-the-python-api)664 - [Устаревшие возможности](https://python-all.ru/3.9/whatsnew/3.4.html#deprecated-features)665 - [Удалённое](https://python-all.ru/3.9/whatsnew/3.4.html#removed)666667 - [Операционные системы, больше не поддерживаемые](https://python-all.ru/3.9/whatsnew/3.4.html#operating-systems-no-longer-supported)668 - [Удаление API и возможностей](https://python-all.ru/3.9/whatsnew/3.4.html#api-and-feature-removals)669 - [Очистка кода](https://python-all.ru/3.9/whatsnew/3.4.html#code-cleanups)670 - [Перенос на Python 3.4](https://python-all.ru/3.9/whatsnew/3.4.html#porting-to-python-3-4)671672 - [Изменения в поведении команды python](https://python-all.ru/3.9/whatsnew/3.4.html#changes-in-python-command-behavior)673 - [Изменения в Python API](https://python-all.ru/3.9/whatsnew/3.4.html#changes-in-the-python-api)674 - [Изменения в C API](https://python-all.ru/3.9/whatsnew/3.4.html#changes-in-the-c-api)675 - [Изменено в 3.4.3](https://python-all.ru/3.9/whatsnew/3.4.html#changed-in-3-4-3)676677 - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3.9/whatsnew/3.4.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)678 - [Что нового в Python 3.3](https://python-all.ru/3.9/whatsnew/3.3.html)679680 - [Сводка – основные моменты выпуска](https://python-all.ru/3.9/whatsnew/3.3.html#summary-release-highlights)681 - [PEP 405: Виртуальные окружения](https://python-all.ru/3.9/whatsnew/3.3.html#pep-405-virtual-environments)682 - [PEP 420: Неявные пакеты пространств имён](https://python-all.ru/3.9/whatsnew/3.3.html#pep-420-implicit-namespace-packages)683 - [PEP 3118: Новая реализация memoryview и документация протокола буферов](https://python-all.ru/3.9/whatsnew/3.3.html#pep-3118-new-memoryview-implementation-and-buffer-protocol-documentation)684685 - [Возможности](https://python-all.ru/3.9/whatsnew/3.3.html#features)686 - [Изменения API](https://python-all.ru/3.9/whatsnew/3.3.html#api-changes)687 - [PEP 393: Гибкое представление строк](https://python-all.ru/3.9/whatsnew/3.3.html#pep-393-flexible-string-representation)688689 - [Функциональность](https://python-all.ru/3.9/whatsnew/3.3.html#functionality)690 - [Производительность и потребление ресурсов](https://python-all.ru/3.9/whatsnew/3.3.html#performance-and-resource-usage)691 - [PEP 397: Средство запуска Python для Windows](https://python-all.ru/3.9/whatsnew/3.3.html#pep-397-python-launcher-for-windows)692 - [PEP 3151: Переработка иерархии исключений ОС и ввода-вывода](https://python-all.ru/3.9/whatsnew/3.3.html#pep-3151-reworking-the-os-and-io-exception-hierarchy)693 - [PEP 380: Синтаксис делегирования подгенератору](https://python-all.ru/3.9/whatsnew/3.3.html#pep-380-syntax-for-delegating-to-a-subgenerator)694 - [PEP 409: Подавление контекста исключения](https://python-all.ru/3.9/whatsnew/3.3.html#pep-409-suppressing-exception-context)695 - [PEP 414: Явные литералы Unicode](https://python-all.ru/3.9/whatsnew/3.3.html#pep-414-explicit-unicode-literals)696 - [PEP 3155: Квалифицированное имя для классов и функций](https://python-all.ru/3.9/whatsnew/3.3.html#pep-3155-qualified-name-for-classes-and-functions)697 - [PEP 412: Словарь с разделением ключей](https://python-all.ru/3.9/whatsnew/3.3.html#pep-412-key-sharing-dictionary)698 - [PEP 362: Объект сигнатуры функции](https://python-all.ru/3.9/whatsnew/3.3.html#pep-362-function-signature-object)699 - [PEP 421: Добавление sys.implementation](https://python-all.ru/3.9/whatsnew/3.3.html#pep-421-adding-sys-implementation)700701 - [SimpleNamespace](https://python-all.ru/3.9/whatsnew/3.3.html#simplenamespace)702 - [Использование importlib в качестве реализации импорта](https://python-all.ru/3.9/whatsnew/3.3.html#using-importlib-as-the-implementation-of-import)703704 - [Новые API](https://python-all.ru/3.9/whatsnew/3.3.html#new-apis)705 - [Заметные изменения](https://python-all.ru/3.9/whatsnew/3.3.html#visible-changes)706 - [Прочие изменения языка](https://python-all.ru/3.9/whatsnew/3.3.html#other-language-changes)707 - [Более детальная блокировка импорта](https://python-all.ru/3.9/whatsnew/3.3.html#a-finer-grained-import-lock)708 - [Встроенные функции и типы](https://python-all.ru/3.9/whatsnew/3.3.html#builtin-functions-and-types)709 - [Новые модули](https://python-all.ru/3.9/whatsnew/3.3.html#new-modules)710711 - [faulthandler](https://python-all.ru/3.9/whatsnew/3.3.html#faulthandler)712 - [ipaddress](https://python-all.ru/3.9/whatsnew/3.3.html#ipaddress)713 - [lzma](https://python-all.ru/3.9/whatsnew/3.3.html#lzma)714 - [Улучшенные модули](https://python-all.ru/3.9/whatsnew/3.3.html#improved-modules)715716 - [abc](https://python-all.ru/3.9/whatsnew/3.3.html#abc)717 - [array](https://python-all.ru/3.9/whatsnew/3.3.html#array)718 - [base64](https://python-all.ru/3.9/whatsnew/3.3.html#base64)719 - [binascii](https://python-all.ru/3.9/whatsnew/3.3.html#binascii)720 - [bz2](https://python-all.ru/3.9/whatsnew/3.3.html#bz2)721 - [codecs](https://python-all.ru/3.9/whatsnew/3.3.html#codecs)722 - [collections](https://python-all.ru/3.9/whatsnew/3.3.html#collections)723 - [contextlib](https://python-all.ru/3.9/whatsnew/3.3.html#contextlib)724 - [crypt](https://python-all.ru/3.9/whatsnew/3.3.html#crypt)725 - [curses](https://python-all.ru/3.9/whatsnew/3.3.html#curses)726 - [datetime](https://python-all.ru/3.9/whatsnew/3.3.html#datetime)727 - [decimal](https://python-all.ru/3.9/whatsnew/3.3.html#decimal)728729 - [Возможности](https://python-all.ru/3.9/whatsnew/3.3.html#id1)730 - [Изменения API](https://python-all.ru/3.9/whatsnew/3.3.html#id2)731 - [email](https://python-all.ru/3.9/whatsnew/3.3.html#email)732733 - [Каркас политик](https://python-all.ru/3.9/whatsnew/3.3.html#policy-framework)734 - [Временная политика с новым API заголовков](https://python-all.ru/3.9/whatsnew/3.3.html#provisional-policy-with-new-header-api)735 - [Другие изменения API](https://python-all.ru/3.9/whatsnew/3.3.html#other-api-changes)736 - [ftplib](https://python-all.ru/3.9/whatsnew/3.3.html#ftplib)737 - [functools](https://python-all.ru/3.9/whatsnew/3.3.html#functools)738 - [gc](https://python-all.ru/3.9/whatsnew/3.3.html#gc)739 - [hmac](https://python-all.ru/3.9/whatsnew/3.3.html#hmac)740 - [http](https://python-all.ru/3.9/whatsnew/3.3.html#http)741 - [html](https://python-all.ru/3.9/whatsnew/3.3.html#html)742 - [imaplib](https://python-all.ru/3.9/whatsnew/3.3.html#imaplib)743 - [inspect](https://python-all.ru/3.9/whatsnew/3.3.html#inspect)744 - [io](https://python-all.ru/3.9/whatsnew/3.3.html#io)745 - [itertools](https://python-all.ru/3.9/whatsnew/3.3.html#itertools)746 - [logging](https://python-all.ru/3.9/whatsnew/3.3.html#logging)747 - [math](https://python-all.ru/3.9/whatsnew/3.3.html#math)748 - [mmap](https://python-all.ru/3.9/whatsnew/3.3.html#mmap)749 - [multiprocessing](https://python-all.ru/3.9/whatsnew/3.3.html#multiprocessing)750 - [nntplib](https://python-all.ru/3.9/whatsnew/3.3.html#nntplib)751 - [os](https://python-all.ru/3.9/whatsnew/3.3.html#os)752 - [pdb](https://python-all.ru/3.9/whatsnew/3.3.html#pdb)753 - [pickle](https://python-all.ru/3.9/whatsnew/3.3.html#pickle)754 - [pydoc](https://python-all.ru/3.9/whatsnew/3.3.html#pydoc)755 - [re](https://python-all.ru/3.9/whatsnew/3.3.html#re)756 - [sched](https://python-all.ru/3.9/whatsnew/3.3.html#sched)757 - [select](https://python-all.ru/3.9/whatsnew/3.3.html#select)758 - [shlex](https://python-all.ru/3.9/whatsnew/3.3.html#shlex)759 - [shutil](https://python-all.ru/3.9/whatsnew/3.3.html#shutil)760 - [signal](https://python-all.ru/3.9/whatsnew/3.3.html#signal)761 - [smtpd](https://python-all.ru/3.9/whatsnew/3.3.html#smtpd)762 - [smtplib](https://python-all.ru/3.9/whatsnew/3.3.html#smtplib)763 - [сокет](https://python-all.ru/3.9/whatsnew/3.3.html#socket)764 - [socketserver](https://python-all.ru/3.9/whatsnew/3.3.html#socketserver)765 - [sqlite3](https://python-all.ru/3.9/whatsnew/3.3.html#sqlite3)766 - [ssl](https://python-all.ru/3.9/whatsnew/3.3.html#ssl)767 - [stat](https://python-all.ru/3.9/whatsnew/3.3.html#stat)768 - [struct](https://python-all.ru/3.9/whatsnew/3.3.html#struct)769 - [подпроцесс](https://python-all.ru/3.9/whatsnew/3.3.html#subprocess)770 - [sys](https://python-all.ru/3.9/whatsnew/3.3.html#sys)771 - [tarfile](https://python-all.ru/3.9/whatsnew/3.3.html#tarfile)772 - [tempfile](https://python-all.ru/3.9/whatsnew/3.3.html#tempfile)773 - [textwrap](https://python-all.ru/3.9/whatsnew/3.3.html#textwrap)774 - [threading](https://python-all.ru/3.9/whatsnew/3.3.html#threading)775 - [time](https://python-all.ru/3.9/whatsnew/3.3.html#time)776 - [типы](https://python-all.ru/3.9/whatsnew/3.3.html#types)777 - [unittest](https://python-all.ru/3.9/whatsnew/3.3.html#unittest)778 - [urllib](https://python-all.ru/3.9/whatsnew/3.3.html#urllib)779 - [webbrowser](https://python-all.ru/3.9/whatsnew/3.3.html#webbrowser)780 - [xml.etree.ElementTree](https://python-all.ru/3.9/whatsnew/3.3.html#xml-etree-elementtree)781 - [zlib](https://python-all.ru/3.9/whatsnew/3.3.html#zlib)782 - [Оптимизации](https://python-all.ru/3.9/whatsnew/3.3.html#optimizations)783 - [Изменения в сборке и C API](https://python-all.ru/3.9/whatsnew/3.3.html#build-and-c-api-changes)784 - [Устарело](https://python-all.ru/3.9/whatsnew/3.3.html#deprecated)785786 - [Неподдерживаемые операционные системы](https://python-all.ru/3.9/whatsnew/3.3.html#unsupported-operating-systems)787 - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.9/whatsnew/3.3.html#deprecated-python-modules-functions-and-methods)788 - [Устаревшие функции и типы C API](https://python-all.ru/3.9/whatsnew/3.3.html#deprecated-functions-and-types-of-the-c-api)789 - [Устаревшие возможности](https://python-all.ru/3.9/whatsnew/3.3.html#deprecated-features)790 - [Портирование на Python 3.3](https://python-all.ru/3.9/whatsnew/3.3.html#porting-to-python-3-3)791792 - [Перенос кода Python](https://python-all.ru/3.9/whatsnew/3.3.html#porting-python-code)793 - [Перенос кода C](https://python-all.ru/3.9/whatsnew/3.3.html#porting-c-code)794 - [Сборка расширений на C](https://python-all.ru/3.9/whatsnew/3.3.html#building-c-extensions)795 - [Изменения параметров командной строки](https://python-all.ru/3.9/whatsnew/3.3.html#command-line-switch-changes)796 - [Что нового в Python 3.2](https://python-all.ru/3.9/whatsnew/3.2.html)797798 - [PEP 384: Определение стабильного ABI](https://python-all.ru/3.9/whatsnew/3.2.html#pep-384-defining-a-stable-abi)799 - [PEP 389: Модуль разбора командной строки argparse](https://python-all.ru/3.9/whatsnew/3.2.html#pep-389-argparse-command-line-parsing-module)800 - [PEP 391: Конфигурация логирования на основе словарей](https://python-all.ru/3.9/whatsnew/3.2.html#pep-391-dictionary-based-configuration-for-logging)801 - [PEP 3148: Модуль `concurrent.futures`](https://python-all.ru/3.9/whatsnew/3.2.html#pep-3148-the-concurrent-futures-module)802 - [PEP 3147: Каталоги репозитория PYC](https://python-all.ru/3.9/whatsnew/3.2.html#pep-3147-pyc-repository-directories)803 - [PEP 3149: Файлы .so с тегом версии ABI](https://python-all.ru/3.9/whatsnew/3.2.html#pep-3149-abi-version-tagged-so-files)804 - [PEP 3333: Интерфейс шлюза веб-сервера Python v1.0.1](https://python-all.ru/3.9/whatsnew/3.2.html#pep-3333-python-web-server-gateway-interface-v1-0-1)805 - [Прочие изменения языка](https://python-all.ru/3.9/whatsnew/3.2.html#other-language-changes)806 - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.9/whatsnew/3.2.html#new-improved-and-deprecated-modules)807808 - [email](https://python-all.ru/3.9/whatsnew/3.2.html#email)809 - [elementtree](https://python-all.ru/3.9/whatsnew/3.2.html#elementtree)810 - [functools](https://python-all.ru/3.9/whatsnew/3.2.html#functools)811 - [itertools](https://python-all.ru/3.9/whatsnew/3.2.html#itertools)812 - [collections](https://python-all.ru/3.9/whatsnew/3.2.html#collections)813 - [threading](https://python-all.ru/3.9/whatsnew/3.2.html#threading)814 - [datetime и time](https://python-all.ru/3.9/whatsnew/3.2.html#datetime-and-time)815 - [math](https://python-all.ru/3.9/whatsnew/3.2.html#math)816 - [abc](https://python-all.ru/3.9/whatsnew/3.2.html#abc)817 - [io](https://python-all.ru/3.9/whatsnew/3.2.html#io)818 - [reprlib](https://python-all.ru/3.9/whatsnew/3.2.html#reprlib)819 - [logging](https://python-all.ru/3.9/whatsnew/3.2.html#logging)820 - [csv](https://python-all.ru/3.9/whatsnew/3.2.html#csv)821 - [contextlib](https://python-all.ru/3.9/whatsnew/3.2.html#contextlib)822 - [decimal и fractions](https://python-all.ru/3.9/whatsnew/3.2.html#decimal-and-fractions)823 - [ftp](https://python-all.ru/3.9/whatsnew/3.2.html#ftp)824 - [popen](https://python-all.ru/3.9/whatsnew/3.2.html#popen)825 - [select](https://python-all.ru/3.9/whatsnew/3.2.html#select)826 - [gzip и zipfile](https://python-all.ru/3.9/whatsnew/3.2.html#gzip-and-zipfile)827 - [tarfile](https://python-all.ru/3.9/whatsnew/3.2.html#tarfile)828 - [hashlib](https://python-all.ru/3.9/whatsnew/3.2.html#hashlib)829 - [ast](https://python-all.ru/3.9/whatsnew/3.2.html#ast)830 - [os](https://python-all.ru/3.9/whatsnew/3.2.html#os)831 - [shutil](https://python-all.ru/3.9/whatsnew/3.2.html#shutil)832 - [sqlite3](https://python-all.ru/3.9/whatsnew/3.2.html#sqlite3)833 - [html](https://python-all.ru/3.9/whatsnew/3.2.html#html)834 - [сокет](https://python-all.ru/3.9/whatsnew/3.2.html#socket)835 - [ssl](https://python-all.ru/3.9/whatsnew/3.2.html#ssl)836 - [nntp](https://python-all.ru/3.9/whatsnew/3.2.html#nntp)837 - [сертификаты](https://python-all.ru/3.9/whatsnew/3.2.html#certificates)838 - [imaplib](https://python-all.ru/3.9/whatsnew/3.2.html#imaplib)839 - [http.client](https://python-all.ru/3.9/whatsnew/3.2.html#http-client)840 - [unittest](https://python-all.ru/3.9/whatsnew/3.2.html#unittest)841 - [random](https://python-all.ru/3.9/whatsnew/3.2.html#random)842 - [poplib](https://python-all.ru/3.9/whatsnew/3.2.html#poplib)843 - [asyncore](https://python-all.ru/3.9/whatsnew/3.2.html#asyncore)844 - [tempfile](https://python-all.ru/3.9/whatsnew/3.2.html#tempfile)845 - [inspect](https://python-all.ru/3.9/whatsnew/3.2.html#inspect)846 - [pydoc](https://python-all.ru/3.9/whatsnew/3.2.html#pydoc)847 - [dis](https://python-all.ru/3.9/whatsnew/3.2.html#dis)848 - [dbm](https://python-all.ru/3.9/whatsnew/3.2.html#dbm)849 - [ctypes](https://python-all.ru/3.9/whatsnew/3.2.html#ctypes)850 - [site](https://python-all.ru/3.9/whatsnew/3.2.html#site)851 - [sysconfig](https://python-all.ru/3.9/whatsnew/3.2.html#sysconfig)852 - [pdb](https://python-all.ru/3.9/whatsnew/3.2.html#pdb)853 - [configparser](https://python-all.ru/3.9/whatsnew/3.2.html#configparser)854 - [urllib.parse](https://python-all.ru/3.9/whatsnew/3.2.html#urllib-parse)855 - [mailbox](https://python-all.ru/3.9/whatsnew/3.2.html#mailbox)856 - [turtledemo](https://python-all.ru/3.9/whatsnew/3.2.html#turtledemo)857 - [Многопоточность](https://python-all.ru/3.9/whatsnew/3.2.html#multi-threading)858 - [Оптимизации](https://python-all.ru/3.9/whatsnew/3.2.html#optimizations)859 - [Юникод](https://python-all.ru/3.9/whatsnew/3.2.html#unicode)860 - [Кодеки](https://python-all.ru/3.9/whatsnew/3.2.html#codecs)861 - [Документация](https://python-all.ru/3.9/whatsnew/3.2.html#documentation)862 - [IDLE](https://python-all.ru/3.9/whatsnew/3.2.html#idle)863 - [Репозиторий кода](https://python-all.ru/3.9/whatsnew/3.2.html#code-repository)864 - [Изменения в сборке и C API](https://python-all.ru/3.9/whatsnew/3.2.html#build-and-c-api-changes)865 - [Переход на Python 3.2](https://python-all.ru/3.9/whatsnew/3.2.html#porting-to-python-3-2)866 - [Что нового в Python 3.1](https://python-all.ru/3.9/whatsnew/3.1.html)867868 - [PEP 372: Упорядоченные словари](https://python-all.ru/3.9/whatsnew/3.1.html#pep-372-ordered-dictionaries)869 - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.9/whatsnew/3.1.html#pep-378-format-specifier-for-thousands-separator)870 - [Прочие изменения языка](https://python-all.ru/3.9/whatsnew/3.1.html#other-language-changes)871 - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.9/whatsnew/3.1.html#new-improved-and-deprecated-modules)872 - [Оптимизации](https://python-all.ru/3.9/whatsnew/3.1.html#optimizations)873 - [IDLE](https://python-all.ru/3.9/whatsnew/3.1.html#idle)874 - [Изменения в сборке и C API](https://python-all.ru/3.9/whatsnew/3.1.html#build-and-c-api-changes)875 - [Переход на Python 3.1](https://python-all.ru/3.9/whatsnew/3.1.html#porting-to-python-3-1)876 - [Что нового в Python 3.0](https://python-all.ru/3.9/whatsnew/3.0.html)877878 - [Типичные трудности](https://python-all.ru/3.9/whatsnew/3.0.html#common-stumbling-blocks)879880 - [Print – это функция](https://python-all.ru/3.9/whatsnew/3.0.html#print-is-a-function)881 - [Представления и итераторы вместо списков](https://python-all.ru/3.9/whatsnew/3.0.html#views-and-iterators-instead-of-lists)882 - [Сравнение на упорядочивание](https://python-all.ru/3.9/whatsnew/3.0.html#ordering-comparisons)883 - [Целые числа](https://python-all.ru/3.9/whatsnew/3.0.html#integers)884 - [Текст против данных: вместо Unicode и 8-битных строк](https://python-all.ru/3.9/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit)885 - [Обзор изменений синтаксиса](https://python-all.ru/3.9/whatsnew/3.0.html#overview-of-syntax-changes)886887 - [Новый синтаксис](https://python-all.ru/3.9/whatsnew/3.0.html#new-syntax)888 - [Изменённый синтаксис](https://python-all.ru/3.9/whatsnew/3.0.html#changed-syntax)889 - [Удалённый синтаксис](https://python-all.ru/3.9/whatsnew/3.0.html#removed-syntax)890 - [Изменения, уже присутствовавшие в Python 2.6](https://python-all.ru/3.9/whatsnew/3.0.html#changes-already-present-in-python-2-6)891 - [Изменения в библиотеке](https://python-all.ru/3.9/whatsnew/3.0.html#library-changes)892 - [**PEP 3101**: Новый подход к форматированию строк](https://python-all.ru/3.9/whatsnew/3.0.html#pep-3101-a-new-approach-to-string-formatting)893 - [Изменения в исключениях](https://python-all.ru/3.9/whatsnew/3.0.html#changes-to-exceptions)894 - [Прочие изменения](https://python-all.ru/3.9/whatsnew/3.0.html#miscellaneous-other-changes)895896 - [Операторы и специальные методы](https://python-all.ru/3.9/whatsnew/3.0.html#operators-and-special-methods)897 - [Встроенные функции](https://python-all.ru/3.9/whatsnew/3.0.html#builtins)898 - [Изменения в сборке и C API](https://python-all.ru/3.9/whatsnew/3.0.html#build-and-c-api-changes)899 - [Производительность](https://python-all.ru/3.9/whatsnew/3.0.html#performance)900 - [Переход на Python 3.0](https://python-all.ru/3.9/whatsnew/3.0.html#porting-to-python-3-0)901 - [Что нового в Python 2.7](https://python-all.ru/3.9/whatsnew/2.7.html)902903 - [Будущее Python 2.x](https://python-all.ru/3.9/whatsnew/2.7.html#the-future-for-python-2-x)904 - [Изменения в обработке предупреждений об устаревании](https://python-all.ru/3.9/whatsnew/2.7.html#changes-to-the-handling-of-deprecation-warnings)905 - [Возможности Python 3.1](https://python-all.ru/3.9/whatsnew/2.7.html#python-3-1-features)906 - [PEP 372: Добавление упорядоченного словаря в collections](https://python-all.ru/3.9/whatsnew/2.7.html#pep-372-adding-an-ordered-dictionary-to-collections)907 - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.9/whatsnew/2.7.html#pep-378-format-specifier-for-thousands-separator)908 - [PEP 389: Модуль argparse для разбора командной строки](https://python-all.ru/3.9/whatsnew/2.7.html#pep-389-the-argparse-module-for-parsing-command-lines)909 - [PEP 391: Конфигурация логирования на основе словаря](https://python-all.ru/3.9/whatsnew/2.7.html#pep-391-dictionary-based-configuration-for-logging)910 - [PEP 3106: Представления словаря](https://python-all.ru/3.9/whatsnew/2.7.html#pep-3106-dictionary-views)911 - [PEP 3137: Объект memoryview](https://python-all.ru/3.9/whatsnew/2.7.html#pep-3137-the-memoryview-object)912 - [Прочие изменения языка](https://python-all.ru/3.9/whatsnew/2.7.html#other-language-changes)913914 - [Изменения в интерпретаторе](https://python-all.ru/3.9/whatsnew/2.7.html#interpreter-changes)915 - [Оптимизации](https://python-all.ru/3.9/whatsnew/2.7.html#optimizations)916 - [Новые и улучшенные модули](https://python-all.ru/3.9/whatsnew/2.7.html#new-and-improved-modules)917918 - [Новый модуль: importlib](https://python-all.ru/3.9/whatsnew/2.7.html#new-module-importlib)919 - [Новый модуль: sysconfig](https://python-all.ru/3.9/whatsnew/2.7.html#new-module-sysconfig)920 - [ttk: Тематические виджеты для Tk](https://python-all.ru/3.9/whatsnew/2.7.html#ttk-themed-widgets-for-tk)921 - [Обновлённый модуль: unittest](https://python-all.ru/3.9/whatsnew/2.7.html#updated-module-unittest)922 - [Обновлённый модуль: ElementTree 1.3](https://python-all.ru/3.9/whatsnew/2.7.html#updated-module-elementtree-1-3)923 - [Изменения в сборке и C API](https://python-all.ru/3.9/whatsnew/2.7.html#build-and-c-api-changes)924925 - [Капсулы](https://python-all.ru/3.9/whatsnew/2.7.html#capsules)926 - [Изменения для конкретных платформ: Windows](https://python-all.ru/3.9/whatsnew/2.7.html#port-specific-changes-windows)927 - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3.9/whatsnew/2.7.html#port-specific-changes-mac-os-x)928 - [Изменения для конкретной платформы: FreeBSD](https://python-all.ru/3.9/whatsnew/2.7.html#port-specific-changes-freebsd)929 - [Прочие изменения и исправления](https://python-all.ru/3.9/whatsnew/2.7.html#other-changes-and-fixes)930 - [Переход на Python 2.7](https://python-all.ru/3.9/whatsnew/2.7.html#porting-to-python-2-7)931 - [Новые возможности, добавленные в поддерживаемых выпусках Python 2.7](https://python-all.ru/3.9/whatsnew/2.7.html#new-features-added-to-python-2-7-maintenance-releases)932933 - [Две новые переменные окружения для режима отладки](https://python-all.ru/3.9/whatsnew/2.7.html#two-new-environment-variables-for-debug-mode)934 - [PEP 434: Исключение для улучшений IDLE во всех ветках](https://python-all.ru/3.9/whatsnew/2.7.html#pep-434-idle-enhancement-exception-for-all-branches)935 - [PEP 466: Улучшения сетевой безопасности для Python 2.7](https://python-all.ru/3.9/whatsnew/2.7.html#pep-466-network-security-enhancements-for-python-2-7)936 - [PEP 477: Перенос ensurepip (PEP 453) в Python 2.7](https://python-all.ru/3.9/whatsnew/2.7.html#pep-477-backport-ensurepip-pep-453-to-python-2-7)937938 - [Автоматическая установка pip по умолчанию](https://python-all.ru/3.9/whatsnew/2.7.html#bootstrapping-pip-by-default)939 - [Изменения в документации](https://python-all.ru/3.9/whatsnew/2.7.html#documentation-changes)940 - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3.9/whatsnew/2.7.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)941 - [PEP 493: Инструменты миграции проверки HTTPS для Python 2.7](https://python-all.ru/3.9/whatsnew/2.7.html#pep-493-https-verification-migration-tools-for-python-2-7)942 - [Новая `make regen-all` цель сборки](https://python-all.ru/3.9/whatsnew/2.7.html#new-make-regen-all-build-target)943 - [Удаление `make touch` цели сборки](https://python-all.ru/3.9/whatsnew/2.7.html#removal-of-make-touch-build-target)944 - [Благодарности](https://python-all.ru/3.9/whatsnew/2.7.html#acknowledgements)945 - [Что нового в Python 2.6](https://python-all.ru/3.9/whatsnew/2.6.html)946947 - [Python 3.0](https://python-all.ru/3.9/whatsnew/2.6.html#python-3-0)948 - [Изменения в процессе разработки](https://python-all.ru/3.9/whatsnew/2.6.html#changes-to-the-development-process)949950 - [Новый трекер ошибок: Roundup](https://python-all.ru/3.9/whatsnew/2.6.html#new-issue-tracker-roundup)951 - [Новый формат документации: reStructuredText с использованием Sphinx](https://python-all.ru/3.9/whatsnew/2.6.html#new-documentation-format-restructuredtext-using-sphinx)952 - [PEP 343: Оператор 'with'](https://python-all.ru/3.9/whatsnew/2.6.html#pep-343-the-with-statement)953954 - [Написание контекстных менеджеров](https://python-all.ru/3.9/whatsnew/2.6.html#writing-context-managers)955 - [Модуль contextlib](https://python-all.ru/3.9/whatsnew/2.6.html#the-contextlib-module)956 - [PEP 366: Явные относительные импорты из главного модуля](https://python-all.ru/3.9/whatsnew/2.6.html#pep-366-explicit-relative-imports-from-a-main-module)957 - [PEP 370: Каталог `site-packages` для каждого пользователя](https://python-all.ru/3.9/whatsnew/2.6.html#pep-370-per-user-site-packages-directory)958 - [PEP 371: Пакет `multiprocessing`](https://python-all.ru/3.9/whatsnew/2.6.html#pep-371-the-multiprocessing-package)959 - [PEP 3101: Расширенное форматирование строк](https://python-all.ru/3.9/whatsnew/2.6.html#pep-3101-advanced-string-formatting)960 - [PEP 3105: `print` как функция](https://python-all.ru/3.9/whatsnew/2.6.html#pep-3105-print-as-a-function)961 - [PEP 3110: Изменения в обработке исключений](https://python-all.ru/3.9/whatsnew/2.6.html#pep-3110-exception-handling-changes)962 - [PEP 3112: Байтовые литералы](https://python-all.ru/3.9/whatsnew/2.6.html#pep-3112-byte-literals)963 - [PEP 3116: Новая библиотека ввода-вывода](https://python-all.ru/3.9/whatsnew/2.6.html#pep-3116-new-i-o-library)964 - [PEP 3118: Пересмотренный протокол буферов](https://python-all.ru/3.9/whatsnew/2.6.html#pep-3118-revised-buffer-protocol)965 - [PEP 3119: Абстрактные базовые классы](https://python-all.ru/3.9/whatsnew/2.6.html#pep-3119-abstract-base-classes)966 - [PEP 3127: Поддержка и синтаксис целочисленных литералов](https://python-all.ru/3.9/whatsnew/2.6.html#pep-3127-integer-literal-support-and-syntax)967 - [PEP 3129: Декораторы классов](https://python-all.ru/3.9/whatsnew/2.6.html#pep-3129-class-decorators)968 - [PEP 3141: Иерархия типов для чисел](https://python-all.ru/3.9/whatsnew/2.6.html#pep-3141-a-type-hierarchy-for-numbers)969970 - [Модуль `fractions`](https://python-all.ru/3.9/whatsnew/2.6.html#the-fractions-module)971 - [Прочие изменения языка](https://python-all.ru/3.9/whatsnew/2.6.html#other-language-changes)972973 - [Оптимизации](https://python-all.ru/3.9/whatsnew/2.6.html#optimizations)974 - [Изменения в интерпретаторе](https://python-all.ru/3.9/whatsnew/2.6.html#interpreter-changes)975 - [Новые и улучшенные модули](https://python-all.ru/3.9/whatsnew/2.6.html#new-and-improved-modules)976977 - [Модуль `ast`](https://python-all.ru/3.9/whatsnew/2.6.html#the-ast-module)978 - [Модуль `future_builtins`](https://python-all.ru/3.9/whatsnew/2.6.html#the-future-builtins-module)979 - [Модуль `json`: JavaScript Object Notation](https://python-all.ru/3.9/whatsnew/2.6.html#the-json-module-javascript-object-notation)980 - [Модуль `plistlib`: парсер списков свойств](https://python-all.ru/3.9/whatsnew/2.6.html#the-plistlib-module-a-property-list-parser)981 - [Улучшения ctypes](https://python-all.ru/3.9/whatsnew/2.6.html#ctypes-enhancements)982 - [Улучшенная поддержка SSL](https://python-all.ru/3.9/whatsnew/2.6.html#improved-ssl-support)983 - [Устаревания и удаления](https://python-all.ru/3.9/whatsnew/2.6.html#deprecations-and-removals)984 - [Изменения в сборке и C API](https://python-all.ru/3.9/whatsnew/2.6.html#build-and-c-api-changes)985986 - [Изменения для конкретных платформ: Windows](https://python-all.ru/3.9/whatsnew/2.6.html#port-specific-changes-windows)987 - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3.9/whatsnew/2.6.html#port-specific-changes-mac-os-x)988 - [Изменения для конкретных платформ: IRIX](https://python-all.ru/3.9/whatsnew/2.6.html#port-specific-changes-irix)989 - [Переход на Python 2.6](https://python-all.ru/3.9/whatsnew/2.6.html#porting-to-python-2-6)990 - [Благодарности](https://python-all.ru/3.9/whatsnew/2.6.html#acknowledgements)991 - [Что нового в Python 2.5](https://python-all.ru/3.9/whatsnew/2.5.html)992993 - [PEP 308: Условные выражения](https://python-all.ru/3.9/whatsnew/2.5.html#pep-308-conditional-expressions)994 - [PEP 309: Частичное применение функций](https://python-all.ru/3.9/whatsnew/2.5.html#pep-309-partial-function-application)995 - [PEP 314: Метаданные для пакетов Python v1.1](https://python-all.ru/3.9/whatsnew/2.5.html#pep-314-metadata-for-python-software-packages-v1-1)996 - [PEP 328: Абсолютные и относительные импорты](https://python-all.ru/3.9/whatsnew/2.5.html#pep-328-absolute-and-relative-imports)997 - [PEP 338: Выполнение модулей как сценариев](https://python-all.ru/3.9/whatsnew/2.5.html#pep-338-executing-modules-as-scripts)998 - [PEP 341: Единый try/except/finally](https://python-all.ru/3.9/whatsnew/2.5.html#pep-341-unified-try-except-finally)999 - [PEP 342: Новые возможности генераторов](https://python-all.ru/3.9/whatsnew/2.5.html#pep-342-new-generator-features)1000 - [PEP 343: Оператор 'with'](https://python-all.ru/3.9/whatsnew/2.5.html#pep-343-the-with-statement)10011002 - [Написание контекстных менеджеров](https://python-all.ru/3.9/whatsnew/2.5.html#writing-context-managers)1003 - [Модуль contextlib](https://python-all.ru/3.9/whatsnew/2.5.html#the-contextlib-module)1004 - [PEP 352: Исключения как классы нового стиля](https://python-all.ru/3.9/whatsnew/2.5.html#pep-352-exceptions-as-new-style-classes)1005 - [PEP 353: Использование ssize\_t в качестве типа индекса](https://python-all.ru/3.9/whatsnew/2.5.html#pep-353-using-ssize-t-as-the-index-type)1006 - [PEP 357: Метод '\_\_index\_\_'](https://python-all.ru/3.9/whatsnew/2.5.html#pep-357-the-index-method)1007 - [Прочие изменения языка](https://python-all.ru/3.9/whatsnew/2.5.html#other-language-changes)10081009 - [Изменения в интерактивном интерпретаторе](https://python-all.ru/3.9/whatsnew/2.5.html#interactive-interpreter-changes)1010 - [Оптимизации](https://python-all.ru/3.9/whatsnew/2.5.html#optimizations)1011 - [Новые, улучшенные и удалённые модули](https://python-all.ru/3.9/whatsnew/2.5.html#new-improved-and-removed-modules)10121013 - [Пакет ctypes](https://python-all.ru/3.9/whatsnew/2.5.html#the-ctypes-package)1014 - [Пакет ElementTree](https://python-all.ru/3.9/whatsnew/2.5.html#the-elementtree-package)1015 - [Пакет hashlib](https://python-all.ru/3.9/whatsnew/2.5.html#the-hashlib-package)1016 - [Пакет sqlite3](https://python-all.ru/3.9/whatsnew/2.5.html#the-sqlite3-package)1017 - [Пакет wsgiref](https://python-all.ru/3.9/whatsnew/2.5.html#the-wsgiref-package)1018 - [Изменения в сборке и C API](https://python-all.ru/3.9/whatsnew/2.5.html#build-and-c-api-changes)10191020 - [Изменения для конкретных платформ](https://python-all.ru/3.9/whatsnew/2.5.html#port-specific-changes)1021 - [Перенос на Python 2.5](https://python-all.ru/3.9/whatsnew/2.5.html#porting-to-python-2-5)1022 - [Благодарности](https://python-all.ru/3.9/whatsnew/2.5.html#acknowledgements)1023 - [Что нового в Python 2.4](https://python-all.ru/3.9/whatsnew/2.4.html)10241025 - [PEP 218: Встроенные объекты множеств](https://python-all.ru/3.9/whatsnew/2.4.html#pep-218-built-in-set-objects)1026 - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.9/whatsnew/2.4.html#pep-237-unifying-long-integers-and-integers)1027 - [PEP 289: Генераторные выражения](https://python-all.ru/3.9/whatsnew/2.4.html#pep-289-generator-expressions)1028 - [PEP 292: Упрощённая подстановка строк](https://python-all.ru/3.9/whatsnew/2.4.html#pep-292-simpler-string-substitutions)1029 - [PEP 318: Декораторы для функций и методов](https://python-all.ru/3.9/whatsnew/2.4.html#pep-318-decorators-for-functions-and-methods)1030 - [PEP 322: Обратная итерация](https://python-all.ru/3.9/whatsnew/2.4.html#pep-322-reverse-iteration)1031 - [PEP 324: Новый модуль подпроцесса](https://python-all.ru/3.9/whatsnew/2.4.html#pep-324-new-subprocess-module)1032 - [PEP 327: Тип данных Decimal](https://python-all.ru/3.9/whatsnew/2.4.html#pep-327-decimal-data-type)10331034 - [Зачем нужен Decimal?](https://python-all.ru/3.9/whatsnew/2.4.html#why-is-decimal-needed)1035 - [Тип `Decimal`](https://python-all.ru/3.9/whatsnew/2.4.html#the-decimal-type)1036 - [Тип `Context`](https://python-all.ru/3.9/whatsnew/2.4.html#the-context-type)1037 - [PEP 328: Многострочные импорты](https://python-all.ru/3.9/whatsnew/2.4.html#pep-328-multi-line-imports)1038 - [PEP 331: Независящие от локали преобразования float/строк](https://python-all.ru/3.9/whatsnew/2.4.html#pep-331-locale-independent-float-string-conversions)1039 - [Прочие изменения языка](https://python-all.ru/3.9/whatsnew/2.4.html#other-language-changes)10401041 - [Оптимизации](https://python-all.ru/3.9/whatsnew/2.4.html#optimizations)1042 - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.9/whatsnew/2.4.html#new-improved-and-deprecated-modules)10431044 - [cookielib](https://python-all.ru/3.9/whatsnew/2.4.html#cookielib)1045 - [doctest](https://python-all.ru/3.9/whatsnew/2.4.html#doctest)1046 - [Изменения в сборке и C API](https://python-all.ru/3.9/whatsnew/2.4.html#build-and-c-api-changes)10471048 - [Изменения для конкретных платформ](https://python-all.ru/3.9/whatsnew/2.4.html#port-specific-changes)1049 - [Перенос на Python 2.4](https://python-all.ru/3.9/whatsnew/2.4.html#porting-to-python-2-4)1050 - [Благодарности](https://python-all.ru/3.9/whatsnew/2.4.html#acknowledgements)1051 - [Что нового в Python 2.3](https://python-all.ru/3.9/whatsnew/2.3.html)10521053 - [PEP 218: Стандартный тип set](https://python-all.ru/3.9/whatsnew/2.3.html#pep-218-a-standard-set-datatype)1054 - [PEP 255: простые генераторы](https://python-all.ru/3.9/whatsnew/2.3.html#pep-255-simple-generators)1055 - [PEP 263: Кодировки исходного кода](https://python-all.ru/3.9/whatsnew/2.3.html#pep-263-source-code-encodings)1056 - [PEP 273: Импорт модулей из ZIP-архивов](https://python-all.ru/3.9/whatsnew/2.3.html#pep-273-importing-modules-from-zip-archives)1057 - [PEP 277: Поддержка имён файлов в Unicode для Windows NT](https://python-all.ru/3.9/whatsnew/2.3.html#pep-277-unicode-file-name-support-for-windows-nt)1058 - [PEP 278: Универсальная поддержка символов новой строки](https://python-all.ru/3.9/whatsnew/2.3.html#pep-278-universal-newline-support)1059 - [PEP 279: enumerate()](https://python-all.ru/3.9/whatsnew/2.3.html#pep-279-enumerate)1060 - [PEP 282: Пакет logging](https://python-all.ru/3.9/whatsnew/2.3.html#pep-282-the-logging-package)1061 - [PEP 285: Булев тип](https://python-all.ru/3.9/whatsnew/2.3.html#pep-285-a-boolean-type)1062 - [PEP 293: Колбэки обработки ошибок кодеков](https://python-all.ru/3.9/whatsnew/2.3.html#pep-293-codec-error-handling-callbacks)1063 - [PEP 301: Индекс пакетов и метаданные для Distutils](https://python-all.ru/3.9/whatsnew/2.3.html#pep-301-package-index-and-metadata-for-distutils)1064 - [PEP 302: Новые хуки импорта](https://python-all.ru/3.9/whatsnew/2.3.html#pep-302-new-import-hooks)1065 - [PEP 305: Файлы с разделителями-запятыми](https://python-all.ru/3.9/whatsnew/2.3.html#pep-305-comma-separated-files)1066 - [PEP 307: Улучшения pickle](https://python-all.ru/3.9/whatsnew/2.3.html#pep-307-pickle-enhancements)1067 - [Расширенные срезы](https://python-all.ru/3.9/whatsnew/2.3.html#extended-slices)1068 - [Прочие изменения языка](https://python-all.ru/3.9/whatsnew/2.3.html#other-language-changes)10691070 - [Изменения в строках](https://python-all.ru/3.9/whatsnew/2.3.html#string-changes)1071 - [Оптимизации](https://python-all.ru/3.9/whatsnew/2.3.html#optimizations)1072 - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.9/whatsnew/2.3.html#new-improved-and-deprecated-modules)10731074 - [Тип даты/времени](https://python-all.ru/3.9/whatsnew/2.3.html#date-time-type)1075 - [Модуль optparse](https://python-all.ru/3.9/whatsnew/2.3.html#the-optparse-module)1076 - [Pymalloc: Специализированный аллокатор объектов](https://python-all.ru/3.9/whatsnew/2.3.html#pymalloc-a-specialized-object-allocator)1077 - [Изменения в сборке и C API](https://python-all.ru/3.9/whatsnew/2.3.html#build-and-c-api-changes)10781079 - [Изменения для конкретных платформ](https://python-all.ru/3.9/whatsnew/2.3.html#port-specific-changes)1080 - [Прочие изменения и исправления](https://python-all.ru/3.9/whatsnew/2.3.html#other-changes-and-fixes)1081 - [Перенос на Python 2.3](https://python-all.ru/3.9/whatsnew/2.3.html#porting-to-python-2-3)1082 - [Благодарности](https://python-all.ru/3.9/whatsnew/2.3.html#acknowledgements)1083 - [Что нового в Python 2.2](https://python-all.ru/3.9/whatsnew/2.2.html)10841085 - [Введение](https://python-all.ru/3.9/whatsnew/2.2.html#introduction)1086 - [PEP 252 и 253: изменения типов и классов](https://python-all.ru/3.9/whatsnew/2.2.html#peps-252-and-253-type-and-class-changes)10871088 - [Старые и новые классы](https://python-all.ru/3.9/whatsnew/2.2.html#old-and-new-classes)1089 - [Дескрипторы](https://python-all.ru/3.9/whatsnew/2.2.html#descriptors)1090 - [Множественное наследование: правило ромба](https://python-all.ru/3.9/whatsnew/2.2.html#multiple-inheritance-the-diamond-rule)1091 - [Доступ к атрибутам](https://python-all.ru/3.9/whatsnew/2.2.html#attribute-access)1092 - [Связанные ссылки](https://python-all.ru/3.9/whatsnew/2.2.html#related-links)1093 - [PEP 234: итераторы](https://python-all.ru/3.9/whatsnew/2.2.html#pep-234-iterators)1094 - [PEP 255: простые генераторы](https://python-all.ru/3.9/whatsnew/2.2.html#pep-255-simple-generators)1095 - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.9/whatsnew/2.2.html#pep-237-unifying-long-integers-and-integers)1096 - [PEP 238: изменение оператора деления](https://python-all.ru/3.9/whatsnew/2.2.html#pep-238-changing-the-division-operator)1097 - [Изменения в Unicode](https://python-all.ru/3.9/whatsnew/2.2.html#unicode-changes)1098 - [PEP 227: вложенные области видимости](https://python-all.ru/3.9/whatsnew/2.2.html#pep-227-nested-scopes)1099 - [Новые и улучшенные модули](https://python-all.ru/3.9/whatsnew/2.2.html#new-and-improved-modules)1100 - [Изменения и исправления интерпретатора](https://python-all.ru/3.9/whatsnew/2.2.html#interpreter-changes-and-fixes)1101 - [Прочие изменения и исправления](https://python-all.ru/3.9/whatsnew/2.2.html#other-changes-and-fixes)1102 - [Благодарности](https://python-all.ru/3.9/whatsnew/2.2.html#acknowledgements)1103 - [Что нового в Python 2.1](https://python-all.ru/3.9/whatsnew/2.1.html)11041105 - [Введение](https://python-all.ru/3.9/whatsnew/2.1.html#introduction)1106 - [PEP 227: вложенные области видимости](https://python-all.ru/3.9/whatsnew/2.1.html#pep-227-nested-scopes)1107 - [PEP 236: директивы \_\_future\_\_](https://python-all.ru/3.9/whatsnew/2.1.html#pep-236-future-directives)1108 - [PEP 207: расширенные сравнения](https://python-all.ru/3.9/whatsnew/2.1.html#pep-207-rich-comparisons)1109 - [PEP 230: инфраструктура предупреждений](https://python-all.ru/3.9/whatsnew/2.1.html#pep-230-warning-framework)1110 - [PEP 229: новая система сборки](https://python-all.ru/3.9/whatsnew/2.1.html#pep-229-new-build-system)1111 - [PEP 205: слабые ссылки](https://python-all.ru/3.9/whatsnew/2.1.html#pep-205-weak-references)1112 - [PEP 232: атрибуты функций](https://python-all.ru/3.9/whatsnew/2.1.html#pep-232-function-attributes)1113 - [PEP 235: импорт модулей на платформах, нечувствительных к регистру](https://python-all.ru/3.9/whatsnew/2.1.html#pep-235-importing-modules-on-case-insensitive-platforms)1114 - [PEP 217: интерактивный перехватчик вывода](https://python-all.ru/3.9/whatsnew/2.1.html#pep-217-interactive-display-hook)1115 - [PEP 208: новая модель приведения типов](https://python-all.ru/3.9/whatsnew/2.1.html#pep-208-new-coercion-model)1116 - [PEP 241: метаданные в пакетах Python](https://python-all.ru/3.9/whatsnew/2.1.html#pep-241-metadata-in-python-packages)1117 - [Новые и улучшенные модули](https://python-all.ru/3.9/whatsnew/2.1.html#new-and-improved-modules)1118 - [Прочие изменения и исправления](https://python-all.ru/3.9/whatsnew/2.1.html#other-changes-and-fixes)1119 - [Благодарности](https://python-all.ru/3.9/whatsnew/2.1.html#acknowledgements)1120 - [Что нового в Python 2.0](https://python-all.ru/3.9/whatsnew/2.0.html)11211122 - [Введение](https://python-all.ru/3.9/whatsnew/2.0.html#introduction)1123 - [А что насчёт Python 1.6?](https://python-all.ru/3.9/whatsnew/2.0.html#what-about-python-1-6)1124 - [Новый процесс разработки](https://python-all.ru/3.9/whatsnew/2.0.html#new-development-process)1125 - [Юникод](https://python-all.ru/3.9/whatsnew/2.0.html#unicode)1126 - [Списковые включения](https://python-all.ru/3.9/whatsnew/2.0.html#list-comprehensions)1127 - [Расширенное присваивание](https://python-all.ru/3.9/whatsnew/2.0.html#augmented-assignment)1128 - [Методы строк](https://python-all.ru/3.9/whatsnew/2.0.html#string-methods)1129 - [Сборка мусора циклических ссылок](https://python-all.ru/3.9/whatsnew/2.0.html#garbage-collection-of-cycles)1130 - [Другие изменения ядра](https://python-all.ru/3.9/whatsnew/2.0.html#other-core-changes)11311132 - [Мелкие изменения языка](https://python-all.ru/3.9/whatsnew/2.0.html#minor-language-changes)1133 - [Изменения встроенных функций](https://python-all.ru/3.9/whatsnew/2.0.html#changes-to-built-in-functions)1134 - [Перенос на 2.0](https://python-all.ru/3.9/whatsnew/2.0.html#porting-to-2-0)1135 - [Изменения в расширении/встраивании](https://python-all.ru/3.9/whatsnew/2.0.html#extending-embedding-changes)1136 - [Distutils: упрощение установки модулей](https://python-all.ru/3.9/whatsnew/2.0.html#distutils-making-modules-easy-to-install)1137 - [Модули XML](https://python-all.ru/3.9/whatsnew/2.0.html#xml-modules)11381139 - [Поддержка SAX2](https://python-all.ru/3.9/whatsnew/2.0.html#sax2-support)1140 - [Поддержка DOM](https://python-all.ru/3.9/whatsnew/2.0.html#dom-support)1141 - [Связь с PyXML](https://python-all.ru/3.9/whatsnew/2.0.html#relationship-to-pyxml)1142 - [Изменения модулей](https://python-all.ru/3.9/whatsnew/2.0.html#module-changes)1143 - [Новые модули](https://python-all.ru/3.9/whatsnew/2.0.html#new-modules)1144 - [Улучшения IDLE](https://python-all.ru/3.9/whatsnew/2.0.html#idle-improvements)1145 - [Удалённые и устаревшие модули](https://python-all.ru/3.9/whatsnew/2.0.html#deleted-and-deprecated-modules)1146 - [Благодарности](https://python-all.ru/3.9/whatsnew/2.0.html#acknowledgements)1147 - [Журнал изменений](https://python-all.ru/3.9/whatsnew/changelog.html)11481149 - [Python 3.9.25 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-25-final)11501151 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#security)1152 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#library)1153 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#core-and-builtins)1154 - [Python 3.9.24 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-24-final)11551156 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id2)1157 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id3)1158 - [Python 3.9.23 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-23-final)11591160 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id4)1161 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id5)1162 - [Python 3.9.22 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-22-final)11631164 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id6)1165 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#documentation)1166 - [Python 3.9.21 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-21-final)11671168 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#tests)1169 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id7)1170 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id8)1171 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id9)1172 - [Python 3.9.20 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-20-final)11731174 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#windows)1175 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id10)1176 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id11)1177 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id12)1178 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id13)1179 - [Python 3.9.19 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-19-final)11801181 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id14)1182 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id15)1183 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id16)1184 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id17)1185 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id18)1186 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#tools-demos)1187 - [Python 3.9.18 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-18-final)11881189 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id19)1190 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id20)1191 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id21)1192 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#c-api)1193 - [Python 3.9.17 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-17-final)11941195 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id22)1196 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id23)1197 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id24)1198 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id25)1199 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#macos)1200 - [Python 3.9.16 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-16-final)12011202 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id26)1203 - [Python 3.9.15 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-15-final)12041205 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id27)1206 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id28)1207 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id29)1208 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id30)1209 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id31)1210 - [Python 3.9.14 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-14-final)12111212 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id32)1213 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id33)1214 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id34)1215 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id35)1216 - [Python 3.9.13 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-13-final)12171218 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id36)1219 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id37)1220 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id38)1221 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id39)1222 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#build)1223 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id40)1224 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id41)1225 - [Python 3.9.12 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-12-final)12261227 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id42)1228 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id43)1229 - [Python 3.9.11 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-11-final)12301231 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id44)1232 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id45)1233 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id46)1234 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id47)1235 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id48)1236 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id49)1237 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id50)1238 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#idle)1239 - [Python 3.9.10 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-10-final)12401241 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id51)1242 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id52)1243 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id53)1244 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id54)1245 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id55)1246 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id56)1247 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id57)1248 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id58)1249 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id59)1250 - [Python 3.9.9 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-9-final)12511252 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id60)1253 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id61)1254 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id62)1255 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id63)1256 - [Python 3.9.8 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-8-final)12571258 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id64)1259 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id65)1260 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id66)1261 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id67)1262 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id68)1263 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id69)1264 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id70)1265 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id71)1266 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id72)1267 - [Python 3.9.7 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-7-final)12681269 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id73)1270 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id74)1271 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id75)1272 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id76)1273 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id77)1274 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id78)1275 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id79)1276 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id80)1277 - [Python 3.9.6 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-6-final)12781279 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id81)1280 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id82)1281 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id83)1282 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id84)1283 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id85)1284 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id86)1285 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id87)1286 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id88)1287 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id89)1288 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id90)1289 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id91)1290 - [Python 3.9.5 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-5-final)12911292 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id92)1293 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id93)1294 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id94)1295 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id95)1296 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id96)1297 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id97)1298 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id98)1299 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id99)1300 - [Python 3.9.4 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-4-final)13011302 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id100)1303 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id101)1304 - [Python 3.9.3 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-3-final)13051306 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id102)1307 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id103)1308 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id104)1309 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id105)1310 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id106)1311 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id107)1312 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id108)1313 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id109)1314 - [Python 3.9.2 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-2-final)13151316 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id110)1317 - [Python 3.9.2 release candidate 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-2-release-candidate-1)13181319 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id111)1320 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id112)1321 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id113)1322 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id114)1323 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id115)1324 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id116)1325 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id117)1326 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id118)1327 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id119)1328 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id120)1329 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id121)1330 - [Python 3.9.1 final](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-1-final)13311332 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id122)1333 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id123)1334 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id124)1335 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id125)1336 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id126)1337 - [Python 3.9.1 – кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-1-release-candidate-1)13381339 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id127)1340 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id128)1341 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id129)1342 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id130)1343 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id131)1344 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id132)1345 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id133)1346 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id134)1347 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id135)1348 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id136)1349 - [Python 3.9.0 – финальный выпуск](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-final)13501351 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id137)1352 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id138)1353 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id139)1354 - [Python 3.9.0 – кандидат в релизы 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-release-candidate-2)13551356 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id140)1357 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id141)1358 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id142)1359 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id143)1360 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id144)1361 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id145)1362 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id146)1363 - [Python 3.9.0 – кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-release-candidate-1)13641365 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id147)1366 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id148)1367 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id149)1368 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id150)1369 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id151)1370 - [Python 3.9.0 beta 5](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-beta-5)13711372 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id152)1373 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id153)1374 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id154)1375 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id155)1376 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id156)1377 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id157)1378 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id158)1379 - [Python 3.9.0 beta 4](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-beta-4)13801381 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id159)1382 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id160)1383 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id161)1384 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id162)1385 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id163)1386 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id164)1387 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id165)1388 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id166)1389 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id167)1390 - [Python 3.9.0 beta 3](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-beta-3)13911392 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id168)1393 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id169)1394 - [Python 3.9.0 beta 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-beta-2)13951396 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id170)1397 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id171)1398 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id172)1399 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id173)1400 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id174)1401 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id175)1402 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id176)1403 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id177)1404 - [Python 3.9.0 бета 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-beta-1)14051406 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id178)1407 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id179)1408 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id180)1409 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id181)1410 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id182)1411 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id183)1412 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id184)1413 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id185)1414 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id186)1415 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id187)1416 - [Python 3.9.0 альфа 6](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-alpha-6)14171418 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id188)1419 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id189)1420 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id190)1421 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id191)1422 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id192)1423 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id193)1424 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id194)1425 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id195)1426 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id196)1427 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id197)1428 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id198)1429 - [Python 3.9.0 альфа 5](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-alpha-5)14301431 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id199)1432 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id200)1433 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id201)1434 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id202)1435 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id203)1436 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id204)1437 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id205)1438 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id206)1439 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id207)1440 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id208)1441 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id209)1442 - [Python 3.9.0 альфа 4](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-alpha-4)14431444 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id210)1445 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id211)1446 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id212)1447 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id213)1448 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id214)1449 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id215)1450 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id216)1451 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id217)1452 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id218)1453 - [Python 3.9.0 альфа 3](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-alpha-3)14541455 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id219)1456 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id220)1457 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id221)1458 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id222)1459 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id223)1460 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id224)1461 - [Python 3.9.0 альфа 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-alpha-2)14621463 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id225)1464 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id226)1465 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id227)1466 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id228)1467 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id229)1468 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id230)1469 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id231)1470 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id232)1471 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id233)1472 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id234)1473 - [Python 3.9.0 альфа 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-9-0-alpha-1)14741475 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id235)1476 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id236)1477 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id237)1478 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id238)1479 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id239)1480 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id240)1481 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id241)1482 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id242)1483 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id243)1484 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id244)1485 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id245)1486 - [Python 3.8.0 бета 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-8-0-beta-1)14871488 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id246)1489 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id247)1490 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id248)1491 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id249)1492 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id250)1493 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id251)1494 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id252)1495 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id253)1496 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id254)1497 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id255)1498 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id256)1499 - [Python 3.8.0 альфа 4](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-8-0-alpha-4)15001501 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id257)1502 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id258)1503 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id259)1504 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id260)1505 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id261)1506 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id262)1507 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id263)1508 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id264)1509 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id265)1510 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id266)1511 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id267)1512 - [Python 3.8.0 альфа 3](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-8-0-alpha-3)15131514 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id268)1515 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id269)1516 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id270)1517 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id271)1518 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id272)1519 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id273)1520 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id274)1521 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id275)1522 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id276)1523 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id277)1524 - [Python 3.8.0 альфа 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-8-0-alpha-2)15251526 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id278)1527 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id279)1528 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id280)1529 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id281)1530 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id282)1531 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id283)1532 - [Python 3.8.0 альфа 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-8-0-alpha-1)15331534 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id284)1535 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id285)1536 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id286)1537 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id287)1538 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id288)1539 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id289)1540 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id290)1541 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id291)1542 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id292)1543 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id293)1544 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id294)1545 - [Python 3.7.0 финальный](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-final)15461547 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id295)1548 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id296)1549 - [Python 3.7.0 кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-release-candidate-1)15501551 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id297)1552 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id298)1553 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id299)1554 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id300)1555 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id301)1556 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id302)1557 - [Python 3.7.0 бета 5](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-beta-5)15581559 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id303)1560 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id304)1561 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id305)1562 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id306)1563 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id307)1564 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id308)1565 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id309)1566 - [Python 3.7.0 бета 4](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-beta-4)15671568 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id310)1569 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id311)1570 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id312)1571 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id313)1572 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id314)1573 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id315)1574 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id316)1575 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id317)1576 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id318)1577 - [Python 3.7.0 бета 3](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-beta-3)15781579 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id319)1580 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id320)1581 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id321)1582 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id322)1583 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id323)1584 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id324)1585 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id325)1586 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id326)1587 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id327)1588 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id328)1589 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id329)1590 - [Python 3.7.0 бета 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-beta-2)15911592 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id330)1593 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id331)1594 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id332)1595 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id333)1596 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id334)1597 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id335)1598 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id336)1599 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id337)1600 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id338)1601 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id339)1602 - [Python 3.7.0 бета 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-beta-1)16031604 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id340)1605 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id341)1606 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id342)1607 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id343)1608 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id344)1609 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id345)1610 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id346)1611 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id347)1612 - [Python 3.7.0 альфа 4](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-alpha-4)16131614 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id348)1615 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id349)1616 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id350)1617 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id351)1618 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id352)1619 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id353)1620 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id354)1621 - [Python 3.7.0 альфа 3](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-alpha-3)16221623 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id355)1624 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id356)1625 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id357)1626 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id358)1627 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id359)1628 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id360)1629 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id361)1630 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id362)1631 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id363)1632 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id364)1633 - [Python 3.7.0 альфа 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-alpha-2)16341635 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id365)1636 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id366)1637 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id367)1638 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id368)1639 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id369)1640 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id370)1641 - [Python 3.7.0 альфа 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-7-0-alpha-1)16421643 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id371)1644 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id372)1645 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id373)1646 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id374)1647 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id375)1648 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id376)1649 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id377)1650 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id378)1651 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id379)1652 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id380)1653 - [Python 3.6.6 финальный](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-6-final)1654 - [Python 3.6.6 кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-6-release-candidate-1)16551656 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id381)1657 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id382)1658 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id383)1659 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id384)1660 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id385)1661 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id386)1662 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id387)1663 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id388)1664 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id389)1665 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id390)1666 - [Python 3.6.5 финальный](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-5-final)16671668 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id391)1669 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id392)1670 - [Python 3.6.5 кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-5-release-candidate-1)16711672 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id393)1673 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id394)1674 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id395)1675 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id396)1676 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id397)1677 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id398)1678 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id399)1679 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id400)1680 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id401)1681 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id402)1682 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id403)1683 - [Python 3.6.4 финальная](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-4-final)1684 - [Python 3.6.4 кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-4-release-candidate-1)16851686 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id404)1687 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id405)1688 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id406)1689 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id407)1690 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id408)1691 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id409)1692 - [macOS](https://python-all.ru/3.9/whatsnew/changelog.html#id410)1693 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id411)1694 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id412)1695 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id413)1696 - [Python 3.6.3 финальная](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-3-final)16971698 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id414)1699 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id415)1700 - [Python 3.6.3 кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-3-release-candidate-1)17011702 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id416)1703 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id417)1704 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id418)1705 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id419)1706 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id420)1707 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id421)1708 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id422)1709 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id423)1710 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id424)1711 - [Python 3.6.2 финальная](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-2-final)1712 - [Python 3.6.2 кандидат в релизы 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-2-release-candidate-2)17131714 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id425)1715 - [Python 3.6.2 кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-2-release-candidate-1)17161717 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id426)1718 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id427)1719 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id428)1720 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id429)1721 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id430)1722 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id431)1723 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id432)1724 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id433)1725 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id434)1726 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id435)1727 - [Python 3.6.1 финальный](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-1-final)17281729 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id436)1730 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id437)1731 - [Python 3.6.1 кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-1-release-candidate-1)17321733 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id438)1734 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id439)1735 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id440)1736 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id441)1737 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id442)1738 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id443)1739 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id444)1740 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id445)1741 - [Python 3.6.0 финальный](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-final)1742 - [Python 3.6.0 кандидат в релизы 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-release-candidate-2)17431744 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id446)1745 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id447)1746 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id448)1747 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id449)1748 - [Python 3.6.0 кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-release-candidate-1)17491750 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id450)1751 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id451)1752 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id452)1753 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id453)1754 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id454)1755 - [Python 3.6.0 бета 4](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-beta-4)17561757 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id455)1758 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id456)1759 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id457)1760 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id458)1761 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id459)1762 - [Python 3.6.0 бета 3](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-beta-3)17631764 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id460)1765 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id461)1766 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id462)1767 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id463)1768 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id464)1769 - [Python 3.6.0 бета 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-beta-2)17701771 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id465)1772 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id466)1773 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id467)1774 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id468)1775 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id469)1776 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id470)1777 - [Python 3.6.0 бета 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-beta-1)17781779 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id471)1780 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id472)1781 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id473)1782 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id474)1783 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id475)1784 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id476)1785 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id477)1786 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id478)1787 - [Python 3.6.0 альфа 4](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-alpha-4)17881789 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id479)1790 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id480)1791 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id481)1792 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id482)1793 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id483)1794 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id484)1795 - [Python 3.6.0 альфа 3](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-alpha-3)17961797 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id485)1798 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id486)1799 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id487)1800 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id488)1801 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id489)1802 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id490)1803 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id491)1804 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id492)1805 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id493)1806 - [Python 3.6.0 альфа 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-alpha-2)18071808 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id494)1809 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id495)1810 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id496)1811 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id497)1812 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id498)1813 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id499)1814 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id500)1815 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id501)1816 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id502)1817 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id503)1818 - [Python 3.6.0 альфа 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-6-0-alpha-1)18191820 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id504)1821 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id505)1822 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id506)1823 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id507)1824 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id508)1825 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id509)1826 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id510)1827 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id511)1828 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id512)1829 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id513)1830 - [Python 3.5.5 финальный](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-5-final)1831 - [Python 3.5.5 кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-5-release-candidate-1)18321833 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id514)1834 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id515)1835 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id516)1836 - [Python 3.5.4 финальный](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-4-final)18371838 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id517)1839 - [Python 3.5.4 кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-4-release-candidate-1)18401841 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id518)1842 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id519)1843 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id520)1844 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id521)1845 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id522)1846 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id523)1847 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id524)1848 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id525)1849 - [Python 3.5.3 финальный](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-3-final)1850 - [Python 3.5.3 кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-3-release-candidate-1)18511852 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id526)1853 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id527)1854 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id528)1855 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id529)1856 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id530)1857 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id531)1858 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id532)1859 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id533)1860 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id534)1861 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id535)1862 - [Python 3.5.2, финальная версия](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-2-final)18631864 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id536)1865 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id537)1866 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id538)1867 - [Python 3.5.2, релиз-кандидат 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-2-release-candidate-1)18681869 - [Безопасность](https://python-all.ru/3.9/whatsnew/changelog.html#id539)1870 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id540)1871 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id541)1872 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id542)1873 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id543)1874 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id544)1875 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id545)1876 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id546)1877 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id547)1878 - [Python 3.5.1, финальная версия](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-1-final)18791880 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id548)1881 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id549)1882 - [Python 3.5.1, релиз-кандидат 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-1-release-candidate-1)18831884 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id550)1885 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id551)1886 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id552)1887 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id553)1888 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id554)1889 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id555)1890 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id556)1891 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id557)1892 - [Python 3.5.0, финальная версия](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-final)18931894 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id558)1895 - [Python 3.5.0, релиз-кандидат 4](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-release-candidate-4)18961897 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id559)1898 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id560)1899 - [Python 3.5.0, релиз-кандидат 3](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-release-candidate-3)19001901 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id561)1902 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id562)1903 - [Python 3.5.0 кандидат в релизы 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-release-candidate-2)19041905 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id563)1906 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id564)1907 - [Python 3.5.0 кандидат в релизы 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-release-candidate-1)19081909 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id565)1910 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id566)1911 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id567)1912 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id568)1913 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id569)1914 - [Python 3.5.0 бета 4](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-beta-4)19151916 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id570)1917 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id571)1918 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id572)1919 - [Python 3.5.0 бета 3](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-beta-3)19201921 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id573)1922 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id574)1923 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id575)1924 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id576)1925 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id577)1926 - [Python 3.5.0 бета 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-beta-2)19271928 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id578)1929 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id579)1930 - [Python 3.5.0 бета 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-beta-1)19311932 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id580)1933 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id581)1934 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id582)1935 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id583)1936 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id584)1937 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id585)1938 - [Python 3.5.0 альфа 4](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-alpha-4)19391940 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id586)1941 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id587)1942 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id588)1943 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id589)1944 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id590)1945 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id591)1946 - [Python 3.5.0 альфа 3](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-alpha-3)19471948 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id592)1949 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id593)1950 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id594)1951 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id595)1952 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id596)1953 - [Python 3.5.0 альфа 2](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-alpha-2)19541955 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id597)1956 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id598)1957 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id599)1958 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id600)1959 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id601)1960 - [Python 3.5.0 альфа 1](https://python-all.ru/3.9/whatsnew/changelog.html#python-3-5-0-alpha-1)19611962 - [Ядро и встроенные модули](https://python-all.ru/3.9/whatsnew/changelog.html#id602)1963 - [Библиотека](https://python-all.ru/3.9/whatsnew/changelog.html#id603)1964 - [IDLE](https://python-all.ru/3.9/whatsnew/changelog.html#id604)1965 - [Сборка](https://python-all.ru/3.9/whatsnew/changelog.html#id605)1966 - [C API](https://python-all.ru/3.9/whatsnew/changelog.html#id606)1967 - [Документация](https://python-all.ru/3.9/whatsnew/changelog.html#id607)1968 - [Тесты](https://python-all.ru/3.9/whatsnew/changelog.html#id608)1969 - [Инструменты/Демонстрации](https://python-all.ru/3.9/whatsnew/changelog.html#id609)1970 - [Windows](https://python-all.ru/3.9/whatsnew/changelog.html#id610)1971- [Учебник Python](https://python-all.ru/3.9/tutorial/index.html)19721973 - [1. Введение](https://python-all.ru/3.9/tutorial/appetite.html)1974 - [2. Использование интерпретатора Python](https://python-all.ru/3.9/tutorial/interpreter.html)19751976 - [2.1. Запуск интерпретатора](https://python-all.ru/3.9/tutorial/interpreter.html#invoking-the-interpreter)19771978 - [2.1.1. Передача аргументов](https://python-all.ru/3.9/tutorial/interpreter.html#argument-passing)1979 - [2.1.2. Интерактивный режим](https://python-all.ru/3.9/tutorial/interpreter.html#interactive-mode)1980 - [2.2. Интерпретатор и его окружение](https://python-all.ru/3.9/tutorial/interpreter.html#the-interpreter-and-its-environment)19811982 - [2.2.1. Кодировка исходного кода](https://python-all.ru/3.9/tutorial/interpreter.html#source-code-encoding)1983 - [3. Неформальное введение в Python](https://python-all.ru/3.9/tutorial/introduction.html)19841985 - [3.1. Использование Python в качестве калькулятора](https://python-all.ru/3.9/tutorial/introduction.html#using-python-as-a-calculator)19861987 - [3.1.1. Числа](https://python-all.ru/3.9/tutorial/introduction.html#numbers)1988 - [3.1.2. Строки](https://python-all.ru/3.9/tutorial/introduction.html#strings)1989 - [3.1.3. Списки](https://python-all.ru/3.9/tutorial/introduction.html#lists)1990 - [3.2. Первые шаги к программированию](https://python-all.ru/3.9/tutorial/introduction.html#first-steps-towards-programming)1991 - [4. Дополнительные средства управления потоком](https://python-all.ru/3.9/tutorial/controlflow.html)19921993 - [4.1. `if` Инструкции](https://python-all.ru/3.9/tutorial/controlflow.html#if-statements)1994 - [4.2. `for` Инструкции](https://python-all.ru/3.9/tutorial/controlflow.html#for-statements)1995 - [4.3. Функция `range()`](https://python-all.ru/3.9/tutorial/controlflow.html#the-range-function)1996 - [4.4. Инструкции `break` и `continue`, а также предложения `else` в циклах](https://python-all.ru/3.9/tutorial/controlflow.html#break-and-continue-statements-and-else-clauses-on-loops)1997 - [4.5. Инструкции `pass`](https://python-all.ru/3.9/tutorial/controlflow.html#pass-statements)1998 - [4.6. Определение функций](https://python-all.ru/3.9/tutorial/controlflow.html#defining-functions)1999 - [4.7. Подробнее об определении функций](https://python-all.ru/3.9/tutorial/controlflow.html#more-on-defining-functions)20002001 - [4.7.1. Значения аргументов по умолчанию](https://python-all.ru/3.9/tutorial/controlflow.html#default-argument-values)2002 - [4.7.2. Именованные аргументы](https://python-all.ru/3.9/tutorial/controlflow.html#keyword-arguments)2003 - [4.7.3. Специальные параметры](https://python-all.ru/3.9/tutorial/controlflow.html#special-parameters)20042005 - [4.7.3.1. Позиционные или именованные аргументы](https://python-all.ru/3.9/tutorial/controlflow.html#positional-or-keyword-arguments)2006 - [4.7.3.2. Только позиционные параметры](https://python-all.ru/3.9/tutorial/controlflow.html#positional-only-parameters)2007 - [4.7.3.3. Только именованные аргументы](https://python-all.ru/3.9/tutorial/controlflow.html#keyword-only-arguments)2008 - [4.7.3.4. Примеры функций](https://python-all.ru/3.9/tutorial/controlflow.html#function-examples)2009 - [4.7.3.5. Резюме](https://python-all.ru/3.9/tutorial/controlflow.html#recap)2010 - [4.7.4. Произвольные списки аргументов](https://python-all.ru/3.9/tutorial/controlflow.html#arbitrary-argument-lists)2011 - [4.7.5. Распаковка списков аргументов](https://python-all.ru/3.9/tutorial/controlflow.html#unpacking-argument-lists)2012 - [4.7.6. Лямбда-выражения](https://python-all.ru/3.9/tutorial/controlflow.html#lambda-expressions)2013 - [4.7.7. Строки документации](https://python-all.ru/3.9/tutorial/controlflow.html#documentation-strings)2014 - [4.7.8. Аннотации функций](https://python-all.ru/3.9/tutorial/controlflow.html#function-annotations)2015 - [4.8. Интермеццо: стиль кодирования](https://python-all.ru/3.9/tutorial/controlflow.html#intermezzo-coding-style)2016 - [5. Структуры данных](https://python-all.ru/3.9/tutorial/datastructures.html)20172018 - [5.1. Подробнее о списках](https://python-all.ru/3.9/tutorial/datastructures.html#more-on-lists)20192020 - [5.1.1. Использование списков как стеков](https://python-all.ru/3.9/tutorial/datastructures.html#using-lists-as-stacks)2021 - [5.1.2. Использование списков как очередей](https://python-all.ru/3.9/tutorial/datastructures.html#using-lists-as-queues)2022 - [5.1.3. Списковые включения](https://python-all.ru/3.9/tutorial/datastructures.html#list-comprehensions)2023 - [5.1.4. Вложенные списковые включения](https://python-all.ru/3.9/tutorial/datastructures.html#nested-list-comprehensions)2024 - [5.2. Инструкция `del`](https://python-all.ru/3.9/tutorial/datastructures.html#the-del-statement)2025 - [5.3. Кортежи и последовательности](https://python-all.ru/3.9/tutorial/datastructures.html#tuples-and-sequences)2026 - [5.4. Множества](https://python-all.ru/3.9/tutorial/datastructures.html#sets)2027 - [5.5. Словари](https://python-all.ru/3.9/tutorial/datastructures.html#dictionaries)2028 - [5.6. Приёмы работы с циклами](https://python-all.ru/3.9/tutorial/datastructures.html#looping-techniques)2029 - [5.7. Подробнее об условиях](https://python-all.ru/3.9/tutorial/datastructures.html#more-on-conditions)2030 - [5.8. Сравнение последовательностей и других типов](https://python-all.ru/3.9/tutorial/datastructures.html#comparing-sequences-and-other-types)2031 - [6. Модули](https://python-all.ru/3.9/tutorial/modules.html)20322033 - [6.1. Подробнее о модулях](https://python-all.ru/3.9/tutorial/modules.html#more-on-modules)20342035 - [6.1.1. Запуск модулей как скриптов](https://python-all.ru/3.9/tutorial/modules.html#executing-modules-as-scripts)2036 - [6.1.2. Путь поиска модулей](https://python-all.ru/3.9/tutorial/modules.html#the-module-search-path)2037 - [6.1.3. «Скомпилированные» файлы Python](https://python-all.ru/3.9/tutorial/modules.html#compiled-python-files)2038 - [6.2. Стандартные модули](https://python-all.ru/3.9/tutorial/modules.html#standard-modules)2039 - [6.3. Функция `dir()`](https://python-all.ru/3.9/tutorial/modules.html#the-dir-function)2040 - [6.4. Пакеты](https://python-all.ru/3.9/tutorial/modules.html#packages)20412042 - [6.4.1. Импорт \* из пакета](https://python-all.ru/3.9/tutorial/modules.html#importing-from-a-package)2043 - [6.4.2. Ссылки внутри пакета](https://python-all.ru/3.9/tutorial/modules.html#intra-package-references)2044 - [6.4.3. Пакеты в нескольких каталогах](https://python-all.ru/3.9/tutorial/modules.html#packages-in-multiple-directories)2045 - [7. Ввод и вывод](https://python-all.ru/3.9/tutorial/inputoutput.html)20462047 - [7.1. Более сложное форматирование вывода](https://python-all.ru/3.9/tutorial/inputoutput.html#fancier-output-formatting)20482049 - [7.1.1. Форматированные строковые литералы](https://python-all.ru/3.9/tutorial/inputoutput.html#formatted-string-literals)2050 - [7.1.2. Метод format() строк](https://python-all.ru/3.9/tutorial/inputoutput.html#the-string-format-method)2051 - [7.1.3. Форматирование строк вручную](https://python-all.ru/3.9/tutorial/inputoutput.html#manual-string-formatting)2052 - [7.1.4. Устаревшее форматирование строк](https://python-all.ru/3.9/tutorial/inputoutput.html#old-string-formatting)2053 - [7.2. Чтение и запись файлов](https://python-all.ru/3.9/tutorial/inputoutput.html#reading-and-writing-files)20542055 - [7.2.1. Методы файловых объектов](https://python-all.ru/3.9/tutorial/inputoutput.html#methods-of-file-objects)2056 - [7.2.2. Сохранение структурированных данных с помощью `json`](https://python-all.ru/3.9/tutorial/inputoutput.html#saving-structured-data-with-json)2057 - [8. Ошибки и исключения](https://python-all.ru/3.9/tutorial/errors.html)20582059 - [8.1. Синтаксические ошибки](https://python-all.ru/3.9/tutorial/errors.html#syntax-errors)2060 - [8.2. Исключения](https://python-all.ru/3.9/tutorial/errors.html#exceptions)2061 - [8.3. Обработка исключений](https://python-all.ru/3.9/tutorial/errors.html#handling-exceptions)2062 - [8.4. Возбуждение исключений](https://python-all.ru/3.9/tutorial/errors.html#raising-exceptions)2063 - [8.5. Цепочки исключений](https://python-all.ru/3.9/tutorial/errors.html#exception-chaining)2064 - [8.6. Пользовательские исключения](https://python-all.ru/3.9/tutorial/errors.html#user-defined-exceptions)2065 - [8.7. Определение действий по очистке](https://python-all.ru/3.9/tutorial/errors.html#defining-clean-up-actions)2066 - [8.8. Предопределённые действия по очистке](https://python-all.ru/3.9/tutorial/errors.html#predefined-clean-up-actions)2067 - [9. Классы](https://python-all.ru/3.9/tutorial/classes.html)20682069 - [9.1. Несколько слов об именах и объектах](https://python-all.ru/3.9/tutorial/classes.html#a-word-about-names-and-objects)2070 - [9.2. Области видимости и пространства имён Python](https://python-all.ru/3.9/tutorial/classes.html#python-scopes-and-namespaces)20712072 - [9.2.1. Пример областей видимости и пространств имён](https://python-all.ru/3.9/tutorial/classes.html#scopes-and-namespaces-example)2073 - [9.3. Первое знакомство с классами](https://python-all.ru/3.9/tutorial/classes.html#a-first-look-at-classes)20742075 - [9.3.1. Синтаксис определения класса](https://python-all.ru/3.9/tutorial/classes.html#class-definition-syntax)2076 - [9.3.2. Объекты классов](https://python-all.ru/3.9/tutorial/classes.html#class-objects)2077 - [9.3.3. Объекты экземпляров](https://python-all.ru/3.9/tutorial/classes.html#instance-objects)2078 - [9.3.4. Объекты методов](https://python-all.ru/3.9/tutorial/classes.html#method-objects)2079 - [9.3.5. Переменные класса и экземпляра](https://python-all.ru/3.9/tutorial/classes.html#class-and-instance-variables)2080 - [9.4. Разные замечания](https://python-all.ru/3.9/tutorial/classes.html#random-remarks)2081 - [9.5. Наследование](https://python-all.ru/3.9/tutorial/classes.html#inheritance)20822083 - [9.5.1. Множественное наследование](https://python-all.ru/3.9/tutorial/classes.html#multiple-inheritance)2084 - [9.6. Приватные переменные](https://python-all.ru/3.9/tutorial/classes.html#private-variables)2085 - [9.7. Разное](https://python-all.ru/3.9/tutorial/classes.html#odds-and-ends)2086 - [9.8. Итераторы](https://python-all.ru/3.9/tutorial/classes.html#iterators)2087 - [9.9. Генераторы](https://python-all.ru/3.9/tutorial/classes.html#generators)2088 - [9.10. Генераторные выражения](https://python-all.ru/3.9/tutorial/classes.html#generator-expressions)2089 - [10. Краткий обзор стандартной библиотеки](https://python-all.ru/3.9/tutorial/stdlib.html)20902091 - [10.1. Интерфейс операционной системы](https://python-all.ru/3.9/tutorial/stdlib.html#operating-system-interface)2092 - [10.2. Файловые шаблоны](https://python-all.ru/3.9/tutorial/stdlib.html#file-wildcards)2093 - [10.3. Аргументы командной строки](https://python-all.ru/3.9/tutorial/stdlib.html#command-line-arguments)2094 - [10.4. Перенаправление вывода ошибок и завершение программы](https://python-all.ru/3.9/tutorial/stdlib.html#error-output-redirection-and-program-termination)2095 - [10.5. Поиск по шаблону в строках](https://python-all.ru/3.9/tutorial/stdlib.html#string-pattern-matching)2096 - [10.6. Математика](https://python-all.ru/3.9/tutorial/stdlib.html#mathematics)2097 - [10.7. Доступ в Интернет](https://python-all.ru/3.9/tutorial/stdlib.html#internet-access)2098 - [10.8. Даты и время](https://python-all.ru/3.9/tutorial/stdlib.html#dates-and-times)2099 - [10.9. Сжатие данных](https://python-all.ru/3.9/tutorial/stdlib.html#data-compression)2100 - [10.10. Измерение производительности](https://python-all.ru/3.9/tutorial/stdlib.html#performance-measurement)2101 - [10.11. Контроль качества](https://python-all.ru/3.9/tutorial/stdlib.html#quality-control)2102 - [10.12. Батарейки в комплекте](https://python-all.ru/3.9/tutorial/stdlib.html#batteries-included)2103 - [11. Краткий обзор стандартной библиотеки – Часть II](https://python-all.ru/3.9/tutorial/stdlib2.html)21042105 - [11.1. Форматирование вывода](https://python-all.ru/3.9/tutorial/stdlib2.html#output-formatting)2106 - [11.2. Шаблоны](https://python-all.ru/3.9/tutorial/stdlib2.html#templating)2107 - [11.3. Работа с двоичными данными и структурами записей](https://python-all.ru/3.9/tutorial/stdlib2.html#working-with-binary-data-record-layouts)2108 - [11.4. Многопоточность](https://python-all.ru/3.9/tutorial/stdlib2.html#multi-threading)2109 - [11.5. Логирование](https://python-all.ru/3.9/tutorial/stdlib2.html#logging)2110 - [11.6. Слабые ссылки](https://python-all.ru/3.9/tutorial/stdlib2.html#weak-references)2111 - [11.7. Инструменты для работы со списками](https://python-all.ru/3.9/tutorial/stdlib2.html#tools-for-working-with-lists)2112 - [11.8. Десятичная арифметика с плавающей запятой](https://python-all.ru/3.9/tutorial/stdlib2.html#decimal-floating-point-arithmetic)2113 - [12. Виртуальные окружения и пакеты](https://python-all.ru/3.9/tutorial/venv.html)21142115 - [12.1. Введение](https://python-all.ru/3.9/tutorial/venv.html#introduction)2116 - [12.2. Создание виртуальных окружений](https://python-all.ru/3.9/tutorial/venv.html#creating-virtual-environments)2117 - [12.3. Управление пакетами с помощью pip](https://python-all.ru/3.9/tutorial/venv.html#managing-packages-with-pip)2118 - [13. Что дальше?](https://python-all.ru/3.9/tutorial/whatnow.html)2119 - [14. Интерактивное редактирование ввода и подстановка истории](https://python-all.ru/3.9/tutorial/interactive.html)21202121 - [14.1. Автодополнение по табуляции и редактирование истории](https://python-all.ru/3.9/tutorial/interactive.html#tab-completion-and-history-editing)2122 - [14.2. Альтернативы интерактивному интерпретатору](https://python-all.ru/3.9/tutorial/interactive.html#alternatives-to-the-interactive-interpreter)2123 - [15. Арифметика с плавающей запятой: проблемы и ограничения](https://python-all.ru/3.9/tutorial/floatingpoint.html)21242125 - [15.1. Ошибка представления](https://python-all.ru/3.9/tutorial/floatingpoint.html#representation-error)2126 - [16. Приложение](https://python-all.ru/3.9/tutorial/appendix.html)21272128 - [16.1. Интерактивный режим](https://python-all.ru/3.9/tutorial/appendix.html#interactive-mode)21292130 - [16.1.1. Обработка ошибок](https://python-all.ru/3.9/tutorial/appendix.html#error-handling)2131 - [16.1.2. Исполняемые скрипты Python](https://python-all.ru/3.9/tutorial/appendix.html#executable-python-scripts)2132 - [16.1.3. Файл автозагрузки интерактивного режима](https://python-all.ru/3.9/tutorial/appendix.html#the-interactive-startup-file)2133 - [16.1.4. Модули настройки](https://python-all.ru/3.9/tutorial/appendix.html#the-customization-modules)2134- [Настройка и использование Python](https://python-all.ru/3.9/using/index.html)21352136 - [1. Командная строка и окружение](https://python-all.ru/3.9/using/cmdline.html)21372138 - [1.1. Командная строка](https://python-all.ru/3.9/using/cmdline.html#command-line)21392140 - [1.1.1. Параметры интерфейса](https://python-all.ru/3.9/using/cmdline.html#interface-options)2141 - [1.1.2. Общие параметры](https://python-all.ru/3.9/using/cmdline.html#generic-options)2142 - [1.1.3. Прочие параметры](https://python-all.ru/3.9/using/cmdline.html#miscellaneous-options)2143 - [1.1.4. Опции, которые не следует использовать](https://python-all.ru/3.9/using/cmdline.html#options-you-shouldn-t-use)2144 - [1.2. Переменные окружения](https://python-all.ru/3.9/using/cmdline.html#environment-variables)21452146 - [1.2.1. Переменные режима отладки](https://python-all.ru/3.9/using/cmdline.html#debug-mode-variables)2147 - [2. Использование Python на платформах Unix](https://python-all.ru/3.9/using/unix.html)21482149 - [2.1. Получение и установка последней версии Python](https://python-all.ru/3.9/using/unix.html#getting-and-installing-the-latest-version-of-python)21502151 - [2.1.1. В Linux](https://python-all.ru/3.9/using/unix.html#on-linux)2152 - [2.1.2. В FreeBSD и OpenBSD](https://python-all.ru/3.9/using/unix.html#on-freebsd-and-openbsd)2153 - [2.1.3. В OpenSolaris](https://python-all.ru/3.9/using/unix.html#on-opensolaris)2154 - [2.2. Сборка Python](https://python-all.ru/3.9/using/unix.html#building-python)2155 - [2.3. Пути и файлы, связанные с Python](https://python-all.ru/3.9/using/unix.html#python-related-paths-and-files)2156 - [2.4. Прочее](https://python-all.ru/3.9/using/unix.html#miscellaneous)2157 - [3. Использование Python в Windows](https://python-all.ru/3.9/using/windows.html)21582159 - [3.1. Полный установщик](https://python-all.ru/3.9/using/windows.html#the-full-installer)21602161 - [3.1.1. Шаги установки](https://python-all.ru/3.9/using/windows.html#installation-steps)2162 - [3.1.2. Снятие ограничения MAX\_PATH](https://python-all.ru/3.9/using/windows.html#removing-the-max-path-limitation)2163 - [3.1.3. Установка без интерфейса](https://python-all.ru/3.9/using/windows.html#installing-without-ui)2164 - [3.1.4. Установка без загрузки](https://python-all.ru/3.9/using/windows.html#installing-without-downloading)2165 - [3.1.5. Изменение установки](https://python-all.ru/3.9/using/windows.html#modifying-an-install)2166 - [3.2. Пакет Microsoft Store](https://python-all.ru/3.9/using/windows.html#the-microsoft-store-package)21672168 - [3.2.1. Известные проблемы](https://python-all.ru/3.9/using/windows.html#known-issues)2169 - [3.3. Пакеты на nuget.org](https://python-all.ru/3.9/using/windows.html#the-nuget-org-packages)2170 - [3.4. Встраиваемый пакет](https://python-all.ru/3.9/using/windows.html#the-embeddable-package)21712172 - [3.4.1. Приложение Python](https://python-all.ru/3.9/using/windows.html#python-application)2173 - [3.4.2. Встраивание Python](https://python-all.ru/3.9/using/windows.html#embedding-python)2174 - [3.5. Альтернативные сборки](https://python-all.ru/3.9/using/windows.html#alternative-bundles)2175 - [3.6. Настройка Python](https://python-all.ru/3.9/using/windows.html#configuring-python)21762177 - [3.6.1. Экскурс: установка переменных среды](https://python-all.ru/3.9/using/windows.html#excursus-setting-environment-variables)2178 - [3.6.2. Поиск исполняемого файла Python](https://python-all.ru/3.9/using/windows.html#finding-the-python-executable)2179 - [3.7. Режим UTF-8](https://python-all.ru/3.9/using/windows.html#utf-8-mode)2180 - [3.8. Запускатель Python для Windows](https://python-all.ru/3.9/using/windows.html#python-launcher-for-windows)21812182 - [3.8.1. Начало работы](https://python-all.ru/3.9/using/windows.html#getting-started)21832184 - [3.8.1.1. Из командной строки](https://python-all.ru/3.9/using/windows.html#from-the-command-line)2185 - [3.8.1.2. Виртуальные окружения](https://python-all.ru/3.9/using/windows.html#virtual-environments)2186 - [3.8.1.3. Из скрипта](https://python-all.ru/3.9/using/windows.html#from-a-script)2187 - [3.8.1.4. По ассоциации файлов](https://python-all.ru/3.9/using/windows.html#from-file-associations)2188 - [3.8.2. Строки shebang](https://python-all.ru/3.9/using/windows.html#shebang-lines)2189 - [3.8.3. Аргументы в строках shebang](https://python-all.ru/3.9/using/windows.html#arguments-in-shebang-lines)2190 - [3.8.4. Настройка](https://python-all.ru/3.9/using/windows.html#customization)21912192 - [3.8.4.1. Настройка через INI-файлы](https://python-all.ru/3.9/using/windows.html#customization-via-ini-files)2193 - [3.8.4.2. Настройка версий Python по умолчанию](https://python-all.ru/3.9/using/windows.html#customizing-default-python-versions)2194 - [3.8.5. Диагностика](https://python-all.ru/3.9/using/windows.html#diagnostics)2195 - [3.9. Поиск модулей](https://python-all.ru/3.9/using/windows.html#finding-modules)2196 - [3.10. Дополнительные модули](https://python-all.ru/3.9/using/windows.html#additional-modules)21972198 - [3.10.1. PyWin32](https://python-all.ru/3.9/using/windows.html#pywin32)2199 - [3.10.2. cx\_Freeze](https://python-all.ru/3.9/using/windows.html#cx-freeze)2200 - [3.11. Компиляция Python в Windows](https://python-all.ru/3.9/using/windows.html#compiling-python-on-windows)2201 - [3.12. Другие платформы](https://python-all.ru/3.9/using/windows.html#other-platforms)2202 - [4. Использование Python на Mac](https://python-all.ru/3.9/using/mac.html)22032204 - [4.1. Получение и установка MacPython](https://python-all.ru/3.9/using/mac.html#getting-and-installing-macpython)22052206 - [4.1.1. Как запустить скрипт Python](https://python-all.ru/3.9/using/mac.html#how-to-run-a-python-script)2207 - [4.1.2. Запуск скриптов с графическим интерфейсом](https://python-all.ru/3.9/using/mac.html#running-scripts-with-a-gui)2208 - [4.1.3. Конфигурация](https://python-all.ru/3.9/using/mac.html#configuration)2209 - [4.2. IDE](https://python-all.ru/3.9/using/mac.html#the-ide)2210 - [4.3. Установка дополнительных пакетов Python](https://python-all.ru/3.9/using/mac.html#installing-additional-python-packages)2211 - [4.4. Программирование графического интерфейса на Mac](https://python-all.ru/3.9/using/mac.html#gui-programming-on-the-mac)2212 - [4.5. Распространение приложений Python на Mac](https://python-all.ru/3.9/using/mac.html#distributing-python-applications-on-the-mac)2213 - [4.6. Прочие ресурсы](https://python-all.ru/3.9/using/mac.html#other-resources)2214 - [5. Редакторы и IDE](https://python-all.ru/3.9/using/editors.html)2215- [Справочник по языку Python](https://python-all.ru/3.9/reference/index.html)22162217 - [1. Введение](https://python-all.ru/3.9/reference/introduction.html)22182219 - [1.1. Альтернативные реализации](https://python-all.ru/3.9/reference/introduction.html#alternate-implementations)2220 - [1.2. Обозначения](https://python-all.ru/3.9/reference/introduction.html#notation)2221 - [2. Лексический анализ](https://python-all.ru/3.9/reference/lexical_analysis.html)22222223 - [2.1. Структура строк](https://python-all.ru/3.9/reference/lexical_analysis.html#line-structure)22242225 - [2.1.1. Логические строки](https://python-all.ru/3.9/reference/lexical_analysis.html#logical-lines)2226 - [2.1.2. Физические строки](https://python-all.ru/3.9/reference/lexical_analysis.html#physical-lines)2227 - [2.1.3. Комментарии](https://python-all.ru/3.9/reference/lexical_analysis.html#comments)2228 - [2.1.4. Объявление кодировки](https://python-all.ru/3.9/reference/lexical_analysis.html#encoding-declarations)2229 - [2.1.5. Явное объединение строк](https://python-all.ru/3.9/reference/lexical_analysis.html#explicit-line-joining)2230 - [2.1.6. Неявное объединение строк](https://python-all.ru/3.9/reference/lexical_analysis.html#implicit-line-joining)2231 - [2.1.7. Пустые строки](https://python-all.ru/3.9/reference/lexical_analysis.html#blank-lines)2232 - [2.1.8. Отступы](https://python-all.ru/3.9/reference/lexical_analysis.html#indentation)2233 - [2.1.9. Пробелы между токенами](https://python-all.ru/3.9/reference/lexical_analysis.html#whitespace-between-tokens)2234 - [2.2. Другие токены](https://python-all.ru/3.9/reference/lexical_analysis.html#other-tokens)2235 - [2.3. Идентификаторы и ключевые слова](https://python-all.ru/3.9/reference/lexical_analysis.html#identifiers)22362237 - [2.3.1. Ключевые слова](https://python-all.ru/3.9/reference/lexical_analysis.html#keywords)2238 - [2.3.2. Зарезервированные классы идентификаторов](https://python-all.ru/3.9/reference/lexical_analysis.html#reserved-classes-of-identifiers)2239 - [2.4. Литералы](https://python-all.ru/3.9/reference/lexical_analysis.html#literals)22402241 - [2.4.1. Строковые и байтовые литералы](https://python-all.ru/3.9/reference/lexical_analysis.html#string-and-bytes-literals)2242 - [2.4.2. Конкатенация строковых литералов](https://python-all.ru/3.9/reference/lexical_analysis.html#string-literal-concatenation)2243 - [2.4.3. Форматированные строковые литералы](https://python-all.ru/3.9/reference/lexical_analysis.html#formatted-string-literals)2244 - [2.4.4. Числовые литералы](https://python-all.ru/3.9/reference/lexical_analysis.html#numeric-literals)2245 - [2.4.5. Целочисленные литералы](https://python-all.ru/3.9/reference/lexical_analysis.html#integer-literals)2246 - [2.4.6. Литералы чисел с плавающей точкой](https://python-all.ru/3.9/reference/lexical_analysis.html#floating-point-literals)2247 - [2.4.7. Литералы мнимых чисел](https://python-all.ru/3.9/reference/lexical_analysis.html#imaginary-literals)2248 - [2.5. Операторы](https://python-all.ru/3.9/reference/lexical_analysis.html#operators)2249 - [2.6. Разделители](https://python-all.ru/3.9/reference/lexical_analysis.html#delimiters)2250 - [3. Модель данных](https://python-all.ru/3.9/reference/datamodel.html)22512252 - [3.1. Объекты, значения и типы](https://python-all.ru/3.9/reference/datamodel.html#objects-values-and-types)2253 - [3.2. Стандартная иерархия типов](https://python-all.ru/3.9/reference/datamodel.html#the-standard-type-hierarchy)2254 - [3.3. Имена специальных методов](https://python-all.ru/3.9/reference/datamodel.html#special-method-names)22552256 - [3.3.1. Базовая настройка](https://python-all.ru/3.9/reference/datamodel.html#basic-customization)2257 - [3.3.2. Настройка доступа к атрибутам](https://python-all.ru/3.9/reference/datamodel.html#customizing-attribute-access)22582259 - [3.3.2.1. Настройка доступа к атрибутам модуля](https://python-all.ru/3.9/reference/datamodel.html#customizing-module-attribute-access)2260 - [3.3.2.2. Реализация дескрипторов](https://python-all.ru/3.9/reference/datamodel.html#implementing-descriptors)2261 - [3.3.2.3. Вызов дескрипторов](https://python-all.ru/3.9/reference/datamodel.html#invoking-descriptors)2262 - [3.3.2.4. \_\_slots\_\_](https://python-all.ru/3.9/reference/datamodel.html#slots)22632264 - [3.3.2.4.1. Примечания по использованию *\_\_slots\_\_*](https://python-all.ru/3.9/reference/datamodel.html#notes-on-using-slots)2265 - [3.3.3. Настройка создания классов](https://python-all.ru/3.9/reference/datamodel.html#customizing-class-creation)22662267 - [3.3.3.1. Метаклассы](https://python-all.ru/3.9/reference/datamodel.html#metaclasses)2268 - [3.3.3.2. Разрешение записей MRO](https://python-all.ru/3.9/reference/datamodel.html#resolving-mro-entries)2269 - [3.3.3.3. Определение подходящего метакласса](https://python-all.ru/3.9/reference/datamodel.html#determining-the-appropriate-metaclass)2270 - [3.3.3.4. Подготовка пространства имён класса](https://python-all.ru/3.9/reference/datamodel.html#preparing-the-class-namespace)2271 - [3.3.3.5. Выполнение тела класса](https://python-all.ru/3.9/reference/datamodel.html#executing-the-class-body)2272 - [3.3.3.6. Создание объекта класса](https://python-all.ru/3.9/reference/datamodel.html#creating-the-class-object)2273 - [3.3.3.7. Применение метаклассов](https://python-all.ru/3.9/reference/datamodel.html#uses-for-metaclasses)2274 - [3.3.4. Настройка проверок принадлежности экземплярам и подклассам](https://python-all.ru/3.9/reference/datamodel.html#customizing-instance-and-subclass-checks)2275 - [3.3.5. Эмуляция обобщённых типов](https://python-all.ru/3.9/reference/datamodel.html#emulating-generic-types)22762277 - [3.3.5.1. Назначение *\_\_class\_getitem\_\_*](https://python-all.ru/3.9/reference/datamodel.html#the-purpose-of-class-getitem)2278 - [3.3.5.2. *\_\_class\_getitem\_\_* и *\_\_getitem\_\_*](https://python-all.ru/3.9/reference/datamodel.html#class-getitem-versus-getitem)2279 - [3.3.6. Эмуляция вызываемых объектов](https://python-all.ru/3.9/reference/datamodel.html#emulating-callable-objects)2280 - [3.3.7. Эмуляция контейнерных типов](https://python-all.ru/3.9/reference/datamodel.html#emulating-container-types)2281 - [3.3.8. Эмуляция числовых типов](https://python-all.ru/3.9/reference/datamodel.html#emulating-numeric-types)2282 - [3.3.9. Контекстные менеджеры оператора with](https://python-all.ru/3.9/reference/datamodel.html#with-statement-context-managers)2283 - [3.3.10. Поиск специальных методов](https://python-all.ru/3.9/reference/datamodel.html#special-method-lookup)2284 - [3.4. Корутины](https://python-all.ru/3.9/reference/datamodel.html#coroutines)22852286 - [3.4.1. Ожидаемые объекты](https://python-all.ru/3.9/reference/datamodel.html#awaitable-objects)2287 - [3.4.2. Объекты корутин](https://python-all.ru/3.9/reference/datamodel.html#coroutine-objects)2288 - [3.4.3. Асинхронные итераторы](https://python-all.ru/3.9/reference/datamodel.html#asynchronous-iterators)2289 - [3.4.4. Асинхронные контекстные менеджеры](https://python-all.ru/3.9/reference/datamodel.html#asynchronous-context-managers)2290 - [4. Модель выполнения](https://python-all.ru/3.9/reference/executionmodel.html)22912292 - [4.1. Структура программы](https://python-all.ru/3.9/reference/executionmodel.html#structure-of-a-program)2293 - [4.2. Имена и связывание](https://python-all.ru/3.9/reference/executionmodel.html#naming-and-binding)22942295 - [4.2.1. Связывание имён](https://python-all.ru/3.9/reference/executionmodel.html#binding-of-names)2296 - [4.2.2. Разрешение имён](https://python-all.ru/3.9/reference/executionmodel.html#resolution-of-names)2297 - [4.2.3. Встроенные функции и ограниченное выполнение](https://python-all.ru/3.9/reference/executionmodel.html#builtins-and-restricted-execution)2298 - [4.2.4. Взаимодействие с динамическими возможностями](https://python-all.ru/3.9/reference/executionmodel.html#interaction-with-dynamic-features)2299 - [4.3. Исключения](https://python-all.ru/3.9/reference/executionmodel.html#exceptions)2300 - [5. Система импорта](https://python-all.ru/3.9/reference/import.html)23012302 - [5.1. `importlib`](https://python-all.ru/3.9/reference/import.html#importlib)2303 - [5.2. Пакеты](https://python-all.ru/3.9/reference/import.html#packages)23042305 - [5.2.1. Обычные пакеты](https://python-all.ru/3.9/reference/import.html#regular-packages)2306 - [5.2.2. Пакеты пространства имён](https://python-all.ru/3.9/reference/import.html#namespace-packages)2307 - [5.3. Поиск](https://python-all.ru/3.9/reference/import.html#searching)23082309 - [5.3.1. Кеш модулей](https://python-all.ru/3.9/reference/import.html#the-module-cache)2310 - [5.3.2. Искатели и загрузчики](https://python-all.ru/3.9/reference/import.html#finders-and-loaders)2311 - [5.3.3. Хуки импорта](https://python-all.ru/3.9/reference/import.html#import-hooks)2312 - [5.3.4. Метапуть](https://python-all.ru/3.9/reference/import.html#the-meta-path)2313 - [5.4. Загрузка](https://python-all.ru/3.9/reference/import.html#loading)23142315 - [5.4.1. Загрузчики](https://python-all.ru/3.9/reference/import.html#loaders)2316 - [5.4.2. Подмодули](https://python-all.ru/3.9/reference/import.html#submodules)2317 - [5.4.3. Спецификация модуля](https://python-all.ru/3.9/reference/import.html#module-spec)2318 - [5.4.4. Атрибуты модуля, связанные с импортом](https://python-all.ru/3.9/reference/import.html#import-related-module-attributes)2319 - [5.4.5. module.\_\_path\_\_](https://python-all.ru/3.9/reference/import.html#module-path)2320 - [5.4.6. Представления модулей](https://python-all.ru/3.9/reference/import.html#module-reprs)2321 - [5.4.7. Инвалидация кэшированного байткода](https://python-all.ru/3.9/reference/import.html#cached-bytecode-invalidation)2322 - [5.5. Искатель на основе путей](https://python-all.ru/3.9/reference/import.html#the-path-based-finder)23232324 - [5.5.1. Искатели записей путей](https://python-all.ru/3.9/reference/import.html#path-entry-finders)2325 - [5.5.2. Протокол искателя записей путей](https://python-all.ru/3.9/reference/import.html#path-entry-finder-protocol)2326 - [5.6. Замена стандартной системы импорта](https://python-all.ru/3.9/reference/import.html#replacing-the-standard-import-system)2327 - [5.7. Относительные импорты в пакетах](https://python-all.ru/3.9/reference/import.html#package-relative-imports)2328 - [5.8. Особые соображения для \_\_main\_\_](https://python-all.ru/3.9/reference/import.html#special-considerations-for-main)23292330 - [5.8.1. \_\_main\_\_.\_\_spec\_\_](https://python-all.ru/3.9/reference/import.html#main-spec)2331 - [5.9. Открытые вопросы](https://python-all.ru/3.9/reference/import.html#open-issues)2332 - [5.10. Ссылки](https://python-all.ru/3.9/reference/import.html#references)2333 - [6. Выражения](https://python-all.ru/3.9/reference/expressions.html)23342335 - [6.1. Арифметические преобразования](https://python-all.ru/3.9/reference/expressions.html#arithmetic-conversions)2336 - [6.2. Атомы](https://python-all.ru/3.9/reference/expressions.html#atoms)23372338 - [6.2.1. Идентификаторы (имена)](https://python-all.ru/3.9/reference/expressions.html#atom-identifiers)2339 - [6.2.2. Литералы](https://python-all.ru/3.9/reference/expressions.html#literals)2340 - [6.2.3. Выражения в скобках](https://python-all.ru/3.9/reference/expressions.html#parenthesized-forms)2341 - [6.2.4. Отображения для списков, множеств и словарей](https://python-all.ru/3.9/reference/expressions.html#displays-for-lists-sets-and-dictionaries)2342 - [6.2.5. Отображения списков](https://python-all.ru/3.9/reference/expressions.html#list-displays)2343 - [6.2.6. Отображения множеств](https://python-all.ru/3.9/reference/expressions.html#set-displays)2344 - [6.2.7. Отображения словарей](https://python-all.ru/3.9/reference/expressions.html#dictionary-displays)2345 - [6.2.8. Генераторные выражения](https://python-all.ru/3.9/reference/expressions.html#generator-expressions)2346 - [6.2.9. Выражения yield](https://python-all.ru/3.9/reference/expressions.html#yield-expressions)23472348 - [6.2.9.1. Методы генератор-итератора](https://python-all.ru/3.9/reference/expressions.html#generator-iterator-methods)2349 - [6.2.9.2. Примеры](https://python-all.ru/3.9/reference/expressions.html#examples)2350 - [6.2.9.3. Асинхронные генераторные функции](https://python-all.ru/3.9/reference/expressions.html#asynchronous-generator-functions)2351 - [6.2.9.4. Методы асинхронного генератор-итератора](https://python-all.ru/3.9/reference/expressions.html#asynchronous-generator-iterator-methods)2352 - [6.3. Первичные выражения](https://python-all.ru/3.9/reference/expressions.html#primaries)23532354 - [6.3.1. Ссылки на атрибуты](https://python-all.ru/3.9/reference/expressions.html#attribute-references)2355 - [6.3.2. Подписки](https://python-all.ru/3.9/reference/expressions.html#subscriptions)2356 - [6.3.3. Срезы](https://python-all.ru/3.9/reference/expressions.html#slicings)2357 - [6.3.4. Вызовы](https://python-all.ru/3.9/reference/expressions.html#calls)2358 - [6.4. Выражение await](https://python-all.ru/3.9/reference/expressions.html#await-expression)2359 - [6.5. Оператор возведения в степень](https://python-all.ru/3.9/reference/expressions.html#the-power-operator)2360 - [6.6. Унарные арифметические и битовые операции](https://python-all.ru/3.9/reference/expressions.html#unary-arithmetic-and-bitwise-operations)2361 - [6.7. Бинарные арифметические операции](https://python-all.ru/3.9/reference/expressions.html#binary-arithmetic-operations)2362 - [6.8. Операции сдвига](https://python-all.ru/3.9/reference/expressions.html#shifting-operations)2363 - [6.9. Двоичные поразрядные операции](https://python-all.ru/3.9/reference/expressions.html#binary-bitwise-operations)2364 - [6.10. Сравнения](https://python-all.ru/3.9/reference/expressions.html#comparisons)23652366 - [6.10.1. Сравнения значений](https://python-all.ru/3.9/reference/expressions.html#value-comparisons)2367 - [6.10.2. Операции проверки принадлежности](https://python-all.ru/3.9/reference/expressions.html#membership-test-operations)2368 - [6.10.3. Сравнения идентичности](https://python-all.ru/3.9/reference/expressions.html#is-not)2369 - [6.11. Булевы операции](https://python-all.ru/3.9/reference/expressions.html#boolean-operations)2370 - [6.12. Присваивающие выражения](https://python-all.ru/3.9/reference/expressions.html#assignment-expressions)2371 - [6.13. Условные выражения](https://python-all.ru/3.9/reference/expressions.html#conditional-expressions)2372 - [6.14. Лямбда-выражения](https://python-all.ru/3.9/reference/expressions.html#lambda)2373 - [6.15. Списки выражений](https://python-all.ru/3.9/reference/expressions.html#expression-lists)2374 - [6.16. Порядок вычисления](https://python-all.ru/3.9/reference/expressions.html#evaluation-order)2375 - [6.17. Приоритет операторов](https://python-all.ru/3.9/reference/expressions.html#operator-precedence)2376 - [7. Простые инструкции](https://python-all.ru/3.9/reference/simple_stmts.html)23772378 - [7.1. Инструкции-выражения](https://python-all.ru/3.9/reference/simple_stmts.html#expression-statements)2379 - [7.2. Инструкции присваивания](https://python-all.ru/3.9/reference/simple_stmts.html#assignment-statements)23802381 - [7.2.1. Совмещённые инструкции присваивания](https://python-all.ru/3.9/reference/simple_stmts.html#augmented-assignment-statements)2382 - [7.2.2. Аннотированные инструкции присваивания](https://python-all.ru/3.9/reference/simple_stmts.html#annotated-assignment-statements)2383 - [7.3. Инструкция `assert`](https://python-all.ru/3.9/reference/simple_stmts.html#the-assert-statement)2384 - [7.4. Инструкция `pass`](https://python-all.ru/3.9/reference/simple_stmts.html#the-pass-statement)2385 - [7.5. Инструкция `del`](https://python-all.ru/3.9/reference/simple_stmts.html#the-del-statement)2386 - [7.6. Инструкция `return`](https://python-all.ru/3.9/reference/simple_stmts.html#the-return-statement)2387 - [7.7. Инструкция `yield`](https://python-all.ru/3.9/reference/simple_stmts.html#the-yield-statement)2388 - [7.8. Инструкция `raise`](https://python-all.ru/3.9/reference/simple_stmts.html#the-raise-statement)2389 - [7.9. Инструкция `break`](https://python-all.ru/3.9/reference/simple_stmts.html#the-break-statement)2390 - [7.10. Инструкция `continue`](https://python-all.ru/3.9/reference/simple_stmts.html#the-continue-statement)2391 - [7.11. Инструкция `import`](https://python-all.ru/3.9/reference/simple_stmts.html#the-import-statement)23922393 - [7.11.1. Инструкции future](https://python-all.ru/3.9/reference/simple_stmts.html#future-statements)2394 - [7.12. Инструкция `global`](https://python-all.ru/3.9/reference/simple_stmts.html#the-global-statement)2395 - [7.13. Инструкция `nonlocal`](https://python-all.ru/3.9/reference/simple_stmts.html#the-nonlocal-statement)2396 - [8. Составные инструкции](https://python-all.ru/3.9/reference/compound_stmts.html)23972398 - [8.1. Инструкция `if`](https://python-all.ru/3.9/reference/compound_stmts.html#the-if-statement)2399 - [8.2. Инструкция `while`](https://python-all.ru/3.9/reference/compound_stmts.html#the-while-statement)2400 - [8.3. Инструкция `for`](https://python-all.ru/3.9/reference/compound_stmts.html#the-for-statement)2401 - [8.4. Инструкция `try`](https://python-all.ru/3.9/reference/compound_stmts.html#the-try-statement)2402 - [8.5. Инструкция `with`](https://python-all.ru/3.9/reference/compound_stmts.html#the-with-statement)2403 - [8.6. Определения функций](https://python-all.ru/3.9/reference/compound_stmts.html#function-definitions)2404 - [8.7. Определения классов](https://python-all.ru/3.9/reference/compound_stmts.html#class-definitions)2405 - [8.8. Корутины](https://python-all.ru/3.9/reference/compound_stmts.html#coroutines)24062407 - [8.8.1. Определение корутинной функции](https://python-all.ru/3.9/reference/compound_stmts.html#coroutine-function-definition)2408 - [8.8.2. Оператор `async for`](https://python-all.ru/3.9/reference/compound_stmts.html#the-async-for-statement)2409 - [8.8.3. Оператор `async with`](https://python-all.ru/3.9/reference/compound_stmts.html#the-async-with-statement)2410 - [9. Компоненты верхнего уровня](https://python-all.ru/3.9/reference/toplevel_components.html)24112412 - [9.1. Полные программы на Python](https://python-all.ru/3.9/reference/toplevel_components.html#complete-python-programs)2413 - [9.2. Ввод из файла](https://python-all.ru/3.9/reference/toplevel_components.html#file-input)2414 - [9.3. Интерактивный ввод](https://python-all.ru/3.9/reference/toplevel_components.html#interactive-input)2415 - [9.4. Ввод выражений](https://python-all.ru/3.9/reference/toplevel_components.html#expression-input)2416 - [10. Полная спецификация грамматики](https://python-all.ru/3.9/reference/grammar.html)2417- [Стандартная библиотека Python](https://python-all.ru/3.9/library/index.html)24182419 - [Введение](https://python-all.ru/3.9/library/intro.html)24202421 - [Примечания о доступности](https://python-all.ru/3.9/library/intro.html#notes-on-availability)2422 - [Встроенные функции](https://python-all.ru/3.9/library/functions.html)2423 - [Встроенные константы](https://python-all.ru/3.9/library/constants.html)24242425 - [Константы, добавляемые модулем `site`](https://python-all.ru/3.9/library/constants.html#constants-added-by-the-site-module)2426 - [Встроенные типы](https://python-all.ru/3.9/library/stdtypes.html)24272428 - [Проверка истинности](https://python-all.ru/3.9/library/stdtypes.html#truth-value-testing)2429 - [Логические операции – `and`, `or`, `not`](https://python-all.ru/3.9/library/stdtypes.html#boolean-operations-and-or-not)2430 - [Сравнения](https://python-all.ru/3.9/library/stdtypes.html#comparisons)2431 - [Числовые типы – `int`, `float`, `complex`](https://python-all.ru/3.9/library/stdtypes.html#numeric-types-int-float-complex)24322433 - [Побитовые операции над целыми типами](https://python-all.ru/3.9/library/stdtypes.html#bitwise-operations-on-integer-types)2434 - [Дополнительные методы целых типов](https://python-all.ru/3.9/library/stdtypes.html#additional-methods-on-integer-types)2435 - [Дополнительные методы типа float](https://python-all.ru/3.9/library/stdtypes.html#additional-methods-on-float)2436 - [Хеширование числовых типов](https://python-all.ru/3.9/library/stdtypes.html#hashing-of-numeric-types)2437 - [Типы итераторов](https://python-all.ru/3.9/library/stdtypes.html#iterator-types)24382439 - [Типы генераторов](https://python-all.ru/3.9/library/stdtypes.html#generator-types)2440 - [Типы последовательностей – `list`, `tuple`, `range`](https://python-all.ru/3.9/library/stdtypes.html#sequence-types-list-tuple-range)24412442 - [Общие операции с последовательностями](https://python-all.ru/3.9/library/stdtypes.html#common-sequence-operations)2443 - [Неизменяемые типы последовательностей](https://python-all.ru/3.9/library/stdtypes.html#immutable-sequence-types)2444 - [Изменяемые типы последовательностей](https://python-all.ru/3.9/library/stdtypes.html#mutable-sequence-types)2445 - [Списки](https://python-all.ru/3.9/library/stdtypes.html#lists)2446 - [Кортежи](https://python-all.ru/3.9/library/stdtypes.html#tuples)2447 - [Диапазоны](https://python-all.ru/3.9/library/stdtypes.html#ranges)2448 - [Тип текстовых последовательностей – `str`](https://python-all.ru/3.9/library/stdtypes.html#text-sequence-type-str)24492450 - [Методы строк](https://python-all.ru/3.9/library/stdtypes.html#string-methods)2451 - [Форматирование строк в стиле `printf`](https://python-all.ru/3.9/library/stdtypes.html#printf-style-string-formatting)2452 - [Типы двоичных последовательностей – `bytes`, `bytearray`, `memoryview`](https://python-all.ru/3.9/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview)24532454 - [Объекты bytes](https://python-all.ru/3.9/library/stdtypes.html#bytes-objects)2455 - [Объекты bytearray](https://python-all.ru/3.9/library/stdtypes.html#bytearray-objects)2456 - [Операции с bytes и bytearray](https://python-all.ru/3.9/library/stdtypes.html#bytes-and-bytearray-operations)2457 - [Форматирование bytes в стиле `printf`](https://python-all.ru/3.9/library/stdtypes.html#printf-style-bytes-formatting)2458 - [Представления памяти](https://python-all.ru/3.9/library/stdtypes.html#memory-views)2459 - [Типы множеств – `set`, `frozenset`](https://python-all.ru/3.9/library/stdtypes.html#set-types-set-frozenset)2460 - [Типы отображений – `dict`](https://python-all.ru/3.9/library/stdtypes.html#mapping-types-dict)24612462 - [Объекты представлений словаря](https://python-all.ru/3.9/library/stdtypes.html#dictionary-view-objects)2463 - [Типы контекстных менеджеров](https://python-all.ru/3.9/library/stdtypes.html#context-manager-types)2464 - [Тип общего псевдонима](https://python-all.ru/3.9/library/stdtypes.html#generic-alias-type)24652466 - [Стандартные обобщённые классы](https://python-all.ru/3.9/library/stdtypes.html#standard-generic-classes)2467 - [Специальные атрибуты объектов `GenericAlias`](https://python-all.ru/3.9/library/stdtypes.html#special-attributes-of-genericalias-objects)2468 - [Прочие встроенные типы](https://python-all.ru/3.9/library/stdtypes.html#other-built-in-types)24692470 - [Модули](https://python-all.ru/3.9/library/stdtypes.html#modules)2471 - [Классы и экземпляры классов](https://python-all.ru/3.9/library/stdtypes.html#classes-and-class-instances)2472 - [Функции](https://python-all.ru/3.9/library/stdtypes.html#functions)2473 - [Методы](https://python-all.ru/3.9/library/stdtypes.html#methods)2474 - [Объекты кода](https://python-all.ru/3.9/library/stdtypes.html#code-objects)2475 - [Объекты типов](https://python-all.ru/3.9/library/stdtypes.html#type-objects)2476 - [Объект None](https://python-all.ru/3.9/library/stdtypes.html#the-null-object)2477 - [Объект Ellipsis](https://python-all.ru/3.9/library/stdtypes.html#the-ellipsis-object)2478 - [Объект NotImplemented](https://python-all.ru/3.9/library/stdtypes.html#the-notimplemented-object)2479 - [Логические значения](https://python-all.ru/3.9/library/stdtypes.html#boolean-values)2480 - [Внутренние объекты](https://python-all.ru/3.9/library/stdtypes.html#internal-objects)2481 - [Специальные атрибуты](https://python-all.ru/3.9/library/stdtypes.html#special-attributes)2482 - [Ограничение длины преобразования целого числа в строку](https://python-all.ru/3.9/library/stdtypes.html#integer-string-conversion-length-limitation)24832484 - [Затронутые API](https://python-all.ru/3.9/library/stdtypes.html#affected-apis)2485 - [Настройка ограничения](https://python-all.ru/3.9/library/stdtypes.html#configuring-the-limit)2486 - [Рекомендуемая конфигурация](https://python-all.ru/3.9/library/stdtypes.html#recommended-configuration)2487 - [Встроенные исключения](https://python-all.ru/3.9/library/exceptions.html)24882489 - [Контекст исключения](https://python-all.ru/3.9/library/exceptions.html#exception-context)2490 - [Наследование от встроенных исключений](https://python-all.ru/3.9/library/exceptions.html#inheriting-from-built-in-exceptions)2491 - [Базовые классы](https://python-all.ru/3.9/library/exceptions.html#base-classes)2492 - [Конкретные исключения](https://python-all.ru/3.9/library/exceptions.html#concrete-exceptions)24932494 - [Исключения ОС](https://python-all.ru/3.9/library/exceptions.html#os-exceptions)2495 - [Предупреждения](https://python-all.ru/3.9/library/exceptions.html#warnings)2496 - [Иерархия исключений](https://python-all.ru/3.9/library/exceptions.html#exception-hierarchy)2497 - [Службы обработки текста](https://python-all.ru/3.9/library/text.html)24982499 - [`string` – Общие операции со строками](https://python-all.ru/3.9/library/string.html)25002501 - [Строковые константы](https://python-all.ru/3.9/library/string.html#string-constants)2502 - [Пользовательское форматирование строк](https://python-all.ru/3.9/library/string.html#custom-string-formatting)2503 - [Синтаксис строки форматирования](https://python-all.ru/3.9/library/string.html#format-string-syntax)25042505 - [Мини-язык спецификации формата](https://python-all.ru/3.9/library/string.html#format-specification-mini-language)2506 - [Примеры форматирования](https://python-all.ru/3.9/library/string.html#format-examples)2507 - [Строки-шаблоны](https://python-all.ru/3.9/library/string.html#template-strings)2508 - [Вспомогательные функции](https://python-all.ru/3.9/library/string.html#helper-functions)2509 - [`re` – Операции с регулярными выражениями](https://python-all.ru/3.9/library/re.html)25102511 - [Синтаксис регулярных выражений](https://python-all.ru/3.9/library/re.html#regular-expression-syntax)2512 - [Содержимое модуля](https://python-all.ru/3.9/library/re.html#module-contents)2513 - [Объекты регулярных выражений](https://python-all.ru/3.9/library/re.html#regular-expression-objects)2514 - [Объекты Match](https://python-all.ru/3.9/library/re.html#match-objects)2515 - [Примеры регулярных выражений](https://python-all.ru/3.9/library/re.html#regular-expression-examples)25162517 - [Проверка на пару](https://python-all.ru/3.9/library/re.html#checking-for-a-pair)2518 - [Имитация scanf()](https://python-all.ru/3.9/library/re.html#simulating-scanf)2519 - [search() и match()](https://python-all.ru/3.9/library/re.html#search-vs-match)2520 - [Создание телефонного справочника](https://python-all.ru/3.9/library/re.html#making-a-phonebook)2521 - [Преобразование текста](https://python-all.ru/3.9/library/re.html#text-munging)2522 - [Поиск всех наречий](https://python-all.ru/3.9/library/re.html#finding-all-adverbs)2523 - [Поиск всех наречий и их позиций](https://python-all.ru/3.9/library/re.html#finding-all-adverbs-and-their-positions)2524 - [Сырая строковая нотация](https://python-all.ru/3.9/library/re.html#raw-string-notation)2525 - [Написание токенизатора](https://python-all.ru/3.9/library/re.html#writing-a-tokenizer)2526 - [`difflib` – Вспомогательные функции для вычисления разностей](https://python-all.ru/3.9/library/difflib.html)25272528 - [Объекты SequenceMatcher](https://python-all.ru/3.9/library/difflib.html#sequencematcher-objects)2529 - [Примеры SequenceMatcher](https://python-all.ru/3.9/library/difflib.html#sequencematcher-examples)2530 - [Объекты Differ](https://python-all.ru/3.9/library/difflib.html#differ-objects)2531 - [Пример Differ](https://python-all.ru/3.9/library/difflib.html#differ-example)2532 - [Интерфейс командной строки для difflib](https://python-all.ru/3.9/library/difflib.html#a-command-line-interface-to-difflib)2533 - [`textwrap` – Перенос и заполнение текста](https://python-all.ru/3.9/library/textwrap.html)2534 - [`unicodedata` – База данных Unicode](https://python-all.ru/3.9/library/unicodedata.html)2535 - [`stringprep` – Подготовка строк для интернета](https://python-all.ru/3.9/library/stringprep.html)2536 - [`readline` – Интерфейс GNU readline](https://python-all.ru/3.9/library/readline.html)25372538 - [Файл инициализации](https://python-all.ru/3.9/library/readline.html#init-file)2539 - [Буфер строки](https://python-all.ru/3.9/library/readline.html#line-buffer)2540 - [Файл истории](https://python-all.ru/3.9/library/readline.html#history-file)2541 - [Список истории](https://python-all.ru/3.9/library/readline.html#history-list)2542 - [Перехватчики запуска](https://python-all.ru/3.9/library/readline.html#startup-hooks)2543 - [Автодополнение](https://python-all.ru/3.9/library/readline.html#completion)2544 - [Пример](https://python-all.ru/3.9/library/readline.html#example)2545 - [`rlcompleter` – Функция автодополнения для GNU readline](https://python-all.ru/3.9/library/rlcompleter.html)25462547 - [Объекты Completer](https://python-all.ru/3.9/library/rlcompleter.html#completer-objects)2548 - [Службы двоичных данных](https://python-all.ru/3.9/library/binary.html)25492550 - [`struct` – Интерпретация байтов как упакованных двоичных данных](https://python-all.ru/3.9/library/struct.html)25512552 - [Функции и исключения](https://python-all.ru/3.9/library/struct.html#functions-and-exceptions)2553 - [Строки формата](https://python-all.ru/3.9/library/struct.html#format-strings)25542555 - [Порядок байтов, размер и выравнивание](https://python-all.ru/3.9/library/struct.html#byte-order-size-and-alignment)2556 - [Символы форматирования](https://python-all.ru/3.9/library/struct.html#format-characters)2557 - [Примеры](https://python-all.ru/3.9/library/struct.html#examples)2558 - [Классы](https://python-all.ru/3.9/library/struct.html#classes)2559 - [`codecs` – Реестр кодеков и базовые классы](https://python-all.ru/3.9/library/codecs.html)25602561 - [Базовые классы кодеков](https://python-all.ru/3.9/library/codecs.html#codec-base-classes)25622563 - [Обработчики ошибок](https://python-all.ru/3.9/library/codecs.html#error-handlers)2564 - [Кодирование и декодирование без состояния](https://python-all.ru/3.9/library/codecs.html#stateless-encoding-and-decoding)2565 - [Инкрементное кодирование и декодирование](https://python-all.ru/3.9/library/codecs.html#incremental-encoding-and-decoding)25662567 - [Объекты IncrementalEncoder](https://python-all.ru/3.9/library/codecs.html#incrementalencoder-objects)2568 - [Объекты IncrementalDecoder](https://python-all.ru/3.9/library/codecs.html#incrementaldecoder-objects)2569 - [Потоковое кодирование и декодирование](https://python-all.ru/3.9/library/codecs.html#stream-encoding-and-decoding)25702571 - [Объекты StreamWriter](https://python-all.ru/3.9/library/codecs.html#streamwriter-objects)2572 - [Объекты StreamReader](https://python-all.ru/3.9/library/codecs.html#streamreader-objects)2573 - [Объекты StreamReaderWriter](https://python-all.ru/3.9/library/codecs.html#streamreaderwriter-objects)2574 - [Объекты StreamRecoder](https://python-all.ru/3.9/library/codecs.html#streamrecoder-objects)2575 - [Кодировки и Юникод](https://python-all.ru/3.9/library/codecs.html#encodings-and-unicode)2576 - [Стандартные кодировки](https://python-all.ru/3.9/library/codecs.html#standard-encodings)2577 - [Специфические для Python кодировки](https://python-all.ru/3.9/library/codecs.html#python-specific-encodings)25782579 - [Текстовые кодировки](https://python-all.ru/3.9/library/codecs.html#text-encodings)2580 - [Двоичные преобразования](https://python-all.ru/3.9/library/codecs.html#binary-transforms)2581 - [Текстовые преобразования](https://python-all.ru/3.9/library/codecs.html#text-transforms)2582 - [`encodings.idna` – интернационализированные доменные имена в приложениях](https://python-all.ru/3.9/library/codecs.html#module-encodings.idna)2583 - [`encodings.mbcs` – кодовая страница ANSI Windows](https://python-all.ru/3.9/library/codecs.html#module-encodings.mbcs)2584 - [`encodings.utf_8_sig` – кодек UTF-8 с сигнатурой BOM](https://python-all.ru/3.9/library/codecs.html#module-encodings.utf_8_sig)2585 - [Типы данных](https://python-all.ru/3.9/library/datatypes.html)25862587 - [`datetime` – базовые типы даты и времени](https://python-all.ru/3.9/library/datetime.html)25882589 - [Осведомлённые и наивные объекты](https://python-all.ru/3.9/library/datetime.html#aware-and-naive-objects)2590 - [Константы](https://python-all.ru/3.9/library/datetime.html#constants)2591 - [Доступные типы](https://python-all.ru/3.9/library/datetime.html#available-types)25922593 - [Общие свойства](https://python-all.ru/3.9/library/datetime.html#common-properties)2594 - [Определение, является ли объект осведомлённым или наивным](https://python-all.ru/3.9/library/datetime.html#determining-if-an-object-is-aware-or-naive)2595 - [Объекты `timedelta`](https://python-all.ru/3.9/library/datetime.html#timedelta-objects)25962597 - [Примеры использования: `timedelta`](https://python-all.ru/3.9/library/datetime.html#examples-of-usage-timedelta)2598 - [Объекты `date`](https://python-all.ru/3.9/library/datetime.html#date-objects)25992600 - [Примеры использования: `date`](https://python-all.ru/3.9/library/datetime.html#examples-of-usage-date)2601 - [Объекты `datetime`](https://python-all.ru/3.9/library/datetime.html#datetime-objects)26022603 - [Примеры использования: `datetime`](https://python-all.ru/3.9/library/datetime.html#examples-of-usage-datetime)2604 - [Объекты `time`](https://python-all.ru/3.9/library/datetime.html#time-objects)26052606 - [Примеры использования: `time`](https://python-all.ru/3.9/library/datetime.html#examples-of-usage-time)2607 - [Объекты `tzinfo`](https://python-all.ru/3.9/library/datetime.html#tzinfo-objects)2608 - [Объекты `timezone`](https://python-all.ru/3.9/library/datetime.html#timezone-objects)2609 - [Поведение `strftime()` и `strptime()`](https://python-all.ru/3.9/library/datetime.html#strftime-and-strptime-behavior)26102611 - [Коды формата `strftime()` и `strptime()`](https://python-all.ru/3.9/library/datetime.html#strftime-and-strptime-format-codes)2612 - [Технические детали](https://python-all.ru/3.9/library/datetime.html#technical-detail)2613 - [`zoneinfo` – поддержка часовых поясов IANA](https://python-all.ru/3.9/library/zoneinfo.html)26142615 - [Использование `ZoneInfo`](https://python-all.ru/3.9/library/zoneinfo.html#using-zoneinfo)2616 - [Источники данных](https://python-all.ru/3.9/library/zoneinfo.html#data-sources)26172618 - [Настройка источников данных](https://python-all.ru/3.9/library/zoneinfo.html#configuring-the-data-sources)26192620 - [Конфигурация на этапе компиляции](https://python-all.ru/3.9/library/zoneinfo.html#compile-time-configuration)2621 - [Конфигурация окружения](https://python-all.ru/3.9/library/zoneinfo.html#environment-configuration)2622 - [Конфигурация во время выполнения](https://python-all.ru/3.9/library/zoneinfo.html#runtime-configuration)2623 - [Класс `ZoneInfo`](https://python-all.ru/3.9/library/zoneinfo.html#the-zoneinfo-class)26242625 - [Строковые представления](https://python-all.ru/3.9/library/zoneinfo.html#string-representations)2626 - [Сериализация pickle](https://python-all.ru/3.9/library/zoneinfo.html#pickle-serialization)2627 - [Функции](https://python-all.ru/3.9/library/zoneinfo.html#functions)2628 - [Глобальные переменные](https://python-all.ru/3.9/library/zoneinfo.html#globals)2629 - [Исключения и предупреждения](https://python-all.ru/3.9/library/zoneinfo.html#exceptions-and-warnings)2630 - [`calendar` – общие функции для работы с календарём](https://python-all.ru/3.9/library/calendar.html)2631 - [`collections` – контейнерные типы данных](https://python-all.ru/3.9/library/collections.html)26322633 - [`ChainMap` объекты](https://python-all.ru/3.9/library/collections.html#chainmap-objects)26342635 - [Примеры и рецепты `ChainMap`](https://python-all.ru/3.9/library/collections.html#chainmap-examples-and-recipes)2636 - [`Counter` объекты](https://python-all.ru/3.9/library/collections.html#counter-objects)2637 - [`deque` объекты](https://python-all.ru/3.9/library/collections.html#deque-objects)26382639 - [Рецепты `deque`](https://python-all.ru/3.9/library/collections.html#deque-recipes)2640 - [`defaultdict` объекты](https://python-all.ru/3.9/library/collections.html#defaultdict-objects)26412642 - [Примеры `defaultdict`](https://python-all.ru/3.9/library/collections.html#defaultdict-examples)2643 - [`namedtuple()` – фабричная функция для кортежей с именованными полями](https://python-all.ru/3.9/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields)2644 - [`OrderedDict` объекты](https://python-all.ru/3.9/library/collections.html#ordereddict-objects)26452646 - [Примеры и рецепты `OrderedDict`](https://python-all.ru/3.9/library/collections.html#ordereddict-examples-and-recipes)2647 - [`UserDict` объекты](https://python-all.ru/3.9/library/collections.html#userdict-objects)2648 - [`UserList` объекты](https://python-all.ru/3.9/library/collections.html#userlist-objects)2649 - [`UserString` объекты](https://python-all.ru/3.9/library/collections.html#userstring-objects)2650 - [`collections.abc` – абстрактные базовые классы для контейнеров](https://python-all.ru/3.9/library/collections.abc.html)26512652 - [Абстрактные базовые классы коллекций](https://python-all.ru/3.9/library/collections.abc.html#collections-abstract-base-classes)2653 - [`heapq` – алгоритм кучи (очередь с приоритетом)](https://python-all.ru/3.9/library/heapq.html)26542655 - [Основные примеры](https://python-all.ru/3.9/library/heapq.html#basic-examples)2656 - [Примечания к реализации очереди с приоритетом](https://python-all.ru/3.9/library/heapq.html#priority-queue-implementation-notes)2657 - [Теория](https://python-all.ru/3.9/library/heapq.html#theory)2658 - [`bisect` – алгоритм бисекции массива](https://python-all.ru/3.9/library/bisect.html)26592660 - [Поиск в отсортированных списках](https://python-all.ru/3.9/library/bisect.html#searching-sorted-lists)2661 - [Другие примеры](https://python-all.ru/3.9/library/bisect.html#other-examples)2662 - [`array` – эффективные массивы числовых значений](https://python-all.ru/3.9/library/array.html)2663 - [`weakref` – слабые ссылки](https://python-all.ru/3.9/library/weakref.html)26642665 - [Объекты слабых ссылок](https://python-all.ru/3.9/library/weakref.html#weak-reference-objects)2666 - [Пример](https://python-all.ru/3.9/library/weakref.html#example)2667 - [Объекты финализаторов](https://python-all.ru/3.9/library/weakref.html#finalizer-objects)2668 - [Сравнение финализаторов с методами `__del__()`](https://python-all.ru/3.9/library/weakref.html#comparing-finalizers-with-del-methods)2669 - [`types` – динамическое создание типов и имена для встроенных типов](https://python-all.ru/3.9/library/types.html)26702671 - [Динамическое создание типов](https://python-all.ru/3.9/library/types.html#dynamic-type-creation)2672 - [Стандартные типы интерпретатора](https://python-all.ru/3.9/library/types.html#standard-interpreter-types)2673 - [Дополнительные вспомогательные классы и функции](https://python-all.ru/3.9/library/types.html#additional-utility-classes-and-functions)2674 - [Вспомогательные функции для корутин](https://python-all.ru/3.9/library/types.html#coroutine-utility-functions)2675 - [`copy` – операции поверхностного и глубокого копирования](https://python-all.ru/3.9/library/copy.html)2676 - [`pprint` – форматированный вывод данных](https://python-all.ru/3.9/library/pprint.html)26772678 - [Объекты PrettyPrinter](https://python-all.ru/3.9/library/pprint.html#prettyprinter-objects)2679 - [Пример](https://python-all.ru/3.9/library/pprint.html#example)2680 - [`reprlib` – альтернативная `repr()` реализация](https://python-all.ru/3.9/library/reprlib.html)26812682 - [Объекты Repr](https://python-all.ru/3.9/library/reprlib.html#repr-objects)2683 - [Создание подклассов Repr](https://python-all.ru/3.9/library/reprlib.html#subclassing-repr-objects)2684 - [`enum` – поддержка перечислений](https://python-all.ru/3.9/library/enum.html)26852686 - [Содержимое модуля](https://python-all.ru/3.9/library/enum.html#module-contents)2687 - [Создание Enum](https://python-all.ru/3.9/library/enum.html#creating-an-enum)2688 - [Программный доступ к элементам перечисления и их атрибутам](https://python-all.ru/3.9/library/enum.html#programmatic-access-to-enumeration-members-and-their-attributes)2689 - [Дублирование элементов и значений перечисления](https://python-all.ru/3.9/library/enum.html#duplicating-enum-members-and-values)2690 - [Обеспечение уникальности значений перечисления](https://python-all.ru/3.9/library/enum.html#ensuring-unique-enumeration-values)2691 - [Использование автоматических значений](https://python-all.ru/3.9/library/enum.html#using-automatic-values)2692 - [Итерация](https://python-all.ru/3.9/library/enum.html#iteration)2693 - [Сравнения](https://python-all.ru/3.9/library/enum.html#comparisons)2694 - [Допустимые элементы и атрибуты перечислений](https://python-all.ru/3.9/library/enum.html#allowed-members-and-attributes-of-enumerations)2695 - [Ограниченное создание подклассов Enum](https://python-all.ru/3.9/library/enum.html#restricted-enum-subclassing)2696 - [Сериализация pickle](https://python-all.ru/3.9/library/enum.html#pickling)2697 - [Функциональный API](https://python-all.ru/3.9/library/enum.html#functional-api)2698 - [Производные перечисления](https://python-all.ru/3.9/library/enum.html#derived-enumerations)26992700 - [IntEnum](https://python-all.ru/3.9/library/enum.html#intenum)2701 - [IntFlag](https://python-all.ru/3.9/library/enum.html#intflag)2702 - [Flag](https://python-all.ru/3.9/library/enum.html#flag)2703 - [Другие](https://python-all.ru/3.9/library/enum.html#others)2704 - [Когда использовать `__new__()` вместо `__init__()`](https://python-all.ru/3.9/library/enum.html#when-to-use-new-vs-init)2705 - [Интересные примеры](https://python-all.ru/3.9/library/enum.html#interesting-examples)27062707 - [Пропуск значений](https://python-all.ru/3.9/library/enum.html#omitting-values)27082709 - [Использование `auto`](https://python-all.ru/3.9/library/enum.html#using-auto)2710 - [Использование `object`](https://python-all.ru/3.9/library/enum.html#using-object)2711 - [Использование описательной строки](https://python-all.ru/3.9/library/enum.html#using-a-descriptive-string)2712 - [Использование пользовательского `__new__()`](https://python-all.ru/3.9/library/enum.html#using-a-custom-new)2713 - [OrderedEnum](https://python-all.ru/3.9/library/enum.html#orderedenum)2714 - [DuplicateFreeEnum](https://python-all.ru/3.9/library/enum.html#duplicatefreeenum)2715 - [Планета](https://python-all.ru/3.9/library/enum.html#planet)2716 - [ВременнойПериод](https://python-all.ru/3.9/library/enum.html#timeperiod)2717 - [Чем различаются перечисления?](https://python-all.ru/3.9/library/enum.html#how-are-enums-different)27182719 - [Классы Enum](https://python-all.ru/3.9/library/enum.html#enum-classes)2720 - [Члены Enum (экземпляры)](https://python-all.ru/3.9/library/enum.html#enum-members-aka-instances)2721 - [Тонкие моменты](https://python-all.ru/3.9/library/enum.html#finer-points)27222723 - [Поддерживаемые `__dunder__` имена](https://python-all.ru/3.9/library/enum.html#supported-dunder-names)2724 - [Поддерживаемые `_sunder_` имена](https://python-all.ru/3.9/library/enum.html#supported-sunder-names)2725 - [\_Private\_\_names](https://python-all.ru/3.9/library/enum.html#private-names)2726 - [Тип элемента `Enum`](https://python-all.ru/3.9/library/enum.html#enum-member-type)2727 - [Логическое значение классов и элементов `Enum`](https://python-all.ru/3.9/library/enum.html#boolean-value-of-enum-classes-and-members)2728 - [Классы `Enum` с методами](https://python-all.ru/3.9/library/enum.html#enum-classes-with-methods)2729 - [Объединение элементов `Flag`](https://python-all.ru/3.9/library/enum.html#combining-members-of-flag)2730 - [`graphlib` – Функциональность для работы с графоподобными структурами](https://python-all.ru/3.9/library/graphlib.html)27312732 - [Исключения](https://python-all.ru/3.9/library/graphlib.html#exceptions)2733 - [Числовые и математические модули](https://python-all.ru/3.9/library/numeric.html)27342735 - [`numbers` – Числовые абстрактные базовые классы](https://python-all.ru/3.9/library/numbers.html)27362737 - [Числовая иерархия](https://python-all.ru/3.9/library/numbers.html#the-numeric-tower)2738 - [Примечания для разработчиков типов](https://python-all.ru/3.9/library/numbers.html#notes-for-type-implementors)27392740 - [Добавление дополнительных числовых абстрактных базовых классов](https://python-all.ru/3.9/library/numbers.html#adding-more-numeric-abcs)2741 - [Реализация арифметических операций](https://python-all.ru/3.9/library/numbers.html#implementing-the-arithmetic-operations)2742 - [`math` – Математические функции](https://python-all.ru/3.9/library/math.html)27432744 - [Теоретико-числовые функции и функции представления](https://python-all.ru/3.9/library/math.html#number-theoretic-and-representation-functions)2745 - [Степенные и логарифмические функции](https://python-all.ru/3.9/library/math.html#power-and-logarithmic-functions)2746 - [Тригонометрические функции](https://python-all.ru/3.9/library/math.html#trigonometric-functions)2747 - [Преобразование угловых величин](https://python-all.ru/3.9/library/math.html#angular-conversion)2748 - [Гиперболические функции](https://python-all.ru/3.9/library/math.html#hyperbolic-functions)2749 - [Специальные функции](https://python-all.ru/3.9/library/math.html#special-functions)2750 - [Константы](https://python-all.ru/3.9/library/math.html#constants)2751 - [`cmath` – Математические функции для комплексных чисел](https://python-all.ru/3.9/library/cmath.html)27522753 - [Преобразование в полярные координаты и обратно](https://python-all.ru/3.9/library/cmath.html#conversions-to-and-from-polar-coordinates)2754 - [Степенные и логарифмические функции](https://python-all.ru/3.9/library/cmath.html#power-and-logarithmic-functions)2755 - [Тригонометрические функции](https://python-all.ru/3.9/library/cmath.html#trigonometric-functions)2756 - [Гиперболические функции](https://python-all.ru/3.9/library/cmath.html#hyperbolic-functions)2757 - [Функции классификации](https://python-all.ru/3.9/library/cmath.html#classification-functions)2758 - [Константы](https://python-all.ru/3.9/library/cmath.html#constants)2759 - [`decimal` – Decimal: арифметика с фиксированной и плавающей точкой](https://python-all.ru/3.9/library/decimal.html)27602761 - [Краткое руководство](https://python-all.ru/3.9/library/decimal.html#quick-start-tutorial)2762 - [Объекты Decimal](https://python-all.ru/3.9/library/decimal.html#decimal-objects)27632764 - [Логические операнды](https://python-all.ru/3.9/library/decimal.html#logical-operands)2765 - [Объекты контекста](https://python-all.ru/3.9/library/decimal.html#context-objects)2766 - [Константы](https://python-all.ru/3.9/library/decimal.html#constants)2767 - [Режимы округления](https://python-all.ru/3.9/library/decimal.html#rounding-modes)2768 - [Сигналы](https://python-all.ru/3.9/library/decimal.html#signals)2769 - [Примечания о числах с плавающей точкой](https://python-all.ru/3.9/library/decimal.html#floating-point-notes)27702771 - [Уменьшение ошибки округления за счёт повышенной точности](https://python-all.ru/3.9/library/decimal.html#mitigating-round-off-error-with-increased-precision)2772 - [Особые значения](https://python-all.ru/3.9/library/decimal.html#special-values)2773 - [Работа с потоками](https://python-all.ru/3.9/library/decimal.html#working-with-threads)2774 - [Рецепты](https://python-all.ru/3.9/library/decimal.html#recipes)2775 - [Часто задаваемые вопросы по Decimal](https://python-all.ru/3.9/library/decimal.html#decimal-faq)2776 - [`fractions` – Рациональные числа](https://python-all.ru/3.9/library/fractions.html)2777 - [`random` – Генерация псевдослучайных чисел](https://python-all.ru/3.9/library/random.html)27782779 - [Учётные функции](https://python-all.ru/3.9/library/random.html#bookkeeping-functions)2780 - [Функции для байтов](https://python-all.ru/3.9/library/random.html#functions-for-bytes)2781 - [Функции для целых чисел](https://python-all.ru/3.9/library/random.html#functions-for-integers)2782 - [Функции для последовательностей](https://python-all.ru/3.9/library/random.html#functions-for-sequences)2783 - [Распределения с действительными значениями](https://python-all.ru/3.9/library/random.html#real-valued-distributions)2784 - [Альтернативный генератор](https://python-all.ru/3.9/library/random.html#alternative-generator)2785 - [Замечания о воспроизводимости](https://python-all.ru/3.9/library/random.html#notes-on-reproducibility)2786 - [Примеры](https://python-all.ru/3.9/library/random.html#examples)2787 - [Рецепты](https://python-all.ru/3.9/library/random.html#recipes)2788 - [`statistics` – Функции математической статистики](https://python-all.ru/3.9/library/statistics.html)27892790 - [Средние значения и меры центральной тенденции](https://python-all.ru/3.9/library/statistics.html#averages-and-measures-of-central-location)2791 - [Меры разброса](https://python-all.ru/3.9/library/statistics.html#measures-of-spread)2792 - [Описание функций](https://python-all.ru/3.9/library/statistics.html#function-details)2793 - [Исключения](https://python-all.ru/3.9/library/statistics.html#exceptions)2794 - [`NormalDist` объекты](https://python-all.ru/3.9/library/statistics.html#normaldist-objects)27952796 - [Примеры и рецепты `NormalDist`](https://python-all.ru/3.9/library/statistics.html#normaldist-examples-and-recipes)2797 - [Модули функционального программирования](https://python-all.ru/3.9/library/functional.html)27982799 - [`itertools` – Функции, создающие итераторы для эффективного циклического обхода](https://python-all.ru/3.9/library/itertools.html)28002801 - [Функции itertools](https://python-all.ru/3.9/library/itertools.html#itertool-functions)2802 - [Рецепты itertools](https://python-all.ru/3.9/library/itertools.html#itertools-recipes)2803 - [`functools` – Функции высшего порядка и операции над вызываемыми объектами](https://python-all.ru/3.9/library/functools.html)28042805 - [Объекты `partial`](https://python-all.ru/3.9/library/functools.html#partial-objects)2806 - [`operator` – Стандартные операторы в виде функций](https://python-all.ru/3.9/library/operator.html)28072808 - [Отображение операторов на функции](https://python-all.ru/3.9/library/operator.html#mapping-operators-to-functions)2809 - [Операторы на месте](https://python-all.ru/3.9/library/operator.html#in-place-operators)2810 - [Доступ к файлам и каталогам](https://python-all.ru/3.9/library/filesys.html)28112812 - [`pathlib` – Объектно-ориентированные пути файловой системы](https://python-all.ru/3.9/library/pathlib.html)28132814 - [Основное использование](https://python-all.ru/3.9/library/pathlib.html#basic-use)2815 - [Абстрактные пути](https://python-all.ru/3.9/library/pathlib.html#pure-paths)28162817 - [Общие свойства](https://python-all.ru/3.9/library/pathlib.html#general-properties)2818 - [Операторы](https://python-all.ru/3.9/library/pathlib.html#operators)2819 - [Доступ к отдельным частям](https://python-all.ru/3.9/library/pathlib.html#accessing-individual-parts)2820 - [Методы и свойства](https://python-all.ru/3.9/library/pathlib.html#methods-and-properties)2821 - [Конкретные пути](https://python-all.ru/3.9/library/pathlib.html#concrete-paths)28222823 - [Методы](https://python-all.ru/3.9/library/pathlib.html#methods)2824 - [Соответствие инструментам модуля `os`](https://python-all.ru/3.9/library/pathlib.html#correspondence-to-tools-in-the-os-module)2825 - [`os.path` – Основные операции с путями](https://python-all.ru/3.9/library/os.path.html)2826 - [`fileinput` – Итерация по строкам из нескольких входных потоков данных](https://python-all.ru/3.9/library/fileinput.html)2827 - [`stat` – Интерпретация результатов `stat()`](https://python-all.ru/3.9/library/stat.html)2828 - [`filecmp` – Сравнение файлов и каталогов](https://python-all.ru/3.9/library/filecmp.html)28292830 - [Класс `dircmp`](https://python-all.ru/3.9/library/filecmp.html#the-dircmp-class)2831 - [`tempfile` – Создание временных файлов и каталогов](https://python-all.ru/3.9/library/tempfile.html)28322833 - [Примеры](https://python-all.ru/3.9/library/tempfile.html#examples)2834 - [Устаревшие функции и переменные](https://python-all.ru/3.9/library/tempfile.html#deprecated-functions-and-variables)2835 - [`glob` – Развертывание шаблонов путей в стиле Unix](https://python-all.ru/3.9/library/glob.html)2836 - [`fnmatch` – Сопоставление имен файлов с шаблонами Unix](https://python-all.ru/3.9/library/fnmatch.html)2837 - [`linecache` – Произвольный доступ к строкам текста](https://python-all.ru/3.9/library/linecache.html)2838 - [`shutil` – Высокоуровневые операции с файлами](https://python-all.ru/3.9/library/shutil.html)28392840 - [Операции с каталогами и файлами](https://python-all.ru/3.9/library/shutil.html#directory-and-files-operations)28412842 - [Эффективные операции копирования с учетом платформы](https://python-all.ru/3.9/library/shutil.html#platform-dependent-efficient-copy-operations)2843 - [Пример copytree](https://python-all.ru/3.9/library/shutil.html#copytree-example)2844 - [Пример rmtree](https://python-all.ru/3.9/library/shutil.html#rmtree-example)2845 - [Операции архивирования](https://python-all.ru/3.9/library/shutil.html#archiving-operations)28462847 - [Пример архивирования](https://python-all.ru/3.9/library/shutil.html#archiving-example)2848 - [Пример архивирования с *base\_dir*](https://python-all.ru/3.9/library/shutil.html#archiving-example-with-base-dir)2849 - [Определение размера выходного терминала](https://python-all.ru/3.9/library/shutil.html#querying-the-size-of-the-output-terminal)2850 - [Постоянное хранение данных](https://python-all.ru/3.9/library/persistence.html)28512852 - [`pickle` – Сериализация объектов Python](https://python-all.ru/3.9/library/pickle.html)28532854 - [Связь с другими модулями Python](https://python-all.ru/3.9/library/pickle.html#relationship-to-other-python-modules)28552856 - [Сравнение с `marshal`](https://python-all.ru/3.9/library/pickle.html#comparison-with-marshal)2857 - [Сравнение с `json`](https://python-all.ru/3.9/library/pickle.html#comparison-with-json)2858 - [Формат потока данных](https://python-all.ru/3.9/library/pickle.html#data-stream-format)2859 - [Интерфейс модуля](https://python-all.ru/3.9/library/pickle.html#module-interface)2860 - [Что можно сериализовать и десериализовать?](https://python-all.ru/3.9/library/pickle.html#what-can-be-pickled-and-unpickled)2861 - [Сериализация экземпляров классов](https://python-all.ru/3.9/library/pickle.html#pickling-class-instances)28622863 - [Сохранение внешних объектов](https://python-all.ru/3.9/library/pickle.html#persistence-of-external-objects)2864 - [Диспетчерские таблицы](https://python-all.ru/3.9/library/pickle.html#dispatch-tables)2865 - [Обработка объектов с состоянием](https://python-all.ru/3.9/library/pickle.html#handling-stateful-objects)2866 - [Пользовательская редукция для типов, функций и других объектов](https://python-all.ru/3.9/library/pickle.html#custom-reduction-for-types-functions-and-other-objects)2867 - [Внеполосные буферы](https://python-all.ru/3.9/library/pickle.html#out-of-band-buffers)28682869 - [API провайдера](https://python-all.ru/3.9/library/pickle.html#provider-api)2870 - [API потребителя](https://python-all.ru/3.9/library/pickle.html#consumer-api)2871 - [Пример](https://python-all.ru/3.9/library/pickle.html#example)2872 - [Ограничение глобальных переменных](https://python-all.ru/3.9/library/pickle.html#restricting-globals)2873 - [Производительность](https://python-all.ru/3.9/library/pickle.html#performance)2874 - [Примеры](https://python-all.ru/3.9/library/pickle.html#examples)2875 - [`copyreg` – Регистрация вспомогательных функций `pickle`](https://python-all.ru/3.9/library/copyreg.html)28762877 - [Пример](https://python-all.ru/3.9/library/copyreg.html#example)2878 - [`shelve` – Персистентность объектов Python](https://python-all.ru/3.9/library/shelve.html)28792880 - [Ограничения](https://python-all.ru/3.9/library/shelve.html#restrictions)2881 - [Пример](https://python-all.ru/3.9/library/shelve.html#example)2882 - [`marshal` – Внутренняя сериализация объектов Python](https://python-all.ru/3.9/library/marshal.html)2883 - [`dbm` – Интерфейсы к Unix-«базам данных»](https://python-all.ru/3.9/library/dbm.html)28842885 - [`dbm.gnu` – переосмысление dbm от GNU](https://python-all.ru/3.9/library/dbm.html#module-dbm.gnu)2886 - [`dbm.ndbm` – интерфейс на основе ndbm](https://python-all.ru/3.9/library/dbm.html#module-dbm.ndbm)2887 - [`dbm.dumb` – Переносимая реализация DBM](https://python-all.ru/3.9/library/dbm.html#module-dbm.dumb)2888 - [`sqlite3` – Интерфейс DB-API 2.0 для баз данных SQLite](https://python-all.ru/3.9/library/sqlite3.html)28892890 - [Функции и константы модуля](https://python-all.ru/3.9/library/sqlite3.html#module-functions-and-constants)2891 - [Объекты соединений](https://python-all.ru/3.9/library/sqlite3.html#connection-objects)2892 - [Объекты Cursor](https://python-all.ru/3.9/library/sqlite3.html#cursor-objects)2893 - [Объекты Row](https://python-all.ru/3.9/library/sqlite3.html#row-objects)2894 - [Исключения](https://python-all.ru/3.9/library/sqlite3.html#exceptions)2895 - [Типы SQLite и Python](https://python-all.ru/3.9/library/sqlite3.html#sqlite-and-python-types)28962897 - [Введение](https://python-all.ru/3.9/library/sqlite3.html#introduction)2898 - [Использование адаптеров для хранения дополнительных типов Python в базах данных SQLite](https://python-all.ru/3.9/library/sqlite3.html#using-adapters-to-store-additional-python-types-in-sqlite-databases)28992900 - [Адаптация объекта самостоятельно](https://python-all.ru/3.9/library/sqlite3.html#letting-your-object-adapt-itself)2901 - [Регистрация вызываемого адаптера](https://python-all.ru/3.9/library/sqlite3.html#registering-an-adapter-callable)2902 - [Преобразование значений SQLite в пользовательские типы Python](https://python-all.ru/3.9/library/sqlite3.html#converting-sqlite-values-to-custom-python-types)2903 - [Адаптеры и преобразователи по умолчанию](https://python-all.ru/3.9/library/sqlite3.html#default-adapters-and-converters)2904 - [Управление транзакциями](https://python-all.ru/3.9/library/sqlite3.html#controlling-transactions)2905 - [Эффективное использование `sqlite3`](https://python-all.ru/3.9/library/sqlite3.html#using-sqlite3-efficiently)29062907 - [Использование сокращённых методов](https://python-all.ru/3.9/library/sqlite3.html#using-shortcut-methods)2908 - [Доступ к столбцам по имени, а не по индексу](https://python-all.ru/3.9/library/sqlite3.html#accessing-columns-by-name-instead-of-by-index)2909 - [Использование соединения в качестве контекстного менеджера](https://python-all.ru/3.9/library/sqlite3.html#using-the-connection-as-a-context-manager)2910 - [Сжатие и архивирование данных](https://python-all.ru/3.9/library/archiving.html)29112912 - [`zlib` – сжатие, совместимое с **gzip**](https://python-all.ru/3.9/library/zlib.html)2913 - [`gzip` – поддержка файлов **gzip**](https://python-all.ru/3.9/library/gzip.html)29142915 - [Примеры использования](https://python-all.ru/3.9/library/gzip.html#examples-of-usage)2916 - [Интерфейс командной строки](https://python-all.ru/3.9/library/gzip.html#command-line-interface)29172918 - [Параметры командной строки](https://python-all.ru/3.9/library/gzip.html#command-line-options)2919 - [`bz2` – поддержка сжатия **bzip2**](https://python-all.ru/3.9/library/bz2.html)29202921 - [Сжатие и распаковка файлов](https://python-all.ru/3.9/library/bz2.html#de-compression-of-files)2922 - [Инкрементальное сжатие/распаковка](https://python-all.ru/3.9/library/bz2.html#incremental-de-compression)2923 - [Однопроходное сжатие/распаковка](https://python-all.ru/3.9/library/bz2.html#one-shot-de-compression)2924 - [Примеры использования](https://python-all.ru/3.9/library/bz2.html#examples-of-usage)2925 - [`lzma` – сжатие с использованием алгоритма LZMA](https://python-all.ru/3.9/library/lzma.html)29262927 - [Чтение и запись сжатых файлов](https://python-all.ru/3.9/library/lzma.html#reading-and-writing-compressed-files)2928 - [Сжатие и распаковка данных в памяти](https://python-all.ru/3.9/library/lzma.html#compressing-and-decompressing-data-in-memory)2929 - [Разное](https://python-all.ru/3.9/library/lzma.html#miscellaneous)2930 - [Настройка пользовательских цепочек фильтров](https://python-all.ru/3.9/library/lzma.html#specifying-custom-filter-chains)2931 - [Примеры](https://python-all.ru/3.9/library/lzma.html#examples)2932 - [`zipfile` – работа с ZIP-архивами](https://python-all.ru/3.9/library/zipfile.html)29332934 - [Объекты ZipFile](https://python-all.ru/3.9/library/zipfile.html#zipfile-objects)2935 - [Объекты Path](https://python-all.ru/3.9/library/zipfile.html#path-objects)2936 - [Объекты PyZipFile](https://python-all.ru/3.9/library/zipfile.html#pyzipfile-objects)2937 - [Объекты ZipInfo](https://python-all.ru/3.9/library/zipfile.html#zipinfo-objects)2938 - [Интерфейс командной строки](https://python-all.ru/3.9/library/zipfile.html#command-line-interface)29392940 - [Параметры командной строки](https://python-all.ru/3.9/library/zipfile.html#command-line-options)2941 - [Подводные камни распаковки](https://python-all.ru/3.9/library/zipfile.html#decompression-pitfalls)29422943 - [Из самого файла](https://python-all.ru/3.9/library/zipfile.html#from-file-itself)2944 - [Ограничения файловой системы](https://python-all.ru/3.9/library/zipfile.html#file-system-limitations)2945 - [Ограничения ресурсов](https://python-all.ru/3.9/library/zipfile.html#resources-limitations)2946 - [Прерывание](https://python-all.ru/3.9/library/zipfile.html#interruption)2947 - [Поведение по умолчанию при извлечении](https://python-all.ru/3.9/library/zipfile.html#default-behaviors-of-extraction)2948 - [`tarfile` – чтение и запись tar-архивов](https://python-all.ru/3.9/library/tarfile.html)29492950 - [Объекты TarFile](https://python-all.ru/3.9/library/tarfile.html#tarfile-objects)2951 - [Объекты TarInfo](https://python-all.ru/3.9/library/tarfile.html#tarinfo-objects)2952 - [Фильтры извлечения](https://python-all.ru/3.9/library/tarfile.html#extraction-filters)29532954 - [Именованные фильтры по умолчанию](https://python-all.ru/3.9/library/tarfile.html#default-named-filters)2955 - [Ошибки фильтров](https://python-all.ru/3.9/library/tarfile.html#filter-errors)2956 - [Подсказки для дополнительной проверки](https://python-all.ru/3.9/library/tarfile.html#hints-for-further-verification)2957 - [Поддержка старых версий Python](https://python-all.ru/3.9/library/tarfile.html#supporting-older-python-versions)2958 - [Пример фильтра извлечения с состоянием](https://python-all.ru/3.9/library/tarfile.html#stateful-extraction-filter-example)2959 - [Интерфейс командной строки](https://python-all.ru/3.9/library/tarfile.html#command-line-interface)29602961 - [Параметры командной строки](https://python-all.ru/3.9/library/tarfile.html#command-line-options)2962 - [Примеры](https://python-all.ru/3.9/library/tarfile.html#examples)2963 - [Поддерживаемые форматы tar](https://python-all.ru/3.9/library/tarfile.html#supported-tar-formats)2964 - [Проблемы с Unicode](https://python-all.ru/3.9/library/tarfile.html#unicode-issues)2965 - [Форматы файлов](https://python-all.ru/3.9/library/fileformats.html)29662967 - [`csv` – чтение и запись CSV-файлов](https://python-all.ru/3.9/library/csv.html)29682969 - [Содержимое модуля](https://python-all.ru/3.9/library/csv.html#module-contents)2970 - [Диалекты и параметры форматирования](https://python-all.ru/3.9/library/csv.html#dialects-and-formatting-parameters)2971 - [Объекты чтения](https://python-all.ru/3.9/library/csv.html#reader-objects)2972 - [Объекты записи](https://python-all.ru/3.9/library/csv.html#writer-objects)2973 - [Примеры](https://python-all.ru/3.9/library/csv.html#examples)2974 - [`configparser` – Парсер конфигурационных файлов](https://python-all.ru/3.9/library/configparser.html)29752976 - [Быстрый старт](https://python-all.ru/3.9/library/configparser.html#quick-start)2977 - [Поддерживаемые типы данных](https://python-all.ru/3.9/library/configparser.html#supported-datatypes)2978 - [Значения по умолчанию](https://python-all.ru/3.9/library/configparser.html#fallback-values)2979 - [Поддерживаемая структура INI-файлов](https://python-all.ru/3.9/library/configparser.html#supported-ini-file-structure)2980 - [Интерполяция значений](https://python-all.ru/3.9/library/configparser.html#interpolation-of-values)2981 - [Доступ через протокол отображения](https://python-all.ru/3.9/library/configparser.html#mapping-protocol-access)2982 - [Настройка поведения парсера](https://python-all.ru/3.9/library/configparser.html#customizing-parser-behaviour)2983 - [Примеры устаревшего API](https://python-all.ru/3.9/library/configparser.html#legacy-api-examples)2984 - [Объекты ConfigParser](https://python-all.ru/3.9/library/configparser.html#configparser-objects)2985 - [Объекты RawConfigParser](https://python-all.ru/3.9/library/configparser.html#rawconfigparser-objects)2986 - [Исключения](https://python-all.ru/3.9/library/configparser.html#exceptions)2987 - [`netrc` – Обработка netrc-файлов](https://python-all.ru/3.9/library/netrc.html)29882989 - [Объекты netrc](https://python-all.ru/3.9/library/netrc.html#netrc-objects)2990 - [`plistlib` – Создание и разбор файлов Apple `.plist`](https://python-all.ru/3.9/library/plistlib.html)29912992 - [Примеры](https://python-all.ru/3.9/library/plistlib.html#examples)2993 - [Криптографические службы](https://python-all.ru/3.9/library/crypto.html)29942995 - [`hashlib` – Безопасные хеши и дайджесты сообщений](https://python-all.ru/3.9/library/hashlib.html)29962997 - [Алгоритмы хеширования](https://python-all.ru/3.9/library/hashlib.html#hash-algorithms)2998 - [SHAKE: дайджесты переменной длины](https://python-all.ru/3.9/library/hashlib.html#shake-variable-length-digests)2999 - [Вывод ключей](https://python-all.ru/3.9/library/hashlib.html#key-derivation)3000 - [BLAKE2](https://python-all.ru/3.9/library/hashlib.html#blake2)30013002 - [Создание хеш-объектов](https://python-all.ru/3.9/library/hashlib.html#creating-hash-objects)3003 - [Константы](https://python-all.ru/3.9/library/hashlib.html#constants)3004 - [Примеры](https://python-all.ru/3.9/library/hashlib.html#examples)30053006 - [Простое хеширование](https://python-all.ru/3.9/library/hashlib.html#simple-hashing)3007 - [Использование разного размера дайджестов](https://python-all.ru/3.9/library/hashlib.html#using-different-digest-sizes)3008 - [Хеширование с ключом](https://python-all.ru/3.9/library/hashlib.html#keyed-hashing)3009 - [Рандомизированное хеширование](https://python-all.ru/3.9/library/hashlib.html#randomized-hashing)3010 - [Персонализация](https://python-all.ru/3.9/library/hashlib.html#personalization)3011 - [Древовидный режим](https://python-all.ru/3.9/library/hashlib.html#tree-mode)3012 - [Благодарности](https://python-all.ru/3.9/library/hashlib.html#credits)3013 - [`hmac` – хеширование с ключом для аутентификации сообщений](https://python-all.ru/3.9/library/hmac.html)3014 - [`secrets` – генерация защищённых случайных чисел для управления секретами](https://python-all.ru/3.9/library/secrets.html)30153016 - [Случайные числа](https://python-all.ru/3.9/library/secrets.html#random-numbers)3017 - [Генерация токенов](https://python-all.ru/3.9/library/secrets.html#generating-tokens)30183019 - [Сколько байтов должны использовать токены?](https://python-all.ru/3.9/library/secrets.html#how-many-bytes-should-tokens-use)3020 - [Другие функции](https://python-all.ru/3.9/library/secrets.html#other-functions)3021 - [Рецепты и лучшие практики](https://python-all.ru/3.9/library/secrets.html#recipes-and-best-practices)3022 - [Универсальные службы операционной системы](https://python-all.ru/3.9/library/allos.html)30233024 - [`os` – различные интерфейсы операционной системы](https://python-all.ru/3.9/library/os.html)30253026 - [Имена файлов, аргументы командной строки и переменные окружения](https://python-all.ru/3.9/library/os.html#file-names-command-line-arguments-and-environment-variables)3027 - [Параметры процесса](https://python-all.ru/3.9/library/os.html#process-parameters)3028 - [Создание файловых объектов](https://python-all.ru/3.9/library/os.html#file-object-creation)3029 - [Операции с файловыми дескрипторами](https://python-all.ru/3.9/library/os.html#file-descriptor-operations)30303031 - [Определение размера терминала](https://python-all.ru/3.9/library/os.html#querying-the-size-of-a-terminal)3032 - [Наследование файловых дескрипторов](https://python-all.ru/3.9/library/os.html#inheritance-of-file-descriptors)3033 - [Файлы и каталоги](https://python-all.ru/3.9/library/os.html#files-and-directories)30343035 - [Расширенные атрибуты Linux](https://python-all.ru/3.9/library/os.html#linux-extended-attributes)3036 - [Управление процессами](https://python-all.ru/3.9/library/os.html#process-management)3037 - [Интерфейс к планировщику](https://python-all.ru/3.9/library/os.html#interface-to-the-scheduler)3038 - [Различная системная информация](https://python-all.ru/3.9/library/os.html#miscellaneous-system-information)3039 - [Случайные числа](https://python-all.ru/3.9/library/os.html#random-numbers)3040 - [`io` – Основные инструменты для работы с потоками данных](https://python-all.ru/3.9/library/io.html)30413042 - [Обзор](https://python-all.ru/3.9/library/io.html#overview)30433044 - [Текстовый ввод/вывод](https://python-all.ru/3.9/library/io.html#text-i-o)3045 - [Двоичный ввод/вывод](https://python-all.ru/3.9/library/io.html#binary-i-o)3046 - [Необработанный ввод/вывод](https://python-all.ru/3.9/library/io.html#raw-i-o)3047 - [Интерфейс модуля высокого уровня](https://python-all.ru/3.9/library/io.html#high-level-module-interface)3048 - [Иерархия классов](https://python-all.ru/3.9/library/io.html#class-hierarchy)30493050 - [Базовые классы ввода/вывода](https://python-all.ru/3.9/library/io.html#i-o-base-classes)3051 - [Необработанный файловый ввод/вывод](https://python-all.ru/3.9/library/io.html#raw-file-i-o)3052 - [Буферизированные потоки](https://python-all.ru/3.9/library/io.html#buffered-streams)3053 - [Текстовый ввод/вывод](https://python-all.ru/3.9/library/io.html#id1)3054 - [Производительность](https://python-all.ru/3.9/library/io.html#performance)30553056 - [Двоичный ввод/вывод](https://python-all.ru/3.9/library/io.html#id2)3057 - [Текстовый ввод/вывод](https://python-all.ru/3.9/library/io.html#id3)3058 - [Многопоточность](https://python-all.ru/3.9/library/io.html#multi-threading)3059 - [Реентерабельность](https://python-all.ru/3.9/library/io.html#reentrancy)3060 - [`time` – Доступ ко времени и преобразования](https://python-all.ru/3.9/library/time.html)30613062 - [Функции](https://python-all.ru/3.9/library/time.html#functions)3063 - [Константы идентификаторов часов](https://python-all.ru/3.9/library/time.html#clock-id-constants)3064 - [Константы часовых поясов](https://python-all.ru/3.9/library/time.html#timezone-constants)3065 - [`argparse` – Парсер параметров командной строки, аргументов и подкоманд](https://python-all.ru/3.9/library/argparse.html)30663067 - [Пример](https://python-all.ru/3.9/library/argparse.html#example)30683069 - [Создание парсера](https://python-all.ru/3.9/library/argparse.html#creating-a-parser)3070 - [Добавление аргументов](https://python-all.ru/3.9/library/argparse.html#adding-arguments)3071 - [Разбор аргументов](https://python-all.ru/3.9/library/argparse.html#parsing-arguments)3072 - [Объекты ArgumentParser](https://python-all.ru/3.9/library/argparse.html#argumentparser-objects)30733074 - [prog](https://python-all.ru/3.9/library/argparse.html#prog)3075 - [usage](https://python-all.ru/3.9/library/argparse.html#usage)3076 - [description](https://python-all.ru/3.9/library/argparse.html#description)3077 - [epilog](https://python-all.ru/3.9/library/argparse.html#epilog)3078 - [parents](https://python-all.ru/3.9/library/argparse.html#parents)3079 - [formatter\_class](https://python-all.ru/3.9/library/argparse.html#formatter-class)3080 - [prefix\_chars](https://python-all.ru/3.9/library/argparse.html#prefix-chars)3081 - [fromfile\_prefix\_chars](https://python-all.ru/3.9/library/argparse.html#fromfile-prefix-chars)3082 - [argument\_default](https://python-all.ru/3.9/library/argparse.html#argument-default)3083 - [allow\_abbrev](https://python-all.ru/3.9/library/argparse.html#allow-abbrev)3084 - [conflict\_handler](https://python-all.ru/3.9/library/argparse.html#conflict-handler)3085 - [add\_help](https://python-all.ru/3.9/library/argparse.html#add-help)3086 - [exit\_on\_error](https://python-all.ru/3.9/library/argparse.html#exit-on-error)3087 - [Метод add\_argument()](https://python-all.ru/3.9/library/argparse.html#the-add-argument-method)30883089 - [name или flags](https://python-all.ru/3.9/library/argparse.html#name-or-flags)3090 - [action](https://python-all.ru/3.9/library/argparse.html#action)3091 - [nargs](https://python-all.ru/3.9/library/argparse.html#nargs)3092 - [const](https://python-all.ru/3.9/library/argparse.html#const)3093 - [default](https://python-all.ru/3.9/library/argparse.html#default)3094 - [тип](https://python-all.ru/3.9/library/argparse.html#type)3095 - [choices](https://python-all.ru/3.9/library/argparse.html#choices)3096 - [required](https://python-all.ru/3.9/library/argparse.html#required)3097 - [help](https://python-all.ru/3.9/library/argparse.html#help)3098 - [metavar](https://python-all.ru/3.9/library/argparse.html#metavar)3099 - [dest](https://python-all.ru/3.9/library/argparse.html#dest)3100 - [Классы Action](https://python-all.ru/3.9/library/argparse.html#action-classes)3101 - [Метод parse\_args()](https://python-all.ru/3.9/library/argparse.html#the-parse-args-method)31023103 - [Синтаксис значений опций](https://python-all.ru/3.9/library/argparse.html#option-value-syntax)3104 - [Недопустимые аргументы](https://python-all.ru/3.9/library/argparse.html#invalid-arguments)3105 - [Аргументы, содержащие `-`](https://python-all.ru/3.9/library/argparse.html#arguments-containing)3106 - [Сокращения аргументов (сопоставление по префиксу)](https://python-all.ru/3.9/library/argparse.html#argument-abbreviations-prefix-matching)3107 - [За пределами `sys.argv`](https://python-all.ru/3.9/library/argparse.html#beyond-sys-argv)3108 - [Объект Namespace](https://python-all.ru/3.9/library/argparse.html#the-namespace-object)3109 - [Прочие утилиты](https://python-all.ru/3.9/library/argparse.html#other-utilities)31103111 - [Подкоманды](https://python-all.ru/3.9/library/argparse.html#sub-commands)3112 - [Объекты FileType](https://python-all.ru/3.9/library/argparse.html#filetype-objects)3113 - [Группы аргументов](https://python-all.ru/3.9/library/argparse.html#argument-groups)3114 - [Взаимное исключение](https://python-all.ru/3.9/library/argparse.html#mutual-exclusion)3115 - [Значения по умолчанию парсера](https://python-all.ru/3.9/library/argparse.html#parser-defaults)3116 - [Вывод справки](https://python-all.ru/3.9/library/argparse.html#printing-help)3117 - [Частичный разбор](https://python-all.ru/3.9/library/argparse.html#partial-parsing)3118 - [Настройка разбора файлов](https://python-all.ru/3.9/library/argparse.html#customizing-file-parsing)3119 - [Методы завершения](https://python-all.ru/3.9/library/argparse.html#exiting-methods)3120 - [Смешанный разбор](https://python-all.ru/3.9/library/argparse.html#intermixed-parsing)3121 - [Обновление кода optparse](https://python-all.ru/3.9/library/argparse.html#upgrading-optparse-code)3122 - [`getopt` – Парсер параметров командной строки в стиле C](https://python-all.ru/3.9/library/getopt.html)3123 - [`logging` – Средство журналирования для Python](https://python-all.ru/3.9/library/logging.html)31243125 - [Объекты Logger](https://python-all.ru/3.9/library/logging.html#logger-objects)3126 - [Уровни журналирования](https://python-all.ru/3.9/library/logging.html#logging-levels)3127 - [Объекты-обработчики](https://python-all.ru/3.9/library/logging.html#handler-objects)3128 - [Объекты-форматировщики](https://python-all.ru/3.9/library/logging.html#formatter-objects)3129 - [Объекты-фильтры](https://python-all.ru/3.9/library/logging.html#filter-objects)3130 - [Объекты LogRecord](https://python-all.ru/3.9/library/logging.html#logrecord-objects)3131 - [Атрибуты LogRecord](https://python-all.ru/3.9/library/logging.html#logrecord-attributes)3132 - [Объекты LoggerAdapter](https://python-all.ru/3.9/library/logging.html#loggeradapter-objects)3133 - [Потокобезопасность](https://python-all.ru/3.9/library/logging.html#thread-safety)3134 - [Функции уровня модуля](https://python-all.ru/3.9/library/logging.html#module-level-functions)3135 - [Атрибуты уровня модуля](https://python-all.ru/3.9/library/logging.html#module-level-attributes)3136 - [Интеграция с модулем warnings](https://python-all.ru/3.9/library/logging.html#integration-with-the-warnings-module)3137 - [`logging.config` – Конфигурация логирования](https://python-all.ru/3.9/library/logging.config.html)31383139 - [Функции конфигурации](https://python-all.ru/3.9/library/logging.config.html#configuration-functions)3140 - [Вопросы безопасности](https://python-all.ru/3.9/library/logging.config.html#security-considerations)3141 - [Схема конфигурационного словаря](https://python-all.ru/3.9/library/logging.config.html#configuration-dictionary-schema)31423143 - [Подробности схемы словаря](https://python-all.ru/3.9/library/logging.config.html#dictionary-schema-details)3144 - [Инкрементальная конфигурация](https://python-all.ru/3.9/library/logging.config.html#incremental-configuration)3145 - [Соединения объектов](https://python-all.ru/3.9/library/logging.config.html#object-connections)3146 - [Пользовательские объекты](https://python-all.ru/3.9/library/logging.config.html#user-defined-objects)3147 - [Доступ к внешним объектам](https://python-all.ru/3.9/library/logging.config.html#access-to-external-objects)3148 - [Доступ к внутренним объектам](https://python-all.ru/3.9/library/logging.config.html#access-to-internal-objects)3149 - [Разрешение импорта и пользовательские импортеры](https://python-all.ru/3.9/library/logging.config.html#import-resolution-and-custom-importers)3150 - [Формат файла конфигурации](https://python-all.ru/3.9/library/logging.config.html#configuration-file-format)3151 - [`logging.handlers` – Обработчики логирования](https://python-all.ru/3.9/library/logging.handlers.html)31523153 - [StreamHandler](https://python-all.ru/3.9/library/logging.handlers.html#streamhandler)3154 - [FileHandler](https://python-all.ru/3.9/library/logging.handlers.html#filehandler)3155 - [NullHandler](https://python-all.ru/3.9/library/logging.handlers.html#nullhandler)3156 - [WatchedFileHandler](https://python-all.ru/3.9/library/logging.handlers.html#watchedfilehandler)3157 - [BaseRotatingHandler](https://python-all.ru/3.9/library/logging.handlers.html#baserotatinghandler)3158 - [RotatingFileHandler](https://python-all.ru/3.9/library/logging.handlers.html#rotatingfilehandler)3159 - [TimedRotatingFileHandler](https://python-all.ru/3.9/library/logging.handlers.html#timedrotatingfilehandler)3160 - [Обработчик сокетов](https://python-all.ru/3.9/library/logging.handlers.html#sockethandler)3161 - [Обработчик датаграмм](https://python-all.ru/3.9/library/logging.handlers.html#datagramhandler)3162 - [Обработчик системного журнала](https://python-all.ru/3.9/library/logging.handlers.html#sysloghandler)3163 - [Обработчик журнала событий NT](https://python-all.ru/3.9/library/logging.handlers.html#nteventloghandler)3164 - [SMTP-обработчик](https://python-all.ru/3.9/library/logging.handlers.html#smtphandler)3165 - [Обработчик памяти](https://python-all.ru/3.9/library/logging.handlers.html#memoryhandler)3166 - [HTTP-обработчик](https://python-all.ru/3.9/library/logging.handlers.html#httphandler)3167 - [Обработчик очереди](https://python-all.ru/3.9/library/logging.handlers.html#queuehandler)3168 - [Прослушиватель очереди](https://python-all.ru/3.9/library/logging.handlers.html#queuelistener)3169 - [`getpass` – Переносимый ввод пароля](https://python-all.ru/3.9/library/getpass.html)3170 - [`curses` – Управление терминалом для символьных дисплеев](https://python-all.ru/3.9/library/curses.html)31713172 - [Функции](https://python-all.ru/3.9/library/curses.html#functions)3173 - [Объекты окон](https://python-all.ru/3.9/library/curses.html#window-objects)3174 - [Константы](https://python-all.ru/3.9/library/curses.html#constants)3175 - [`curses.textpad` – виджет ввода текста для программ curses](https://python-all.ru/3.9/library/curses.html#module-curses.textpad)31763177 - [Объекты Textbox](https://python-all.ru/3.9/library/curses.html#textbox-objects)3178 - [`curses.ascii` – утилиты для работы с ASCII-символами](https://python-all.ru/3.9/library/curses.ascii.html)3179 - [`curses.panel` – расширение стека панелей для curses](https://python-all.ru/3.9/library/curses.panel.html)31803181 - [Функции](https://python-all.ru/3.9/library/curses.panel.html#functions)3182 - [Объекты панелей](https://python-all.ru/3.9/library/curses.panel.html#panel-objects)3183 - [`platform` – Доступ к идентифицирующим данным базовой платформы](https://python-all.ru/3.9/library/platform.html)31843185 - [Кроссплатформенные](https://python-all.ru/3.9/library/platform.html#cross-platform)3186 - [Платформа Java](https://python-all.ru/3.9/library/platform.html#java-platform)3187 - [Платформа Windows](https://python-all.ru/3.9/library/platform.html#windows-platform)3188 - [Платформа macOS](https://python-all.ru/3.9/library/platform.html#macos-platform)3189 - [Платформы Unix](https://python-all.ru/3.9/library/platform.html#unix-platforms)3190 - [`errno` – Стандартные системные символы errno](https://python-all.ru/3.9/library/errno.html)3191 - [`ctypes` – Библиотека внешних функций для Python](https://python-all.ru/3.9/library/ctypes.html)31923193 - [Руководство по ctypes](https://python-all.ru/3.9/library/ctypes.html#ctypes-tutorial)31943195 - [Загрузка библиотек динамической компоновки](https://python-all.ru/3.9/library/ctypes.html#loading-dynamic-link-libraries)3196 - [Доступ к функциям из загруженных DLL](https://python-all.ru/3.9/library/ctypes.html#accessing-functions-from-loaded-dlls)3197 - [Вызов функций](https://python-all.ru/3.9/library/ctypes.html#calling-functions)3198 - [Базовые типы данных](https://python-all.ru/3.9/library/ctypes.html#fundamental-data-types)3199 - [Вызов функций (продолжение)](https://python-all.ru/3.9/library/ctypes.html#calling-functions-continued)3200 - [Вызов функций с собственными пользовательскими типами данных](https://python-all.ru/3.9/library/ctypes.html#calling-functions-with-your-own-custom-data-types)3201 - [Указание требуемых типов аргументов (прототипы функций)](https://python-all.ru/3.9/library/ctypes.html#specifying-the-required-argument-types-function-prototypes)3202 - [Типы возвращаемых значений](https://python-all.ru/3.9/library/ctypes.html#return-types)3203 - [Передача указателей (или передача параметров по ссылке)](https://python-all.ru/3.9/library/ctypes.html#passing-pointers-or-passing-parameters-by-reference)3204 - [Структуры и объединения](https://python-all.ru/3.9/library/ctypes.html#structures-and-unions)3205 - [Выравнивание структур/объединений и порядок байтов](https://python-all.ru/3.9/library/ctypes.html#structure-union-alignment-and-byte-order)3206 - [Битовые поля в структурах и объединениях](https://python-all.ru/3.9/library/ctypes.html#bit-fields-in-structures-and-unions)3207 - [Массивы](https://python-all.ru/3.9/library/ctypes.html#arrays)3208 - [Указатели](https://python-all.ru/3.9/library/ctypes.html#pointers)3209 - [Преобразования типов](https://python-all.ru/3.9/library/ctypes.html#type-conversions)3210 - [Неполные типы](https://python-all.ru/3.9/library/ctypes.html#incomplete-types)3211 - [Функции обратного вызова](https://python-all.ru/3.9/library/ctypes.html#callback-functions)3212 - [Доступ к значениям, экспортируемым из DLL](https://python-all.ru/3.9/library/ctypes.html#accessing-values-exported-from-dlls)3213 - [Неожиданности](https://python-all.ru/3.9/library/ctypes.html#surprises)3214 - [Типы данных переменного размера](https://python-all.ru/3.9/library/ctypes.html#variable-sized-data-types)3215 - [Справочник по ctypes](https://python-all.ru/3.9/library/ctypes.html#ctypes-reference)32163217 - [Поиск общих библиотек](https://python-all.ru/3.9/library/ctypes.html#finding-shared-libraries)3218 - [Загрузка общих библиотек](https://python-all.ru/3.9/library/ctypes.html#loading-shared-libraries)3219 - [Внешние функции](https://python-all.ru/3.9/library/ctypes.html#foreign-functions)3220 - [Прототипы функций](https://python-all.ru/3.9/library/ctypes.html#function-prototypes)3221 - [Вспомогательные функции](https://python-all.ru/3.9/library/ctypes.html#utility-functions)3222 - [Типы данных](https://python-all.ru/3.9/library/ctypes.html#data-types)3223 - [Базовые типы данных](https://python-all.ru/3.9/library/ctypes.html#ctypes-fundamental-data-types-2)3224 - [Структурированные типы данных](https://python-all.ru/3.9/library/ctypes.html#structured-data-types)3225 - [Массивы и указатели](https://python-all.ru/3.9/library/ctypes.html#arrays-and-pointers)3226 - [Параллельное выполнение](https://python-all.ru/3.9/library/concurrency.html)32273228 - [`threading` – параллелизм на основе потоков](https://python-all.ru/3.9/library/threading.html)32293230 - [Потоковые локальные данные](https://python-all.ru/3.9/library/threading.html#thread-local-data)3231 - [Объекты потоков](https://python-all.ru/3.9/library/threading.html#thread-objects)3232 - [Объекты блокировок](https://python-all.ru/3.9/library/threading.html#lock-objects)3233 - [Объекты RLock](https://python-all.ru/3.9/library/threading.html#rlock-objects)3234 - [Объекты условий](https://python-all.ru/3.9/library/threading.html#condition-objects)3235 - [Объекты семафоров](https://python-all.ru/3.9/library/threading.html#semaphore-objects)32363237 - [`Semaphore` Пример](https://python-all.ru/3.9/library/threading.html#semaphore-example)3238 - [Объекты событий](https://python-all.ru/3.9/library/threading.html#event-objects)3239 - [Объекты таймеров](https://python-all.ru/3.9/library/threading.html#timer-objects)3240 - [Объекты барьеров](https://python-all.ru/3.9/library/threading.html#barrier-objects)3241 - [Использование блокировок, условий и семафоров в операторе `with`](https://python-all.ru/3.9/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement)3242 - [`multiprocessing` – параллелизм на основе процессов](https://python-all.ru/3.9/library/multiprocessing.html)32433244 - [Введение](https://python-all.ru/3.9/library/multiprocessing.html#introduction)32453246 - [Класс `Process`](https://python-all.ru/3.9/library/multiprocessing.html#the-process-class)3247 - [Контексты и методы запуска](https://python-all.ru/3.9/library/multiprocessing.html#contexts-and-start-methods)3248 - [Обмен объектами между процессами](https://python-all.ru/3.9/library/multiprocessing.html#exchanging-objects-between-processes)3249 - [Синхронизация между процессами](https://python-all.ru/3.9/library/multiprocessing.html#synchronization-between-processes)3250 - [Совместное использование состояния между процессами](https://python-all.ru/3.9/library/multiprocessing.html#sharing-state-between-processes)3251 - [Использование пула рабочих процессов](https://python-all.ru/3.9/library/multiprocessing.html#using-a-pool-of-workers)3252 - [Справочник](https://python-all.ru/3.9/library/multiprocessing.html#reference)32533254 - [`Process` и исключения](https://python-all.ru/3.9/library/multiprocessing.html#process-and-exceptions)3255 - [Каналы и очереди](https://python-all.ru/3.9/library/multiprocessing.html#pipes-and-queues)3256 - [Разное](https://python-all.ru/3.9/library/multiprocessing.html#miscellaneous)3257 - [Объекты соединений](https://python-all.ru/3.9/library/multiprocessing.html#connection-objects)3258 - [Примитивы синхронизации](https://python-all.ru/3.9/library/multiprocessing.html#synchronization-primitives)3259 - [Разделяемые `ctypes` объекты](https://python-all.ru/3.9/library/multiprocessing.html#shared-ctypes-objects)32603261 - [Модуль `multiprocessing.sharedctypes`](https://python-all.ru/3.9/library/multiprocessing.html#module-multiprocessing.sharedctypes)3262 - [Менеджеры](https://python-all.ru/3.9/library/multiprocessing.html#managers)32633264 - [Настраиваемые менеджеры](https://python-all.ru/3.9/library/multiprocessing.html#customized-managers)3265 - [Использование удалённого менеджера](https://python-all.ru/3.9/library/multiprocessing.html#using-a-remote-manager)3266 - [Объекты-прокси](https://python-all.ru/3.9/library/multiprocessing.html#proxy-objects)32673268 - [Очистка](https://python-all.ru/3.9/library/multiprocessing.html#cleanup)3269 - [Пулы процессов](https://python-all.ru/3.9/library/multiprocessing.html#module-multiprocessing.pool)3270 - [Слушатели и клиенты](https://python-all.ru/3.9/library/multiprocessing.html#module-multiprocessing.connection)32713272 - [Форматы адресов](https://python-all.ru/3.9/library/multiprocessing.html#address-formats)3273 - [Ключи аутентификации](https://python-all.ru/3.9/library/multiprocessing.html#authentication-keys)3274 - [Логирование](https://python-all.ru/3.9/library/multiprocessing.html#logging)3275 - [Модуль `multiprocessing.dummy`](https://python-all.ru/3.9/library/multiprocessing.html#module-multiprocessing.dummy)3276 - [Рекомендации по программированию](https://python-all.ru/3.9/library/multiprocessing.html#programming-guidelines)32773278 - [Все методы запуска](https://python-all.ru/3.9/library/multiprocessing.html#all-start-methods)3279 - [Методы запуска *spawn* и *forkserver*](https://python-all.ru/3.9/library/multiprocessing.html#the-spawn-and-forkserver-start-methods)3280 - [Примеры](https://python-all.ru/3.9/library/multiprocessing.html#examples)3281 - [`multiprocessing.shared_memory` – Предоставляет разделяемую память для прямого доступа между процессами](https://python-all.ru/3.9/library/multiprocessing.shared_memory.html)3282 - [Пакет `concurrent`](https://python-all.ru/3.9/library/concurrent.html)3283 - [`concurrent.futures` – Запуск параллельных задач](https://python-all.ru/3.9/library/concurrent.futures.html)32843285 - [Объекты исполнителя](https://python-all.ru/3.9/library/concurrent.futures.html#executor-objects)3286 - [ThreadPoolExecutor](https://python-all.ru/3.9/library/concurrent.futures.html#threadpoolexecutor)32873288 - [Пример ThreadPoolExecutor](https://python-all.ru/3.9/library/concurrent.futures.html#threadpoolexecutor-example)3289 - [ProcessPoolExecutor](https://python-all.ru/3.9/library/concurrent.futures.html#processpoolexecutor)32903291 - [Пример ProcessPoolExecutor](https://python-all.ru/3.9/library/concurrent.futures.html#processpoolexecutor-example)3292 - [Объекты Future](https://python-all.ru/3.9/library/concurrent.futures.html#future-objects)3293 - [Функции модуля](https://python-all.ru/3.9/library/concurrent.futures.html#module-functions)3294 - [Классы исключений](https://python-all.ru/3.9/library/concurrent.futures.html#exception-classes)3295 - [`subprocess` – Управление подпроцессами](https://python-all.ru/3.9/library/subprocess.html)32963297 - [Использование модуля `subprocess`](https://python-all.ru/3.9/library/subprocess.html#using-the-subprocess-module)32983299 - [Часто используемые аргументы](https://python-all.ru/3.9/library/subprocess.html#frequently-used-arguments)3300 - [Конструктор Popen](https://python-all.ru/3.9/library/subprocess.html#popen-constructor)3301 - [Исключения](https://python-all.ru/3.9/library/subprocess.html#exceptions)3302 - [Вопросы безопасности](https://python-all.ru/3.9/library/subprocess.html#security-considerations)3303 - [Объекты Popen](https://python-all.ru/3.9/library/subprocess.html#popen-objects)3304 - [Вспомогательные функции Popen для Windows](https://python-all.ru/3.9/library/subprocess.html#windows-popen-helpers)33053306 - [Константы Windows](https://python-all.ru/3.9/library/subprocess.html#windows-constants)3307 - [Старый высокоуровневый API](https://python-all.ru/3.9/library/subprocess.html#older-high-level-api)3308 - [Замена старых функций модулем `subprocess`](https://python-all.ru/3.9/library/subprocess.html#replacing-older-functions-with-the-subprocess-module)33093310 - [Замена подстановки команд оболочки **/bin/sh**](https://python-all.ru/3.9/library/subprocess.html#replacing-bin-sh-shell-command-substitution)3311 - [Замена конвейера оболочки](https://python-all.ru/3.9/library/subprocess.html#replacing-shell-pipeline)3312 - [Замена `os.system()`](https://python-all.ru/3.9/library/subprocess.html#replacing-os-system)3313 - [Замена семейства `os.spawn`](https://python-all.ru/3.9/library/subprocess.html#replacing-the-os-spawn-family)3314 - [Замена `os.popen()`, `os.popen2()`, `os.popen3()`](https://python-all.ru/3.9/library/subprocess.html#replacing-os-popen-os-popen2-os-popen3)3315 - [Замена функций из модуля `popen2`](https://python-all.ru/3.9/library/subprocess.html#replacing-functions-from-the-popen2-module)3316 - [Устаревшие функции вызова оболочки](https://python-all.ru/3.9/library/subprocess.html#legacy-shell-invocation-functions)3317 - [Примечания](https://python-all.ru/3.9/library/subprocess.html#notes)33183319 - [Преобразование последовательности аргументов в строку на Windows](https://python-all.ru/3.9/library/subprocess.html#converting-an-argument-sequence-to-a-string-on-windows)3320 - [`sched` – планировщик событий](https://python-all.ru/3.9/library/sched.html)33213322 - [Объекты планировщика](https://python-all.ru/3.9/library/sched.html#scheduler-objects)3323 - [`queue` – класс синхронизированной очереди](https://python-all.ru/3.9/library/queue.html)33243325 - [Объекты очередей](https://python-all.ru/3.9/library/queue.html#queue-objects)3326 - [Объекты SimpleQueue](https://python-all.ru/3.9/library/queue.html#simplequeue-objects)3327 - [`contextvars` – контекстные переменные](https://python-all.ru/3.9/library/contextvars.html)33283329 - [Контекстные переменные](https://python-all.ru/3.9/library/contextvars.html#context-variables)3330 - [Ручное управление контекстом](https://python-all.ru/3.9/library/contextvars.html#manual-context-management)3331 - [Поддержка asyncio](https://python-all.ru/3.9/library/contextvars.html#asyncio-support)3332 - [`_thread` – низкоуровневый API потоков](https://python-all.ru/3.9/library/_thread.html)3333 - [Сеть и межпроцессное взаимодействие](https://python-all.ru/3.9/library/ipc.html)33343335 - [`asyncio` – асинхронный ввод-вывод](https://python-all.ru/3.9/library/asyncio.html)33363337 - [Корутины и задачи](https://python-all.ru/3.9/library/asyncio-task.html)33383339 - [Корутины](https://python-all.ru/3.9/library/asyncio-task.html#coroutines)3340 - [Ожидаемые объекты](https://python-all.ru/3.9/library/asyncio-task.html#awaitables)3341 - [Запуск asyncio-программы](https://python-all.ru/3.9/library/asyncio-task.html#running-an-asyncio-program)3342 - [Создание задач](https://python-all.ru/3.9/library/asyncio-task.html#creating-tasks)3343 - [Приостановка выполнения](https://python-all.ru/3.9/library/asyncio-task.html#sleeping)3344 - [Одновременное выполнение задач](https://python-all.ru/3.9/library/asyncio-task.html#running-tasks-concurrently)3345 - [Защита от отмены](https://python-all.ru/3.9/library/asyncio-task.html#shielding-from-cancellation)3346 - [Тайм-ауты](https://python-all.ru/3.9/library/asyncio-task.html#timeouts)3347 - [Примитивы ожидания](https://python-all.ru/3.9/library/asyncio-task.html#waiting-primitives)3348 - [Выполнение в потоках](https://python-all.ru/3.9/library/asyncio-task.html#running-in-threads)3349 - [Планирование из других потоков](https://python-all.ru/3.9/library/asyncio-task.html#scheduling-from-other-threads)3350 - [Интроспекция](https://python-all.ru/3.9/library/asyncio-task.html#introspection)3351 - [Объект задачи](https://python-all.ru/3.9/library/asyncio-task.html#task-object)3352 - [Корутины на основе генераторов](https://python-all.ru/3.9/library/asyncio-task.html#generator-based-coroutines)3353 - [Потоки данных](https://python-all.ru/3.9/library/asyncio-stream.html)33543355 - [StreamReader](https://python-all.ru/3.9/library/asyncio-stream.html#streamreader)3356 - [StreamWriter](https://python-all.ru/3.9/library/asyncio-stream.html#streamwriter)3357 - [Примеры](https://python-all.ru/3.9/library/asyncio-stream.html#examples)33583359 - [Эхо-клиент TCP с использованием потоков данных](https://python-all.ru/3.9/library/asyncio-stream.html#tcp-echo-client-using-streams)3360 - [Эхо-сервер TCP с использованием потоков данных](https://python-all.ru/3.9/library/asyncio-stream.html#tcp-echo-server-using-streams)3361 - [Получение HTTP-заголовков](https://python-all.ru/3.9/library/asyncio-stream.html#get-http-headers)3362 - [Регистрация открытого сокета для ожидания данных через потоки](https://python-all.ru/3.9/library/asyncio-stream.html#register-an-open-socket-to-wait-for-data-using-streams)3363 - [Примитивы синхронизации](https://python-all.ru/3.9/library/asyncio-sync.html)33643365 - [Блокировка](https://python-all.ru/3.9/library/asyncio-sync.html#lock)3366 - [Событие](https://python-all.ru/3.9/library/asyncio-sync.html#event)3367 - [Условная переменная](https://python-all.ru/3.9/library/asyncio-sync.html#condition)3368 - [Семафор](https://python-all.ru/3.9/library/asyncio-sync.html#semaphore)3369 - [BoundedSemaphore](https://python-all.ru/3.9/library/asyncio-sync.html#boundedsemaphore)3370 - [Подпроцессы](https://python-all.ru/3.9/library/asyncio-subprocess.html)33713372 - [Создание подпроцессов](https://python-all.ru/3.9/library/asyncio-subprocess.html#creating-subprocesses)3373 - [Константы](https://python-all.ru/3.9/library/asyncio-subprocess.html#constants)3374 - [Взаимодействие с подпроцессами](https://python-all.ru/3.9/library/asyncio-subprocess.html#interacting-with-subprocesses)33753376 - [Подпроцессы и потоки](https://python-all.ru/3.9/library/asyncio-subprocess.html#subprocess-and-threads)3377 - [Примеры](https://python-all.ru/3.9/library/asyncio-subprocess.html#examples)3378 - [Очереди](https://python-all.ru/3.9/library/asyncio-queue.html)33793380 - [Очередь](https://python-all.ru/3.9/library/asyncio-queue.html#queue)3381 - [Очередь с приоритетом](https://python-all.ru/3.9/library/asyncio-queue.html#priority-queue)3382 - [Очередь LIFO](https://python-all.ru/3.9/library/asyncio-queue.html#lifo-queue)3383 - [Исключения](https://python-all.ru/3.9/library/asyncio-queue.html#exceptions)3384 - [Примеры](https://python-all.ru/3.9/library/asyncio-queue.html#examples)3385 - [Исключения](https://python-all.ru/3.9/library/asyncio-exceptions.html)3386 - [Цикл событий](https://python-all.ru/3.9/library/asyncio-eventloop.html)33873388 - [Методы цикла событий](https://python-all.ru/3.9/library/asyncio-eventloop.html#event-loop-methods)33893390 - [Запуск и остановка цикла событий](https://python-all.ru/3.9/library/asyncio-eventloop.html#running-and-stopping-the-loop)3391 - [Планирование колбэков](https://python-all.ru/3.9/library/asyncio-eventloop.html#scheduling-callbacks)3392 - [Планирование отложенных колбэков](https://python-all.ru/3.9/library/asyncio-eventloop.html#scheduling-delayed-callbacks)3393 - [Создание Future и задач](https://python-all.ru/3.9/library/asyncio-eventloop.html#creating-futures-and-tasks)3394 - [Открытие сетевых соединений](https://python-all.ru/3.9/library/asyncio-eventloop.html#opening-network-connections)3395 - [Создание сетевых серверов](https://python-all.ru/3.9/library/asyncio-eventloop.html#creating-network-servers)3396 - [Передача файлов](https://python-all.ru/3.9/library/asyncio-eventloop.html#transferring-files)3397 - [Обновление TLS](https://python-all.ru/3.9/library/asyncio-eventloop.html#tls-upgrade)3398 - [Наблюдение за файловыми дескрипторами](https://python-all.ru/3.9/library/asyncio-eventloop.html#watching-file-descriptors)3399 - [Работа с объектами сокетов напрямую](https://python-all.ru/3.9/library/asyncio-eventloop.html#working-with-socket-objects-directly)3400 - [DNS](https://python-all.ru/3.9/library/asyncio-eventloop.html#dns)3401 - [Работа с каналами](https://python-all.ru/3.9/library/asyncio-eventloop.html#working-with-pipes)3402 - [Сигналы Unix](https://python-all.ru/3.9/library/asyncio-eventloop.html#unix-signals)3403 - [Выполнение кода в пулах потоков или процессов](https://python-all.ru/3.9/library/asyncio-eventloop.html#executing-code-in-thread-or-process-pools)3404 - [API обработки ошибок](https://python-all.ru/3.9/library/asyncio-eventloop.html#error-handling-api)3405 - [Включение режима отладки](https://python-all.ru/3.9/library/asyncio-eventloop.html#enabling-debug-mode)3406 - [Запуск подпроцессов](https://python-all.ru/3.9/library/asyncio-eventloop.html#running-subprocesses)3407 - [Обработчики колбэков](https://python-all.ru/3.9/library/asyncio-eventloop.html#callback-handles)3408 - [Объекты сервера](https://python-all.ru/3.9/library/asyncio-eventloop.html#server-objects)3409 - [Реализации цикла событий](https://python-all.ru/3.9/library/asyncio-eventloop.html#event-loop-implementations)3410 - [Примеры](https://python-all.ru/3.9/library/asyncio-eventloop.html#examples)34113412 - [Hello World с помощью call\_soon()](https://python-all.ru/3.9/library/asyncio-eventloop.html#hello-world-with-call-soon)3413 - [Отображение текущей даты с помощью call\_later()](https://python-all.ru/3.9/library/asyncio-eventloop.html#display-the-current-date-with-call-later)3414 - [Наблюдение за файловым дескриптором на предмет событий чтения](https://python-all.ru/3.9/library/asyncio-eventloop.html#watch-a-file-descriptor-for-read-events)3415 - [Установка обработчиков сигналов SIGINT и SIGTERM](https://python-all.ru/3.9/library/asyncio-eventloop.html#set-signal-handlers-for-sigint-and-sigterm)3416 - [Future](https://python-all.ru/3.9/library/asyncio-future.html)34173418 - [Функции Future](https://python-all.ru/3.9/library/asyncio-future.html#future-functions)3419 - [Объект Future](https://python-all.ru/3.9/library/asyncio-future.html#future-object)3420 - [Транспорты и протоколы](https://python-all.ru/3.9/library/asyncio-protocol.html)34213422 - [Транспорты](https://python-all.ru/3.9/library/asyncio-protocol.html#transports)34233424 - [Иерархия транспортов](https://python-all.ru/3.9/library/asyncio-protocol.html#transports-hierarchy)3425 - [Базовый транспорт](https://python-all.ru/3.9/library/asyncio-protocol.html#base-transport)3426 - [Транспорты только для чтения](https://python-all.ru/3.9/library/asyncio-protocol.html#read-only-transports)3427 - [Транспорты только для записи](https://python-all.ru/3.9/library/asyncio-protocol.html#write-only-transports)3428 - [Транспорты дейтаграмм](https://python-all.ru/3.9/library/asyncio-protocol.html#datagram-transports)3429 - [Транспорты подпроцессов](https://python-all.ru/3.9/library/asyncio-protocol.html#subprocess-transports)3430 - [Протоколы](https://python-all.ru/3.9/library/asyncio-protocol.html#protocols)34313432 - [Базовые протоколы](https://python-all.ru/3.9/library/asyncio-protocol.html#base-protocols)3433 - [Базовый протокол](https://python-all.ru/3.9/library/asyncio-protocol.html#base-protocol)3434 - [Потоковые протоколы](https://python-all.ru/3.9/library/asyncio-protocol.html#streaming-protocols)3435 - [Буферизированные потоковые протоколы](https://python-all.ru/3.9/library/asyncio-protocol.html#buffered-streaming-protocols)3436 - [Протоколы дейтаграмм](https://python-all.ru/3.9/library/asyncio-protocol.html#datagram-protocols)3437 - [Протоколы подпроцессов](https://python-all.ru/3.9/library/asyncio-protocol.html#subprocess-protocols)3438 - [Примеры](https://python-all.ru/3.9/library/asyncio-protocol.html#examples)34393440 - [TCP-эхо-сервер](https://python-all.ru/3.9/library/asyncio-protocol.html#tcp-echo-server)3441 - [TCP-эхо-клиент](https://python-all.ru/3.9/library/asyncio-protocol.html#tcp-echo-client)3442 - [UDP-эхо-сервер](https://python-all.ru/3.9/library/asyncio-protocol.html#udp-echo-server)3443 - [UDP-эхо-клиент](https://python-all.ru/3.9/library/asyncio-protocol.html#udp-echo-client)3444 - [Подключение существующих сокетов](https://python-all.ru/3.9/library/asyncio-protocol.html#connecting-existing-sockets)3445 - [loop.subprocess\_exec() и SubprocessProtocol](https://python-all.ru/3.9/library/asyncio-protocol.html#loop-subprocess-exec-and-subprocessprotocol)3446 - [Политики](https://python-all.ru/3.9/library/asyncio-policy.html)34473448 - [Получение и установка политики](https://python-all.ru/3.9/library/asyncio-policy.html#getting-and-setting-the-policy)3449 - [Объекты политики](https://python-all.ru/3.9/library/asyncio-policy.html#policy-objects)3450 - [Наблюдатели за процессами](https://python-all.ru/3.9/library/asyncio-policy.html#process-watchers)3451 - [Пользовательские политики](https://python-all.ru/3.9/library/asyncio-policy.html#custom-policies)3452 - [Поддержка платформ](https://python-all.ru/3.9/library/asyncio-platforms.html)34533454 - [Все платформы](https://python-all.ru/3.9/library/asyncio-platforms.html#all-platforms)3455 - [Windows](https://python-all.ru/3.9/library/asyncio-platforms.html#windows)34563457 - [Поддержка подпроцессов в Windows](https://python-all.ru/3.9/library/asyncio-platforms.html#subprocess-support-on-windows)3458 - [macOS](https://python-all.ru/3.9/library/asyncio-platforms.html#macos)3459 - [Индекс API высокого уровня](https://python-all.ru/3.9/library/asyncio-api-index.html)34603461 - [Задачи](https://python-all.ru/3.9/library/asyncio-api-index.html#tasks)3462 - [Очереди](https://python-all.ru/3.9/library/asyncio-api-index.html#queues)3463 - [Подпроцессы](https://python-all.ru/3.9/library/asyncio-api-index.html#subprocesses)3464 - [Потоки данных](https://python-all.ru/3.9/library/asyncio-api-index.html#streams)3465 - [Синхронизация](https://python-all.ru/3.9/library/asyncio-api-index.html#synchronization)3466 - [Исключения](https://python-all.ru/3.9/library/asyncio-api-index.html#exceptions)3467 - [Индекс API низкого уровня](https://python-all.ru/3.9/library/asyncio-llapi-index.html)34683469 - [Получение цикла событий](https://python-all.ru/3.9/library/asyncio-llapi-index.html#obtaining-the-event-loop)3470 - [Методы цикла событий](https://python-all.ru/3.9/library/asyncio-llapi-index.html#event-loop-methods)3471 - [Транспорты](https://python-all.ru/3.9/library/asyncio-llapi-index.html#transports)3472 - [Протоколы](https://python-all.ru/3.9/library/asyncio-llapi-index.html#protocols)3473 - [Политики цикла событий](https://python-all.ru/3.9/library/asyncio-llapi-index.html#event-loop-policies)3474 - [Разработка с asyncio](https://python-all.ru/3.9/library/asyncio-dev.html)34753476 - [Режим отладки](https://python-all.ru/3.9/library/asyncio-dev.html#debug-mode)3477 - [Параллелизм и многопоточность](https://python-all.ru/3.9/library/asyncio-dev.html#concurrency-and-multithreading)3478 - [Выполнение блокирующего кода](https://python-all.ru/3.9/library/asyncio-dev.html#running-blocking-code)3479 - [Логирование](https://python-all.ru/3.9/library/asyncio-dev.html#logging)3480 - [Обнаружение никогда не ожидаемых корутин](https://python-all.ru/3.9/library/asyncio-dev.html#detect-never-awaited-coroutines)3481 - [Обнаружение никогда не извлечённых исключений](https://python-all.ru/3.9/library/asyncio-dev.html#detect-never-retrieved-exceptions)3482 - [`socket` – низкоуровневый сетевой интерфейс](https://python-all.ru/3.9/library/socket.html)34833484 - [Семейства сокетов](https://python-all.ru/3.9/library/socket.html#socket-families)3485 - [Содержание модуля](https://python-all.ru/3.9/library/socket.html#module-contents)34863487 - [Исключения](https://python-all.ru/3.9/library/socket.html#exceptions)3488 - [Константы](https://python-all.ru/3.9/library/socket.html#constants)3489 - [Функции](https://python-all.ru/3.9/library/socket.html#functions)34903491 - [Создание сокетов](https://python-all.ru/3.9/library/socket.html#creating-sockets)3492 - [Другие функции](https://python-all.ru/3.9/library/socket.html#other-functions)3493 - [Объекты сокетов](https://python-all.ru/3.9/library/socket.html#socket-objects)3494 - [Примечания о тайм-аутах сокетов](https://python-all.ru/3.9/library/socket.html#notes-on-socket-timeouts)34953496 - [Тайм-ауты и метод `connect`](https://python-all.ru/3.9/library/socket.html#timeouts-and-the-connect-method)3497 - [Тайм-ауты и метод `accept`](https://python-all.ru/3.9/library/socket.html#timeouts-and-the-accept-method)3498 - [Пример](https://python-all.ru/3.9/library/socket.html#example)3499 - [`ssl` – обёртка TLS/SSL для объектов сокетов](https://python-all.ru/3.9/library/ssl.html)35003501 - [Функции, константы и исключения](https://python-all.ru/3.9/library/ssl.html#functions-constants-and-exceptions)35023503 - [Создание сокетов](https://python-all.ru/3.9/library/ssl.html#socket-creation)3504 - [Создание контекста](https://python-all.ru/3.9/library/ssl.html#context-creation)3505 - [Исключения](https://python-all.ru/3.9/library/ssl.html#exceptions)3506 - [Генерация случайных чисел](https://python-all.ru/3.9/library/ssl.html#random-generation)3507 - [Работа с сертификатами](https://python-all.ru/3.9/library/ssl.html#certificate-handling)3508 - [Константы](https://python-all.ru/3.9/library/ssl.html#constants)3509 - [SSL-сокеты](https://python-all.ru/3.9/library/ssl.html#ssl-sockets)3510 - [SSL-контексты](https://python-all.ru/3.9/library/ssl.html#ssl-contexts)3511 - [Сертификаты](https://python-all.ru/3.9/library/ssl.html#certificates)35123513 - [Цепочки сертификатов](https://python-all.ru/3.9/library/ssl.html#certificate-chains)3514 - [Сертификаты ЦС](https://python-all.ru/3.9/library/ssl.html#ca-certificates)3515 - [Объединённый ключ и сертификат](https://python-all.ru/3.9/library/ssl.html#combined-key-and-certificate)3516 - [Самоподписанные сертификаты](https://python-all.ru/3.9/library/ssl.html#self-signed-certificates)3517 - [Примеры](https://python-all.ru/3.9/library/ssl.html#examples)35183519 - [Проверка поддержки SSL](https://python-all.ru/3.9/library/ssl.html#testing-for-ssl-support)3520 - [Работа на стороне клиента](https://python-all.ru/3.9/library/ssl.html#client-side-operation)3521 - [Работа на стороне сервера](https://python-all.ru/3.9/library/ssl.html#server-side-operation)3522 - [Замечания о неблокирующих сокетах](https://python-all.ru/3.9/library/ssl.html#notes-on-non-blocking-sockets)3523 - [Поддержка Memory BIO](https://python-all.ru/3.9/library/ssl.html#memory-bio-support)3524 - [SSL-сессия](https://python-all.ru/3.9/library/ssl.html#ssl-session)3525 - [Вопросы безопасности](https://python-all.ru/3.9/library/ssl.html#security-considerations)35263527 - [Оптимальные настройки по умолчанию](https://python-all.ru/3.9/library/ssl.html#best-defaults)3528 - [Настройка вручную](https://python-all.ru/3.9/library/ssl.html#manual-settings)35293530 - [Проверка сертификатов](https://python-all.ru/3.9/library/ssl.html#verifying-certificates)3531 - [Версии протоколов](https://python-all.ru/3.9/library/ssl.html#protocol-versions)3532 - [Выбор шифров](https://python-all.ru/3.9/library/ssl.html#cipher-selection)3533 - [Многопроцессорная обработка](https://python-all.ru/3.9/library/ssl.html#multi-processing)3534 - [TLS 1.3](https://python-all.ru/3.9/library/ssl.html#tls-1-3)3535 - [Поддержка LibreSSL](https://python-all.ru/3.9/library/ssl.html#libressl-support)3536 - [`select` – Ожидание завершения ввода-вывода](https://python-all.ru/3.9/library/select.html)35373538 - [`/dev/poll` Объекты опроса](https://python-all.ru/3.9/library/select.html#dev-poll-polling-objects)3539 - [Объекты опроса по фронту и уровню (epoll)](https://python-all.ru/3.9/library/select.html#edge-and-level-trigger-polling-epoll-objects)3540 - [Объекты опроса](https://python-all.ru/3.9/library/select.html#polling-objects)3541 - [Объекты kqueue](https://python-all.ru/3.9/library/select.html#kqueue-objects)3542 - [Объекты kevent](https://python-all.ru/3.9/library/select.html#kevent-objects)3543 - [`selectors` – Высокоуровневое мультиплексирование ввода-вывода](https://python-all.ru/3.9/library/selectors.html)35443545 - [Введение](https://python-all.ru/3.9/library/selectors.html#introduction)3546 - [Классы](https://python-all.ru/3.9/library/selectors.html#classes)3547 - [Примеры](https://python-all.ru/3.9/library/selectors.html#examples)3548 - [`signal` – Установка обработчиков для асинхронных событий](https://python-all.ru/3.9/library/signal.html)35493550 - [Общие правила](https://python-all.ru/3.9/library/signal.html#general-rules)35513552 - [Выполнение обработчиков сигналов Python](https://python-all.ru/3.9/library/signal.html#execution-of-python-signal-handlers)3553 - [Сигналы и потоки](https://python-all.ru/3.9/library/signal.html#signals-and-threads)3554 - [Содержание модуля](https://python-all.ru/3.9/library/signal.html#module-contents)3555 - [Пример](https://python-all.ru/3.9/library/signal.html#example)3556 - [Примечание о SIGPIPE](https://python-all.ru/3.9/library/signal.html#note-on-sigpipe)3557 - [Примечание об обработчиках сигналов и исключениях](https://python-all.ru/3.9/library/signal.html#note-on-signal-handlers-and-exceptions)3558 - [`mmap` – Поддержка файлов, отображаемых в память](https://python-all.ru/3.9/library/mmap.html)35593560 - [Константы MADV\_\*](https://python-all.ru/3.9/library/mmap.html#madv-constants)3561 - [Обработка интернет-данных](https://python-all.ru/3.9/library/netdata.html)35623563 - [`email` – Пакет для работы с email и MIME](https://python-all.ru/3.9/library/email.html)35643565 - [`email.message`: Представление email-сообщения](https://python-all.ru/3.9/library/email.message.html)3566 - [`email.parser`: Разбор email-сообщений](https://python-all.ru/3.9/library/email.parser.html)35673568 - [API FeedParser](https://python-all.ru/3.9/library/email.parser.html#feedparser-api)3569 - [API Parser](https://python-all.ru/3.9/library/email.parser.html#parser-api)3570 - [Дополнительные примечания](https://python-all.ru/3.9/library/email.parser.html#additional-notes)3571 - [`email.generator`: Генерация MIME-документов](https://python-all.ru/3.9/library/email.generator.html)3572 - [`email.policy`: Объекты политик](https://python-all.ru/3.9/library/email.policy.html)3573 - [`email.errors`: Классы исключений и дефектов](https://python-all.ru/3.9/library/email.errors.html)3574 - [`email.headerregistry`: Пользовательские объекты заголовков](https://python-all.ru/3.9/library/email.headerregistry.html)3575 - [`email.contentmanager`: Управление MIME-содержимым](https://python-all.ru/3.9/library/email.contentmanager.html)35763577 - [Экземпляры Content Manager](https://python-all.ru/3.9/library/email.contentmanager.html#content-manager-instances)3578 - [`email`: Примеры](https://python-all.ru/3.9/library/email.examples.html)3579 - [`email.message.Message`: Представление email-сообщения с использованием API `compat32`](https://python-all.ru/3.9/library/email.compat32-message.html)3580 - [`email.mime`: Создание email- и MIME-объектов с нуля](https://python-all.ru/3.9/library/email.mime.html)3581 - [`email.header`: Интернационализированные заголовки](https://python-all.ru/3.9/library/email.header.html)3582 - [`email.charset`: Представление наборов символов](https://python-all.ru/3.9/library/email.charset.html)3583 - [`email.encoders`: Кодировщики](https://python-all.ru/3.9/library/email.encoders.html)3584 - [`email.utils`: Разные утилиты](https://python-all.ru/3.9/library/email.utils.html)3585 - [`email.iterators`: Итераторы](https://python-all.ru/3.9/library/email.iterators.html)3586 - [`json` – кодировщик и декодировщик JSON](https://python-all.ru/3.9/library/json.html)35873588 - [Основное использование](https://python-all.ru/3.9/library/json.html#basic-usage)3589 - [Кодировщики и декодировщики](https://python-all.ru/3.9/library/json.html#encoders-and-decoders)3590 - [Исключения](https://python-all.ru/3.9/library/json.html#exceptions)3591 - [Соответствие стандартам и интероперабельность](https://python-all.ru/3.9/library/json.html#standard-compliance-and-interoperability)35923593 - [Кодировки символов](https://python-all.ru/3.9/library/json.html#character-encodings)3594 - [Бесконечные и NaN числовые значения](https://python-all.ru/3.9/library/json.html#infinite-and-nan-number-values)3595 - [Повторяющиеся имена внутри объекта](https://python-all.ru/3.9/library/json.html#repeated-names-within-an-object)3596 - [Значения верхнего уровня, не являющиеся объектами или массивами](https://python-all.ru/3.9/library/json.html#top-level-non-object-non-array-values)3597 - [Ограничения реализации](https://python-all.ru/3.9/library/json.html#implementation-limitations)3598 - [Интерфейс командной строки](https://python-all.ru/3.9/library/json.html#module-json.tool)35993600 - [Параметры командной строки](https://python-all.ru/3.9/library/json.html#command-line-options)3601 - [`mailbox` – работа с почтовыми ящиками в различных форматах](https://python-all.ru/3.9/library/mailbox.html)36023603 - [`Mailbox` объекты](https://python-all.ru/3.9/library/mailbox.html#mailbox-objects)36043605 - [`Maildir`](https://python-all.ru/3.9/library/mailbox.html#maildir)3606 - [`mbox`](https://python-all.ru/3.9/library/mailbox.html#mbox)3607 - [`MH`](https://python-all.ru/3.9/library/mailbox.html#mh)3608 - [`Babyl`](https://python-all.ru/3.9/library/mailbox.html#babyl)3609 - [`MMDF`](https://python-all.ru/3.9/library/mailbox.html#mmdf)3610 - [`Message` объекты](https://python-all.ru/3.9/library/mailbox.html#message-objects)36113612 - [`MaildirMessage`](https://python-all.ru/3.9/library/mailbox.html#maildirmessage)3613 - [`mboxMessage`](https://python-all.ru/3.9/library/mailbox.html#mboxmessage)3614 - [`MHMessage`](https://python-all.ru/3.9/library/mailbox.html#mhmessage)3615 - [`BabylMessage`](https://python-all.ru/3.9/library/mailbox.html#babylmessage)3616 - [`MMDFMessage`](https://python-all.ru/3.9/library/mailbox.html#mmdfmessage)3617 - [Исключения](https://python-all.ru/3.9/library/mailbox.html#exceptions)3618 - [Примеры](https://python-all.ru/3.9/library/mailbox.html#examples)3619 - [`mimetypes` – сопоставление имён файлов с MIME-типами](https://python-all.ru/3.9/library/mimetypes.html)36203621 - [Объекты MimeTypes](https://python-all.ru/3.9/library/mimetypes.html#mimetypes-objects)3622 - [`base64` – кодирование данных Base16, Base32, Base64, Base85](https://python-all.ru/3.9/library/base64.html)3623 - [`binhex` – Кодирование и декодирование файлов binhex4](https://python-all.ru/3.9/library/binhex.html)36243625 - [Примечания](https://python-all.ru/3.9/library/binhex.html#notes)3626 - [`binascii` – Преобразование между двоичными данными и ASCII](https://python-all.ru/3.9/library/binascii.html)3627 - [`quopri` – Кодирование и декодирование MIME quoted-printable данных](https://python-all.ru/3.9/library/quopri.html)3628 - [Инструменты обработки структурированной разметки](https://python-all.ru/3.9/library/markup.html)36293630 - [`html` – Поддержка языка гипертекстовой разметки](https://python-all.ru/3.9/library/html.html)3631 - [`html.parser` – Простой парсер HTML и XHTML](https://python-all.ru/3.9/library/html.parser.html)36323633 - [Пример приложения парсера HTML](https://python-all.ru/3.9/library/html.parser.html#example-html-parser-application)3634 - [`HTMLParser` Методы](https://python-all.ru/3.9/library/html.parser.html#htmlparser-methods)3635 - [Примеры](https://python-all.ru/3.9/library/html.parser.html#examples)3636 - [`html.entities` – Определения общих сущностей HTML](https://python-all.ru/3.9/library/html.entities.html)3637 - [Модули обработки XML](https://python-all.ru/3.9/library/xml.html)36383639 - [Уязвимости XML](https://python-all.ru/3.9/library/xml.html#xml-vulnerabilities)3640 - [Пакет `defusedxml`](https://python-all.ru/3.9/library/xml.html#the-defusedxml-package)3641 - [`xml.etree.ElementTree` – XML API ElementTree](https://python-all.ru/3.9/library/xml.etree.elementtree.html)36423643 - [Учебное пособие](https://python-all.ru/3.9/library/xml.etree.elementtree.html#tutorial)36443645 - [XML-дерево и элементы](https://python-all.ru/3.9/library/xml.etree.elementtree.html#xml-tree-and-elements)3646 - [Разбор XML](https://python-all.ru/3.9/library/xml.etree.elementtree.html#parsing-xml)3647 - [Pull API для неблокирующего разбора](https://python-all.ru/3.9/library/xml.etree.elementtree.html#pull-api-for-non-blocking-parsing)3648 - [Поиск интересующих элементов](https://python-all.ru/3.9/library/xml.etree.elementtree.html#finding-interesting-elements)3649 - [Изменение XML-файла](https://python-all.ru/3.9/library/xml.etree.elementtree.html#modifying-an-xml-file)3650 - [Создание XML-документов](https://python-all.ru/3.9/library/xml.etree.elementtree.html#building-xml-documents)3651 - [Разбор XML с пространствами имён](https://python-all.ru/3.9/library/xml.etree.elementtree.html#parsing-xml-with-namespaces)3652 - [Поддержка XPath](https://python-all.ru/3.9/library/xml.etree.elementtree.html#xpath-support)36533654 - [Пример](https://python-all.ru/3.9/library/xml.etree.elementtree.html#example)3655 - [Поддерживаемый синтаксис XPath](https://python-all.ru/3.9/library/xml.etree.elementtree.html#supported-xpath-syntax)3656 - [Справочник](https://python-all.ru/3.9/library/xml.etree.elementtree.html#reference)36573658 - [Функции](https://python-all.ru/3.9/library/xml.etree.elementtree.html#functions)3659 - [Поддержка XInclude](https://python-all.ru/3.9/library/xml.etree.elementtree.html#xinclude-support)36603661 - [Пример](https://python-all.ru/3.9/library/xml.etree.elementtree.html#id3)3662 - [Справочник](https://python-all.ru/3.9/library/xml.etree.elementtree.html#id4)36633664 - [Функции](https://python-all.ru/3.9/library/xml.etree.elementtree.html#elementinclude-functions)3665 - [Объекты Element](https://python-all.ru/3.9/library/xml.etree.elementtree.html#element-objects)3666 - [Объекты ElementTree](https://python-all.ru/3.9/library/xml.etree.elementtree.html#elementtree-objects)3667 - [Объекты QName](https://python-all.ru/3.9/library/xml.etree.elementtree.html#qname-objects)3668 - [Объекты TreeBuilder](https://python-all.ru/3.9/library/xml.etree.elementtree.html#treebuilder-objects)3669 - [Объекты XMLParser](https://python-all.ru/3.9/library/xml.etree.elementtree.html#xmlparser-objects)3670 - [Объекты XMLPullParser](https://python-all.ru/3.9/library/xml.etree.elementtree.html#xmlpullparser-objects)3671 - [Исключения](https://python-all.ru/3.9/library/xml.etree.elementtree.html#exceptions)3672 - [`xml.dom` – API объектной модели документа (DOM)](https://python-all.ru/3.9/library/xml.dom.html)36733674 - [Содержимое модуля](https://python-all.ru/3.9/library/xml.dom.html#module-contents)3675 - [Объекты в DOM](https://python-all.ru/3.9/library/xml.dom.html#objects-in-the-dom)36763677 - [Объекты DOMImplementation](https://python-all.ru/3.9/library/xml.dom.html#domimplementation-objects)3678 - [Объекты Node](https://python-all.ru/3.9/library/xml.dom.html#node-objects)3679 - [Объекты NodeList](https://python-all.ru/3.9/library/xml.dom.html#nodelist-objects)3680 - [Объекты DocumentType](https://python-all.ru/3.9/library/xml.dom.html#documenttype-objects)3681 - [Объекты Document](https://python-all.ru/3.9/library/xml.dom.html#document-objects)3682 - [Объекты Element](https://python-all.ru/3.9/library/xml.dom.html#element-objects)3683 - [Объекты Attr](https://python-all.ru/3.9/library/xml.dom.html#attr-objects)3684 - [Объекты NamedNodeMap](https://python-all.ru/3.9/library/xml.dom.html#namednodemap-objects)3685 - [Объекты Comment](https://python-all.ru/3.9/library/xml.dom.html#comment-objects)3686 - [Объекты Text и CDATASection](https://python-all.ru/3.9/library/xml.dom.html#text-and-cdatasection-objects)3687 - [Объекты ProcessingInstruction](https://python-all.ru/3.9/library/xml.dom.html#processinginstruction-objects)3688 - [Исключения](https://python-all.ru/3.9/library/xml.dom.html#exceptions)3689 - [Соответствие стандарту](https://python-all.ru/3.9/library/xml.dom.html#conformance)36903691 - [Отображение типов](https://python-all.ru/3.9/library/xml.dom.html#type-mapping)3692 - [Методы доступа](https://python-all.ru/3.9/library/xml.dom.html#accessor-methods)3693 - [`xml.dom.minidom` – Минимальная реализация DOM](https://python-all.ru/3.9/library/xml.dom.minidom.html)36943695 - [Объекты DOM](https://python-all.ru/3.9/library/xml.dom.minidom.html#dom-objects)3696 - [Пример DOM](https://python-all.ru/3.9/library/xml.dom.minidom.html#dom-example)3697 - [minidom и стандарт DOM](https://python-all.ru/3.9/library/xml.dom.minidom.html#minidom-and-the-dom-standard)3698 - [`xml.dom.pulldom` – Поддержка построения частичных DOM-деревьев](https://python-all.ru/3.9/library/xml.dom.pulldom.html)36993700 - [Объекты DOMEventStream](https://python-all.ru/3.9/library/xml.dom.pulldom.html#domeventstream-objects)3701 - [`xml.sax` – Поддержка парсеров SAX2](https://python-all.ru/3.9/library/xml.sax.html)37023703 - [Объекты SAXException](https://python-all.ru/3.9/library/xml.sax.html#saxexception-objects)3704 - [`xml.sax.handler` – Базовые классы для обработчиков SAX](https://python-all.ru/3.9/library/xml.sax.handler.html)37053706 - [Объекты ContentHandler](https://python-all.ru/3.9/library/xml.sax.handler.html#contenthandler-objects)3707 - [Объекты DTDHandler](https://python-all.ru/3.9/library/xml.sax.handler.html#dtdhandler-objects)3708 - [Объекты EntityResolver](https://python-all.ru/3.9/library/xml.sax.handler.html#entityresolver-objects)3709 - [Объекты ErrorHandler](https://python-all.ru/3.9/library/xml.sax.handler.html#errorhandler-objects)3710 - [`xml.sax.saxutils` – Утилиты SAX](https://python-all.ru/3.9/library/xml.sax.utils.html)3711 - [`xml.sax.xmlreader` – Интерфейс для XML-парсеров](https://python-all.ru/3.9/library/xml.sax.reader.html)37123713 - [Объекты XMLReader](https://python-all.ru/3.9/library/xml.sax.reader.html#xmlreader-objects)3714 - [Объекты IncrementalParser](https://python-all.ru/3.9/library/xml.sax.reader.html#incrementalparser-objects)3715 - [Объекты Locator](https://python-all.ru/3.9/library/xml.sax.reader.html#locator-objects)3716 - [Объекты InputSource](https://python-all.ru/3.9/library/xml.sax.reader.html#inputsource-objects)3717 - [Интерфейс `Attributes`](https://python-all.ru/3.9/library/xml.sax.reader.html#the-attributes-interface)3718 - [Интерфейс `AttributesNS`](https://python-all.ru/3.9/library/xml.sax.reader.html#the-attributesns-interface)3719 - [`xml.parsers.expat` – Быстрый разбор XML с помощью Expat](https://python-all.ru/3.9/library/pyexpat.html)37203721 - [Объекты XMLParser](https://python-all.ru/3.9/library/pyexpat.html#xmlparser-objects)3722 - [Исключения ExpatError](https://python-all.ru/3.9/library/pyexpat.html#expaterror-exceptions)3723 - [Пример](https://python-all.ru/3.9/library/pyexpat.html#example)3724 - [Описания моделей содержимого](https://python-all.ru/3.9/library/pyexpat.html#module-xml.parsers.expat.model)3725 - [Константы ошибок Expat](https://python-all.ru/3.9/library/pyexpat.html#module-xml.parsers.expat.errors)3726 - [Интернет-протоколы и поддержка](https://python-all.ru/3.9/library/internet.html)37273728 - [`webbrowser` – Удобный контроллер веб-браузера](https://python-all.ru/3.9/library/webbrowser.html)37293730 - [Объекты управления браузером](https://python-all.ru/3.9/library/webbrowser.html#browser-controller-objects)3731 - [`wsgiref` – Утилиты WSGI и эталонная реализация](https://python-all.ru/3.9/library/wsgiref.html)37323733 - [`wsgiref.util` – Утилиты окружения WSGI](https://python-all.ru/3.9/library/wsgiref.html#module-wsgiref.util)3734 - [`wsgiref.headers` – Инструменты для заголовков ответов WSGI](https://python-all.ru/3.9/library/wsgiref.html#module-wsgiref.headers)3735 - [`wsgiref.simple_server` – Простой HTTP-сервер WSGI](https://python-all.ru/3.9/library/wsgiref.html#module-wsgiref.simple_server)3736 - [`wsgiref.validate` – Проверка соответствия WSGI](https://python-all.ru/3.9/library/wsgiref.html#module-wsgiref.validate)3737 - [`wsgiref.handlers` – Базовые классы сервера/шлюза](https://python-all.ru/3.9/library/wsgiref.html#module-wsgiref.handlers)3738 - [Примеры](https://python-all.ru/3.9/library/wsgiref.html#examples)3739 - [`urllib` – Модули обработки URL](https://python-all.ru/3.9/library/urllib.html)3740 - [`urllib.request` – Расширяемая библиотека для открытия URL](https://python-all.ru/3.9/library/urllib.request.html)37413742 - [Объекты Request](https://python-all.ru/3.9/library/urllib.request.html#request-objects)3743 - [Объекты OpenerDirector](https://python-all.ru/3.9/library/urllib.request.html#openerdirector-objects)3744 - [Объекты BaseHandler](https://python-all.ru/3.9/library/urllib.request.html#basehandler-objects)3745 - [Объекты HTTPRedirectHandler](https://python-all.ru/3.9/library/urllib.request.html#httpredirecthandler-objects)3746 - [Объекты HTTPCookieProcessor](https://python-all.ru/3.9/library/urllib.request.html#httpcookieprocessor-objects)3747 - [Объекты ProxyHandler](https://python-all.ru/3.9/library/urllib.request.html#proxyhandler-objects)3748 - [Объекты HTTPPasswordMgr](https://python-all.ru/3.9/library/urllib.request.html#httppasswordmgr-objects)3749 - [Объекты HTTPPasswordMgrWithPriorAuth](https://python-all.ru/3.9/library/urllib.request.html#httppasswordmgrwithpriorauth-objects)3750 - [Объекты AbstractBasicAuthHandler](https://python-all.ru/3.9/library/urllib.request.html#abstractbasicauthhandler-objects)3751 - [Объекты HTTPBasicAuthHandler](https://python-all.ru/3.9/library/urllib.request.html#httpbasicauthhandler-objects)3752 - [Объекты ProxyBasicAuthHandler](https://python-all.ru/3.9/library/urllib.request.html#proxybasicauthhandler-objects)3753 - [Объекты AbstractDigestAuthHandler](https://python-all.ru/3.9/library/urllib.request.html#abstractdigestauthhandler-objects)3754 - [Объекты HTTPDigestAuthHandler](https://python-all.ru/3.9/library/urllib.request.html#httpdigestauthhandler-objects)3755 - [Объекты ProxyDigestAuthHandler](https://python-all.ru/3.9/library/urllib.request.html#proxydigestauthhandler-objects)3756 - [Объекты HTTPHandler](https://python-all.ru/3.9/library/urllib.request.html#httphandler-objects)3757 - [Объекты HTTPSHandler](https://python-all.ru/3.9/library/urllib.request.html#httpshandler-objects)3758 - [Объекты FileHandler](https://python-all.ru/3.9/library/urllib.request.html#filehandler-objects)3759 - [Объекты DataHandler](https://python-all.ru/3.9/library/urllib.request.html#datahandler-objects)3760 - [Объекты FTPHandler](https://python-all.ru/3.9/library/urllib.request.html#ftphandler-objects)3761 - [Объекты CacheFTPHandler](https://python-all.ru/3.9/library/urllib.request.html#cacheftphandler-objects)3762 - [Объекты UnknownHandler](https://python-all.ru/3.9/library/urllib.request.html#unknownhandler-objects)3763 - [Объекты HTTPErrorProcessor](https://python-all.ru/3.9/library/urllib.request.html#httperrorprocessor-objects)3764 - [Примеры](https://python-all.ru/3.9/library/urllib.request.html#examples)3765 - [Устаревший интерфейс](https://python-all.ru/3.9/library/urllib.request.html#legacy-interface)3766 - [`urllib.request` Ограничения](https://python-all.ru/3.9/library/urllib.request.html#urllib-request-restrictions)3767 - [`urllib.response` – Классы ответов, используемые urllib](https://python-all.ru/3.9/library/urllib.request.html#module-urllib.response)3768 - [`urllib.parse` – Разбор URL на компоненты](https://python-all.ru/3.9/library/urllib.parse.html)37693770 - [Разбор URL](https://python-all.ru/3.9/library/urllib.parse.html#url-parsing)3771 - [Безопасность разбора URL](https://python-all.ru/3.9/library/urllib.parse.html#url-parsing-security)3772 - [Разбор ASCII-закодированных байтов](https://python-all.ru/3.9/library/urllib.parse.html#parsing-ascii-encoded-bytes)3773 - [Структурированные результаты разбора](https://python-all.ru/3.9/library/urllib.parse.html#structured-parse-results)3774 - [Экранирование URL](https://python-all.ru/3.9/library/urllib.parse.html#url-quoting)3775 - [`urllib.error` – Классы исключений, вызываемые urllib.request](https://python-all.ru/3.9/library/urllib.error.html)3776 - [`urllib.robotparser` – Парсер для robots.txt](https://python-all.ru/3.9/library/urllib.robotparser.html)3777 - [`http` – Модули HTTP](https://python-all.ru/3.9/library/http.html)37783779 - [Коды состояния HTTP](https://python-all.ru/3.9/library/http.html#http-status-codes)3780 - [`http.client` – Клиент протокола HTTP](https://python-all.ru/3.9/library/http.client.html)37813782 - [Объекты HTTPConnection](https://python-all.ru/3.9/library/http.client.html#httpconnection-objects)3783 - [Объекты HTTPResponse](https://python-all.ru/3.9/library/http.client.html#httpresponse-objects)3784 - [Примеры](https://python-all.ru/3.9/library/http.client.html#examples)3785 - [Объекты HTTPMessage](https://python-all.ru/3.9/library/http.client.html#httpmessage-objects)3786 - [`ftplib` – клиент протокола FTP](https://python-all.ru/3.9/library/ftplib.html)37873788 - [Объекты FTP](https://python-all.ru/3.9/library/ftplib.html#ftp-objects)3789 - [Объекты FTP\_TLS](https://python-all.ru/3.9/library/ftplib.html#ftp-tls-objects)3790 - [`poplib` – клиент протокола POP3](https://python-all.ru/3.9/library/poplib.html)37913792 - [Объекты POP3](https://python-all.ru/3.9/library/poplib.html#pop3-objects)3793 - [Пример POP3](https://python-all.ru/3.9/library/poplib.html#pop3-example)3794 - [`imaplib` – клиент протокола IMAP4](https://python-all.ru/3.9/library/imaplib.html)37953796 - [Объекты IMAP4](https://python-all.ru/3.9/library/imaplib.html#imap4-objects)3797 - [Пример IMAP4](https://python-all.ru/3.9/library/imaplib.html#imap4-example)3798 - [`smtplib` – клиент протокола SMTP](https://python-all.ru/3.9/library/smtplib.html)37993800 - [Объекты SMTP](https://python-all.ru/3.9/library/smtplib.html#smtp-objects)3801 - [Пример SMTP](https://python-all.ru/3.9/library/smtplib.html#smtp-example)3802 - [`uuid` – объекты UUID в соответствии с **RFC 4122**](https://python-all.ru/3.9/library/uuid.html)38033804 - [Пример](https://python-all.ru/3.9/library/uuid.html#example)3805 - [`socketserver` – фреймворк для сетевых серверов](https://python-all.ru/3.9/library/socketserver.html)38063807 - [Замечания по созданию сервера](https://python-all.ru/3.9/library/socketserver.html#server-creation-notes)3808 - [Объекты сервера](https://python-all.ru/3.9/library/socketserver.html#server-objects)3809 - [Объекты обработчиков запросов](https://python-all.ru/3.9/library/socketserver.html#request-handler-objects)3810 - [Примеры](https://python-all.ru/3.9/library/socketserver.html#examples)38113812 - [`socketserver.TCPServer` Пример](https://python-all.ru/3.9/library/socketserver.html#socketserver-tcpserver-example)3813 - [`socketserver.UDPServer` Пример](https://python-all.ru/3.9/library/socketserver.html#socketserver-udpserver-example)3814 - [Асинхронные примеси](https://python-all.ru/3.9/library/socketserver.html#asynchronous-mixins)3815 - [`http.server` – HTTP-серверы](https://python-all.ru/3.9/library/http.server.html)38163817 - [Вопросы безопасности](https://python-all.ru/3.9/library/http.server.html#security-considerations)3818 - [`http.cookies` – управление состоянием HTTP](https://python-all.ru/3.9/library/http.cookies.html)38193820 - [Объекты Cookie](https://python-all.ru/3.9/library/http.cookies.html#cookie-objects)3821 - [Объекты Morsel](https://python-all.ru/3.9/library/http.cookies.html#morsel-objects)3822 - [Пример](https://python-all.ru/3.9/library/http.cookies.html#example)3823 - [`http.cookiejar` – Обработка cookie для HTTP-клиентов](https://python-all.ru/3.9/library/http.cookiejar.html)38243825 - [Объекты CookieJar и FileCookieJar](https://python-all.ru/3.9/library/http.cookiejar.html#cookiejar-and-filecookiejar-objects)3826 - [Подклассы FileCookieJar и взаимодействие с веб-браузерами](https://python-all.ru/3.9/library/http.cookiejar.html#filecookiejar-subclasses-and-co-operation-with-web-browsers)3827 - [Объекты CookiePolicy](https://python-all.ru/3.9/library/http.cookiejar.html#cookiepolicy-objects)3828 - [Объекты DefaultCookiePolicy](https://python-all.ru/3.9/library/http.cookiejar.html#defaultcookiepolicy-objects)3829 - [Объекты Cookie](https://python-all.ru/3.9/library/http.cookiejar.html#cookie-objects)3830 - [Примеры](https://python-all.ru/3.9/library/http.cookiejar.html#examples)3831 - [`xmlrpc` – Модули сервера и клиента XML-RPC](https://python-all.ru/3.9/library/xmlrpc.html)3832 - [`xmlrpc.client` – Доступ клиента XML-RPC](https://python-all.ru/3.9/library/xmlrpc.client.html)38333834 - [Объекты ServerProxy](https://python-all.ru/3.9/library/xmlrpc.client.html#serverproxy-objects)3835 - [Объекты datetime](https://python-all.ru/3.9/library/xmlrpc.client.html#datetime-objects)3836 - [Объекты Binary](https://python-all.ru/3.9/library/xmlrpc.client.html#binary-objects)3837 - [Объекты Fault](https://python-all.ru/3.9/library/xmlrpc.client.html#fault-objects)3838 - [Объекты ProtocolError](https://python-all.ru/3.9/library/xmlrpc.client.html#protocolerror-objects)3839 - [Объекты MultiCall](https://python-all.ru/3.9/library/xmlrpc.client.html#multicall-objects)3840 - [Удобные функции](https://python-all.ru/3.9/library/xmlrpc.client.html#convenience-functions)3841 - [Пример использования клиента](https://python-all.ru/3.9/library/xmlrpc.client.html#example-of-client-usage)3842 - [Пример использования клиента и сервера](https://python-all.ru/3.9/library/xmlrpc.client.html#example-of-client-and-server-usage)3843 - [`xmlrpc.server` – Базовые серверы XML-RPC](https://python-all.ru/3.9/library/xmlrpc.server.html)38443845 - [Объекты SimpleXMLRPCServer](https://python-all.ru/3.9/library/xmlrpc.server.html#simplexmlrpcserver-objects)38463847 - [Пример SimpleXMLRPCServer](https://python-all.ru/3.9/library/xmlrpc.server.html#simplexmlrpcserver-example)3848 - [CGIXMLRPCRequestHandler](https://python-all.ru/3.9/library/xmlrpc.server.html#cgixmlrpcrequesthandler)3849 - [Документирование сервера XML-RPC](https://python-all.ru/3.9/library/xmlrpc.server.html#documenting-xmlrpc-server)3850 - [Объекты DocXMLRPCServer](https://python-all.ru/3.9/library/xmlrpc.server.html#docxmlrpcserver-objects)3851 - [DocCGIXMLRPCRequestHandler](https://python-all.ru/3.9/library/xmlrpc.server.html#doccgixmlrpcrequesthandler)3852 - [`ipaddress` – Библиотека для работы с IPv4/IPv6](https://python-all.ru/3.9/library/ipaddress.html)38533854 - [Удобные фабричные функции](https://python-all.ru/3.9/library/ipaddress.html#convenience-factory-functions)3855 - [IP-адреса](https://python-all.ru/3.9/library/ipaddress.html#ip-addresses)38563857 - [Объекты адресов](https://python-all.ru/3.9/library/ipaddress.html#address-objects)3858 - [Преобразование в строки и целые числа](https://python-all.ru/3.9/library/ipaddress.html#conversion-to-strings-and-integers)3859 - [Операторы](https://python-all.ru/3.9/library/ipaddress.html#operators)38603861 - [Операторы сравнения](https://python-all.ru/3.9/library/ipaddress.html#comparison-operators)3862 - [Арифметические операторы](https://python-all.ru/3.9/library/ipaddress.html#arithmetic-operators)3863 - [Определения IP-сетей](https://python-all.ru/3.9/library/ipaddress.html#ip-network-definitions)38643865 - [Префикс, маска сети и маска узла](https://python-all.ru/3.9/library/ipaddress.html#prefix-net-mask-and-host-mask)3866 - [Объекты сетей](https://python-all.ru/3.9/library/ipaddress.html#network-objects)3867 - [Операторы](https://python-all.ru/3.9/library/ipaddress.html#id1)38683869 - [Логические операторы](https://python-all.ru/3.9/library/ipaddress.html#logical-operators)3870 - [Итерация](https://python-all.ru/3.9/library/ipaddress.html#iteration)3871 - [Сети как контейнеры адресов](https://python-all.ru/3.9/library/ipaddress.html#networks-as-containers-of-addresses)3872 - [Объекты интерфейсов](https://python-all.ru/3.9/library/ipaddress.html#interface-objects)38733874 - [Операторы](https://python-all.ru/3.9/library/ipaddress.html#id2)38753876 - [Логические операторы](https://python-all.ru/3.9/library/ipaddress.html#id3)3877 - [Прочие функции уровня модуля](https://python-all.ru/3.9/library/ipaddress.html#other-module-level-functions)3878 - [Пользовательские исключения](https://python-all.ru/3.9/library/ipaddress.html#custom-exceptions)3879 - [Мультимедийные службы](https://python-all.ru/3.9/library/mm.html)38803881 - [`wave` – чтение и запись WAV-файлов](https://python-all.ru/3.9/library/wave.html)38823883 - [Объекты Wave\_read](https://python-all.ru/3.9/library/wave.html#wave-read-objects)3884 - [Объекты Wave\_write](https://python-all.ru/3.9/library/wave.html#wave-write-objects)3885 - [`colorsys` – преобразования между цветовыми системами](https://python-all.ru/3.9/library/colorsys.html)3886 - [Интернационализация](https://python-all.ru/3.9/library/i18n.html)38873888 - [`gettext` – многоязычные службы интернационализации](https://python-all.ru/3.9/library/gettext.html)38893890 - [API GNU **gettext**](https://python-all.ru/3.9/library/gettext.html#gnu-gettext-api)3891 - [API на основе классов](https://python-all.ru/3.9/library/gettext.html#class-based-api)38923893 - [Класс `NullTranslations`](https://python-all.ru/3.9/library/gettext.html#the-nulltranslations-class)3894 - [Класс `GNUTranslations`](https://python-all.ru/3.9/library/gettext.html#the-gnutranslations-class)3895 - [Поддержка каталогов сообщений Solaris](https://python-all.ru/3.9/library/gettext.html#solaris-message-catalog-support)3896 - [Конструктор Catalog](https://python-all.ru/3.9/library/gettext.html#the-catalog-constructor)3897 - [Интернационализация программ и модулей](https://python-all.ru/3.9/library/gettext.html#internationalizing-your-programs-and-modules)38983899 - [Локализация модуля](https://python-all.ru/3.9/library/gettext.html#localizing-your-module)3900 - [Локализация приложения](https://python-all.ru/3.9/library/gettext.html#localizing-your-application)3901 - [Смена языка на лету](https://python-all.ru/3.9/library/gettext.html#changing-languages-on-the-fly)3902 - [Отложенные переводы](https://python-all.ru/3.9/library/gettext.html#deferred-translations)3903 - [Благодарности](https://python-all.ru/3.9/library/gettext.html#acknowledgements)3904 - [`locale` – службы интернационализации](https://python-all.ru/3.9/library/locale.html)39053906 - [Предыстория, подробности, советы, подсказки и предостережения](https://python-all.ru/3.9/library/locale.html#background-details-hints-tips-and-caveats)3907 - [Для разработчиков расширений и программ, встраивающих Python](https://python-all.ru/3.9/library/locale.html#for-extension-writers-and-programs-that-embed-python)3908 - [Доступ к каталогам сообщений](https://python-all.ru/3.9/library/locale.html#access-to-message-catalogs)3909 - [Программные фреймворки](https://python-all.ru/3.9/library/frameworks.html)39103911 - [`turtle` – Черепашья графика](https://python-all.ru/3.9/library/turtle.html)39123913 - [Введение](https://python-all.ru/3.9/library/turtle.html#introduction)3914 - [Обзор доступных методов Turtle и Screen](https://python-all.ru/3.9/library/turtle.html#overview-of-available-turtle-and-screen-methods)39153916 - [Методы черепашки](https://python-all.ru/3.9/library/turtle.html#turtle-methods)3917 - [Методы TurtleScreen/Screen](https://python-all.ru/3.9/library/turtle.html#methods-of-turtlescreen-screen)3918 - [Методы RawTurtle/Turtle и соответствующие функции](https://python-all.ru/3.9/library/turtle.html#methods-of-rawturtle-turtle-and-corresponding-functions)39193920 - [Движение черепашки](https://python-all.ru/3.9/library/turtle.html#turtle-motion)3921 - [Состояние черепашки](https://python-all.ru/3.9/library/turtle.html#tell-turtle-s-state)3922 - [Настройки измерений](https://python-all.ru/3.9/library/turtle.html#settings-for-measurement)3923 - [Управление пером](https://python-all.ru/3.9/library/turtle.html#pen-control)39243925 - [Состояние рисования](https://python-all.ru/3.9/library/turtle.html#drawing-state)3926 - [Управление цветом](https://python-all.ru/3.9/library/turtle.html#color-control)3927 - [Заливка](https://python-all.ru/3.9/library/turtle.html#filling)3928 - [Дополнительное управление рисованием](https://python-all.ru/3.9/library/turtle.html#more-drawing-control)3929 - [Состояние черепашки](https://python-all.ru/3.9/library/turtle.html#turtle-state)39303931 - [Видимость](https://python-all.ru/3.9/library/turtle.html#visibility)3932 - [Внешний вид](https://python-all.ru/3.9/library/turtle.html#appearance)3933 - [Использование событий](https://python-all.ru/3.9/library/turtle.html#using-events)3934 - [Специальные методы черепашки](https://python-all.ru/3.9/library/turtle.html#special-turtle-methods)3935 - [Составные фигуры](https://python-all.ru/3.9/library/turtle.html#compound-shapes)3936 - [Методы TurtleScreen/Screen и соответствующие функции](https://python-all.ru/3.9/library/turtle.html#methods-of-turtlescreen-screen-and-corresponding-functions)39373938 - [Управление окном](https://python-all.ru/3.9/library/turtle.html#window-control)3939 - [Управление анимацией](https://python-all.ru/3.9/library/turtle.html#animation-control)3940 - [Использование событий экрана](https://python-all.ru/3.9/library/turtle.html#using-screen-events)3941 - [Методы ввода](https://python-all.ru/3.9/library/turtle.html#input-methods)3942 - [Настройки и специальные методы](https://python-all.ru/3.9/library/turtle.html#settings-and-special-methods)3943 - [Методы, специфичные для Screen и не унаследованные от TurtleScreen](https://python-all.ru/3.9/library/turtle.html#methods-specific-to-screen-not-inherited-from-turtlescreen)3944 - [Публичные классы](https://python-all.ru/3.9/library/turtle.html#public-classes)3945 - [Справка и настройка](https://python-all.ru/3.9/library/turtle.html#help-and-configuration)39463947 - [Как пользоваться справкой](https://python-all.ru/3.9/library/turtle.html#how-to-use-help)3948 - [Перевод docstrings на разные языки](https://python-all.ru/3.9/library/turtle.html#translation-of-docstrings-into-different-languages)3949 - [Как настроить Screen и Turtles](https://python-all.ru/3.9/library/turtle.html#how-to-configure-screen-and-turtles)3950 - [`turtledemo` – Демонстрационные скрипты](https://python-all.ru/3.9/library/turtle.html#module-turtledemo)3951 - [Изменения начиная с Python 2.6](https://python-all.ru/3.9/library/turtle.html#changes-since-python-2-6)3952 - [Изменения начиная с Python 3.0](https://python-all.ru/3.9/library/turtle.html#changes-since-python-3-0)3953 - [`cmd` – поддержка построчных командных интерпретаторов](https://python-all.ru/3.9/library/cmd.html)39543955 - [Объекты Cmd](https://python-all.ru/3.9/library/cmd.html#cmd-objects)3956 - [Пример Cmd](https://python-all.ru/3.9/library/cmd.html#cmd-example)3957 - [`shlex` – Простой лексический анализ](https://python-all.ru/3.9/library/shlex.html)39583959 - [Объекты shlex](https://python-all.ru/3.9/library/shlex.html#shlex-objects)3960 - [Правила разбора](https://python-all.ru/3.9/library/shlex.html#parsing-rules)3961 - [Улучшенная совместимость с оболочками](https://python-all.ru/3.9/library/shlex.html#improved-compatibility-with-shells)3962 - [Графические пользовательские интерфейсы с Tk](https://python-all.ru/3.9/library/tk.html)39633964 - [`tkinter` – интерфейс Python к Tcl/Tk](https://python-all.ru/3.9/library/tkinter.html)39653966 - [Модули Tkinter](https://python-all.ru/3.9/library/tkinter.html#tkinter-modules)3967 - [Основы Tkinter](https://python-all.ru/3.9/library/tkinter.html#tkinter-life-preserver)39683969 - [Как использовать этот раздел](https://python-all.ru/3.9/library/tkinter.html#how-to-use-this-section)3970 - [Простая программа Hello World](https://python-all.ru/3.9/library/tkinter.html#a-simple-hello-world-program)3971 - [Беглый (очень) взгляд на Tcl/Tk](https://python-all.ru/3.9/library/tkinter.html#a-very-quick-look-at-tcl-tk)3972 - [Сопоставление базовых Tk с Tkinter](https://python-all.ru/3.9/library/tkinter.html#mapping-basic-tk-into-tkinter)3973 - [Как связаны Tk и Tkinter](https://python-all.ru/3.9/library/tkinter.html#how-tk-and-tkinter-are-related)3974 - [Удобный справочник](https://python-all.ru/3.9/library/tkinter.html#handy-reference)39753976 - [Настройка параметров](https://python-all.ru/3.9/library/tkinter.html#setting-options)3977 - [Packer](https://python-all.ru/3.9/library/tkinter.html#the-packer)3978 - [Параметры Packer](https://python-all.ru/3.9/library/tkinter.html#packer-options)3979 - [Связывание переменных виджетов](https://python-all.ru/3.9/library/tkinter.html#coupling-widget-variables)3980 - [Менеджер окон](https://python-all.ru/3.9/library/tkinter.html#the-window-manager)3981 - [Типы данных опций Tk](https://python-all.ru/3.9/library/tkinter.html#tk-option-data-types)3982 - [Привязки и события](https://python-all.ru/3.9/library/tkinter.html#bindings-and-events)3983 - [Параметр index](https://python-all.ru/3.9/library/tkinter.html#the-index-parameter)3984 - [Изображения](https://python-all.ru/3.9/library/tkinter.html#images)3985 - [Обработчики файлов](https://python-all.ru/3.9/library/tkinter.html#file-handlers)3986 - [`tkinter.colorchooser` – Диалог выбора цвета](https://python-all.ru/3.9/library/tkinter.colorchooser.html)3987 - [`tkinter.font` – Обёртка шрифтов Tkinter](https://python-all.ru/3.9/library/tkinter.font.html)3988 - [Диалоги Tkinter](https://python-all.ru/3.9/library/dialog.html)39893990 - [`tkinter.simpledialog` – Стандартные диалоги ввода Tkinter](https://python-all.ru/3.9/library/dialog.html#module-tkinter.simpledialog)3991 - [`tkinter.filedialog` – Диалоги выбора файлов](https://python-all.ru/3.9/library/dialog.html#module-tkinter.filedialog)39923993 - [Стандартные диалоги открытия и сохранения](https://python-all.ru/3.9/library/dialog.html#native-load-save-dialogs)3994 - [`tkinter.commondialog` – Шаблоны диалоговых окон](https://python-all.ru/3.9/library/dialog.html#module-tkinter.commondialog)3995 - [`tkinter.messagebox` – Приглашения сообщений Tkinter](https://python-all.ru/3.9/library/tkinter.messagebox.html)3996 - [`tkinter.scrolledtext` – Виджет текстовой области с прокруткой](https://python-all.ru/3.9/library/tkinter.scrolledtext.html)3997 - [`tkinter.dnd` – Поддержка перетаскивания](https://python-all.ru/3.9/library/tkinter.dnd.html)3998 - [`tkinter.ttk` – Тематические виджеты Tk](https://python-all.ru/3.9/library/tkinter.ttk.html)39994000 - [Использование Ttk](https://python-all.ru/3.9/library/tkinter.ttk.html#using-ttk)4001 - [Виджеты Ttk](https://python-all.ru/3.9/library/tkinter.ttk.html#ttk-widgets)4002 - [Виджет](https://python-all.ru/3.9/library/tkinter.ttk.html#widget)40034004 - [Стандартные параметры](https://python-all.ru/3.9/library/tkinter.ttk.html#standard-options)4005 - [Параметры прокручиваемых виджетов](https://python-all.ru/3.9/library/tkinter.ttk.html#scrollable-widget-options)4006 - [Параметры метки](https://python-all.ru/3.9/library/tkinter.ttk.html#label-options)4007 - [Параметры совместимости](https://python-all.ru/3.9/library/tkinter.ttk.html#compatibility-options)4008 - [Состояния виджетов](https://python-all.ru/3.9/library/tkinter.ttk.html#widget-states)4009 - [ttk.Widget](https://python-all.ru/3.9/library/tkinter.ttk.html#ttk-widget)4010 - [Combobox](https://python-all.ru/3.9/library/tkinter.ttk.html#combobox)40114012 - [Параметры](https://python-all.ru/3.9/library/tkinter.ttk.html#options)4013 - [Виртуальные события](https://python-all.ru/3.9/library/tkinter.ttk.html#virtual-events)4014 - [ttk.Combobox](https://python-all.ru/3.9/library/tkinter.ttk.html#ttk-combobox)4015 - [Spinbox](https://python-all.ru/3.9/library/tkinter.ttk.html#spinbox)40164017 - [Параметры](https://python-all.ru/3.9/library/tkinter.ttk.html#id1)4018 - [Виртуальные события](https://python-all.ru/3.9/library/tkinter.ttk.html#id2)4019 - [ttk.Spinbox](https://python-all.ru/3.9/library/tkinter.ttk.html#ttk-spinbox)4020 - [Блокнот](https://python-all.ru/3.9/library/tkinter.ttk.html#notebook)40214022 - [Параметры](https://python-all.ru/3.9/library/tkinter.ttk.html#id3)4023 - [Опции вкладок](https://python-all.ru/3.9/library/tkinter.ttk.html#tab-options)4024 - [Идентификаторы вкладок](https://python-all.ru/3.9/library/tkinter.ttk.html#tab-identifiers)4025 - [Виртуальные события](https://python-all.ru/3.9/library/tkinter.ttk.html#id4)4026 - [ttk.Notebook](https://python-all.ru/3.9/library/tkinter.ttk.html#ttk-notebook)4027 - [Индикатор прогресса](https://python-all.ru/3.9/library/tkinter.ttk.html#progressbar)40284029 - [Параметры](https://python-all.ru/3.9/library/tkinter.ttk.html#id5)4030 - [ttk.Progressbar](https://python-all.ru/3.9/library/tkinter.ttk.html#ttk-progressbar)4031 - [Разделитель](https://python-all.ru/3.9/library/tkinter.ttk.html#separator)40324033 - [Параметры](https://python-all.ru/3.9/library/tkinter.ttk.html#id6)4034 - [Маркер изменения размера](https://python-all.ru/3.9/library/tkinter.ttk.html#sizegrip)40354036 - [Примечания для платформ](https://python-all.ru/3.9/library/tkinter.ttk.html#platform-specific-notes)4037 - [Ошибки](https://python-all.ru/3.9/library/tkinter.ttk.html#bugs)4038 - [Древовидный список](https://python-all.ru/3.9/library/tkinter.ttk.html#treeview)40394040 - [Параметры](https://python-all.ru/3.9/library/tkinter.ttk.html#id7)4041 - [Опции элементов](https://python-all.ru/3.9/library/tkinter.ttk.html#item-options)4042 - [Опции тегов](https://python-all.ru/3.9/library/tkinter.ttk.html#tag-options)4043 - [Идентификаторы столбцов](https://python-all.ru/3.9/library/tkinter.ttk.html#column-identifiers)4044 - [Виртуальные события](https://python-all.ru/3.9/library/tkinter.ttk.html#id8)4045 - [ttk.Treeview](https://python-all.ru/3.9/library/tkinter.ttk.html#ttk-treeview)4046 - [Стилизация Ttk](https://python-all.ru/3.9/library/tkinter.ttk.html#ttk-styling)40474048 - [Макеты](https://python-all.ru/3.9/library/tkinter.ttk.html#layouts)4049 - [`tkinter.tix` – Расширяющие виджеты для Tk](https://python-all.ru/3.9/library/tkinter.tix.html)40504051 - [Использование Tix](https://python-all.ru/3.9/library/tkinter.tix.html#using-tix)4052 - [Виджеты Tix](https://python-all.ru/3.9/library/tkinter.tix.html#tix-widgets)40534054 - [Базовые виджеты](https://python-all.ru/3.9/library/tkinter.tix.html#basic-widgets)4055 - [Выбор файлов](https://python-all.ru/3.9/library/tkinter.tix.html#file-selectors)4056 - [Иерархический ListBox](https://python-all.ru/3.9/library/tkinter.tix.html#hierarchical-listbox)4057 - [Табличный ListBox](https://python-all.ru/3.9/library/tkinter.tix.html#tabular-listbox)4058 - [Менеджеры виджетов](https://python-all.ru/3.9/library/tkinter.tix.html#manager-widgets)4059 - [Типы изображений](https://python-all.ru/3.9/library/tkinter.tix.html#image-types)4060 - [Прочие виджеты](https://python-all.ru/3.9/library/tkinter.tix.html#miscellaneous-widgets)4061 - [Менеджер геометрии Form](https://python-all.ru/3.9/library/tkinter.tix.html#form-geometry-manager)4062 - [Команды Tix](https://python-all.ru/3.9/library/tkinter.tix.html#tix-commands)4063 - [IDLE](https://python-all.ru/3.9/library/idle.html)40644065 - [Меню](https://python-all.ru/3.9/library/idle.html#menus)40664067 - [Меню «Файл» (оболочка и редактор)](https://python-all.ru/3.9/library/idle.html#file-menu-shell-and-editor)4068 - [Меню «Правка» (оболочка и редактор)](https://python-all.ru/3.9/library/idle.html#edit-menu-shell-and-editor)4069 - [Меню «Формат» (только окно редактора)](https://python-all.ru/3.9/library/idle.html#format-menu-editor-window-only)4070 - [Меню «Запуск» (только окно редактора)](https://python-all.ru/3.9/library/idle.html#run-menu-editor-window-only)4071 - [Меню «Оболочка» (только окно оболочки)](https://python-all.ru/3.9/library/idle.html#shell-menu-shell-window-only)4072 - [Меню «Отладка» (только окно оболочки)](https://python-all.ru/3.9/library/idle.html#debug-menu-shell-window-only)4073 - [Меню Options (оболочка и редактор)](https://python-all.ru/3.9/library/idle.html#options-menu-shell-and-editor)4074 - [Меню Window (оболочка и редактор)](https://python-all.ru/3.9/library/idle.html#window-menu-shell-and-editor)4075 - [Меню Help (оболочка и редактор)](https://python-all.ru/3.9/library/idle.html#help-menu-shell-and-editor)4076 - [Контекстные меню](https://python-all.ru/3.9/library/idle.html#context-menus)4077 - [Редактирование и навигация](https://python-all.ru/3.9/library/idle.html#editing-and-navigation)40784079 - [Окна редактора](https://python-all.ru/3.9/library/idle.html#editor-windows)4080 - [Привязки клавиш](https://python-all.ru/3.9/library/idle.html#key-bindings)4081 - [Автоматические отступы](https://python-all.ru/3.9/library/idle.html#automatic-indentation)4082 - [Автодополнение](https://python-all.ru/3.9/library/idle.html#completions)4083 - [Подсказки вызова](https://python-all.ru/3.9/library/idle.html#calltips)4084 - [Контекст кода](https://python-all.ru/3.9/library/idle.html#code-context)4085 - [Окно оболочки Python](https://python-all.ru/3.9/library/idle.html#python-shell-window)4086 - [Цвета текста](https://python-all.ru/3.9/library/idle.html#text-colors)4087 - [Запуск и выполнение кода](https://python-all.ru/3.9/library/idle.html#startup-and-code-execution)40884089 - [Использование командной строки](https://python-all.ru/3.9/library/idle.html#command-line-usage)4090 - [Ошибка запуска](https://python-all.ru/3.9/library/idle.html#startup-failure)4091 - [Выполнение пользовательского кода](https://python-all.ru/3.9/library/idle.html#running-user-code)4092 - [Вывод пользователя в оболочке](https://python-all.ru/3.9/library/idle.html#user-output-in-shell)4093 - [Разработка приложений tkinter](https://python-all.ru/3.9/library/idle.html#developing-tkinter-applications)4094 - [Запуск без подпроцесса](https://python-all.ru/3.9/library/idle.html#running-without-a-subprocess)4095 - [Справка и настройки](https://python-all.ru/3.9/library/idle.html#help-and-preferences)40964097 - [Источники справки](https://python-all.ru/3.9/library/idle.html#help-sources)4098 - [Настройка параметров](https://python-all.ru/3.9/library/idle.html#setting-preferences)4099 - [IDLE в macOS](https://python-all.ru/3.9/library/idle.html#idle-on-macos)4100 - [Расширения](https://python-all.ru/3.9/library/idle.html#extensions)4101 - [Инструменты разработки](https://python-all.ru/3.9/library/development.html)41024103 - [`typing` – Поддержка аннотаций типов](https://python-all.ru/3.9/library/typing.html)41044105 - [Соответствующие PEPs](https://python-all.ru/3.9/library/typing.html#relevant-peps)4106 - [Псевдонимы типов](https://python-all.ru/3.9/library/typing.html#type-aliases)4107 - [NewType](https://python-all.ru/3.9/library/typing.html#newtype)4108 - [Callable](https://python-all.ru/3.9/library/typing.html#callable)4109 - [Обобщённые типы](https://python-all.ru/3.9/library/typing.html#generics)4110 - [Пользовательские обобщённые типы](https://python-all.ru/3.9/library/typing.html#user-defined-generic-types)4111 - [Тип `Any`](https://python-all.ru/3.9/library/typing.html#the-any-type)4112 - [Номинальное и структурное подтипирование](https://python-all.ru/3.9/library/typing.html#nominal-vs-structural-subtyping)4113 - [Содержание модуля](https://python-all.ru/3.9/library/typing.html#module-contents)41144115 - [Специальные примитивы типизации](https://python-all.ru/3.9/library/typing.html#special-typing-primitives)41164117 - [Специальные типы](https://python-all.ru/3.9/library/typing.html#special-types)4118 - [Специальные формы](https://python-all.ru/3.9/library/typing.html#special-forms)4119 - [Построение обобщённых типов](https://python-all.ru/3.9/library/typing.html#building-generic-types)4120 - [Другие специальные директивы](https://python-all.ru/3.9/library/typing.html#other-special-directives)4121 - [Конкретные обобщённые коллекции](https://python-all.ru/3.9/library/typing.html#generic-concrete-collections)41224123 - [Соответствующие встроенным типам](https://python-all.ru/3.9/library/typing.html#corresponding-to-built-in-types)4124 - [Соответствующие типам из `collections`](https://python-all.ru/3.9/library/typing.html#corresponding-to-types-in-collections)4125 - [Другие конкретные типы](https://python-all.ru/3.9/library/typing.html#other-concrete-types)4126 - [Абстрактные базовые классы](https://python-all.ru/3.9/library/typing.html#abstract-base-classes)41274128 - [Соответствующие коллекциям из `collections.abc`](https://python-all.ru/3.9/library/typing.html#corresponding-to-collections-in-collections-abc)4129 - [Соответствующие другим типам из `collections.abc`](https://python-all.ru/3.9/library/typing.html#corresponding-to-other-types-in-collections-abc)4130 - [Асинхронное программирование](https://python-all.ru/3.9/library/typing.html#asynchronous-programming)4131 - [Типы менеджеров контекста](https://python-all.ru/3.9/library/typing.html#context-manager-types)4132 - [Протоколы](https://python-all.ru/3.9/library/typing.html#protocols)4133 - [Функции и декораторы](https://python-all.ru/3.9/library/typing.html#functions-and-decorators)4134 - [Вспомогательные функции интроспекции](https://python-all.ru/3.9/library/typing.html#introspection-helpers)4135 - [Константа](https://python-all.ru/3.9/library/typing.html#constant)4136 - [`pydoc` – генератор документации и система интерактивной справки](https://python-all.ru/3.9/library/pydoc.html)4137 - [Режим разработки Python](https://python-all.ru/3.9/library/devmode.html)4138 - [Эффекты режима разработки Python](https://python-all.ru/3.9/library/devmode.html#effects-of-the-python-development-mode)4139 - [Пример ResourceWarning](https://python-all.ru/3.9/library/devmode.html#resourcewarning-example)4140 - [Пример ошибки с некорректным файловым дескриптором](https://python-all.ru/3.9/library/devmode.html#bad-file-descriptor-error-example)4141 - [`doctest` – тестирование интерактивных примеров Python](https://python-all.ru/3.9/library/doctest.html)41424143 - [Простое использование: проверка примеров в строках документации](https://python-all.ru/3.9/library/doctest.html#simple-usage-checking-examples-in-docstrings)4144 - [Простое использование: проверка примеров в текстовом файле](https://python-all.ru/3.9/library/doctest.html#simple-usage-checking-examples-in-a-text-file)4145 - [Как это работает](https://python-all.ru/3.9/library/doctest.html#how-it-works)41464147 - [Какие строки документации проверяются?](https://python-all.ru/3.9/library/doctest.html#which-docstrings-are-examined)4148 - [Как распознаются примеры в строках документации?](https://python-all.ru/3.9/library/doctest.html#how-are-docstring-examples-recognized)4149 - [Каков контекст выполнения?](https://python-all.ru/3.9/library/doctest.html#what-s-the-execution-context)4150 - [А как насчёт исключений?](https://python-all.ru/3.9/library/doctest.html#what-about-exceptions)4151 - [Флаги опций](https://python-all.ru/3.9/library/doctest.html#option-flags)4152 - [Директивы](https://python-all.ru/3.9/library/doctest.html#directives)4153 - [Предупреждения](https://python-all.ru/3.9/library/doctest.html#warnings)4154 - [Базовый API](https://python-all.ru/3.9/library/doctest.html#basic-api)4155 - [API unittest](https://python-all.ru/3.9/library/doctest.html#unittest-api)4156 - [Расширенный API](https://python-all.ru/3.9/library/doctest.html#advanced-api)41574158 - [Объекты DocTest](https://python-all.ru/3.9/library/doctest.html#doctest-objects)4159 - [Объекты Example](https://python-all.ru/3.9/library/doctest.html#example-objects)4160 - [Объекты DocTestFinder](https://python-all.ru/3.9/library/doctest.html#doctestfinder-objects)4161 - [Объекты DocTestParser](https://python-all.ru/3.9/library/doctest.html#doctestparser-objects)4162 - [Объекты DocTestRunner](https://python-all.ru/3.9/library/doctest.html#doctestrunner-objects)4163 - [Объекты OutputChecker](https://python-all.ru/3.9/library/doctest.html#outputchecker-objects)4164 - [Отладка](https://python-all.ru/3.9/library/doctest.html#debugging)4165 - [Трибуна](https://python-all.ru/3.9/library/doctest.html#soapbox)4166 - [`unittest` – фреймворк для модульного тестирования](https://python-all.ru/3.9/library/unittest.html)41674168 - [Простой пример](https://python-all.ru/3.9/library/unittest.html#basic-example)4169 - [Интерфейс командной строки](https://python-all.ru/3.9/library/unittest.html#command-line-interface)41704171 - [Параметры командной строки](https://python-all.ru/3.9/library/unittest.html#command-line-options)4172 - [Обнаружение тестов](https://python-all.ru/3.9/library/unittest.html#test-discovery)4173 - [Организация тестового кода](https://python-all.ru/3.9/library/unittest.html#organizing-test-code)4174 - [Повторное использование старого тестового кода](https://python-all.ru/3.9/library/unittest.html#re-using-old-test-code)4175 - [Пропуск тестов и ожидаемые сбои](https://python-all.ru/3.9/library/unittest.html#skipping-tests-and-expected-failures)4176 - [Различение итераций теста с помощью подтестов](https://python-all.ru/3.9/library/unittest.html#distinguishing-test-iterations-using-subtests)4177 - [Классы и функции](https://python-all.ru/3.9/library/unittest.html#classes-and-functions)41784179 - [Тестовые случаи](https://python-all.ru/3.9/library/unittest.html#test-cases)41804181 - [Устаревшие псевдонимы](https://python-all.ru/3.9/library/unittest.html#deprecated-aliases)4182 - [Группировка тестов](https://python-all.ru/3.9/library/unittest.html#grouping-tests)4183 - [Загрузка и запуск тестов](https://python-all.ru/3.9/library/unittest.html#loading-and-running-tests)41844185 - [Протокол load\_tests](https://python-all.ru/3.9/library/unittest.html#load-tests-protocol)4186 - [Фикстуры классов и модулей](https://python-all.ru/3.9/library/unittest.html#class-and-module-fixtures)41874188 - [setUpClass и tearDownClass](https://python-all.ru/3.9/library/unittest.html#setupclass-and-teardownclass)4189 - [setUpModule и tearDownModule](https://python-all.ru/3.9/library/unittest.html#setupmodule-and-teardownmodule)4190 - [Обработка сигналов](https://python-all.ru/3.9/library/unittest.html#signal-handling)4191 - [`unittest.mock` – библиотека mock-объектов](https://python-all.ru/3.9/library/unittest.mock.html)41924193 - [Краткое руководство](https://python-all.ru/3.9/library/unittest.mock.html#quick-guide)4194 - [Класс Mock](https://python-all.ru/3.9/library/unittest.mock.html#the-mock-class)41954196 - [Вызов](https://python-all.ru/3.9/library/unittest.mock.html#calling)4197 - [Удаление атрибутов](https://python-all.ru/3.9/library/unittest.mock.html#deleting-attributes)4198 - [Имена Mock и атрибут name](https://python-all.ru/3.9/library/unittest.mock.html#mock-names-and-the-name-attribute)4199 - [Прикрепление моков в качестве атрибутов](https://python-all.ru/3.9/library/unittest.mock.html#attaching-mocks-as-attributes)4200 - [Патчеры](https://python-all.ru/3.9/library/unittest.mock.html#the-patchers)42014202 - [patch](https://python-all.ru/3.9/library/unittest.mock.html#patch)4203 - [patch.object](https://python-all.ru/3.9/library/unittest.mock.html#patch-object)4204 - [patch.dict](https://python-all.ru/3.9/library/unittest.mock.html#patch-dict)4205 - [patch.multiple](https://python-all.ru/3.9/library/unittest.mock.html#patch-multiple)4206 - [Методы patch: start и stop](https://python-all.ru/3.9/library/unittest.mock.html#patch-methods-start-and-stop)4207 - [patch встроенных объектов](https://python-all.ru/3.9/library/unittest.mock.html#patch-builtins)4208 - [TEST\_PREFIX](https://python-all.ru/3.9/library/unittest.mock.html#test-prefix)4209 - [Вложение декораторов patch](https://python-all.ru/3.9/library/unittest.mock.html#nesting-patch-decorators)4210 - [Где применять patch](https://python-all.ru/3.9/library/unittest.mock.html#where-to-patch)4211 - [Подмена дескрипторов и прокси-объектов](https://python-all.ru/3.9/library/unittest.mock.html#patching-descriptors-and-proxy-objects)4212 - [MagicMock и поддержка магических методов](https://python-all.ru/3.9/library/unittest.mock.html#magicmock-and-magic-method-support)42134214 - [Мокирование магических методов](https://python-all.ru/3.9/library/unittest.mock.html#mocking-magic-methods)4215 - [Магический макет](https://python-all.ru/3.9/library/unittest.mock.html#magic-mock)4216 - [Вспомогательные средства](https://python-all.ru/3.9/library/unittest.mock.html#helpers)42174218 - [sentinel](https://python-all.ru/3.9/library/unittest.mock.html#sentinel)4219 - [DEFAULT](https://python-all.ru/3.9/library/unittest.mock.html#default)4220 - [вызов](https://python-all.ru/3.9/library/unittest.mock.html#call)4221 - [create\_autospec](https://python-all.ru/3.9/library/unittest.mock.html#create-autospec)4222 - [ANY](https://python-all.ru/3.9/library/unittest.mock.html#any)4223 - [FILTER\_DIR](https://python-all.ru/3.9/library/unittest.mock.html#filter-dir)4224 - [mock\_open](https://python-all.ru/3.9/library/unittest.mock.html#mock-open)4225 - [Автоспецификация](https://python-all.ru/3.9/library/unittest.mock.html#autospeccing)4226 - [Запечатывание моков](https://python-all.ru/3.9/library/unittest.mock.html#sealing-mocks)4227 - [`unittest.mock` – начало работы](https://python-all.ru/3.9/library/unittest.mock-examples.html)42284229 - [Использование Mock](https://python-all.ru/3.9/library/unittest.mock-examples.html#using-mock)42304231 - [Методы подмены моков](https://python-all.ru/3.9/library/unittest.mock-examples.html#mock-patching-methods)4232 - [Mock для вызовов методов объекта](https://python-all.ru/3.9/library/unittest.mock-examples.html#mock-for-method-calls-on-an-object)4233 - [Создание моков для классов](https://python-all.ru/3.9/library/unittest.mock-examples.html#mocking-classes)4234 - [Именование моков](https://python-all.ru/3.9/library/unittest.mock-examples.html#naming-your-mocks)4235 - [Отслеживание всех вызовов](https://python-all.ru/3.9/library/unittest.mock-examples.html#tracking-all-calls)4236 - [Установка возвращаемых значений и атрибутов](https://python-all.ru/3.9/library/unittest.mock-examples.html#setting-return-values-and-attributes)4237 - [Возбуждение исключений с помощью моков](https://python-all.ru/3.9/library/unittest.mock-examples.html#raising-exceptions-with-mocks)4238 - [Функции побочного эффекта и итерируемые объекты](https://python-all.ru/3.9/library/unittest.mock-examples.html#side-effect-functions-and-iterables)4239 - [Мокирование асинхронных итераторов](https://python-all.ru/3.9/library/unittest.mock-examples.html#mocking-asynchronous-iterators)4240 - [Мокирование асинхронного контекстного менеджера](https://python-all.ru/3.9/library/unittest.mock-examples.html#mocking-asynchronous-context-manager)4241 - [Создание мока на основе существующего объекта](https://python-all.ru/3.9/library/unittest.mock-examples.html#creating-a-mock-from-an-existing-object)4242 - [Декораторы patch](https://python-all.ru/3.9/library/unittest.mock-examples.html#patch-decorators)4243 - [Дополнительные примеры](https://python-all.ru/3.9/library/unittest.mock-examples.html#further-examples)42444245 - [Мокирование цепочек вызовов](https://python-all.ru/3.9/library/unittest.mock-examples.html#mocking-chained-calls)4246 - [Частичное мокирование](https://python-all.ru/3.9/library/unittest.mock-examples.html#partial-mocking)4247 - [Создание мока для метода-генератора](https://python-all.ru/3.9/library/unittest.mock-examples.html#mocking-a-generator-method)4248 - [Применение одного и того же patch к каждому тестовому методу](https://python-all.ru/3.9/library/unittest.mock-examples.html#applying-the-same-patch-to-every-test-method)4249 - [Создание моков для несвязанных методов](https://python-all.ru/3.9/library/unittest.mock-examples.html#mocking-unbound-methods)4250 - [Проверка множественных вызовов с помощью mock](https://python-all.ru/3.9/library/unittest.mock-examples.html#checking-multiple-calls-with-mock)4251 - [Работа с изменяемыми аргументами](https://python-all.ru/3.9/library/unittest.mock-examples.html#coping-with-mutable-arguments)4252 - [Вложенные подмены](https://python-all.ru/3.9/library/unittest.mock-examples.html#nesting-patches)4253 - [Мокирование словаря с помощью MagicMock](https://python-all.ru/3.9/library/unittest.mock-examples.html#mocking-a-dictionary-with-magicmock)4254 - [Подклассы Mock и их атрибуты](https://python-all.ru/3.9/library/unittest.mock-examples.html#mock-subclasses-and-their-attributes)4255 - [Мокирование импортов с помощью patch.dict](https://python-all.ru/3.9/library/unittest.mock-examples.html#mocking-imports-with-patch-dict)4256 - [Отслеживание порядка вызовов и менее многословные утверждения о вызовах](https://python-all.ru/3.9/library/unittest.mock-examples.html#tracking-order-of-calls-and-less-verbose-call-assertions)4257 - [Более сложное сопоставление аргументов](https://python-all.ru/3.9/library/unittest.mock-examples.html#more-complex-argument-matching)4258 - [2to3 – автоматический перенос кода с Python 2 на Python 3](https://python-all.ru/3.9/library/2to3.html)42594260 - [Использование 2to3](https://python-all.ru/3.9/library/2to3.html#using-2to3)4261 - [Фиксы](https://python-all.ru/3.9/library/2to3.html#fixers)4262 - [`lib2to3` – библиотека 2to3](https://python-all.ru/3.9/library/2to3.html#module-lib2to3)4263 - [`test` – Пакет регрессионных тестов для Python](https://python-all.ru/3.9/library/test.html)42644265 - [Написание модульных тестов для пакета `test`](https://python-all.ru/3.9/library/test.html#writing-unit-tests-for-the-test-package)4266 - [Запуск тестов с помощью интерфейса командной строки](https://python-all.ru/3.9/library/test.html#running-tests-using-the-command-line-interface)4267 - [`test.support` – Утилиты для набора тестов Python](https://python-all.ru/3.9/library/test.html#module-test.support)4268 - [`test.support.socket_helper` – Утилиты для тестирования сокетов](https://python-all.ru/3.9/library/test.html#module-test.support.socket_helper)4269 - [`test.support.script_helper` – Утилиты для тестов выполнения Python](https://python-all.ru/3.9/library/test.html#module-test.support.script_helper)4270 - [`test.support.bytecode_helper` – Вспомогательные инструменты для тестирования корректной генерации байт-кода](https://python-all.ru/3.9/library/test.html#module-test.support.bytecode_helper)4271 - [Отладка и профилирование](https://python-all.ru/3.9/library/debug.html)42724273 - [Таблица событий аудита](https://python-all.ru/3.9/library/audit_events.html)4274 - [`bdb` – фреймворк отладчика](https://python-all.ru/3.9/library/bdb.html)4275 - [`faulthandler` – дамп трассировки Python](https://python-all.ru/3.9/library/faulthandler.html)42764277 - [Дамп трассировки](https://python-all.ru/3.9/library/faulthandler.html#dumping-the-traceback)4278 - [Состояние обработчика сбоев](https://python-all.ru/3.9/library/faulthandler.html#fault-handler-state)4279 - [Дамп трассировок по тайм-ауту](https://python-all.ru/3.9/library/faulthandler.html#dumping-the-tracebacks-after-a-timeout)4280 - [Дамп трассировки по сигналу пользователя](https://python-all.ru/3.9/library/faulthandler.html#dumping-the-traceback-on-a-user-signal)4281 - [Проблема с файловыми дескрипторами](https://python-all.ru/3.9/library/faulthandler.html#issue-with-file-descriptors)4282 - [Пример](https://python-all.ru/3.9/library/faulthandler.html#example)4283 - [`pdb` – отладчик Python](https://python-all.ru/3.9/library/pdb.html)42844285 - [Команды отладчика](https://python-all.ru/3.9/library/pdb.html#debugger-commands)4286 - [Профилировщики Python](https://python-all.ru/3.9/library/profile.html)42874288 - [Введение в профилировщики](https://python-all.ru/3.9/library/profile.html#introduction-to-the-profilers)4289 - [Краткое руководство пользователя](https://python-all.ru/3.9/library/profile.html#instant-user-s-manual)4290 - [Справочник модулей `profile` и `cProfile`](https://python-all.ru/3.9/library/profile.html#module-cProfile)4291 - [Класс `Stats`](https://python-all.ru/3.9/library/profile.html#the-stats-class)4292 - [Что такое детерминированное профилирование?](https://python-all.ru/3.9/library/profile.html#what-is-deterministic-profiling)4293 - [Ограничения](https://python-all.ru/3.9/library/profile.html#limitations)4294 - [Калибровка](https://python-all.ru/3.9/library/profile.html#calibration)4295 - [Использование пользовательского таймера](https://python-all.ru/3.9/library/profile.html#using-a-custom-timer)4296 - [`timeit` – Измерение времени выполнения небольших фрагментов кода](https://python-all.ru/3.9/library/timeit.html)42974298 - [Основные примеры](https://python-all.ru/3.9/library/timeit.html#basic-examples)4299 - [Интерфейс Python](https://python-all.ru/3.9/library/timeit.html#python-interface)4300 - [Интерфейс командной строки](https://python-all.ru/3.9/library/timeit.html#command-line-interface)4301 - [Примеры](https://python-all.ru/3.9/library/timeit.html#examples)4302 - [`trace` – Трассировка или отслеживание выполнения операторов Python](https://python-all.ru/3.9/library/trace.html)43034304 - [Использование командной строки](https://python-all.ru/3.9/library/trace.html#command-line-usage)43054306 - [Основные параметры](https://python-all.ru/3.9/library/trace.html#main-options)4307 - [Модификаторы](https://python-all.ru/3.9/library/trace.html#modifiers)4308 - [Фильтры](https://python-all.ru/3.9/library/trace.html#filters)4309 - [Программный интерфейс](https://python-all.ru/3.9/library/trace.html#programmatic-interface)4310 - [`tracemalloc` – Трассировка выделений памяти](https://python-all.ru/3.9/library/tracemalloc.html)43114312 - [Примеры](https://python-all.ru/3.9/library/tracemalloc.html#examples)43134314 - [Отображение первых 10](https://python-all.ru/3.9/library/tracemalloc.html#display-the-top-10)4315 - [Вычисление различий](https://python-all.ru/3.9/library/tracemalloc.html#compute-differences)4316 - [Получение трассировки для блока памяти](https://python-all.ru/3.9/library/tracemalloc.html#get-the-traceback-of-a-memory-block)4317 - [Удобный вывод топа](https://python-all.ru/3.9/library/tracemalloc.html#pretty-top)43184319 - [Запись текущего и пикового размера всех отслеживаемых блоков памяти](https://python-all.ru/3.9/library/tracemalloc.html#record-the-current-and-peak-size-of-all-traced-memory-blocks)4320 - [API](https://python-all.ru/3.9/library/tracemalloc.html#api)43214322 - [Функции](https://python-all.ru/3.9/library/tracemalloc.html#functions)4323 - [DomainFilter](https://python-all.ru/3.9/library/tracemalloc.html#domainfilter)4324 - [Filter](https://python-all.ru/3.9/library/tracemalloc.html#filter)4325 - [Фрейм](https://python-all.ru/3.9/library/tracemalloc.html#frame)4326 - [Снимок](https://python-all.ru/3.9/library/tracemalloc.html#snapshot)4327 - [Статистика](https://python-all.ru/3.9/library/tracemalloc.html#statistic)4328 - [StatisticDiff](https://python-all.ru/3.9/library/tracemalloc.html#statisticdiff)4329 - [Трассировка](https://python-all.ru/3.9/library/tracemalloc.html#trace)4330 - [Traceback](https://python-all.ru/3.9/library/tracemalloc.html#traceback)4331 - [Упаковка и распространение ПО](https://python-all.ru/3.9/library/distribution.html)43324333 - [`distutils` – Сборка и установка модулей Python](https://python-all.ru/3.9/library/distutils.html)4334 - [`ensurepip` – Начальная загрузка установщика `pip`](https://python-all.ru/3.9/library/ensurepip.html)43354336 - [Интерфейс командной строки](https://python-all.ru/3.9/library/ensurepip.html#command-line-interface)4337 - [API модуля](https://python-all.ru/3.9/library/ensurepip.html#module-api)4338 - [`venv` – Создание виртуальных окружений](https://python-all.ru/3.9/library/venv.html)43394340 - [Создание виртуальных окружений](https://python-all.ru/3.9/library/venv.html#creating-virtual-environments)4341 - [API](https://python-all.ru/3.9/library/venv.html#api)4342 - [Пример расширения `EnvBuilder`](https://python-all.ru/3.9/library/venv.html#an-example-of-extending-envbuilder)4343 - [`zipapp` – Управление исполняемыми Python zip-архивами](https://python-all.ru/3.9/library/zipapp.html)43444345 - [Простой пример](https://python-all.ru/3.9/library/zipapp.html#basic-example)4346 - [Интерфейс командной строки](https://python-all.ru/3.9/library/zipapp.html#command-line-interface)4347 - [API Python](https://python-all.ru/3.9/library/zipapp.html#python-api)4348 - [Примеры](https://python-all.ru/3.9/library/zipapp.html#examples)4349 - [Указание интерпретатора](https://python-all.ru/3.9/library/zipapp.html#specifying-the-interpreter)4350 - [Создание автономных приложений с помощью zipapp](https://python-all.ru/3.9/library/zipapp.html#creating-standalone-applications-with-zipapp)43514352 - [Создание исполняемого файла для Windows](https://python-all.ru/3.9/library/zipapp.html#making-a-windows-executable)4353 - [Предостережения](https://python-all.ru/3.9/library/zipapp.html#caveats)4354 - [Формат архива Python-приложения Zip](https://python-all.ru/3.9/library/zipapp.html#the-python-zip-application-archive-format)4355 - [Службы выполнения Python](https://python-all.ru/3.9/library/python.html)43564357 - [`sys` – Системно-зависимые параметры и функции](https://python-all.ru/3.9/library/sys.html)4358 - [`sysconfig` – Предоставление доступа к конфигурационной информации Python](https://python-all.ru/3.9/library/sysconfig.html)43594360 - [Переменные конфигурации](https://python-all.ru/3.9/library/sysconfig.html#configuration-variables)4361 - [Пути установки](https://python-all.ru/3.9/library/sysconfig.html#installation-paths)4362 - [Другие функции](https://python-all.ru/3.9/library/sysconfig.html#other-functions)4363 - [Использование `sysconfig` в качестве скрипта](https://python-all.ru/3.9/library/sysconfig.html#using-sysconfig-as-a-script)4364 - [`builtins` – Встроенные объекты](https://python-all.ru/3.9/library/builtins.html)4365 - [`__main__` – среда сценария верхнего уровня](https://python-all.ru/3.9/library/__main__.html)4366 - [`warnings` – Управление предупреждениями](https://python-all.ru/3.9/library/warnings.html)43674368 - [Категории предупреждений](https://python-all.ru/3.9/library/warnings.html#warning-categories)4369 - [Фильтр предупреждений](https://python-all.ru/3.9/library/warnings.html#the-warnings-filter)43704371 - [Описание фильтров предупреждений](https://python-all.ru/3.9/library/warnings.html#describing-warning-filters)4372 - [Фильтр предупреждений по умолчанию](https://python-all.ru/3.9/library/warnings.html#default-warning-filter)4373 - [Переопределение фильтра по умолчанию](https://python-all.ru/3.9/library/warnings.html#overriding-the-default-filter)4374 - [Временное подавление предупреждений](https://python-all.ru/3.9/library/warnings.html#temporarily-suppressing-warnings)4375 - [Тестирование предупреждений](https://python-all.ru/3.9/library/warnings.html#testing-warnings)4376 - [Обновление кода для новых версий зависимостей](https://python-all.ru/3.9/library/warnings.html#updating-code-for-new-versions-of-dependencies)4377 - [Доступные функции](https://python-all.ru/3.9/library/warnings.html#available-functions)4378 - [Доступные контекстные менеджеры](https://python-all.ru/3.9/library/warnings.html#available-context-managers)4379 - [`dataclasses` – Классы данных](https://python-all.ru/3.9/library/dataclasses.html)43804381 - [Декораторы, классы и функции уровня модуля](https://python-all.ru/3.9/library/dataclasses.html#module-level-decorators-classes-and-functions)4382 - [Обработка после инициализации](https://python-all.ru/3.9/library/dataclasses.html#post-init-processing)4383 - [Переменные класса](https://python-all.ru/3.9/library/dataclasses.html#class-variables)4384 - [Переменные только для инициализации](https://python-all.ru/3.9/library/dataclasses.html#init-only-variables)4385 - [Неизменяемые экземпляры](https://python-all.ru/3.9/library/dataclasses.html#frozen-instances)4386 - [Наследование](https://python-all.ru/3.9/library/dataclasses.html#inheritance)4387 - [Функции-фабрики по умолчанию](https://python-all.ru/3.9/library/dataclasses.html#default-factory-functions)4388 - [Изменяемые значения по умолчанию](https://python-all.ru/3.9/library/dataclasses.html#mutable-default-values)4389 - [Исключения](https://python-all.ru/3.9/library/dataclasses.html#exceptions)4390 - [`contextlib` – Утилиты для контекстов оператора `with`](https://python-all.ru/3.9/library/contextlib.html)43914392 - [Утилиты](https://python-all.ru/3.9/library/contextlib.html#utilities)4393 - [Примеры и рецепты](https://python-all.ru/3.9/library/contextlib.html#examples-and-recipes)43944395 - [Поддержка переменного числа менеджеров контекста](https://python-all.ru/3.9/library/contextlib.html#supporting-a-variable-number-of-context-managers)4396 - [Перехват исключений из методов `__enter__`](https://python-all.ru/3.9/library/contextlib.html#catching-exceptions-from-enter-methods)4397 - [Очистка в реализации `__enter__`](https://python-all.ru/3.9/library/contextlib.html#cleaning-up-in-an-enter-implementation)4398 - [Замена использования `try-finally` и флаговых переменных](https://python-all.ru/3.9/library/contextlib.html#replacing-any-use-of-try-finally-and-flag-variables)4399 - [Использование менеджера контекста в качестве декоратора функции](https://python-all.ru/3.9/library/contextlib.html#using-a-context-manager-as-a-function-decorator)4400 - [Одноразовые, многократно используемые и реентерабельные менеджеры контекста](https://python-all.ru/3.9/library/contextlib.html#single-use-reusable-and-reentrant-context-managers)44014402 - [Реентерабельные менеджеры контекста](https://python-all.ru/3.9/library/contextlib.html#reentrant-context-managers)4403 - [Повторно используемые менеджеры контекста](https://python-all.ru/3.9/library/contextlib.html#reusable-context-managers)4404 - [`abc` – Абстрактные базовые классы](https://python-all.ru/3.9/library/abc.html)4405 - [`atexit` – Обработчики выхода](https://python-all.ru/3.9/library/atexit.html)44064407 - [`atexit` Пример](https://python-all.ru/3.9/library/atexit.html#atexit-example)4408 - [`traceback` – Печать или получение трассировки стека](https://python-all.ru/3.9/library/traceback.html)44094410 - [Объекты `TracebackException`](https://python-all.ru/3.9/library/traceback.html#tracebackexception-objects)4411 - [Объекты `StackSummary`](https://python-all.ru/3.9/library/traceback.html#stacksummary-objects)4412 - [Объекты `FrameSummary`](https://python-all.ru/3.9/library/traceback.html#framesummary-objects)4413 - [Примеры Traceback](https://python-all.ru/3.9/library/traceback.html#traceback-examples)4414 - [`__future__` – Определения операторов future](https://python-all.ru/3.9/library/__future__.html)4415 - [`gc` – Интерфейс сборщика мусора](https://python-all.ru/3.9/library/gc.html)4416 - [`inspect` – Инспекция живых объектов](https://python-all.ru/3.9/library/inspect.html)44174418 - [Типы и члены](https://python-all.ru/3.9/library/inspect.html#types-and-members)4419 - [Получение исходного кода](https://python-all.ru/3.9/library/inspect.html#retrieving-source-code)4420 - [Интроспекция вызываемых объектов с помощью объекта Signature](https://python-all.ru/3.9/library/inspect.html#introspecting-callables-with-the-signature-object)4421 - [Классы и функции](https://python-all.ru/3.9/library/inspect.html#classes-and-functions)4422 - [Стек интерпретатора](https://python-all.ru/3.9/library/inspect.html#the-interpreter-stack)4423 - [Получение атрибутов статически](https://python-all.ru/3.9/library/inspect.html#fetching-attributes-statically)4424 - [Текущее состояние генераторов и корутин](https://python-all.ru/3.9/library/inspect.html#current-state-of-generators-and-coroutines)4425 - [Битовые флаги объектов кода](https://python-all.ru/3.9/library/inspect.html#code-objects-bit-flags)4426 - [Интерфейс командной строки](https://python-all.ru/3.9/library/inspect.html#command-line-interface)4427 - [`site` – Перехватчик конфигурации для конкретного сайта](https://python-all.ru/3.9/library/site.html)44284429 - [Конфигурация readline](https://python-all.ru/3.9/library/site.html#readline-configuration)4430 - [Содержание модуля](https://python-all.ru/3.9/library/site.html#module-contents)4431 - [Интерфейс командной строки](https://python-all.ru/3.9/library/site.html#command-line-interface)4432 - [Пользовательские интерпретаторы Python](https://python-all.ru/3.9/library/custominterp.html)44334434 - [`code` – Базовые классы интерпретатора](https://python-all.ru/3.9/library/code.html)44354436 - [Объекты интерактивного интерпретатора](https://python-all.ru/3.9/library/code.html#interactive-interpreter-objects)4437 - [Объекты интерактивной консоли](https://python-all.ru/3.9/library/code.html#interactive-console-objects)4438 - [`codeop` – Компиляция кода Python](https://python-all.ru/3.9/library/codeop.html)4439 - [Импорт модулей](https://python-all.ru/3.9/library/modules.html)44404441 - [`zipimport` – Импорт модулей из Zip-архивов](https://python-all.ru/3.9/library/zipimport.html)44424443 - [Объекты zipimporter](https://python-all.ru/3.9/library/zipimport.html#zipimporter-objects)4444 - [Примеры](https://python-all.ru/3.9/library/zipimport.html#examples)4445 - [`pkgutil` – Утилита расширения пакетов](https://python-all.ru/3.9/library/pkgutil.html)4446 - [`modulefinder` – Поиск модулей, используемых скриптом](https://python-all.ru/3.9/library/modulefinder.html)44474448 - [Пример использования `ModuleFinder`](https://python-all.ru/3.9/library/modulefinder.html#example-usage-of-modulefinder)4449 - [`runpy` – Поиск и выполнение модулей Python](https://python-all.ru/3.9/library/runpy.html)4450 - [`importlib` – Реализация `import`](https://python-all.ru/3.9/library/importlib.html)44514452 - [Введение](https://python-all.ru/3.9/library/importlib.html#introduction)4453 - [Функции](https://python-all.ru/3.9/library/importlib.html#functions)4454 - [`importlib.abc` – Абстрактные базовые классы, связанные с импортом](https://python-all.ru/3.9/library/importlib.html#module-importlib.abc)4455 - [`importlib.resources` – Ресурсы](https://python-all.ru/3.9/library/importlib.html#module-importlib.resources)4456 - [`importlib.machinery` – Импортёры и хуки пути](https://python-all.ru/3.9/library/importlib.html#module-importlib.machinery)4457 - [`importlib.util` – Вспомогательный код для импортёров](https://python-all.ru/3.9/library/importlib.html#module-importlib.util)4458 - [Примеры](https://python-all.ru/3.9/library/importlib.html#examples)44594460 - [Программный импорт](https://python-all.ru/3.9/library/importlib.html#importing-programmatically)4461 - [Проверка возможности импорта модуля](https://python-all.ru/3.9/library/importlib.html#checking-if-a-module-can-be-imported)4462 - [Прямой импорт файла с исходным кодом](https://python-all.ru/3.9/library/importlib.html#importing-a-source-file-directly)4463 - [Настройка импортёра](https://python-all.ru/3.9/library/importlib.html#setting-up-an-importer)4464 - [Аппроксимация `importlib.import_module()`](https://python-all.ru/3.9/library/importlib.html#approximating-importlib-import-module)4465 - [Использование `importlib.metadata`](https://python-all.ru/3.9/library/importlib.metadata.html)44664467 - [Обзор](https://python-all.ru/3.9/library/importlib.metadata.html#overview)4468 - [Функциональный API](https://python-all.ru/3.9/library/importlib.metadata.html#functional-api)44694470 - [Точки входа](https://python-all.ru/3.9/library/importlib.metadata.html#entry-points)4471 - [Метаданные дистрибутива](https://python-all.ru/3.9/library/importlib.metadata.html#distribution-metadata)4472 - [Версии дистрибутива](https://python-all.ru/3.9/library/importlib.metadata.html#distribution-versions)4473 - [Файлы дистрибутива](https://python-all.ru/3.9/library/importlib.metadata.html#distribution-files)4474 - [Зависимости дистрибутива](https://python-all.ru/3.9/library/importlib.metadata.html#distribution-requirements)4475 - [Дистрибутивы](https://python-all.ru/3.9/library/importlib.metadata.html#distributions)4476 - [Расширение алгоритма поиска](https://python-all.ru/3.9/library/importlib.metadata.html#extending-the-search-algorithm)4477 - [Службы языка Python](https://python-all.ru/3.9/library/language.html)44784479 - [`parser` – Доступ к деревьям разбора Python](https://python-all.ru/3.9/library/parser.html)44804481 - [Создание ST-объектов](https://python-all.ru/3.9/library/parser.html#creating-st-objects)4482 - [Преобразование ST-объектов](https://python-all.ru/3.9/library/parser.html#converting-st-objects)4483 - [Запросы к ST-объектам](https://python-all.ru/3.9/library/parser.html#queries-on-st-objects)4484 - [Исключения и обработка ошибок](https://python-all.ru/3.9/library/parser.html#exceptions-and-error-handling)4485 - [ST-объекты](https://python-all.ru/3.9/library/parser.html#st-objects)4486 - [Пример: эмуляция `compile()`](https://python-all.ru/3.9/library/parser.html#example-emulation-of-compile)4487 - [`ast` – Абстрактные синтаксические деревья](https://python-all.ru/3.9/library/ast.html)44884489 - [Абстрактная грамматика](https://python-all.ru/3.9/library/ast.html#abstract-grammar)4490 - [Классы узлов](https://python-all.ru/3.9/library/ast.html#node-classes)44914492 - [Литералы](https://python-all.ru/3.9/library/ast.html#literals)4493 - [Переменные](https://python-all.ru/3.9/library/ast.html#variables)4494 - [Выражения](https://python-all.ru/3.9/library/ast.html#expressions)44954496 - [Индексация](https://python-all.ru/3.9/library/ast.html#subscripting)4497 - [Генераторы коллекций](https://python-all.ru/3.9/library/ast.html#comprehensions)4498 - [Инструкции](https://python-all.ru/3.9/library/ast.html#statements)44994500 - [Импорты](https://python-all.ru/3.9/library/ast.html#imports)4501 - [Управляющие конструкции](https://python-all.ru/3.9/library/ast.html#control-flow)4502 - [Определения функций и классов](https://python-all.ru/3.9/library/ast.html#function-and-class-definitions)4503 - [Async и await](https://python-all.ru/3.9/library/ast.html#async-and-await)4504 - [`ast` Вспомогательные функции](https://python-all.ru/3.9/library/ast.html#ast-helpers)4505 - [Флаги компилятора](https://python-all.ru/3.9/library/ast.html#compiler-flags)4506 - [Использование командной строки](https://python-all.ru/3.9/library/ast.html#command-line-usage)4507 - [`symtable` – Доступ к таблицам символов компилятора](https://python-all.ru/3.9/library/symtable.html)45084509 - [Генерация таблиц символов](https://python-all.ru/3.9/library/symtable.html#generating-symbol-tables)4510 - [Изучение таблиц символов](https://python-all.ru/3.9/library/symtable.html#examining-symbol-tables)4511 - [`symbol` – Константы, используемые с деревьями разбора Python](https://python-all.ru/3.9/library/symbol.html)4512 - [`token` – Константы, используемые с деревьями разбора Python](https://python-all.ru/3.9/library/token.html)4513 - [`keyword` – Проверка ключевых слов Python](https://python-all.ru/3.9/library/keyword.html)4514 - [`tokenize` – Токенизатор исходного кода Python](https://python-all.ru/3.9/library/tokenize.html)45154516 - [Токенизация входных данных](https://python-all.ru/3.9/library/tokenize.html#tokenizing-input)4517 - [Использование командной строки](https://python-all.ru/3.9/library/tokenize.html#command-line-usage)4518 - [Примеры](https://python-all.ru/3.9/library/tokenize.html#examples)4519 - [`tabnanny` – Обнаружение неоднозначных отступов](https://python-all.ru/3.9/library/tabnanny.html)4520 - [`pyclbr` – Поддержка обозревателя модулей Python](https://python-all.ru/3.9/library/pyclbr.html)45214522 - [Объекты функций](https://python-all.ru/3.9/library/pyclbr.html#function-objects)4523 - [Объекты классов](https://python-all.ru/3.9/library/pyclbr.html#class-objects)4524 - [`py_compile` – Компиляция исходных файлов Python](https://python-all.ru/3.9/library/py_compile.html)4525 - [`compileall` – Байт-компиляция библиотек Python](https://python-all.ru/3.9/library/compileall.html)45264527 - [Использование командной строки](https://python-all.ru/3.9/library/compileall.html#command-line-use)4528 - [Публичные функции](https://python-all.ru/3.9/library/compileall.html#public-functions)4529 - [`dis` – Дисассемблер байт-кода Python](https://python-all.ru/3.9/library/dis.html)45304531 - [Анализ байт-кода](https://python-all.ru/3.9/library/dis.html#bytecode-analysis)4532 - [Функции анализа](https://python-all.ru/3.9/library/dis.html#analysis-functions)4533 - [Инструкции байт-кода Python](https://python-all.ru/3.9/library/dis.html#python-bytecode-instructions)4534 - [Коллекции кодов операций](https://python-all.ru/3.9/library/dis.html#opcode-collections)4535 - [`pickletools` – Инструменты для разработчиков pickle](https://python-all.ru/3.9/library/pickletools.html)45364537 - [Использование командной строки](https://python-all.ru/3.9/library/pickletools.html#command-line-usage)45384539 - [Параметры командной строки](https://python-all.ru/3.9/library/pickletools.html#command-line-options)4540 - [Программный интерфейс](https://python-all.ru/3.9/library/pickletools.html#programmatic-interface)4541 - [Прочие службы](https://python-all.ru/3.9/library/misc.html)45424543 - [`formatter` – Общее форматирование вывода](https://python-all.ru/3.9/library/formatter.html)45444545 - [Интерфейс Formatter](https://python-all.ru/3.9/library/formatter.html#the-formatter-interface)4546 - [Реализации Formatter](https://python-all.ru/3.9/library/formatter.html#formatter-implementations)4547 - [Интерфейс Writer](https://python-all.ru/3.9/library/formatter.html#the-writer-interface)4548 - [Реализации Writer](https://python-all.ru/3.9/library/formatter.html#writer-implementations)4549 - [Службы, специфичные для MS Windows](https://python-all.ru/3.9/library/windows.html)45504551 - [`msvcrt` – Полезные процедуры из MS VC++ runtime](https://python-all.ru/3.9/library/msvcrt.html)45524553 - [Операции с файлами](https://python-all.ru/3.9/library/msvcrt.html#file-operations)4554 - [Консольный ввод/вывод](https://python-all.ru/3.9/library/msvcrt.html#console-i-o)4555 - [Прочие функции](https://python-all.ru/3.9/library/msvcrt.html#other-functions)4556 - [`winreg` – Доступ к реестру Windows](https://python-all.ru/3.9/library/winreg.html)45574558 - [Функции](https://python-all.ru/3.9/library/winreg.html#functions)4559 - [Константы](https://python-all.ru/3.9/library/winreg.html#constants)45604561 - [Константы HKEY\_\*](https://python-all.ru/3.9/library/winreg.html#hkey-constants)4562 - [Права доступа](https://python-all.ru/3.9/library/winreg.html#access-rights)45634564 - [Специфика 64-бит](https://python-all.ru/3.9/library/winreg.html#bit-specific)4565 - [Типы значений](https://python-all.ru/3.9/library/winreg.html#value-types)4566 - [Объекты дескрипторов реестра](https://python-all.ru/3.9/library/winreg.html#registry-handle-objects)4567 - [`winsound` – Интерфейс воспроизведения звука для Windows](https://python-all.ru/3.9/library/winsound.html)4568 - [Специфические для Unix службы](https://python-all.ru/3.9/library/unix.html)45694570 - [`posix` – Наиболее распространённые системные вызовы POSIX](https://python-all.ru/3.9/library/posix.html)45714572 - [Поддержка больших файлов](https://python-all.ru/3.9/library/posix.html#large-file-support)4573 - [Примечательное содержимое модуля](https://python-all.ru/3.9/library/posix.html#notable-module-contents)4574 - [`pwd` – База данных паролей](https://python-all.ru/3.9/library/pwd.html)4575 - [`grp` – База данных групп](https://python-all.ru/3.9/library/grp.html)4576 - [`termios` – Управление tty в стиле POSIX](https://python-all.ru/3.9/library/termios.html)45774578 - [Пример](https://python-all.ru/3.9/library/termios.html#example)4579 - [`tty` – Функции управления терминалом](https://python-all.ru/3.9/library/tty.html)4580 - [`pty` – Утилиты псевдотерминалов](https://python-all.ru/3.9/library/pty.html)45814582 - [Пример](https://python-all.ru/3.9/library/pty.html#example)4583 - [`fcntl` – Системные вызовы `fcntl` и `ioctl`](https://python-all.ru/3.9/library/fcntl.html)4584 - [`resource` – Информация об использовании ресурсов](https://python-all.ru/3.9/library/resource.html)45854586 - [Ограничения ресурсов](https://python-all.ru/3.9/library/resource.html#resource-limits)4587 - [Использование ресурсов](https://python-all.ru/3.9/library/resource.html#resource-usage)4588 - [`syslog` – Функции библиотеки syslog Unix](https://python-all.ru/3.9/library/syslog.html)45894590 - [Примеры](https://python-all.ru/3.9/library/syslog.html#examples)45914592 - [Простой пример](https://python-all.ru/3.9/library/syslog.html#simple-example)4593 - [Заменённые модули](https://python-all.ru/3.9/library/superseded.html)45944595 - [`aifc` – Чтение и запись файлов AIFF и AIFC](https://python-all.ru/3.9/library/aifc.html)4596 - [`asynchat` – Асинхронный обработчик команд/ответов через сокеты](https://python-all.ru/3.9/library/asynchat.html)45974598 - [Пример asynchat](https://python-all.ru/3.9/library/asynchat.html#asynchat-example)4599 - [`asyncore` – Асинхронный обработчик сокетов](https://python-all.ru/3.9/library/asyncore.html)46004601 - [Пример asyncore: простой HTTP-клиент](https://python-all.ru/3.9/library/asyncore.html#asyncore-example-basic-http-client)4602 - [Пример asyncore: простой эхо-сервер](https://python-all.ru/3.9/library/asyncore.html#asyncore-example-basic-echo-server)4603 - [`audioop` – Манипулирование сырыми аудиоданными](https://python-all.ru/3.9/library/audioop.html)4604 - [`cgi` – поддержка Common Gateway Interface](https://python-all.ru/3.9/library/cgi.html)46054606 - [Введение](https://python-all.ru/3.9/library/cgi.html#introduction)4607 - [Использование модуля cgi](https://python-all.ru/3.9/library/cgi.html#using-the-cgi-module)4608 - [Интерфейс высокого уровня](https://python-all.ru/3.9/library/cgi.html#higher-level-interface)4609 - [Функции](https://python-all.ru/3.9/library/cgi.html#functions)4610 - [Вопросы безопасности](https://python-all.ru/3.9/library/cgi.html#caring-about-security)4611 - [Установка CGI-скрипта в системе Unix](https://python-all.ru/3.9/library/cgi.html#installing-your-cgi-script-on-a-unix-system)4612 - [Тестирование CGI-скрипта](https://python-all.ru/3.9/library/cgi.html#testing-your-cgi-script)4613 - [Отладка CGI-скриптов](https://python-all.ru/3.9/library/cgi.html#debugging-cgi-scripts)4614 - [Типичные проблемы и решения](https://python-all.ru/3.9/library/cgi.html#common-problems-and-solutions)4615 - [`cgitb` – менеджер трассировки для CGI-скриптов](https://python-all.ru/3.9/library/cgitb.html)4616 - [`chunk` – чтение данных IFF с блочной структурой](https://python-all.ru/3.9/library/chunk.html)4617 - [`crypt` – функция для проверки паролей Unix](https://python-all.ru/3.9/library/crypt.html)46184619 - [Методы хеширования](https://python-all.ru/3.9/library/crypt.html#hashing-methods)4620 - [Атрибуты модуля](https://python-all.ru/3.9/library/crypt.html#module-attributes)4621 - [Функции модуля](https://python-all.ru/3.9/library/crypt.html#module-functions)4622 - [Примеры](https://python-all.ru/3.9/library/crypt.html#examples)4623 - [`imghdr` – определение типа изображения](https://python-all.ru/3.9/library/imghdr.html)4624 - [`imp` – Доступ к внутреннему устройству import](https://python-all.ru/3.9/library/imp.html)46254626 - [Примеры](https://python-all.ru/3.9/library/imp.html#examples)4627 - [`mailcap` – Обработка файлов Mailcap](https://python-all.ru/3.9/library/mailcap.html)4628 - [`msilib` – Чтение и запись файлов Microsoft Installer](https://python-all.ru/3.9/library/msilib.html)46294630 - [Объекты базы данных](https://python-all.ru/3.9/library/msilib.html#database-objects)4631 - [Объекты представления](https://python-all.ru/3.9/library/msilib.html#view-objects)4632 - [Объекты сводной информации](https://python-all.ru/3.9/library/msilib.html#summary-information-objects)4633 - [Объекты записей](https://python-all.ru/3.9/library/msilib.html#record-objects)4634 - [Ошибки](https://python-all.ru/3.9/library/msilib.html#errors)4635 - [Объекты CAB](https://python-all.ru/3.9/library/msilib.html#cab-objects)4636 - [Объекты каталогов](https://python-all.ru/3.9/library/msilib.html#directory-objects)4637 - [Возможности](https://python-all.ru/3.9/library/msilib.html#features)4638 - [Классы графического интерфейса](https://python-all.ru/3.9/library/msilib.html#gui-classes)4639 - [Предварительно вычисленные таблицы](https://python-all.ru/3.9/library/msilib.html#precomputed-tables)4640 - [`nis` – Интерфейс к NIS (Yellow Pages) от Sun](https://python-all.ru/3.9/library/nis.html)4641 - [`nntplib` – клиент протокола NNTP](https://python-all.ru/3.9/library/nntplib.html)46424643 - [Объекты NNTP](https://python-all.ru/3.9/library/nntplib.html#nntp-objects)46444645 - [Атрибуты](https://python-all.ru/3.9/library/nntplib.html#attributes)4646 - [Методы](https://python-all.ru/3.9/library/nntplib.html#methods)4647 - [Вспомогательные функции](https://python-all.ru/3.9/library/nntplib.html#utility-functions)4648 - [`optparse` – парсер параметров командной строки](https://python-all.ru/3.9/library/optparse.html)46494650 - [Фон](https://python-all.ru/3.9/library/optparse.html#background)46514652 - [Терминология](https://python-all.ru/3.9/library/optparse.html#terminology)4653 - [Для чего нужны опции?](https://python-all.ru/3.9/library/optparse.html#what-are-options-for)4654 - [Для чего нужны позиционные аргументы?](https://python-all.ru/3.9/library/optparse.html#what-are-positional-arguments-for)4655 - [Учебное пособие](https://python-all.ru/3.9/library/optparse.html#tutorial)46564657 - [Понимание действий опций](https://python-all.ru/3.9/library/optparse.html#understanding-option-actions)4658 - [Действие store](https://python-all.ru/3.9/library/optparse.html#the-store-action)4659 - [Обработка булевых опций (флагов)](https://python-all.ru/3.9/library/optparse.html#handling-boolean-flag-options)4660 - [Другие действия](https://python-all.ru/3.9/library/optparse.html#other-actions)4661 - [Значения по умолчанию](https://python-all.ru/3.9/library/optparse.html#default-values)4662 - [Генерация справки](https://python-all.ru/3.9/library/optparse.html#generating-help)46634664 - [Группировка опций](https://python-all.ru/3.9/library/optparse.html#grouping-options)4665 - [Вывод строки версии](https://python-all.ru/3.9/library/optparse.html#printing-a-version-string)4666 - [Как `optparse` обрабатывает ошибки](https://python-all.ru/3.9/library/optparse.html#how-optparse-handles-errors)4667 - [Собираем всё вместе](https://python-all.ru/3.9/library/optparse.html#putting-it-all-together)4668 - [Справочное руководство](https://python-all.ru/3.9/library/optparse.html#reference-guide)46694670 - [Создание парсера](https://python-all.ru/3.9/library/optparse.html#creating-the-parser)4671 - [Наполнение парсера](https://python-all.ru/3.9/library/optparse.html#populating-the-parser)4672 - [Определение параметров](https://python-all.ru/3.9/library/optparse.html#defining-options)4673 - [Атрибуты параметров](https://python-all.ru/3.9/library/optparse.html#option-attributes)4674 - [Стандартные действия параметров](https://python-all.ru/3.9/library/optparse.html#standard-option-actions)4675 - [Стандартные типы параметров](https://python-all.ru/3.9/library/optparse.html#standard-option-types)4676 - [Разбор аргументов](https://python-all.ru/3.9/library/optparse.html#parsing-arguments)4677 - [Запросы и управление парсером параметров](https://python-all.ru/3.9/library/optparse.html#querying-and-manipulating-your-option-parser)4678 - [Конфликты между параметрами](https://python-all.ru/3.9/library/optparse.html#conflicts-between-options)4679 - [Очистка](https://python-all.ru/3.9/library/optparse.html#cleanup)4680 - [Другие методы](https://python-all.ru/3.9/library/optparse.html#other-methods)4681 - [Колбэки параметров](https://python-all.ru/3.9/library/optparse.html#option-callbacks)46824683 - [Определение параметра с колбэком](https://python-all.ru/3.9/library/optparse.html#defining-a-callback-option)4684 - [Как вызываются колбэки](https://python-all.ru/3.9/library/optparse.html#how-callbacks-are-called)4685 - [Возбуждение исключений в колбэке](https://python-all.ru/3.9/library/optparse.html#raising-errors-in-a-callback)4686 - [Пример колбэка 1: простейший колбэк](https://python-all.ru/3.9/library/optparse.html#callback-example-1-trivial-callback)4687 - [Пример колбэка 2: проверка порядка параметров](https://python-all.ru/3.9/library/optparse.html#callback-example-2-check-option-order)4688 - [Пример колбэка 3: проверка порядка параметров (обобщённо)](https://python-all.ru/3.9/library/optparse.html#callback-example-3-check-option-order-generalized)4689 - [Пример колбэка 4: проверка произвольного условия](https://python-all.ru/3.9/library/optparse.html#callback-example-4-check-arbitrary-condition)4690 - [Пример колбэка 5: фиксированные аргументы](https://python-all.ru/3.9/library/optparse.html#callback-example-5-fixed-arguments)4691 - [Пример колбэка 6: переменное число аргументов](https://python-all.ru/3.9/library/optparse.html#callback-example-6-variable-arguments)4692 - [Расширение `optparse`](https://python-all.ru/3.9/library/optparse.html#extending-optparse)46934694 - [Добавление новых типов](https://python-all.ru/3.9/library/optparse.html#adding-new-types)4695 - [Добавление новых действий](https://python-all.ru/3.9/library/optparse.html#adding-new-actions)4696 - [`ossaudiodev` – Доступ к аудиоустройствам, совместимым с OSS](https://python-all.ru/3.9/library/ossaudiodev.html)46974698 - [Объекты аудиоустройства](https://python-all.ru/3.9/library/ossaudiodev.html#audio-device-objects)4699 - [Объекты микшера](https://python-all.ru/3.9/library/ossaudiodev.html#mixer-device-objects)4700 - [`pipes` – Интерфейс к конвейерам командной оболочки](https://python-all.ru/3.9/library/pipes.html)47014702 - [Объекты шаблонов](https://python-all.ru/3.9/library/pipes.html#template-objects)4703 - [`smtpd` – SMTP-сервер](https://python-all.ru/3.9/library/smtpd.html)47044705 - [Объекты SMTPServer](https://python-all.ru/3.9/library/smtpd.html#smtpserver-objects)4706 - [Объекты DebuggingServer](https://python-all.ru/3.9/library/smtpd.html#debuggingserver-objects)4707 - [Объекты PureProxy](https://python-all.ru/3.9/library/smtpd.html#pureproxy-objects)4708 - [Объекты MailmanProxy](https://python-all.ru/3.9/library/smtpd.html#mailmanproxy-objects)4709 - [Объекты SMTPChannel](https://python-all.ru/3.9/library/smtpd.html#smtpchannel-objects)4710 - [`sndhdr` – Определение типа звукового файла](https://python-all.ru/3.9/library/sndhdr.html)4711 - [`spwd` – База данных теневых паролей](https://python-all.ru/3.9/library/spwd.html)4712 - [`sunau` – Чтение и запись файлов Sun AU](https://python-all.ru/3.9/library/sunau.html)47134714 - [Объекты AU\_read](https://python-all.ru/3.9/library/sunau.html#au-read-objects)4715 - [Объекты AU\_write](https://python-all.ru/3.9/library/sunau.html#au-write-objects)4716 - [`telnetlib` – Telnet-клиент](https://python-all.ru/3.9/library/telnetlib.html)47174718 - [Объекты Telnet](https://python-all.ru/3.9/library/telnetlib.html#telnet-objects)4719 - [Пример Telnet](https://python-all.ru/3.9/library/telnetlib.html#telnet-example)4720 - [`uu` – Кодирование и декодирование файлов uuencode](https://python-all.ru/3.9/library/uu.html)4721 - [`xdrlib` – Кодирование и декодирование данных XDR](https://python-all.ru/3.9/library/xdrlib.html)47224723 - [Объекты упаковщика](https://python-all.ru/3.9/library/xdrlib.html#packer-objects)4724 - [Объекты распаковщика](https://python-all.ru/3.9/library/xdrlib.html#unpacker-objects)4725 - [Исключения](https://python-all.ru/3.9/library/xdrlib.html#exceptions)4726 - [Вопросы безопасности](https://python-all.ru/3.9/library/security_warnings.html)4727- [Расширение и встраивание интерпретатора Python](https://python-all.ru/3.9/extending/index.html)47284729 - [Рекомендуемые сторонние инструменты](https://python-all.ru/3.9/extending/index.html#recommended-third-party-tools)4730 - [Создание расширений без сторонних инструментов](https://python-all.ru/3.9/extending/index.html#creating-extensions-without-third-party-tools)47314732 - [1. Расширение Python с помощью C или C++](https://python-all.ru/3.9/extending/extending.html)47334734 - [1.1. Простой пример](https://python-all.ru/3.9/extending/extending.html#a-simple-example)4735 - [1.2. Интермеццо: ошибки и исключения](https://python-all.ru/3.9/extending/extending.html#intermezzo-errors-and-exceptions)4736 - [1.3. Возвращение к примеру](https://python-all.ru/3.9/extending/extending.html#back-to-the-example)4737 - [1.4. Таблица методов модуля и функция инициализации](https://python-all.ru/3.9/extending/extending.html#the-module-s-method-table-and-initialization-function)4738 - [1.5. Компиляция и компоновка](https://python-all.ru/3.9/extending/extending.html#compilation-and-linkage)4739 - [1.6. Вызов функций Python из C](https://python-all.ru/3.9/extending/extending.html#calling-python-functions-from-c)4740 - [1.7. Извлечение параметров в функциях расширения](https://python-all.ru/3.9/extending/extending.html#extracting-parameters-in-extension-functions)4741 - [1.8. Именованные параметры для функций расширения](https://python-all.ru/3.9/extending/extending.html#keyword-parameters-for-extension-functions)4742 - [1.9. Построение произвольных значений](https://python-all.ru/3.9/extending/extending.html#building-arbitrary-values)4743 - [1.10. Счетчики ссылок](https://python-all.ru/3.9/extending/extending.html#reference-counts)47444745 - [1.10.1. Подсчёт ссылок в Python](https://python-all.ru/3.9/extending/extending.html#reference-counting-in-python)4746 - [1.10.2. Правила владения](https://python-all.ru/3.9/extending/extending.html#ownership-rules)4747 - [1.10.3. Тонкий лёд](https://python-all.ru/3.9/extending/extending.html#thin-ice)4748 - [1.10.4. Указатели NULL](https://python-all.ru/3.9/extending/extending.html#null-pointers)4749 - [1.11. Написание расширений на C++](https://python-all.ru/3.9/extending/extending.html#writing-extensions-in-c)4750 - [1.12. Предоставление C API для модуля расширения](https://python-all.ru/3.9/extending/extending.html#providing-a-c-api-for-an-extension-module)4751 - [2. Определение типов расширения: учебное пособие](https://python-all.ru/3.9/extending/newtypes_tutorial.html)47524753 - [2.1. Основы](https://python-all.ru/3.9/extending/newtypes_tutorial.html#the-basics)4754 - [2.2. Добавление данных и методов в базовый пример](https://python-all.ru/3.9/extending/newtypes_tutorial.html#adding-data-and-methods-to-the-basic-example)4755 - [2.3. Предоставление более точного контроля над атрибутами данных](https://python-all.ru/3.9/extending/newtypes_tutorial.html#providing-finer-control-over-data-attributes)4756 - [2.4. Поддержка циклической сборки мусора](https://python-all.ru/3.9/extending/newtypes_tutorial.html#supporting-cyclic-garbage-collection)4757 - [2.5. Наследование от других типов](https://python-all.ru/3.9/extending/newtypes_tutorial.html#subclassing-other-types)4758 - [3. Определение типов расширения: разные темы](https://python-all.ru/3.9/extending/newtypes.html)47594760 - [3.1. Финализация и освобождение памяти](https://python-all.ru/3.9/extending/newtypes.html#finalization-and-de-allocation)4761 - [3.2. Представление объектов](https://python-all.ru/3.9/extending/newtypes.html#object-presentation)4762 - [3.3. Управление атрибутами](https://python-all.ru/3.9/extending/newtypes.html#attribute-management)47634764 - [3.3.1. Общее управление атрибутами](https://python-all.ru/3.9/extending/newtypes.html#generic-attribute-management)4765 - [3.3.2. Управление атрибутами для конкретного типа](https://python-all.ru/3.9/extending/newtypes.html#type-specific-attribute-management)4766 - [3.4. Сравнение объектов](https://python-all.ru/3.9/extending/newtypes.html#object-comparison)4767 - [3.5. Поддержка абстрактных протоколов](https://python-all.ru/3.9/extending/newtypes.html#abstract-protocol-support)4768 - [3.6. Поддержка слабых ссылок](https://python-all.ru/3.9/extending/newtypes.html#weak-reference-support)4769 - [3.7. Дополнительные предложения](https://python-all.ru/3.9/extending/newtypes.html#more-suggestions)4770 - [4. Сборка расширений на C и C++](https://python-all.ru/3.9/extending/building.html)47714772 - [4.1. Сборка расширений на C и C++ с помощью distutils](https://python-all.ru/3.9/extending/building.html#building-c-and-c-extensions-with-distutils)4773 - [4.2. Распространение модулей расширения](https://python-all.ru/3.9/extending/building.html#distributing-your-extension-modules)4774 - [5. Сборка расширений на C и C++ в Windows](https://python-all.ru/3.9/extending/windows.html)47754776 - [5.1. Рецептурный подход](https://python-all.ru/3.9/extending/windows.html#a-cookbook-approach)4777 - [5.2. Различия между Unix и Windows](https://python-all.ru/3.9/extending/windows.html#differences-between-unix-and-windows)4778 - [5.3. Использование DLL на практике](https://python-all.ru/3.9/extending/windows.html#using-dlls-in-practice)4779 - [Встраивание среды выполнения CPython в более крупное приложение](https://python-all.ru/3.9/extending/index.html#embedding-the-cpython-runtime-in-a-larger-application)47804781 - [1. Встраивание Python в другое приложение](https://python-all.ru/3.9/extending/embedding.html)47824783 - [1.1. Встраивание на очень высоком уровне](https://python-all.ru/3.9/extending/embedding.html#very-high-level-embedding)4784 - [1.2. За пределами встраивания на очень высоком уровне: обзор](https://python-all.ru/3.9/extending/embedding.html#beyond-very-high-level-embedding-an-overview)4785 - [1.3. Чистое встраивание](https://python-all.ru/3.9/extending/embedding.html#pure-embedding)4786 - [1.4. Расширение встроенного Python](https://python-all.ru/3.9/extending/embedding.html#extending-embedded-python)4787 - [1.5. Встраивание Python в C++](https://python-all.ru/3.9/extending/embedding.html#embedding-python-in-c)4788 - [1.6. Компиляция и компоновка в Unix-подобных системах](https://python-all.ru/3.9/extending/embedding.html#compiling-and-linking-under-unix-like-systems)4789- [Справочное руководство по Python/C API](https://python-all.ru/3.9/c-api/index.html)47904791 - [Введение](https://python-all.ru/3.9/c-api/intro.html)47924793 - [Стандарты кодирования](https://python-all.ru/3.9/c-api/intro.html#coding-standards)4794 - [Заголовочные файлы](https://python-all.ru/3.9/c-api/intro.html#include-files)4795 - [Полезные макросы](https://python-all.ru/3.9/c-api/intro.html#useful-macros)4796 - [Объекты, типы и счетчики ссылок](https://python-all.ru/3.9/c-api/intro.html#objects-types-and-reference-counts)47974798 - [Счётчики ссылок](https://python-all.ru/3.9/c-api/intro.html#reference-counts)47994800 - [Подробности подсчёта ссылок](https://python-all.ru/3.9/c-api/intro.html#reference-count-details)4801 - [Типы](https://python-all.ru/3.9/c-api/intro.html#types)4802 - [Исключения](https://python-all.ru/3.9/c-api/intro.html#exceptions)4803 - [Встраивание Python](https://python-all.ru/3.9/c-api/intro.html#embedding-python)4804 - [Отладочные сборки](https://python-all.ru/3.9/c-api/intro.html#debugging-builds)4805 - [Стабильный ABI](https://python-all.ru/3.9/c-api/stable.html)4806 - [Очень высокоуровневый слой](https://python-all.ru/3.9/c-api/veryhigh.html)4807 - [Подсчёт ссылок](https://python-all.ru/3.9/c-api/refcounting.html)4808 - [Обработка исключений](https://python-all.ru/3.9/c-api/exceptions.html)48094810 - [Вывод и очистка](https://python-all.ru/3.9/c-api/exceptions.html#printing-and-clearing)4811 - [Возбуждение исключений](https://python-all.ru/3.9/c-api/exceptions.html#raising-exceptions)4812 - [Выдача предупреждений](https://python-all.ru/3.9/c-api/exceptions.html#issuing-warnings)4813 - [Запрос индикатора ошибки](https://python-all.ru/3.9/c-api/exceptions.html#querying-the-error-indicator)4814 - [Обработка сигналов](https://python-all.ru/3.9/c-api/exceptions.html#signal-handling)4815 - [Классы исключений](https://python-all.ru/3.9/c-api/exceptions.html#exception-classes)4816 - [Объекты исключений](https://python-all.ru/3.9/c-api/exceptions.html#exception-objects)4817 - [Объекты исключений Unicode](https://python-all.ru/3.9/c-api/exceptions.html#unicode-exception-objects)4818 - [Управление рекурсией](https://python-all.ru/3.9/c-api/exceptions.html#recursion-control)4819 - [Стандартные исключения](https://python-all.ru/3.9/c-api/exceptions.html#standard-exceptions)4820 - [Стандартные категории предупреждений](https://python-all.ru/3.9/c-api/exceptions.html#standard-warning-categories)4821 - [Утилиты](https://python-all.ru/3.9/c-api/utilities.html)48224823 - [Утилиты операционной системы](https://python-all.ru/3.9/c-api/sys.html)4824 - [Системные функции](https://python-all.ru/3.9/c-api/sys.html#system-functions)4825 - [Управление процессами](https://python-all.ru/3.9/c-api/sys.html#process-control)4826 - [Импорт модулей](https://python-all.ru/3.9/c-api/import.html)4827 - [Поддержка маршалинга данных](https://python-all.ru/3.9/c-api/marshal.html)4828 - [Разбор аргументов и сборка значений](https://python-all.ru/3.9/c-api/arg.html)48294830 - [Разбор аргументов](https://python-all.ru/3.9/c-api/arg.html#parsing-arguments)48314832 - [Строки и буферы](https://python-all.ru/3.9/c-api/arg.html#strings-and-buffers)4833 - [Числа](https://python-all.ru/3.9/c-api/arg.html#numbers)4834 - [Другие объекты](https://python-all.ru/3.9/c-api/arg.html#other-objects)4835 - [Функции API](https://python-all.ru/3.9/c-api/arg.html#api-functions)4836 - [Сборка значений](https://python-all.ru/3.9/c-api/arg.html#building-values)4837 - [Преобразование и форматирование строк](https://python-all.ru/3.9/c-api/conversion.html)4838 - [Рефлексия](https://python-all.ru/3.9/c-api/reflection.html)4839 - [Реестр кодировок и вспомогательные функции](https://python-all.ru/3.9/c-api/codec.html)48404841 - [API поиска кодировок](https://python-all.ru/3.9/c-api/codec.html#codec-lookup-api)4842 - [API реестра обработчиков ошибок кодирования Unicode](https://python-all.ru/3.9/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers)4843 - [Слой абстрактных объектов](https://python-all.ru/3.9/c-api/abstract.html)48444845 - [Протокол объекта](https://python-all.ru/3.9/c-api/object.html)4846 - [Протокол вызова](https://python-all.ru/3.9/c-api/call.html)48474848 - [Протокол *tp\_call*](https://python-all.ru/3.9/c-api/call.html#the-tp-call-protocol)4849 - [Протокол Vectorcall](https://python-all.ru/3.9/c-api/call.html#the-vectorcall-protocol)48504851 - [Управление рекурсией](https://python-all.ru/3.9/c-api/call.html#recursion-control)4852 - [API поддержки vectorcall](https://python-all.ru/3.9/c-api/call.html#vectorcall-support-api)4853 - [API вызова объектов](https://python-all.ru/3.9/c-api/call.html#object-calling-api)4854 - [API поддержки вызова](https://python-all.ru/3.9/c-api/call.html#call-support-api)4855 - [Протокол чисел](https://python-all.ru/3.9/c-api/number.html)4856 - [Протокол последовательностей](https://python-all.ru/3.9/c-api/sequence.html)4857 - [Протокол отображений](https://python-all.ru/3.9/c-api/mapping.html)4858 - [Протокол итератора](https://python-all.ru/3.9/c-api/iter.html)4859 - [Протокол буфера](https://python-all.ru/3.9/c-api/buffer.html)48604861 - [Структура буфера](https://python-all.ru/3.9/c-api/buffer.html#buffer-structure)4862 - [Типы запросов буфера](https://python-all.ru/3.9/c-api/buffer.html#buffer-request-types)48634864 - [поля, не зависящие от запроса](https://python-all.ru/3.9/c-api/buffer.html#request-independent-fields)4865 - [только для чтения, формат](https://python-all.ru/3.9/c-api/buffer.html#readonly-format)4866 - [форма, шаги, подсмещения](https://python-all.ru/3.9/c-api/buffer.html#shape-strides-suboffsets)4867 - [запросы непрерывности](https://python-all.ru/3.9/c-api/buffer.html#contiguity-requests)4868 - [составные запросы](https://python-all.ru/3.9/c-api/buffer.html#compound-requests)4869 - [Комплексные массивы](https://python-all.ru/3.9/c-api/buffer.html#complex-arrays)48704871 - [В стиле NumPy: форма и шаги](https://python-all.ru/3.9/c-api/buffer.html#numpy-style-shape-and-strides)4872 - [В стиле PIL: форма, шаги и под-смещения](https://python-all.ru/3.9/c-api/buffer.html#pil-style-shape-strides-and-suboffsets)4873 - [Функции, связанные с буферами](https://python-all.ru/3.9/c-api/buffer.html#buffer-related-functions)4874 - [Старый буферный протокол](https://python-all.ru/3.9/c-api/objbuffer.html)4875 - [Слой конкретных объектов](https://python-all.ru/3.9/c-api/concrete.html)48764877 - [Базовые объекты](https://python-all.ru/3.9/c-api/concrete.html#fundamental-objects)48784879 - [Объекты типов](https://python-all.ru/3.9/c-api/type.html)48804881 - [Создание типов, размещаемых в куче](https://python-all.ru/3.9/c-api/type.html#creating-heap-allocated-types)4882 - [Объект `None`](https://python-all.ru/3.9/c-api/none.html)4883 - [Числовые объекты](https://python-all.ru/3.9/c-api/concrete.html#numeric-objects)48844885 - [Объекты целых чисел](https://python-all.ru/3.9/c-api/long.html)4886 - [Объекты логических значений](https://python-all.ru/3.9/c-api/bool.html)4887 - [Объекты чисел с плавающей запятой](https://python-all.ru/3.9/c-api/float.html)4888 - [Объекты комплексных чисел](https://python-all.ru/3.9/c-api/complex.html)48894890 - [Комплексные числа как структуры C](https://python-all.ru/3.9/c-api/complex.html#complex-numbers-as-c-structures)4891 - [Комплексные числа как объекты Python](https://python-all.ru/3.9/c-api/complex.html#complex-numbers-as-python-objects)4892 - [Объекты последовательностей](https://python-all.ru/3.9/c-api/concrete.html#sequence-objects)48934894 - [Объекты bytes](https://python-all.ru/3.9/c-api/bytes.html)4895 - [Объекты массива байтов](https://python-all.ru/3.9/c-api/bytearray.html)48964897 - [Макросы проверки типа](https://python-all.ru/3.9/c-api/bytearray.html#type-check-macros)4898 - [Функции прямого API](https://python-all.ru/3.9/c-api/bytearray.html#direct-api-functions)4899 - [Макросы](https://python-all.ru/3.9/c-api/bytearray.html#macros)4900 - [Объекты Unicode и кодеки](https://python-all.ru/3.9/c-api/unicode.html)49014902 - [Объекты Unicode](https://python-all.ru/3.9/c-api/unicode.html#unicode-objects)49034904 - [Тип Юникода](https://python-all.ru/3.9/c-api/unicode.html#unicode-type)4905 - [Свойства символов Юникода](https://python-all.ru/3.9/c-api/unicode.html#unicode-character-properties)4906 - [Создание и доступ к строкам Юникода](https://python-all.ru/3.9/c-api/unicode.html#creating-and-accessing-unicode-strings)4907 - [Устаревшие API Py\_UNICODE](https://python-all.ru/3.9/c-api/unicode.html#deprecated-py-unicode-apis)4908 - [Локальная кодировка](https://python-all.ru/3.9/c-api/unicode.html#locale-encoding)4909 - [Кодировка файловой системы](https://python-all.ru/3.9/c-api/unicode.html#file-system-encoding)4910 - [Поддержка wchar\_t](https://python-all.ru/3.9/c-api/unicode.html#wchar-t-support)4911 - [Встроенные кодеки](https://python-all.ru/3.9/c-api/unicode.html#built-in-codecs)49124913 - [Общие кодеки](https://python-all.ru/3.9/c-api/unicode.html#generic-codecs)4914 - [Кодеки UTF-8](https://python-all.ru/3.9/c-api/unicode.html#utf-8-codecs)4915 - [Кодеки UTF-32](https://python-all.ru/3.9/c-api/unicode.html#utf-32-codecs)4916 - [Кодеки UTF-16](https://python-all.ru/3.9/c-api/unicode.html#utf-16-codecs)4917 - [Кодеки UTF-7](https://python-all.ru/3.9/c-api/unicode.html#utf-7-codecs)4918 - [Кодеки Unicode-Escape](https://python-all.ru/3.9/c-api/unicode.html#unicode-escape-codecs)4919 - [Кодеки Raw-Unicode-Escape](https://python-all.ru/3.9/c-api/unicode.html#raw-unicode-escape-codecs)4920 - [Кодеки Latin-1](https://python-all.ru/3.9/c-api/unicode.html#latin-1-codecs)4921 - [Кодеки ASCII](https://python-all.ru/3.9/c-api/unicode.html#ascii-codecs)4922 - [Кодеки символьной карты](https://python-all.ru/3.9/c-api/unicode.html#character-map-codecs)4923 - [Кодеки MBCS для Windows](https://python-all.ru/3.9/c-api/unicode.html#mbcs-codecs-for-windows)4924 - [Методы и слоты](https://python-all.ru/3.9/c-api/unicode.html#methods-slots)4925 - [Методы и слот-функции](https://python-all.ru/3.9/c-api/unicode.html#methods-and-slot-functions)4926 - [Кортежи](https://python-all.ru/3.9/c-api/tuple.html)4927 - [Объекты структурных последовательностей](https://python-all.ru/3.9/c-api/tuple.html#struct-sequence-objects)4928 - [Списки](https://python-all.ru/3.9/c-api/list.html)4929 - [Объекты контейнеров](https://python-all.ru/3.9/c-api/concrete.html#container-objects)49304931 - [Объекты словарей](https://python-all.ru/3.9/c-api/dict.html)4932 - [Множества](https://python-all.ru/3.9/c-api/set.html)4933 - [Объекты функций](https://python-all.ru/3.9/c-api/concrete.html#function-objects)49344935 - [Объекты функций](https://python-all.ru/3.9/c-api/function.html)4936 - [Объекты методов экземпляра](https://python-all.ru/3.9/c-api/method.html)4937 - [Объекты методов](https://python-all.ru/3.9/c-api/method.html#method-objects)4938 - [Объекты ячеек](https://python-all.ru/3.9/c-api/cell.html)4939 - [Объекты кода](https://python-all.ru/3.9/c-api/code.html)4940 - [Прочие объекты](https://python-all.ru/3.9/c-api/concrete.html#other-objects)49414942 - [Объекты файлов](https://python-all.ru/3.9/c-api/file.html)4943 - [Объекты модулей](https://python-all.ru/3.9/c-api/module.html)49444945 - [Инициализация C-модулей](https://python-all.ru/3.9/c-api/module.html#initializing-c-modules)49464947 - [Однофазная инициализация](https://python-all.ru/3.9/c-api/module.html#single-phase-initialization)4948 - [Многофазная инициализация](https://python-all.ru/3.9/c-api/module.html#multi-phase-initialization)4949 - [Функции низкоуровневого создания модулей](https://python-all.ru/3.9/c-api/module.html#low-level-module-creation-functions)4950 - [Вспомогательные функции](https://python-all.ru/3.9/c-api/module.html#support-functions)4951 - [Поиск модуля](https://python-all.ru/3.9/c-api/module.html#module-lookup)4952 - [Объекты итераторов](https://python-all.ru/3.9/c-api/iterator.html)4953 - [Объекты дескрипторов](https://python-all.ru/3.9/c-api/descriptor.html)4954 - [Объекты срезов](https://python-all.ru/3.9/c-api/slice.html)4955 - [Объект Ellipsis](https://python-all.ru/3.9/c-api/slice.html#ellipsis-object)4956 - [Объекты memoryview](https://python-all.ru/3.9/c-api/memoryview.html)4957 - [Объекты слабых ссылок](https://python-all.ru/3.9/c-api/weakref.html)4958 - [Капсулы](https://python-all.ru/3.9/c-api/capsule.html)4959 - [Объекты-генераторы](https://python-all.ru/3.9/c-api/gen.html)4960 - [Объекты корутин](https://python-all.ru/3.9/c-api/coro.html)4961 - [Объекты контекстных переменных](https://python-all.ru/3.9/c-api/contextvars.html)4962 - [Объекты datetime](https://python-all.ru/3.9/c-api/datetime.html)4963 - [Объекты для аннотации типов](https://python-all.ru/3.9/c-api/typehints.html)4964 - [Инициализация, финализация и потоки](https://python-all.ru/3.9/c-api/init.html)49654966 - [Перед инициализацией Python](https://python-all.ru/3.9/c-api/init.html#before-python-initialization)4967 - [Глобальные переменные конфигурации](https://python-all.ru/3.9/c-api/init.html#global-configuration-variables)4968 - [Инициализация и финализация интерпретатора](https://python-all.ru/3.9/c-api/init.html#initializing-and-finalizing-the-interpreter)4969 - [Параметры уровня процесса](https://python-all.ru/3.9/c-api/init.html#process-wide-parameters)4970 - [Состояние потока и глобальная блокировка интерпретатора](https://python-all.ru/3.9/c-api/init.html#thread-state-and-the-global-interpreter-lock)49714972 - [Освобождение GIL из кода расширения](https://python-all.ru/3.9/c-api/init.html#releasing-the-gil-from-extension-code)4973 - [Потоки, созданные не в Python](https://python-all.ru/3.9/c-api/init.html#non-python-created-threads)4974 - [Предостережения о fork()](https://python-all.ru/3.9/c-api/init.html#cautions-about-fork)4975 - [Высокоуровневый API](https://python-all.ru/3.9/c-api/init.html#high-level-api)4976 - [Низкоуровневый API](https://python-all.ru/3.9/c-api/init.html#low-level-api)4977 - [Поддержка под-интерпретаторов](https://python-all.ru/3.9/c-api/init.html#sub-interpreter-support)49784979 - [Ошибки и предостережения](https://python-all.ru/3.9/c-api/init.html#bugs-and-caveats)4980 - [Асинхронные уведомления](https://python-all.ru/3.9/c-api/init.html#asynchronous-notifications)4981 - [Профилирование и трассировка](https://python-all.ru/3.9/c-api/init.html#profiling-and-tracing)4982 - [Расширенная поддержка отладчика](https://python-all.ru/3.9/c-api/init.html#advanced-debugger-support)4983 - [Поддержка локального хранилища потоков](https://python-all.ru/3.9/c-api/init.html#thread-local-storage-support)49844985 - [API для хранения, специфичного для потока (TSS)](https://python-all.ru/3.9/c-api/init.html#thread-specific-storage-tss-api)49864987 - [Динамическое выделение памяти](https://python-all.ru/3.9/c-api/init.html#dynamic-allocation)4988 - [Методы](https://python-all.ru/3.9/c-api/init.html#methods)4989 - [API локального хранилища потоков (TLS)](https://python-all.ru/3.9/c-api/init.html#thread-local-storage-tls-api)4990 - [Конфигурация инициализации Python](https://python-all.ru/3.9/c-api/init_config.html)49914992 - [PyWideStringList](https://python-all.ru/3.9/c-api/init_config.html#pywidestringlist)4993 - [PyStatus](https://python-all.ru/3.9/c-api/init_config.html#pystatus)4994 - [PyPreConfig](https://python-all.ru/3.9/c-api/init_config.html#pypreconfig)4995 - [Преинициализация с PyPreConfig](https://python-all.ru/3.9/c-api/init_config.html#preinitialization-with-pypreconfig)4996 - [PyConfig](https://python-all.ru/3.9/c-api/init_config.html#pyconfig)4997 - [Инициализация с помощью PyConfig](https://python-all.ru/3.9/c-api/init_config.html#initialization-with-pyconfig)4998 - [Изолированная конфигурация](https://python-all.ru/3.9/c-api/init_config.html#isolated-configuration)4999 - [Конфигурация Python](https://python-all.ru/3.9/c-api/init_config.html#python-configuration)5000 - [Конфигурация путей](https://python-all.ru/3.9/c-api/init_config.html#path-configuration)5001 - [Py\_RunMain()](https://python-all.ru/3.9/c-api/init_config.html#py-runmain)5002 - [Py\_GetArgcArgv()](https://python-all.ru/3.9/c-api/init_config.html#py-getargcargv)5003 - [Приватный предварительный API многофазной инициализации](https://python-all.ru/3.9/c-api/init_config.html#multi-phase-initialization-private-provisional-api)5004 - [Управление памятью](https://python-all.ru/3.9/c-api/memory.html)50055006 - [Обзор](https://python-all.ru/3.9/c-api/memory.html#overview)5007 - [Интерфейс низкоуровневой памяти](https://python-all.ru/3.9/c-api/memory.html#raw-memory-interface)5008 - [Интерфейс памяти](https://python-all.ru/3.9/c-api/memory.html#memory-interface)5009 - [Аллокаторы объектов](https://python-all.ru/3.9/c-api/memory.html#object-allocators)5010 - [Аллокаторы памяти по умолчанию](https://python-all.ru/3.9/c-api/memory.html#default-memory-allocators)5011 - [Настройка аллокаторов памяти](https://python-all.ru/3.9/c-api/memory.html#customize-memory-allocators)5012 - [Аллокатор pymalloc](https://python-all.ru/3.9/c-api/memory.html#the-pymalloc-allocator)50135014 - [Настройка аренного аллокатора pymalloc](https://python-all.ru/3.9/c-api/memory.html#customize-pymalloc-arena-allocator)5015 - [C API модуля tracemalloc](https://python-all.ru/3.9/c-api/memory.html#tracemalloc-c-api)5016 - [Примеры](https://python-all.ru/3.9/c-api/memory.html#examples)5017 - [Поддержка реализации объектов](https://python-all.ru/3.9/c-api/objimpl.html)50185019 - [Выделение объектов в куче](https://python-all.ru/3.9/c-api/allocation.html)5020 - [Общие структуры объектов](https://python-all.ru/3.9/c-api/structures.html)50215022 - [Базовые типы объектов и макросы](https://python-all.ru/3.9/c-api/structures.html#base-object-types-and-macros)5023 - [Реализация функций и методов](https://python-all.ru/3.9/c-api/structures.html#implementing-functions-and-methods)5024 - [Доступ к атрибутам типов-расширений](https://python-all.ru/3.9/c-api/structures.html#accessing-attributes-of-extension-types)5025 - [Объекты типов](https://python-all.ru/3.9/c-api/typeobj.html)50265027 - [Краткий справочник](https://python-all.ru/3.9/c-api/typeobj.html#quick-reference)50285029 - [“tp slots”](https://python-all.ru/3.9/c-api/typeobj.html#tp-slots)5030 - [под-слоты](https://python-all.ru/3.9/c-api/typeobj.html#sub-slots)5031 - [typedefs слотов](https://python-all.ru/3.9/c-api/typeobj.html#slot-typedefs)5032 - [Определение PyTypeObject](https://python-all.ru/3.9/c-api/typeobj.html#pytypeobject-definition)5033 - [Слоты PyObject](https://python-all.ru/3.9/c-api/typeobj.html#pyobject-slots)5034 - [Слоты PyVarObject](https://python-all.ru/3.9/c-api/typeobj.html#pyvarobject-slots)5035 - [Слоты PyTypeObject](https://python-all.ru/3.9/c-api/typeobj.html#pytypeobject-slots)5036 - [Типы в куче](https://python-all.ru/3.9/c-api/typeobj.html#heap-types)5037 - [Структуры числовых объектов](https://python-all.ru/3.9/c-api/typeobj.html#number-object-structures)5038 - [Структуры объектов отображений](https://python-all.ru/3.9/c-api/typeobj.html#mapping-object-structures)5039 - [Структуры объектов последовательностей](https://python-all.ru/3.9/c-api/typeobj.html#sequence-object-structures)5040 - [Структуры буферных объектов](https://python-all.ru/3.9/c-api/typeobj.html#buffer-object-structures)5041 - [Структуры асинхронных объектов](https://python-all.ru/3.9/c-api/typeobj.html#async-object-structures)5042 - [typedefs типов слотов](https://python-all.ru/3.9/c-api/typeobj.html#slot-type-typedefs)5043 - [Примеры](https://python-all.ru/3.9/c-api/typeobj.html#examples)5044 - [Поддержка циклической сборки мусора](https://python-all.ru/3.9/c-api/gcsupport.html)5045 - [Версионирование API и ABI](https://python-all.ru/3.9/c-api/apiabiversion.html)5046- [Распространение модулей Python](https://python-all.ru/3.9/distributing/index.html)50475048 - [Ключевые термины](https://python-all.ru/3.9/distributing/index.html#key-terms)5049 - [Открытое лицензирование и совместная работа](https://python-all.ru/3.9/distributing/index.html#open-source-licensing-and-collaboration)5050 - [Установка инструментов](https://python-all.ru/3.9/distributing/index.html#installing-the-tools)5051 - [Чтение Python Packaging User Guide](https://python-all.ru/3.9/distributing/index.html#reading-the-python-packaging-user-guide)5052 - [Как мне…?](https://python-all.ru/3.9/distributing/index.html#how-do-i)50535054 - [… выбрать имя для проекта?](https://python-all.ru/3.9/distributing/index.html#choose-a-name-for-my-project)5055 - [… создавать и распространять бинарные расширения?](https://python-all.ru/3.9/distributing/index.html#create-and-distribute-binary-extensions)5056- [Установка модулей Python](https://python-all.ru/3.9/installing/index.html)50575058 - [Ключевые термины](https://python-all.ru/3.9/installing/index.html#key-terms)5059 - [Основы использования](https://python-all.ru/3.9/installing/index.html#basic-usage)5060 - [Как мне …?](https://python-all.ru/3.9/installing/index.html#how-do-i)50615062 - [… установить `pip` в версиях Python до Python 3.4?](https://python-all.ru/3.9/installing/index.html#install-pip-in-versions-of-python-prior-to-python-3-4)5063 - [… установить пакеты только для текущего пользователя?](https://python-all.ru/3.9/installing/index.html#install-packages-just-for-the-current-user)5064 - [… установить научные пакеты Python?](https://python-all.ru/3.9/installing/index.html#install-scientific-python-packages)5065 - [… работать с несколькими версиями Python, установленными параллельно?](https://python-all.ru/3.9/installing/index.html#work-with-multiple-versions-of-python-installed-in-parallel)5066 - [Распространённые проблемы установки](https://python-all.ru/3.9/installing/index.html#common-installation-issues)50675068 - [Установка в системный Python на Linux](https://python-all.ru/3.9/installing/index.html#installing-into-the-system-python-on-linux)5069 - [Pip не установлен](https://python-all.ru/3.9/installing/index.html#pip-not-installed)5070 - [Установка бинарных расширений](https://python-all.ru/3.9/installing/index.html#installing-binary-extensions)5071- [Руководства Python HOWTO](https://python-all.ru/3.9/howto/index.html)50725073 - [Перенос кода с Python 2 на Python 3](https://python-all.ru/3.9/howto/pyporting.html)50745075 - [Краткое объяснение](https://python-all.ru/3.9/howto/pyporting.html#the-short-explanation)5076 - [Подробности](https://python-all.ru/3.9/howto/pyporting.html#details)50775078 - [Прекратить поддержку Python 2.6 и более старых версий](https://python-all.ru/3.9/howto/pyporting.html#drop-support-for-python-2-6-and-older)5079 - [Убедитесь, что в файле `setup.py` указана правильная поддержка версий](https://python-all.ru/3.9/howto/pyporting.html#make-sure-you-specify-the-proper-version-support-in-your-setup-py-file)5080 - [Обеспечьте хорошее покрытие тестами](https://python-all.ru/3.9/howto/pyporting.html#have-good-test-coverage)5081 - [Изучите различия между Python 2 и 3](https://python-all.ru/3.9/howto/pyporting.html#learn-the-differences-between-python-2-3)5082 - [Обновите свой код](https://python-all.ru/3.9/howto/pyporting.html#update-your-code)50835084 - [Деление](https://python-all.ru/3.9/howto/pyporting.html#division)5085 - [Текст и двоичные данные](https://python-all.ru/3.9/howto/pyporting.html#text-versus-binary-data)5086 - [Используйте определение возможностей вместо определения версии](https://python-all.ru/3.9/howto/pyporting.html#use-feature-detection-instead-of-version-detection)5087 - [Предотвращение регрессий совместимости](https://python-all.ru/3.9/howto/pyporting.html#prevent-compatibility-regressions)5088 - [Проверьте, какие зависимости блокируют переход](https://python-all.ru/3.9/howto/pyporting.html#check-which-dependencies-block-your-transition)5089 - [Обновите файл `setup.py`, чтобы указать совместимость с Python 3](https://python-all.ru/3.9/howto/pyporting.html#update-your-setup-py-file-to-denote-python-3-compatibility)5090 - [Используйте непрерывную интеграцию для поддержания совместимости](https://python-all.ru/3.9/howto/pyporting.html#use-continuous-integration-to-stay-compatible)5091 - [Рассмотрите использование необязательной статической проверки типов](https://python-all.ru/3.9/howto/pyporting.html#consider-using-optional-static-type-checking)5092 - [Перенос модулей расширения на Python 3](https://python-all.ru/3.9/howto/cporting.html)5093 - [Программирование с curses на Python](https://python-all.ru/3.9/howto/curses.html)50945095 - [Что такое curses?](https://python-all.ru/3.9/howto/curses.html#what-is-curses)50965097 - [Модуль curses в Python](https://python-all.ru/3.9/howto/curses.html#the-python-curses-module)5098 - [Запуск и завершение приложения curses](https://python-all.ru/3.9/howto/curses.html#starting-and-ending-a-curses-application)5099 - [Окна и пады](https://python-all.ru/3.9/howto/curses.html#windows-and-pads)5100 - [Отображение текста](https://python-all.ru/3.9/howto/curses.html#displaying-text)51015102 - [Атрибуты и цвет](https://python-all.ru/3.9/howto/curses.html#attributes-and-color)5103 - [Ввод пользователя](https://python-all.ru/3.9/howto/curses.html#user-input)5104 - [Для получения дополнительных сведений](https://python-all.ru/3.9/howto/curses.html#for-more-information)5105 - [Руководство по дескрипторам](https://python-all.ru/3.9/howto/descriptor.html)51065107 - [Введение](https://python-all.ru/3.9/howto/descriptor.html#primer)51085109 - [Простой пример: дескриптор, возвращающий константу](https://python-all.ru/3.9/howto/descriptor.html#simple-example-a-descriptor-that-returns-a-constant)5110 - [Динамический поиск](https://python-all.ru/3.9/howto/descriptor.html#dynamic-lookups)5111 - [Управляемые атрибуты](https://python-all.ru/3.9/howto/descriptor.html#managed-attributes)5112 - [Настраиваемые имена](https://python-all.ru/3.9/howto/descriptor.html#customized-names)5113 - [Заключительные мысли](https://python-all.ru/3.9/howto/descriptor.html#closing-thoughts)5114 - [Полный практический пример](https://python-all.ru/3.9/howto/descriptor.html#complete-practical-example)51155116 - [Класс-валидатор](https://python-all.ru/3.9/howto/descriptor.html#validator-class)5117 - [Пользовательские валидаторы](https://python-all.ru/3.9/howto/descriptor.html#custom-validators)5118 - [Практическое применение](https://python-all.ru/3.9/howto/descriptor.html#practical-application)5119 - [Техническое руководство](https://python-all.ru/3.9/howto/descriptor.html#technical-tutorial)51205121 - [Аннотация](https://python-all.ru/3.9/howto/descriptor.html#abstract)5122 - [Определение и введение](https://python-all.ru/3.9/howto/descriptor.html#definition-and-introduction)5123 - [Протокол дескриптора](https://python-all.ru/3.9/howto/descriptor.html#descriptor-protocol)5124 - [Обзор вызова дескриптора](https://python-all.ru/3.9/howto/descriptor.html#overview-of-descriptor-invocation)5125 - [Вызов из экземпляра](https://python-all.ru/3.9/howto/descriptor.html#invocation-from-an-instance)5126 - [Вызов из класса](https://python-all.ru/3.9/howto/descriptor.html#invocation-from-a-class)5127 - [Вызов через super](https://python-all.ru/3.9/howto/descriptor.html#invocation-from-super)5128 - [Сводка логики вызова](https://python-all.ru/3.9/howto/descriptor.html#summary-of-invocation-logic)5129 - [Автоматическое уведомление об имени](https://python-all.ru/3.9/howto/descriptor.html#automatic-name-notification)5130 - [Пример ORM](https://python-all.ru/3.9/howto/descriptor.html#orm-example)5131 - [Эквиваленты на чистом Python](https://python-all.ru/3.9/howto/descriptor.html#pure-python-equivalents)51325133 - [Свойства](https://python-all.ru/3.9/howto/descriptor.html#properties)5134 - [Функции и методы](https://python-all.ru/3.9/howto/descriptor.html#functions-and-methods)5135 - [Виды методов](https://python-all.ru/3.9/howto/descriptor.html#kinds-of-methods)5136 - [Статические методы](https://python-all.ru/3.9/howto/descriptor.html#static-methods)5137 - [Методы класса](https://python-all.ru/3.9/howto/descriptor.html#class-methods)5138 - [Объекты-члены и \_\_slots\_\_](https://python-all.ru/3.9/howto/descriptor.html#member-objects-and-slots)5139 - [HOWTO по функциональному программированию](https://python-all.ru/3.9/howto/functional.html)51405141 - [Введение](https://python-all.ru/3.9/howto/functional.html#introduction)51425143 - [Формальная доказуемость](https://python-all.ru/3.9/howto/functional.html#formal-provability)5144 - [Модульность](https://python-all.ru/3.9/howto/functional.html#modularity)5145 - [Простота отладки и тестирования](https://python-all.ru/3.9/howto/functional.html#ease-of-debugging-and-testing)5146 - [Композируемость](https://python-all.ru/3.9/howto/functional.html#composability)5147 - [Итераторы](https://python-all.ru/3.9/howto/functional.html#iterators)51485149 - [Типы данных, поддерживающие итераторы](https://python-all.ru/3.9/howto/functional.html#data-types-that-support-iterators)5150 - [Генераторные выражения и списковые включения](https://python-all.ru/3.9/howto/functional.html#generator-expressions-and-list-comprehensions)5151 - [Генераторы](https://python-all.ru/3.9/howto/functional.html#generators)51525153 - [Передача значений в генератор](https://python-all.ru/3.9/howto/functional.html#passing-values-into-a-generator)5154 - [Встроенные функции](https://python-all.ru/3.9/howto/functional.html#built-in-functions)5155 - [Модуль itertools](https://python-all.ru/3.9/howto/functional.html#the-itertools-module)51565157 - [Создание новых итераторов](https://python-all.ru/3.9/howto/functional.html#creating-new-iterators)5158 - [Вызов функций для элементов](https://python-all.ru/3.9/howto/functional.html#calling-functions-on-elements)5159 - [Выбор элементов](https://python-all.ru/3.9/howto/functional.html#selecting-elements)5160 - [Комбинаторные функции](https://python-all.ru/3.9/howto/functional.html#combinatoric-functions)5161 - [Группировка элементов](https://python-all.ru/3.9/howto/functional.html#grouping-elements)5162 - [Модуль functools](https://python-all.ru/3.9/howto/functional.html#the-functools-module)51635164 - [Модуль operator](https://python-all.ru/3.9/howto/functional.html#the-operator-module)5165 - [Небольшие функции и лямбда-выражение](https://python-all.ru/3.9/howto/functional.html#small-functions-and-the-lambda-expression)5166 - [История изменений и благодарности](https://python-all.ru/3.9/howto/functional.html#revision-history-and-acknowledgements)5167 - [Ссылки](https://python-all.ru/3.9/howto/functional.html#references)51685169 - [Общие](https://python-all.ru/3.9/howto/functional.html#general)5170 - [Специфичное для Python](https://python-all.ru/3.9/howto/functional.html#python-specific)5171 - [Документация Python](https://python-all.ru/3.9/howto/functional.html#python-documentation)5172 - [Руководство по логированию](https://python-all.ru/3.9/howto/logging.html)51735174 - [Базовое руководство по логированию](https://python-all.ru/3.9/howto/logging.html#basic-logging-tutorial)51755176 - [Когда использовать логирование](https://python-all.ru/3.9/howto/logging.html#when-to-use-logging)5177 - [Простой пример](https://python-all.ru/3.9/howto/logging.html#a-simple-example)5178 - [Логирование в файл](https://python-all.ru/3.9/howto/logging.html#logging-to-a-file)5179 - [Логирование из нескольких модулей](https://python-all.ru/3.9/howto/logging.html#logging-from-multiple-modules)5180 - [Логирование переменных данных](https://python-all.ru/3.9/howto/logging.html#logging-variable-data)5181 - [Изменение формата отображаемых сообщений](https://python-all.ru/3.9/howto/logging.html#changing-the-format-of-displayed-messages)5182 - [Отображение даты/времени в сообщениях](https://python-all.ru/3.9/howto/logging.html#displaying-the-date-time-in-messages)5183 - [Дальнейшие шаги](https://python-all.ru/3.9/howto/logging.html#next-steps)5184 - [Расширенное руководство по логированию](https://python-all.ru/3.9/howto/logging.html#advanced-logging-tutorial)51855186 - [Поток логирования](https://python-all.ru/3.9/howto/logging.html#logging-flow)5187 - [Логгеры](https://python-all.ru/3.9/howto/logging.html#loggers)5188 - [Обработчики](https://python-all.ru/3.9/howto/logging.html#handlers)5189 - [Форматировщики](https://python-all.ru/3.9/howto/logging.html#formatters)5190 - [Настройка логирования](https://python-all.ru/3.9/howto/logging.html#configuring-logging)5191 - [Что происходит, если конфигурация не предоставлена](https://python-all.ru/3.9/howto/logging.html#what-happens-if-no-configuration-is-provided)5192 - [Настройка логирования для библиотеки](https://python-all.ru/3.9/howto/logging.html#configuring-logging-for-a-library)5193 - [Уровни журналирования](https://python-all.ru/3.9/howto/logging.html#logging-levels)51945195 - [Пользовательские уровни](https://python-all.ru/3.9/howto/logging.html#custom-levels)5196 - [Полезные обработчики](https://python-all.ru/3.9/howto/logging.html#useful-handlers)5197 - [Исключения, возникающие при логировании](https://python-all.ru/3.9/howto/logging.html#exceptions-raised-during-logging)5198 - [Использование произвольных объектов в качестве сообщений](https://python-all.ru/3.9/howto/logging.html#using-arbitrary-objects-as-messages)5199 - [Оптимизация](https://python-all.ru/3.9/howto/logging.html#optimization)5200 - [Рецепты по логированию](https://python-all.ru/3.9/howto/logging-cookbook.html)52015202 - [Использование логирования в нескольких модулях](https://python-all.ru/3.9/howto/logging-cookbook.html#using-logging-in-multiple-modules)5203 - [Логирование из нескольких потоков](https://python-all.ru/3.9/howto/logging-cookbook.html#logging-from-multiple-threads)5204 - [Несколько обработчиков и форматировщиков](https://python-all.ru/3.9/howto/logging-cookbook.html#multiple-handlers-and-formatters)5205 - [Логирование в несколько мест назначения](https://python-all.ru/3.9/howto/logging-cookbook.html#logging-to-multiple-destinations)5206 - [Пример сервера конфигурации](https://python-all.ru/3.9/howto/logging-cookbook.html#configuration-server-example)5207 - [Работа с блокирующими обработчиками](https://python-all.ru/3.9/howto/logging-cookbook.html#dealing-with-handlers-that-block)5208 - [Отправка и получение событий логирования по сети](https://python-all.ru/3.9/howto/logging-cookbook.html#sending-and-receiving-logging-events-across-a-network)52095210 - [Запуск слушателя сокетов логирования в production](https://python-all.ru/3.9/howto/logging-cookbook.html#running-a-logging-socket-listener-in-production)5211 - [Добавление контекстной информации в вывод логирования](https://python-all.ru/3.9/howto/logging-cookbook.html#adding-contextual-information-to-your-logging-output)52125213 - [Использование LoggerAdapters для передачи контекстной информации](https://python-all.ru/3.9/howto/logging-cookbook.html#using-loggeradapters-to-impart-contextual-information)52145215 - [Использование объектов, отличных от словаря, для передачи контекстной информации](https://python-all.ru/3.9/howto/logging-cookbook.html#using-objects-other-than-dicts-to-pass-contextual-information)5216 - [Использование фильтров для передачи контекстной информации](https://python-all.ru/3.9/howto/logging-cookbook.html#using-filters-to-impart-contextual-information)5217 - [Логирование в один файл из нескольких процессов](https://python-all.ru/3.9/howto/logging-cookbook.html#logging-to-a-single-file-from-multiple-processes)52185219 - [Использование concurrent.futures.ProcessPoolExecutor](https://python-all.ru/3.9/howto/logging-cookbook.html#using-concurrent-futures-processpoolexecutor)5220 - [Развертывание веб-приложений с использованием Gunicorn и uWSGI](https://python-all.ru/3.9/howto/logging-cookbook.html#deploying-web-applications-using-gunicorn-and-uwsgi)5221 - [Использование ротации файлов](https://python-all.ru/3.9/howto/logging-cookbook.html#using-file-rotation)5222 - [Использование альтернативных стилей форматирования](https://python-all.ru/3.9/howto/logging-cookbook.html#use-of-alternative-formatting-styles)5223 - [Настройка `LogRecord`](https://python-all.ru/3.9/howto/logging-cookbook.html#customizing-logrecord)5224 - [Наследование от QueueHandler – пример с ZeroMQ](https://python-all.ru/3.9/howto/logging-cookbook.html#subclassing-queuehandler-a-zeromq-example)5225 - [Наследование от QueueListener – пример с ZeroMQ](https://python-all.ru/3.9/howto/logging-cookbook.html#subclassing-queuelistener-a-zeromq-example)5226 - [Пример конфигурации на основе словаря](https://python-all.ru/3.9/howto/logging-cookbook.html#an-example-dictionary-based-configuration)5227 - [Использование rotator и namer для настройки обработки ротации логов](https://python-all.ru/3.9/howto/logging-cookbook.html#using-a-rotator-and-namer-to-customize-log-rotation-processing)5228 - [Более сложный пример многопроцессорной обработки](https://python-all.ru/3.9/howto/logging-cookbook.html#a-more-elaborate-multiprocessing-example)5229 - [Вставка BOM в сообщения, отправляемые в SysLogHandler](https://python-all.ru/3.9/howto/logging-cookbook.html#inserting-a-bom-into-messages-sent-to-a-sysloghandler)5230 - [Реализация структурированного логирования](https://python-all.ru/3.9/howto/logging-cookbook.html#implementing-structured-logging)5231 - [Настройка обработчиков с помощью `dictConfig()`](https://python-all.ru/3.9/howto/logging-cookbook.html#customizing-handlers-with-dictconfig)5232 - [Использование определённых стилей форматирования во всём приложении](https://python-all.ru/3.9/howto/logging-cookbook.html#using-particular-formatting-styles-throughout-your-application)52335234 - [Использование фабрик LogRecord](https://python-all.ru/3.9/howto/logging-cookbook.html#using-logrecord-factories)5235 - [Использование пользовательских объектов сообщений](https://python-all.ru/3.9/howto/logging-cookbook.html#using-custom-message-objects)5236 - [Настройка фильтров с помощью `dictConfig()`](https://python-all.ru/3.9/howto/logging-cookbook.html#configuring-filters-with-dictconfig)5237 - [Настраиваемое форматирование исключений](https://python-all.ru/3.9/howto/logging-cookbook.html#customized-exception-formatting)5238 - [Озвучивание сообщений логирования](https://python-all.ru/3.9/howto/logging-cookbook.html#speaking-logging-messages)5239 - [Буферизация сообщений логирования и их условный вывод](https://python-all.ru/3.9/howto/logging-cookbook.html#buffering-logging-messages-and-outputting-them-conditionally)5240 - [Форматирование времени в UTC (GMT) через конфигурацию](https://python-all.ru/3.9/howto/logging-cookbook.html#formatting-times-using-utc-gmt-via-configuration)5241 - [Использование менеджера контекста для выборочного журналирования](https://python-all.ru/3.9/howto/logging-cookbook.html#using-a-context-manager-for-selective-logging)5242 - [Шаблон для запуска CLI-приложения](https://python-all.ru/3.9/howto/logging-cookbook.html#a-cli-application-starter-template)5243 - [Графический интерфейс Qt для журналирования](https://python-all.ru/3.9/howto/logging-cookbook.html#a-qt-gui-for-logging)5244 - [Шаблоны, которых следует избегать](https://python-all.ru/3.9/howto/logging-cookbook.html#patterns-to-avoid)52455246 - [Открытие одного и того же файла журнала несколько раз](https://python-all.ru/3.9/howto/logging-cookbook.html#opening-the-same-log-file-multiple-times)5247 - [Использование регистраторов как атрибутов класса или передача их в качестве параметров](https://python-all.ru/3.9/howto/logging-cookbook.html#using-loggers-as-attributes-in-a-class-or-passing-them-as-parameters)5248 - [Добавление в библиотеке обработчиков, отличных от `NullHandler`, в регистратор](https://python-all.ru/3.9/howto/logging-cookbook.html#adding-handlers-other-than-nullhandler-to-a-logger-in-a-library)5249 - [Создание большого количества регистраторов](https://python-all.ru/3.9/howto/logging-cookbook.html#creating-a-lot-of-loggers)5250 - [HOWTO по регулярным выражениям](https://python-all.ru/3.9/howto/regex.html)52515252 - [Введение](https://python-all.ru/3.9/howto/regex.html#introduction)5253 - [Простые шаблоны](https://python-all.ru/3.9/howto/regex.html#simple-patterns)52545255 - [Сопоставление символов](https://python-all.ru/3.9/howto/regex.html#matching-characters)5256 - [Повторение](https://python-all.ru/3.9/howto/regex.html#repeating-things)5257 - [Использование регулярных выражений](https://python-all.ru/3.9/howto/regex.html#using-regular-expressions)52585259 - [Компиляция регулярных выражений](https://python-all.ru/3.9/howto/regex.html#compiling-regular-expressions)5260 - [Проблема обратной косой черты](https://python-all.ru/3.9/howto/regex.html#the-backslash-plague)5261 - [Выполнение сопоставлений](https://python-all.ru/3.9/howto/regex.html#performing-matches)5262 - [Функции уровня модуля](https://python-all.ru/3.9/howto/regex.html#module-level-functions)5263 - [Флаги компиляции](https://python-all.ru/3.9/howto/regex.html#compilation-flags)5264 - [Дополнительные возможности шаблонов](https://python-all.ru/3.9/howto/regex.html#more-pattern-power)52655266 - [Дополнительные метасимволы](https://python-all.ru/3.9/howto/regex.html#more-metacharacters)5267 - [Группировка](https://python-all.ru/3.9/howto/regex.html#grouping)5268 - [Незахватывающие и именованные группы](https://python-all.ru/3.9/howto/regex.html#non-capturing-and-named-groups)5269 - [Опережающие проверки](https://python-all.ru/3.9/howto/regex.html#lookahead-assertions)5270 - [Изменение строк](https://python-all.ru/3.9/howto/regex.html#modifying-strings)52715272 - [Разделение строк](https://python-all.ru/3.9/howto/regex.html#splitting-strings)5273 - [Поиск и замена](https://python-all.ru/3.9/howto/regex.html#search-and-replace)5274 - [Распространённые проблемы](https://python-all.ru/3.9/howto/regex.html#common-problems)52755276 - [Использование строковых методов](https://python-all.ru/3.9/howto/regex.html#use-string-methods)5277 - [match() и search()](https://python-all.ru/3.9/howto/regex.html#match-versus-search)5278 - [Жадные и нежадные квантификаторы](https://python-all.ru/3.9/howto/regex.html#greedy-versus-non-greedy)5279 - [Использование re.VERBOSE](https://python-all.ru/3.9/howto/regex.html#using-re-verbose)5280 - [Обратная связь](https://python-all.ru/3.9/howto/regex.html#feedback)5281 - [Руководство по программированию сокетов](https://python-all.ru/3.9/howto/sockets.html)52825283 - [Сокеты](https://python-all.ru/3.9/howto/sockets.html#sockets)52845285 - [История](https://python-all.ru/3.9/howto/sockets.html#history)5286 - [Создание сокета](https://python-all.ru/3.9/howto/sockets.html#creating-a-socket)52875288 - [Межпроцессное взаимодействие](https://python-all.ru/3.9/howto/sockets.html#ipc)5289 - [Использование сокета](https://python-all.ru/3.9/howto/sockets.html#using-a-socket)52905291 - [Двоичные данные](https://python-all.ru/3.9/howto/sockets.html#binary-data)5292 - [Отключение](https://python-all.ru/3.9/howto/sockets.html#disconnecting)52935294 - [Когда сокеты завершают работу](https://python-all.ru/3.9/howto/sockets.html#when-sockets-die)5295 - [Неблокирующие сокеты](https://python-all.ru/3.9/howto/sockets.html#non-blocking-sockets)5296 - [Руководство по сортировке](https://python-all.ru/3.9/howto/sorting.html)52975298 - [Основы сортировки](https://python-all.ru/3.9/howto/sorting.html#sorting-basics)5299 - [Ключевые функции](https://python-all.ru/3.9/howto/sorting.html#key-functions)5300 - [Функции модуля operator](https://python-all.ru/3.9/howto/sorting.html#operator-module-functions)5301 - [По возрастанию и по убыванию](https://python-all.ru/3.9/howto/sorting.html#ascending-and-descending)5302 - [Стабильность сортировки и сложные сортировки](https://python-all.ru/3.9/howto/sorting.html#sort-stability-and-complex-sorts)5303 - [Старый способ: Decorate-Sort-Undecorate](https://python-all.ru/3.9/howto/sorting.html#the-old-way-using-decorate-sort-undecorate)5304 - [Старый способ: использование параметра *cmp*](https://python-all.ru/3.9/howto/sorting.html#the-old-way-using-the-cmp-parameter)5305 - [Разное](https://python-all.ru/3.9/howto/sorting.html#odd-and-ends)5306 - [Руководство по Unicode](https://python-all.ru/3.9/howto/unicode.html)53075308 - [Введение в Unicode](https://python-all.ru/3.9/howto/unicode.html#introduction-to-unicode)53095310 - [Определения](https://python-all.ru/3.9/howto/unicode.html#definitions)5311 - [Кодировки](https://python-all.ru/3.9/howto/unicode.html#encodings)5312 - [Ссылки](https://python-all.ru/3.9/howto/unicode.html#references)5313 - [Поддержка Unicode в Python](https://python-all.ru/3.9/howto/unicode.html#python-s-unicode-support)53145315 - [Тип str](https://python-all.ru/3.9/howto/unicode.html#the-string-type)5316 - [Преобразование в байты](https://python-all.ru/3.9/howto/unicode.html#converting-to-bytes)5317 - [Unicode-литералы в исходном коде Python](https://python-all.ru/3.9/howto/unicode.html#unicode-literals-in-python-source-code)5318 - [Свойства Unicode](https://python-all.ru/3.9/howto/unicode.html#unicode-properties)5319 - [Сравнение строк](https://python-all.ru/3.9/howto/unicode.html#comparing-strings)5320 - [Регулярные выражения и Unicode](https://python-all.ru/3.9/howto/unicode.html#unicode-regular-expressions)5321 - [Ссылки](https://python-all.ru/3.9/howto/unicode.html#id2)5322 - [Чтение и запись данных Unicode](https://python-all.ru/3.9/howto/unicode.html#reading-and-writing-unicode-data)53235324 - [Имена файлов в Unicode](https://python-all.ru/3.9/howto/unicode.html#unicode-filenames)5325 - [Советы по написанию программ с поддержкой Unicode](https://python-all.ru/3.9/howto/unicode.html#tips-for-writing-unicode-aware-programs)53265327 - [Преобразование между кодировками файлов](https://python-all.ru/3.9/howto/unicode.html#converting-between-file-encodings)5328 - [Файлы в неизвестной кодировке](https://python-all.ru/3.9/howto/unicode.html#files-in-an-unknown-encoding)5329 - [Ссылки](https://python-all.ru/3.9/howto/unicode.html#id3)5330 - [Благодарности](https://python-all.ru/3.9/howto/unicode.html#acknowledgements)5331 - [HOWTO: получение интернет-ресурсов с помощью пакета urllib](https://python-all.ru/3.9/howto/urllib2.html)53325333 - [Введение](https://python-all.ru/3.9/howto/urllib2.html#introduction)5334 - [Получение URL-адресов](https://python-all.ru/3.9/howto/urllib2.html#fetching-urls)53355336 - [Данные](https://python-all.ru/3.9/howto/urllib2.html#data)5337 - [Заголовки](https://python-all.ru/3.9/howto/urllib2.html#headers)5338 - [Обработка исключений](https://python-all.ru/3.9/howto/urllib2.html#handling-exceptions)53395340 - [URLError](https://python-all.ru/3.9/howto/urllib2.html#urlerror)5341 - [HTTPError](https://python-all.ru/3.9/howto/urllib2.html#httperror)53425343 - [Коды ошибок](https://python-all.ru/3.9/howto/urllib2.html#error-codes)5344 - [Заключение](https://python-all.ru/3.9/howto/urllib2.html#wrapping-it-up)53455346 - [Номер 1](https://python-all.ru/3.9/howto/urllib2.html#number-1)5347 - [Номер 2](https://python-all.ru/3.9/howto/urllib2.html#number-2)5348 - [info и geturl](https://python-all.ru/3.9/howto/urllib2.html#info-and-geturl)5349 - [Открыватели и обработчики](https://python-all.ru/3.9/howto/urllib2.html#openers-and-handlers)5350 - [Базовая аутентификация](https://python-all.ru/3.9/howto/urllib2.html#id5)5351 - [Прокси](https://python-all.ru/3.9/howto/urllib2.html#proxies)5352 - [Сокеты и слои](https://python-all.ru/3.9/howto/urllib2.html#sockets-and-layers)5353 - [Сноски](https://python-all.ru/3.9/howto/urllib2.html#footnotes)5354 - [Учебное пособие по argparse](https://python-all.ru/3.9/howto/argparse.html)53555356 - [Основные понятия](https://python-all.ru/3.9/howto/argparse.html#concepts)5357 - [Основы](https://python-all.ru/3.9/howto/argparse.html#the-basics)5358 - [Знакомство с позиционными аргументами](https://python-all.ru/3.9/howto/argparse.html#introducing-positional-arguments)5359 - [Знакомство с необязательными аргументами](https://python-all.ru/3.9/howto/argparse.html#introducing-optional-arguments)53605361 - [Короткие опции](https://python-all.ru/3.9/howto/argparse.html#short-options)5362 - [Сочетание позиционных и необязательных аргументов](https://python-all.ru/3.9/howto/argparse.html#combining-positional-and-optional-arguments)5363 - [Переходим к более сложным темам](https://python-all.ru/3.9/howto/argparse.html#getting-a-little-more-advanced)53645365 - [Конфликтующие опции](https://python-all.ru/3.9/howto/argparse.html#conflicting-options)5366 - [Заключение](https://python-all.ru/3.9/howto/argparse.html#conclusion)5367 - [Введение в модуль ipaddress](https://python-all.ru/3.9/howto/ipaddress.html)53685369 - [Создание объектов Address/Network/Interface](https://python-all.ru/3.9/howto/ipaddress.html#creating-address-network-interface-objects)53705371 - [Замечание о версиях IP](https://python-all.ru/3.9/howto/ipaddress.html#a-note-on-ip-versions)5372 - [IP-адреса хостов](https://python-all.ru/3.9/howto/ipaddress.html#ip-host-addresses)5373 - [Определение сетей](https://python-all.ru/3.9/howto/ipaddress.html#defining-networks)5374 - [Интерфейсы хоста](https://python-all.ru/3.9/howto/ipaddress.html#host-interfaces)5375 - [Проверка объектов адреса/сети/интерфейса](https://python-all.ru/3.9/howto/ipaddress.html#inspecting-address-network-interface-objects)5376 - [Сети как списки адресов](https://python-all.ru/3.9/howto/ipaddress.html#networks-as-lists-of-addresses)5377 - [Сравнения](https://python-all.ru/3.9/howto/ipaddress.html#comparisons)5378 - [Использование IP-адресов с другими модулями](https://python-all.ru/3.9/howto/ipaddress.html#using-ip-addresses-with-other-modules)5379 - [Получение дополнительных сведений при сбое создания экземпляра](https://python-all.ru/3.9/howto/ipaddress.html#getting-more-detail-when-instance-creation-fails)5380 - [Руководство по Argument Clinic](https://python-all.ru/3.9/howto/clinic.html)53815382 - [Цели Argument Clinic](https://python-all.ru/3.9/howto/clinic.html#the-goals-of-argument-clinic)5383 - [Основные понятия и использование](https://python-all.ru/3.9/howto/clinic.html#basic-concepts-and-usage)5384 - [Преобразование первой функции](https://python-all.ru/3.9/howto/clinic.html#converting-your-first-function)5385 - [Продвинутые темы](https://python-all.ru/3.9/howto/clinic.html#advanced-topics)53865387 - [Символические значения по умолчанию](https://python-all.ru/3.9/howto/clinic.html#symbolic-default-values)5388 - [Переименование C-функций и переменных, генерируемых Argument Clinic](https://python-all.ru/3.9/howto/clinic.html#renaming-the-c-functions-and-variables-generated-by-argument-clinic)5389 - [Преобразование функций с использованием PyArg\_UnpackTuple](https://python-all.ru/3.9/howto/clinic.html#converting-functions-using-pyarg-unpacktuple)5390 - [Необязательные группы](https://python-all.ru/3.9/howto/clinic.html#optional-groups)5391 - [Использование настоящих преобразователей Argument Clinic вместо «устаревших преобразователей»](https://python-all.ru/3.9/howto/clinic.html#using-real-argument-clinic-converters-instead-of-legacy-converters)5392 - [Py\_buffer](https://python-all.ru/3.9/howto/clinic.html#py-buffer)5393 - [Продвинутые преобразователи](https://python-all.ru/3.9/howto/clinic.html#advanced-converters)5394 - [Значения параметров по умолчанию](https://python-all.ru/3.9/howto/clinic.html#parameter-default-values)5395 - [Значение по умолчанию `NULL`](https://python-all.ru/3.9/howto/clinic.html#the-null-default-value)5396 - [Выражения, заданные как значения по умолчанию](https://python-all.ru/3.9/howto/clinic.html#expressions-specified-as-default-values)5397 - [Использование преобразователя возвращаемого значения](https://python-all.ru/3.9/howto/clinic.html#using-a-return-converter)5398 - [Клонирование существующих функций](https://python-all.ru/3.9/howto/clinic.html#cloning-existing-functions)5399 - [Вызов кода Python](https://python-all.ru/3.9/howto/clinic.html#calling-python-code)5400 - [Использование «self converter»](https://python-all.ru/3.9/howto/clinic.html#using-a-self-converter)5401 - [Создание собственного конвертера](https://python-all.ru/3.9/howto/clinic.html#writing-a-custom-converter)5402 - [Создание собственного конвертера возвращаемого значения](https://python-all.ru/3.9/howto/clinic.html#writing-a-custom-return-converter)5403 - [METH\_O и METH\_NOARGS](https://python-all.ru/3.9/howto/clinic.html#meth-o-and-meth-noargs)5404 - [Функции tp\_new и tp\_init](https://python-all.ru/3.9/howto/clinic.html#tp-new-and-tp-init-functions)5405 - [Изменение и перенаправление вывода Clinic](https://python-all.ru/3.9/howto/clinic.html#changing-and-redirecting-clinic-s-output)5406 - [Приём #ifdef](https://python-all.ru/3.9/howto/clinic.html#the-ifdef-trick)5407 - [Использование Argument Clinic в файлах Python](https://python-all.ru/3.9/howto/clinic.html#using-argument-clinic-in-python-files)5408 - [Инструментирование CPython с помощью DTrace и SystemTap](https://python-all.ru/3.9/howto/instrumentation.html)54095410 - [Включение статических маркеров](https://python-all.ru/3.9/howto/instrumentation.html#enabling-the-static-markers)5411 - [Статические зонды DTrace](https://python-all.ru/3.9/howto/instrumentation.html#static-dtrace-probes)5412 - [Статические маркеры SystemTap](https://python-all.ru/3.9/howto/instrumentation.html#static-systemtap-markers)5413 - [Доступные статические маркеры](https://python-all.ru/3.9/howto/instrumentation.html#available-static-markers)5414 - [Тэпсеты SystemTap](https://python-all.ru/3.9/howto/instrumentation.html#systemtap-tapsets)5415 - [Примеры](https://python-all.ru/3.9/howto/instrumentation.html#examples)5416- [Часто задаваемые вопросы по Python](https://python-all.ru/3.9/faq/index.html)54175418 - [Общие вопросы по Python](https://python-all.ru/3.9/faq/general.html)54195420 - [Общая информация](https://python-all.ru/3.9/faq/general.html#general-information)5421 - [Python в реальном мире](https://python-all.ru/3.9/faq/general.html#python-in-the-real-world)5422 - [Вопросы по программированию](https://python-all.ru/3.9/faq/programming.html)54235424 - [Общие вопросы](https://python-all.ru/3.9/faq/programming.html#general-questions)5425 - [Ядро языка](https://python-all.ru/3.9/faq/programming.html#core-language)5426 - [Числа и строки](https://python-all.ru/3.9/faq/programming.html#numbers-and-strings)5427 - [Производительность](https://python-all.ru/3.9/faq/programming.html#performance)5428 - [Последовательности (кортежи/списки)](https://python-all.ru/3.9/faq/programming.html#sequences-tuples-lists)5429 - [Объекты](https://python-all.ru/3.9/faq/programming.html#objects)5430 - [Модули](https://python-all.ru/3.9/faq/programming.html#modules)5431 - [Вопросы по дизайну и истории](https://python-all.ru/3.9/faq/design.html)54325433 - [Почему в Python для группировки инструкций используются отступы?](https://python-all.ru/3.9/faq/design.html#why-does-python-use-indentation-for-grouping-of-statements)5434 - [Почему при простых арифметических операциях получаются странные результаты?](https://python-all.ru/3.9/faq/design.html#why-am-i-getting-strange-results-with-simple-arithmetic-operations)5435 - [Почему вычисления с плавающей запятой такие неточные?](https://python-all.ru/3.9/faq/design.html#why-are-floating-point-calculations-so-inaccurate)5436 - [Почему строки в Python неизменяемы?](https://python-all.ru/3.9/faq/design.html#why-are-python-strings-immutable)5437 - [Почему self нужно явно указывать в определениях и вызовах методов?](https://python-all.ru/3.9/faq/design.html#why-must-self-be-used-explicitly-in-method-definitions-and-calls)5438 - [Почему в выражении нельзя использовать присваивание?](https://python-all.ru/3.9/faq/design.html#why-can-t-i-use-an-assignment-in-an-expression)5439 - [Почему в Python для одних возможностей используются методы (например, list.index()), а для других – функции (например, len(list))?](https://python-all.ru/3.9/faq/design.html#why-does-python-use-methods-for-some-functionality-e-g-list-index-but-functions-for-other-e-g-len-list)5440 - [Почему join() – метод строки, а не списка или кортежа?](https://python-all.ru/3.9/faq/design.html#why-is-join-a-string-method-instead-of-a-list-or-tuple-method)5441 - [Насколько быстры исключения?](https://python-all.ru/3.9/faq/design.html#how-fast-are-exceptions)5442 - [Почему в Python нет оператора switch или case?](https://python-all.ru/3.9/faq/design.html#why-isn-t-there-a-switch-or-case-statement-in-python)5443 - [Разве нельзя эмулировать потоки в интерпретаторе, вместо того чтобы полагаться на реализацию потоков, зависящую от ОС?](https://python-all.ru/3.9/faq/design.html#can-t-you-emulate-threads-in-the-interpreter-instead-of-relying-on-an-os-specific-thread-implementation)5444 - [Почему лямбда-выражения не могут содержать инструкции?](https://python-all.ru/3.9/faq/design.html#why-can-t-lambda-expressions-contain-statements)5445 - [Можно ли скомпилировать Python в машинный код, C или другой язык?](https://python-all.ru/3.9/faq/design.html#can-python-be-compiled-to-machine-code-c-or-some-other-language)5446 - [Как Python управляет памятью?](https://python-all.ru/3.9/faq/design.html#how-does-python-manage-memory)5447 - [Почему CPython не использует более традиционную схему сборки мусора?](https://python-all.ru/3.9/faq/design.html#why-doesn-t-cpython-use-a-more-traditional-garbage-collection-scheme)5448 - [Почему при завершении CPython освобождается не вся память?](https://python-all.ru/3.9/faq/design.html#why-isn-t-all-memory-freed-when-cpython-exits)5449 - [Почему существуют отдельные типы данных кортеж и список?](https://python-all.ru/3.9/faq/design.html#why-are-there-separate-tuple-and-list-data-types)5450 - [Как списки реализованы в CPython?](https://python-all.ru/3.9/faq/design.html#how-are-lists-implemented-in-cpython)5451 - [Как словари реализованы в CPython?](https://python-all.ru/3.9/faq/design.html#how-are-dictionaries-implemented-in-cpython)5452 - [Почему ключи словаря должны быть неизменяемыми?](https://python-all.ru/3.9/faq/design.html#why-must-dictionary-keys-be-immutable)5453 - [Почему list.sort() не возвращает отсортированный список?](https://python-all.ru/3.9/faq/design.html#why-doesn-t-list-sort-return-the-sorted-list)5454 - [Как задать и обеспечить соблюдение спецификации интерфейса в Python?](https://python-all.ru/3.9/faq/design.html#how-do-you-specify-and-enforce-an-interface-spec-in-python)5455 - [Почему нет goto?](https://python-all.ru/3.9/faq/design.html#why-is-there-no-goto)5456 - [Почему сырые строки (r-строки) не могут заканчиваться обратной косой чертой?](https://python-all.ru/3.9/faq/design.html#why-can-t-raw-strings-r-strings-end-with-a-backslash)5457 - [Почему в Python нет оператора with для присваивания атрибутов?](https://python-all.ru/3.9/faq/design.html#why-doesn-t-python-have-a-with-statement-for-attribute-assignments)5458 - [Почему генераторы не поддерживают оператор with?](https://python-all.ru/3.9/faq/design.html#why-don-t-generators-support-the-with-statement)5459 - [Почему в операторах if/while/def/class требуется двоеточие?](https://python-all.ru/3.9/faq/design.html#why-are-colons-required-for-the-if-while-def-class-statements)5460 - [Почему Python разрешает запятые в конце списков и кортежей?](https://python-all.ru/3.9/faq/design.html#why-does-python-allow-commas-at-the-end-of-lists-and-tuples)5461 - [FAQ по библиотекам и расширениям](https://python-all.ru/3.9/faq/library.html)54625463 - [Общие вопросы по библиотекам](https://python-all.ru/3.9/faq/library.html#general-library-questions)5464 - [Типовые задачи](https://python-all.ru/3.9/faq/library.html#common-tasks)5465 - [Потоки](https://python-all.ru/3.9/faq/library.html#threads)5466 - [Ввод и вывод](https://python-all.ru/3.9/faq/library.html#input-and-output)5467 - [Сетевое и интернет-программирование](https://python-all.ru/3.9/faq/library.html#network-internet-programming)5468 - [Базы данных](https://python-all.ru/3.9/faq/library.html#databases)5469 - [Математика и численные методы](https://python-all.ru/3.9/faq/library.html#mathematics-and-numerics)5470 - [FAQ по расширению и встраиванию](https://python-all.ru/3.9/faq/extending.html)54715472 - [Можно ли создавать собственные функции на C?](https://python-all.ru/3.9/faq/extending.html#can-i-create-my-own-functions-in-c)5473 - [Можно ли создавать собственные функции на C++?](https://python-all.ru/3.9/faq/extending.html#id1)5474 - [Писать на C сложно; есть ли альтернативы?](https://python-all.ru/3.9/faq/extending.html#writing-c-is-hard-are-there-any-alternatives)5475 - [Как выполнить произвольные инструкции Python из C?](https://python-all.ru/3.9/faq/extending.html#how-can-i-execute-arbitrary-python-statements-from-c)5476 - [Как вычислить произвольное выражение Python из C?](https://python-all.ru/3.9/faq/extending.html#how-can-i-evaluate-an-arbitrary-python-expression-from-c)5477 - [Как извлечь значения C из объекта Python?](https://python-all.ru/3.9/faq/extending.html#how-do-i-extract-c-values-from-a-python-object)5478 - [Как использовать Py\_BuildValue() для создания кортежа произвольной длины?](https://python-all.ru/3.9/faq/extending.html#how-do-i-use-py-buildvalue-to-create-a-tuple-of-arbitrary-length)5479 - [Как вызвать метод объекта из C?](https://python-all.ru/3.9/faq/extending.html#how-do-i-call-an-object-s-method-from-c)5480 - [Как перехватить вывод PyErr\_Print() (или любого другого вывода в stdout/stderr)?](https://python-all.ru/3.9/faq/extending.html#how-do-i-catch-the-output-from-pyerr-print-or-anything-that-prints-to-stdout-stderr)5481 - [Как получить доступ к модулю, написанному на Python, из C?](https://python-all.ru/3.9/faq/extending.html#how-do-i-access-a-module-written-in-python-from-c)5482 - [Как организовать взаимодействие с объектами C++ из Python?](https://python-all.ru/3.9/faq/extending.html#how-do-i-interface-to-c-objects-from-python)5483 - [Почему make завершается ошибкой после добавления модуля через файл Setup?](https://python-all.ru/3.9/faq/extending.html#i-added-a-module-using-the-setup-file-and-the-make-fails-why)5484 - [Как отлаживать расширение?](https://python-all.ru/3.9/faq/extending.html#how-do-i-debug-an-extension)5485 - [Почему при компиляции модуля Python в Linux отсутствуют некоторые файлы?](https://python-all.ru/3.9/faq/extending.html#i-want-to-compile-a-python-module-on-my-linux-system-but-some-files-are-missing-why)5486 - [Как отличить «неполный ввод» от «неверного ввода»?](https://python-all.ru/3.9/faq/extending.html#how-do-i-tell-incomplete-input-from-invalid-input)5487 - [Как найти неопределённые символы g++ \_\_builtin\_new или \_\_pure\_virtual?](https://python-all.ru/3.9/faq/extending.html#how-do-i-find-undefined-g-symbols-builtin-new-or-pure-virtual)5488 - [Можно ли создать класс объекта, в котором часть методов реализована на C, а часть – на Python (например, через наследование)?](https://python-all.ru/3.9/faq/extending.html#can-i-create-an-object-class-with-some-methods-implemented-in-c-and-others-in-python-e-g-through-inheritance)5489 - [FAQ по Python в Windows](https://python-all.ru/3.9/faq/windows.html)54905491 - [Как запустить программу Python в Windows?](https://python-all.ru/3.9/faq/windows.html#how-do-i-run-a-python-program-under-windows)5492 - [Как сделать скрипты Python исполняемыми?](https://python-all.ru/3.9/faq/windows.html#how-do-i-make-python-scripts-executable)5493 - [Почему Python иногда так долго запускается?](https://python-all.ru/3.9/faq/windows.html#why-does-python-sometimes-take-so-long-to-start)5494 - [Как создать исполняемый файл из скрипта Python?](https://python-all.ru/3.9/faq/windows.html#how-do-i-make-an-executable-from-a-python-script)5495 - [Является ли файл `*.pyd` тем же, что и DLL?](https://python-all.ru/3.9/faq/windows.html#is-a-pyd-file-the-same-as-a-dll)5496 - [Как встроить Python в приложение Windows?](https://python-all.ru/3.9/faq/windows.html#how-can-i-embed-python-into-a-windows-application)5497 - [Как запретить редакторам вставлять табуляцию в исходный код Python?](https://python-all.ru/3.9/faq/windows.html#how-do-i-keep-editors-from-inserting-tabs-into-my-python-source)5498 - [Как проверить нажатие клавиши без блокировки?](https://python-all.ru/3.9/faq/windows.html#how-do-i-check-for-a-keypress-without-blocking)5499 - [Часто задаваемые вопросы о графическом интерфейсе пользователя](https://python-all.ru/3.9/faq/gui.html)55005501 - [Общие вопросы по GUI](https://python-all.ru/3.9/faq/gui.html#general-gui-questions)5502 - [Какие наборы инструментов GUI существуют для Python?](https://python-all.ru/3.9/faq/gui.html#what-gui-toolkits-exist-for-python)5503 - [Вопросы по Tkinter](https://python-all.ru/3.9/faq/gui.html#tkinter-questions)5504 - [FAQ «Почему Python установлен на моём компьютере?»](https://python-all.ru/3.9/faq/installed.html)55055506 - [Что такое Python?](https://python-all.ru/3.9/faq/installed.html#what-is-python)5507 - [Почему Python установлен на моём компьютере?](https://python-all.ru/3.9/faq/installed.html#why-is-python-installed-on-my-machine)5508 - [Можно ли удалить Python?](https://python-all.ru/3.9/faq/installed.html#can-i-delete-python)5509- [Глоссарий](https://python-all.ru/3.9/glossary.html)5510- [Об этих документах](https://python-all.ru/3.9/about.html)55115512 - [Участники документации Python](https://python-all.ru/3.9/about.html#contributors-to-the-python-documentation)5513- [Работа с ошибками](https://python-all.ru/3.9/bugs.html)55145515 - [Ошибки в документации](https://python-all.ru/3.9/bugs.html#documentation-bugs)5516 - [Использование трекера задач Python](https://python-all.ru/3.9/bugs.html#using-the-python-issue-tracker)5517 - [Начало работы: участие в разработке Python](https://python-all.ru/3.9/bugs.html#getting-started-contributing-to-python-yourself)5518- [Авторские права](https://python-all.ru/3.9/copyright.html)5519- [История и лицензия](https://python-all.ru/3.9/license.html)55205521 - [История программного обеспечения](https://python-all.ru/3.9/license.html#history-of-the-software)5522 - [Условия доступа и использования Python](https://python-all.ru/3.9/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python)55235524 - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ PSF ДЛЯ PYTHON 3.9.25](https://python-all.ru/3.9/license.html#psf-license-agreement-for-python-release)5525 - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ BEOPEN.COM ДЛЯ PYTHON 2.0](https://python-all.ru/3.9/license.html#beopen-com-license-agreement-for-python-2-0)5526 - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CNRI ДЛЯ PYTHON 1.6.1](https://python-all.ru/3.9/license.html#cnri-license-agreement-for-python-1-6-1)5527 - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CWI ДЛЯ PYTHON 0.9.0 – 1.2](https://python-all.ru/3.9/license.html#cwi-license-agreement-for-python-0-9-0-through-1-2)5528 - [ЛИЦЕНЗИЯ BSD БЕЗ УСЛОВИЙ ДЛЯ КОДА В ДОКУМЕНТАЦИИ PYTHON 3.9.25](https://python-all.ru/3.9/license.html#zero-clause-bsd-license-for-code-in-the-python-release-documentation)5529 - [Лицензии и благодарности для включённого программного обеспечения](https://python-all.ru/3.9/license.html#licenses-and-acknowledgements-for-incorporated-software)55305531 - [Вихрь Мерсенна](https://python-all.ru/3.9/license.html#mersenne-twister)5532 - [Сокеты](https://python-all.ru/3.9/license.html#sockets)5533 - [Асинхронные службы сокетов](https://python-all.ru/3.9/license.html#asynchronous-socket-services)5534 - [Управление cookie](https://python-all.ru/3.9/license.html#cookie-management)5535 - [Трассировка выполнения](https://python-all.ru/3.9/license.html#execution-tracing)5536 - [Функции UUencode и UUdecode](https://python-all.ru/3.9/license.html#uuencode-and-uudecode-functions)5537 - [XML-вызовы удалённых процедур](https://python-all.ru/3.9/license.html#xml-remote-procedure-calls)5538 - [test\_epoll](https://python-all.ru/3.9/license.html#test-epoll)5539 - [Select kqueue](https://python-all.ru/3.9/license.html#select-kqueue)5540 - [SipHash24](https://python-all.ru/3.9/license.html#siphash24)5541 - [strtod and dtoa](https://python-all.ru/3.9/license.html#strtod-and-dtoa)5542 - [OpenSSL](https://python-all.ru/3.9/license.html#openssl)5543 - [expat](https://python-all.ru/3.9/license.html#expat)5544 - [libffi](https://python-all.ru/3.9/license.html#libffi)5545 - [zlib](https://python-all.ru/3.9/license.html#zlib)5546 - [cfuhash](https://python-all.ru/3.9/license.html#cfuhash)5547 - [libmpdec](https://python-all.ru/3.9/license.html#libmpdec)5548 - [Тестовый набор W3C C14N](https://python-all.ru/3.9/license.html#w3c-c14n-test-suite)5549