contents.md
1> **Источник:** https://python-all.ru/3.10/contents.html2>3> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.45---67# Содержание документации Python89- [Что нового в Python](https://python-all.ru/3.10/whatsnew/index.html)1011 - [Что нового в Python 3.10](https://python-all.ru/3.10/whatsnew/3.10.html)1213 - [Сводка – основные моменты выпуска](https://python-all.ru/3.10/whatsnew/3.10.html#summary-release-highlights)14 - [Новые возможности](https://python-all.ru/3.10/whatsnew/3.10.html#new-features)1516 - [Контекстные менеджеры в круглых скобках](https://python-all.ru/3.10/whatsnew/3.10.html#parenthesized-context-managers)17 - [Улучшенные сообщения об ошибках](https://python-all.ru/3.10/whatsnew/3.10.html#better-error-messages)1819 - [SyntaxErrors](https://python-all.ru/3.10/whatsnew/3.10.html#syntaxerrors)20 - [IndentationErrors](https://python-all.ru/3.10/whatsnew/3.10.html#indentationerrors)21 - [AttributeErrors](https://python-all.ru/3.10/whatsnew/3.10.html#attributeerrors)22 - [NameErrors](https://python-all.ru/3.10/whatsnew/3.10.html#nameerrors)23 - [PEP 626: Точные номера строк для отладки и других инструментов](https://python-all.ru/3.10/whatsnew/3.10.html#pep-626-precise-line-numbers-for-debugging-and-other-tools)24 - [PEP 634: Структурное сопоставление с образцом](https://python-all.ru/3.10/whatsnew/3.10.html#pep-634-structural-pattern-matching)2526 - [Синтаксис и операции](https://python-all.ru/3.10/whatsnew/3.10.html#syntax-and-operations)27 - [Декларативный подход](https://python-all.ru/3.10/whatsnew/3.10.html#declarative-approach)28 - [Простой шаблон: сопоставление с литералом](https://python-all.ru/3.10/whatsnew/3.10.html#simple-pattern-match-to-a-literal)2930 - [Поведение без символа подстановки](https://python-all.ru/3.10/whatsnew/3.10.html#behavior-without-the-wildcard)31 - [Шаблоны с литералом и переменной](https://python-all.ru/3.10/whatsnew/3.10.html#patterns-with-a-literal-and-variable)32 - [Шаблоны и классы](https://python-all.ru/3.10/whatsnew/3.10.html#patterns-and-classes)3334 - [Шаблоны с позиционными параметрами](https://python-all.ru/3.10/whatsnew/3.10.html#patterns-with-positional-parameters)35 - [Вложенные шаблоны](https://python-all.ru/3.10/whatsnew/3.10.html#nested-patterns)36 - [Сложные шаблоны и символ подстановки](https://python-all.ru/3.10/whatsnew/3.10.html#complex-patterns-and-the-wildcard)37 - [Ограничитель](https://python-all.ru/3.10/whatsnew/3.10.html#guard)38 - [Другие ключевые особенности](https://python-all.ru/3.10/whatsnew/3.10.html#other-key-features)39 - [Необязательная опция `EncodingWarning` и `encoding="locale"`](https://python-all.ru/3.10/whatsnew/3.10.html#optional-encodingwarning-and-encoding-locale-option)40 - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3.10/whatsnew/3.10.html#new-features-related-to-type-hints)4142 - [PEP 604: Новый оператор объединения типов](https://python-all.ru/3.10/whatsnew/3.10.html#pep-604-new-type-union-operator)43 - [PEP 612: Переменные спецификации параметров](https://python-all.ru/3.10/whatsnew/3.10.html#pep-612-parameter-specification-variables)44 - [PEP 613: TypeAlias](https://python-all.ru/3.10/whatsnew/3.10.html#pep-613-typealias)45 - [PEP 647: Определяемые пользователем охранители типов](https://python-all.ru/3.10/whatsnew/3.10.html#pep-647-user-defined-type-guards)46 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.10.html#other-language-changes)47 - [Новые модули](https://python-all.ru/3.10/whatsnew/3.10.html#new-modules)48 - [Улучшенные модули](https://python-all.ru/3.10/whatsnew/3.10.html#improved-modules)4950 - [asyncio](https://python-all.ru/3.10/whatsnew/3.10.html#asyncio)51 - [argparse](https://python-all.ru/3.10/whatsnew/3.10.html#argparse)52 - [array](https://python-all.ru/3.10/whatsnew/3.10.html#array)53 - [asynchat, asyncore, smtpd](https://python-all.ru/3.10/whatsnew/3.10.html#asynchat-asyncore-smtpd)54 - [base64](https://python-all.ru/3.10/whatsnew/3.10.html#base64)55 - [bdb](https://python-all.ru/3.10/whatsnew/3.10.html#bdb)56 - [bisect](https://python-all.ru/3.10/whatsnew/3.10.html#bisect)57 - [codecs](https://python-all.ru/3.10/whatsnew/3.10.html#codecs)58 - [collections.abc](https://python-all.ru/3.10/whatsnew/3.10.html#collections-abc)59 - [contextlib](https://python-all.ru/3.10/whatsnew/3.10.html#contextlib)60 - [curses](https://python-all.ru/3.10/whatsnew/3.10.html#curses)61 - [dataclasses](https://python-all.ru/3.10/whatsnew/3.10.html#dataclasses)6263 - [\_\_slots\_\_](https://python-all.ru/3.10/whatsnew/3.10.html#slots)64 - [Поля, задаваемые только по ключу](https://python-all.ru/3.10/whatsnew/3.10.html#keyword-only-fields)65 - [distutils](https://python-all.ru/3.10/whatsnew/3.10.html#distutils)66 - [doctest](https://python-all.ru/3.10/whatsnew/3.10.html#doctest)67 - [encodings](https://python-all.ru/3.10/whatsnew/3.10.html#encodings)68 - [fileinput](https://python-all.ru/3.10/whatsnew/3.10.html#fileinput)69 - [faulthandler](https://python-all.ru/3.10/whatsnew/3.10.html#faulthandler)70 - [gc](https://python-all.ru/3.10/whatsnew/3.10.html#gc)71 - [glob](https://python-all.ru/3.10/whatsnew/3.10.html#glob)72 - [hashlib](https://python-all.ru/3.10/whatsnew/3.10.html#hashlib)73 - [hmac](https://python-all.ru/3.10/whatsnew/3.10.html#hmac)74 - [IDLE и idlelib](https://python-all.ru/3.10/whatsnew/3.10.html#idle-and-idlelib)75 - [importlib.metadata](https://python-all.ru/3.10/whatsnew/3.10.html#importlib-metadata)76 - [inspect](https://python-all.ru/3.10/whatsnew/3.10.html#inspect)77 - [itertools](https://python-all.ru/3.10/whatsnew/3.10.html#itertools)78 - [linecache](https://python-all.ru/3.10/whatsnew/3.10.html#linecache)79 - [os](https://python-all.ru/3.10/whatsnew/3.10.html#os)80 - [os.path](https://python-all.ru/3.10/whatsnew/3.10.html#os-path)81 - [pathlib](https://python-all.ru/3.10/whatsnew/3.10.html#pathlib)82 - [platform](https://python-all.ru/3.10/whatsnew/3.10.html#platform)83 - [pprint](https://python-all.ru/3.10/whatsnew/3.10.html#pprint)84 - [py\_compile](https://python-all.ru/3.10/whatsnew/3.10.html#py-compile)85 - [pyclbr](https://python-all.ru/3.10/whatsnew/3.10.html#pyclbr)86 - [shelve](https://python-all.ru/3.10/whatsnew/3.10.html#shelve)87 - [statistics](https://python-all.ru/3.10/whatsnew/3.10.html#statistics)88 - [site](https://python-all.ru/3.10/whatsnew/3.10.html#site)89 - [сокет](https://python-all.ru/3.10/whatsnew/3.10.html#socket)90 - [ssl](https://python-all.ru/3.10/whatsnew/3.10.html#ssl)91 - [sqlite3](https://python-all.ru/3.10/whatsnew/3.10.html#sqlite3)92 - [sys](https://python-all.ru/3.10/whatsnew/3.10.html#sys)93 - [tempfile](https://python-all.ru/3.10/whatsnew/3.10.html#tempfile)94 - [\_thread](https://python-all.ru/3.10/whatsnew/3.10.html#thread)95 - [threading](https://python-all.ru/3.10/whatsnew/3.10.html#threading)96 - [traceback](https://python-all.ru/3.10/whatsnew/3.10.html#traceback)97 - [типы](https://python-all.ru/3.10/whatsnew/3.10.html#types)98 - [typing](https://python-all.ru/3.10/whatsnew/3.10.html#typing)99 - [unittest](https://python-all.ru/3.10/whatsnew/3.10.html#unittest)100 - [urllib.parse](https://python-all.ru/3.10/whatsnew/3.10.html#urllib-parse)101 - [xml](https://python-all.ru/3.10/whatsnew/3.10.html#xml)102 - [zipimport](https://python-all.ru/3.10/whatsnew/3.10.html#zipimport)103 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.10.html#optimizations)104 - [Устарело](https://python-all.ru/3.10/whatsnew/3.10.html#deprecated)105 - [Удалённое](https://python-all.ru/3.10/whatsnew/3.10.html#removed)106 - [Перенос на Python 3.10](https://python-all.ru/3.10/whatsnew/3.10.html#porting-to-python-3-10)107108 - [Изменения в синтаксисе Python](https://python-all.ru/3.10/whatsnew/3.10.html#changes-in-the-python-syntax)109 - [Изменения в Python API](https://python-all.ru/3.10/whatsnew/3.10.html#changes-in-the-python-api)110 - [Изменения в C API](https://python-all.ru/3.10/whatsnew/3.10.html#changes-in-the-c-api)111 - [Изменения байт-кода CPython](https://python-all.ru/3.10/whatsnew/3.10.html#cpython-bytecode-changes)112 - [Изменения сборки](https://python-all.ru/3.10/whatsnew/3.10.html#build-changes)113 - [Изменения C API](https://python-all.ru/3.10/whatsnew/3.10.html#c-api-changes)114115 - [PEP 652: Поддержка стабильного ABI](https://python-all.ru/3.10/whatsnew/3.10.html#pep-652-maintaining-the-stable-abi)116 - [Новые возможности](https://python-all.ru/3.10/whatsnew/3.10.html#id1)117 - [Перенос на Python 3.10](https://python-all.ru/3.10/whatsnew/3.10.html#id2)118 - [Устарело](https://python-all.ru/3.10/whatsnew/3.10.html#id3)119 - [Удалённое](https://python-all.ru/3.10/whatsnew/3.10.html#id4)120 - [Важная функция безопасности в 3.10.7](https://python-all.ru/3.10/whatsnew/3.10.html#notable-security-feature-in-3-10-7)121 - [Важная функция безопасности в 3.10.8](https://python-all.ru/3.10/whatsnew/3.10.html#notable-security-feature-in-3-10-8)122 - [Заметные изменения в версии 3.10.12](https://python-all.ru/3.10/whatsnew/3.10.html#notable-changes-in-3-10-12)123124 - [tarfile](https://python-all.ru/3.10/whatsnew/3.10.html#tarfile)125 - [Заметные изменения в версии 3.10.15](https://python-all.ru/3.10/whatsnew/3.10.html#notable-changes-in-3-10-15)126127 - [ipaddress](https://python-all.ru/3.10/whatsnew/3.10.html#ipaddress)128 - [email](https://python-all.ru/3.10/whatsnew/3.10.html#email)129 - [Заметные изменения в версии 3.10.18](https://python-all.ru/3.10/whatsnew/3.10.html#notable-changes-in-3-10-18)130131 - [os.path](https://python-all.ru/3.10/whatsnew/3.10.html#id5)132 - [tarfile](https://python-all.ru/3.10/whatsnew/3.10.html#id6)133 - [Что нового в Python 3.9](https://python-all.ru/3.10/whatsnew/3.9.html)134135 - [Сводка – основные моменты выпуска](https://python-all.ru/3.10/whatsnew/3.9.html#summary-release-highlights)136 - [Следует проверить наличие DeprecationWarning в своём коде](https://python-all.ru/3.10/whatsnew/3.9.html#you-should-check-for-deprecationwarning-in-your-code)137 - [Новые возможности](https://python-all.ru/3.10/whatsnew/3.9.html#new-features)138139 - [Операторы слияния и обновления словарей](https://python-all.ru/3.10/whatsnew/3.9.html#dictionary-merge-update-operators)140 - [Новые строковые методы для удаления префиксов и суффиксов](https://python-all.ru/3.10/whatsnew/3.9.html#new-string-methods-to-remove-prefixes-and-suffixes)141 - [Обобщённые аннотации типов в стандартных коллекциях](https://python-all.ru/3.10/whatsnew/3.9.html#type-hinting-generics-in-standard-collections)142 - [Новый парсер](https://python-all.ru/3.10/whatsnew/3.9.html#new-parser)143 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.9.html#other-language-changes)144 - [Новые модули](https://python-all.ru/3.10/whatsnew/3.9.html#new-modules)145146 - [zoneinfo](https://python-all.ru/3.10/whatsnew/3.9.html#zoneinfo)147 - [graphlib](https://python-all.ru/3.10/whatsnew/3.9.html#graphlib)148 - [Улучшенные модули](https://python-all.ru/3.10/whatsnew/3.9.html#improved-modules)149150 - [ast](https://python-all.ru/3.10/whatsnew/3.9.html#ast)151 - [asyncio](https://python-all.ru/3.10/whatsnew/3.9.html#asyncio)152 - [compileall](https://python-all.ru/3.10/whatsnew/3.9.html#compileall)153 - [concurrent.futures](https://python-all.ru/3.10/whatsnew/3.9.html#concurrent-futures)154 - [curses](https://python-all.ru/3.10/whatsnew/3.9.html#curses)155 - [datetime](https://python-all.ru/3.10/whatsnew/3.9.html#datetime)156 - [distutils](https://python-all.ru/3.10/whatsnew/3.9.html#distutils)157 - [fcntl](https://python-all.ru/3.10/whatsnew/3.9.html#fcntl)158 - [ftplib](https://python-all.ru/3.10/whatsnew/3.9.html#ftplib)159 - [gc](https://python-all.ru/3.10/whatsnew/3.9.html#gc)160 - [hashlib](https://python-all.ru/3.10/whatsnew/3.9.html#hashlib)161 - [http](https://python-all.ru/3.10/whatsnew/3.9.html#http)162 - [IDLE и idlelib](https://python-all.ru/3.10/whatsnew/3.9.html#idle-and-idlelib)163 - [imaplib](https://python-all.ru/3.10/whatsnew/3.9.html#imaplib)164 - [importlib](https://python-all.ru/3.10/whatsnew/3.9.html#importlib)165 - [inspect](https://python-all.ru/3.10/whatsnew/3.9.html#inspect)166 - [ipaddress](https://python-all.ru/3.10/whatsnew/3.9.html#ipaddress)167 - [math](https://python-all.ru/3.10/whatsnew/3.9.html#math)168 - [multiprocessing](https://python-all.ru/3.10/whatsnew/3.9.html#multiprocessing)169 - [nntplib](https://python-all.ru/3.10/whatsnew/3.9.html#nntplib)170 - [os](https://python-all.ru/3.10/whatsnew/3.9.html#os)171 - [pathlib](https://python-all.ru/3.10/whatsnew/3.9.html#pathlib)172 - [pdb](https://python-all.ru/3.10/whatsnew/3.9.html#pdb)173 - [poplib](https://python-all.ru/3.10/whatsnew/3.9.html#poplib)174 - [pprint](https://python-all.ru/3.10/whatsnew/3.9.html#pprint)175 - [pydoc](https://python-all.ru/3.10/whatsnew/3.9.html#pydoc)176 - [random](https://python-all.ru/3.10/whatsnew/3.9.html#random)177 - [signal](https://python-all.ru/3.10/whatsnew/3.9.html#signal)178 - [smtplib](https://python-all.ru/3.10/whatsnew/3.9.html#smtplib)179 - [сокет](https://python-all.ru/3.10/whatsnew/3.9.html#socket)180 - [time](https://python-all.ru/3.10/whatsnew/3.9.html#time)181 - [sys](https://python-all.ru/3.10/whatsnew/3.9.html#sys)182 - [tracemalloc](https://python-all.ru/3.10/whatsnew/3.9.html#tracemalloc)183 - [typing](https://python-all.ru/3.10/whatsnew/3.9.html#typing)184 - [unicodedata](https://python-all.ru/3.10/whatsnew/3.9.html#unicodedata)185 - [venv](https://python-all.ru/3.10/whatsnew/3.9.html#venv)186 - [xml](https://python-all.ru/3.10/whatsnew/3.9.html#xml)187 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.9.html#optimizations)188 - [Устарело](https://python-all.ru/3.10/whatsnew/3.9.html#deprecated)189 - [Удалённое](https://python-all.ru/3.10/whatsnew/3.9.html#removed)190 - [Перенос на Python 3.9](https://python-all.ru/3.10/whatsnew/3.9.html#porting-to-python-3-9)191192 - [Изменения в Python API](https://python-all.ru/3.10/whatsnew/3.9.html#changes-in-the-python-api)193 - [Изменения в C API](https://python-all.ru/3.10/whatsnew/3.9.html#changes-in-the-c-api)194 - [Изменения байт-кода CPython](https://python-all.ru/3.10/whatsnew/3.9.html#cpython-bytecode-changes)195 - [Изменения сборки](https://python-all.ru/3.10/whatsnew/3.9.html#build-changes)196 - [Изменения C API](https://python-all.ru/3.10/whatsnew/3.9.html#c-api-changes)197198 - [Новые возможности](https://python-all.ru/3.10/whatsnew/3.9.html#id1)199 - [Перенос на Python 3.9](https://python-all.ru/3.10/whatsnew/3.9.html#id2)200 - [Удалённое](https://python-all.ru/3.10/whatsnew/3.9.html#id3)201 - [Заметные изменения в Python 3.9.1](https://python-all.ru/3.10/whatsnew/3.9.html#notable-changes-in-python-3-9-1)202203 - [typing](https://python-all.ru/3.10/whatsnew/3.9.html#id4)204 - [Поддержка macOS 11.0 (Big Sur) и Mac на Apple Silicon](https://python-all.ru/3.10/whatsnew/3.9.html#macos-11-0-big-sur-and-apple-silicon-mac-support)205 - [Заметные изменения в Python 3.9.2](https://python-all.ru/3.10/whatsnew/3.9.html#notable-changes-in-python-3-9-2)206207 - [collections.abc](https://python-all.ru/3.10/whatsnew/3.9.html#collections-abc)208 - [urllib.parse](https://python-all.ru/3.10/whatsnew/3.9.html#urllib-parse)209 - [Что нового в Python 3.8](https://python-all.ru/3.10/whatsnew/3.8.html)210211 - [Сводка – основные моменты выпуска](https://python-all.ru/3.10/whatsnew/3.8.html#summary-release-highlights)212 - [Новые возможности](https://python-all.ru/3.10/whatsnew/3.8.html#new-features)213214 - [Присваивающие выражения](https://python-all.ru/3.10/whatsnew/3.8.html#assignment-expressions)215 - [Только позиционные параметры](https://python-all.ru/3.10/whatsnew/3.8.html#positional-only-parameters)216 - [Параллельный кэш файловой системы для скомпилированных файлов байт-кода](https://python-all.ru/3.10/whatsnew/3.8.html#parallel-filesystem-cache-for-compiled-bytecode-files)217 - [Отладочная сборка использует тот же ABI, что и релизная сборка](https://python-all.ru/3.10/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build)218 - [Поддержка f-строк `=` для самодокументируемых выражений и отладки](https://python-all.ru/3.10/whatsnew/3.8.html#f-strings-support-for-self-documenting-expressions-and-debugging)219 - [PEP 578: Хуки аудита времени выполнения Python](https://python-all.ru/3.10/whatsnew/3.8.html#pep-578-python-runtime-audit-hooks)220 - [PEP 587: Конфигурация инициализации Python](https://python-all.ru/3.10/whatsnew/3.8.html#pep-587-python-initialization-configuration)221 - [PEP 590: Vectorcall: быстрый протокол вызова для CPython](https://python-all.ru/3.10/whatsnew/3.8.html#pep-590-vectorcall-a-fast-calling-protocol-for-cpython)222 - [Протокол pickle 5 с внеполосными буферами данных](https://python-all.ru/3.10/whatsnew/3.8.html#pickle-protocol-5-with-out-of-band-data-buffers)223 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.8.html#other-language-changes)224 - [Новые модули](https://python-all.ru/3.10/whatsnew/3.8.html#new-modules)225 - [Улучшенные модули](https://python-all.ru/3.10/whatsnew/3.8.html#improved-modules)226227 - [ast](https://python-all.ru/3.10/whatsnew/3.8.html#ast)228 - [asyncio](https://python-all.ru/3.10/whatsnew/3.8.html#asyncio)229 - [builtins](https://python-all.ru/3.10/whatsnew/3.8.html#builtins)230 - [collections](https://python-all.ru/3.10/whatsnew/3.8.html#collections)231 - [cProfile](https://python-all.ru/3.10/whatsnew/3.8.html#cprofile)232 - [csv](https://python-all.ru/3.10/whatsnew/3.8.html#csv)233 - [curses](https://python-all.ru/3.10/whatsnew/3.8.html#curses)234 - [ctypes](https://python-all.ru/3.10/whatsnew/3.8.html#ctypes)235 - [datetime](https://python-all.ru/3.10/whatsnew/3.8.html#datetime)236 - [functools](https://python-all.ru/3.10/whatsnew/3.8.html#functools)237 - [gc](https://python-all.ru/3.10/whatsnew/3.8.html#gc)238 - [gettext](https://python-all.ru/3.10/whatsnew/3.8.html#gettext)239 - [gzip](https://python-all.ru/3.10/whatsnew/3.8.html#gzip)240 - [IDLE и idlelib](https://python-all.ru/3.10/whatsnew/3.8.html#idle-and-idlelib)241 - [inspect](https://python-all.ru/3.10/whatsnew/3.8.html#inspect)242 - [io](https://python-all.ru/3.10/whatsnew/3.8.html#io)243 - [itertools](https://python-all.ru/3.10/whatsnew/3.8.html#itertools)244 - [json.tool](https://python-all.ru/3.10/whatsnew/3.8.html#json-tool)245 - [logging](https://python-all.ru/3.10/whatsnew/3.8.html#logging)246 - [math](https://python-all.ru/3.10/whatsnew/3.8.html#math)247 - [mmap](https://python-all.ru/3.10/whatsnew/3.8.html#mmap)248 - [multiprocessing](https://python-all.ru/3.10/whatsnew/3.8.html#multiprocessing)249 - [os](https://python-all.ru/3.10/whatsnew/3.8.html#os)250 - [os.path](https://python-all.ru/3.10/whatsnew/3.8.html#os-path)251 - [pathlib](https://python-all.ru/3.10/whatsnew/3.8.html#pathlib)252 - [pickle](https://python-all.ru/3.10/whatsnew/3.8.html#pickle)253 - [plistlib](https://python-all.ru/3.10/whatsnew/3.8.html#plistlib)254 - [pprint](https://python-all.ru/3.10/whatsnew/3.8.html#pprint)255 - [py\_compile](https://python-all.ru/3.10/whatsnew/3.8.html#py-compile)256 - [shlex](https://python-all.ru/3.10/whatsnew/3.8.html#shlex)257 - [shutil](https://python-all.ru/3.10/whatsnew/3.8.html#shutil)258 - [сокет](https://python-all.ru/3.10/whatsnew/3.8.html#socket)259 - [ssl](https://python-all.ru/3.10/whatsnew/3.8.html#ssl)260 - [statistics](https://python-all.ru/3.10/whatsnew/3.8.html#statistics)261 - [sys](https://python-all.ru/3.10/whatsnew/3.8.html#sys)262 - [tarfile](https://python-all.ru/3.10/whatsnew/3.8.html#tarfile)263 - [threading](https://python-all.ru/3.10/whatsnew/3.8.html#threading)264 - [tokenize](https://python-all.ru/3.10/whatsnew/3.8.html#tokenize)265 - [tkinter](https://python-all.ru/3.10/whatsnew/3.8.html#tkinter)266 - [time](https://python-all.ru/3.10/whatsnew/3.8.html#time)267 - [typing](https://python-all.ru/3.10/whatsnew/3.8.html#typing)268 - [unicodedata](https://python-all.ru/3.10/whatsnew/3.8.html#unicodedata)269 - [unittest](https://python-all.ru/3.10/whatsnew/3.8.html#unittest)270 - [venv](https://python-all.ru/3.10/whatsnew/3.8.html#venv)271 - [weakref](https://python-all.ru/3.10/whatsnew/3.8.html#weakref)272 - [xml](https://python-all.ru/3.10/whatsnew/3.8.html#xml)273 - [xmlrpc](https://python-all.ru/3.10/whatsnew/3.8.html#xmlrpc)274 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.8.html#optimizations)275 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/3.8.html#build-and-c-api-changes)276 - [Устарело](https://python-all.ru/3.10/whatsnew/3.8.html#deprecated)277 - [Удаление API и возможностей](https://python-all.ru/3.10/whatsnew/3.8.html#api-and-feature-removals)278 - [Перенос на Python 3.8](https://python-all.ru/3.10/whatsnew/3.8.html#porting-to-python-3-8)279280 - [Изменения в поведении Python](https://python-all.ru/3.10/whatsnew/3.8.html#changes-in-python-behavior)281 - [Изменения в Python API](https://python-all.ru/3.10/whatsnew/3.8.html#changes-in-the-python-api)282 - [Изменения в C API](https://python-all.ru/3.10/whatsnew/3.8.html#changes-in-the-c-api)283 - [Изменения байт-кода CPython](https://python-all.ru/3.10/whatsnew/3.8.html#cpython-bytecode-changes)284 - [Демонстрации и инструменты](https://python-all.ru/3.10/whatsnew/3.8.html#demos-and-tools)285 - [Заметные изменения в Python 3.8.1](https://python-all.ru/3.10/whatsnew/3.8.html#notable-changes-in-python-3-8-1)286 - [Заметные изменения в Python 3.8.8](https://python-all.ru/3.10/whatsnew/3.8.html#notable-changes-in-python-3-8-8)287 - [Заметные изменения в Python 3.8.12](https://python-all.ru/3.10/whatsnew/3.8.html#notable-changes-in-python-3-8-12)288 - [Что нового в Python 3.7](https://python-all.ru/3.10/whatsnew/3.7.html)289290 - [Сводка – основные моменты выпуска](https://python-all.ru/3.10/whatsnew/3.7.html#summary-release-highlights)291 - [Новые возможности](https://python-all.ru/3.10/whatsnew/3.7.html#new-features)292293 - [PEP 563: Отложенная оценка аннотаций](https://python-all.ru/3.10/whatsnew/3.7.html#pep-563-postponed-evaluation-of-annotations)294 - [PEP 538: Приведение устаревшей C-локали](https://python-all.ru/3.10/whatsnew/3.7.html#pep-538-legacy-c-locale-coercion)295 - [PEP 540: Принудительный режим UTF-8 во время выполнения](https://python-all.ru/3.10/whatsnew/3.7.html#pep-540-forced-utf-8-runtime-mode)296 - [PEP 553: Встроенная функция `breakpoint()`](https://python-all.ru/3.10/whatsnew/3.7.html#pep-553-built-in-breakpoint)297 - [PEP 539: Новый C API для локального хранилища потоков](https://python-all.ru/3.10/whatsnew/3.7.html#pep-539-new-c-api-for-thread-local-storage)298 - [PEP 562: Настройка доступа к атрибутам модуля](https://python-all.ru/3.10/whatsnew/3.7.html#pep-562-customization-of-access-to-module-attributes)299 - [PEP 564: Новые функции времени с наносекундным разрешением](https://python-all.ru/3.10/whatsnew/3.7.html#pep-564-new-time-functions-with-nanosecond-resolution)300 - [PEP 565: Показывать DeprecationWarning в `__main__`](https://python-all.ru/3.10/whatsnew/3.7.html#pep-565-show-deprecationwarning-in-main)301 - [PEP 560: Базовая поддержка модуля `typing` и обобщённых типов](https://python-all.ru/3.10/whatsnew/3.7.html#pep-560-core-support-for-typing-module-and-generic-types)302 - [PEP 552: .pyc-файлы на основе хешей](https://python-all.ru/3.10/whatsnew/3.7.html#pep-552-hash-based-pyc-files)303 - [PEP 545: Переводы документации Python](https://python-all.ru/3.10/whatsnew/3.7.html#pep-545-python-documentation-translations)304 - [Режим разработки Python (-X dev)](https://python-all.ru/3.10/whatsnew/3.7.html#python-development-mode-x-dev)305 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.7.html#other-language-changes)306 - [Новые модули](https://python-all.ru/3.10/whatsnew/3.7.html#new-modules)307308 - [contextvars](https://python-all.ru/3.10/whatsnew/3.7.html#contextvars)309 - [dataclasses](https://python-all.ru/3.10/whatsnew/3.7.html#dataclasses)310 - [importlib.resources](https://python-all.ru/3.10/whatsnew/3.7.html#importlib-resources)311 - [Улучшенные модули](https://python-all.ru/3.10/whatsnew/3.7.html#improved-modules)312313 - [argparse](https://python-all.ru/3.10/whatsnew/3.7.html#argparse)314 - [asyncio](https://python-all.ru/3.10/whatsnew/3.7.html#asyncio)315 - [binascii](https://python-all.ru/3.10/whatsnew/3.7.html#binascii)316 - [calendar](https://python-all.ru/3.10/whatsnew/3.7.html#calendar)317 - [collections](https://python-all.ru/3.10/whatsnew/3.7.html#collections)318 - [compileall](https://python-all.ru/3.10/whatsnew/3.7.html#compileall)319 - [concurrent.futures](https://python-all.ru/3.10/whatsnew/3.7.html#concurrent-futures)320 - [contextlib](https://python-all.ru/3.10/whatsnew/3.7.html#contextlib)321 - [cProfile](https://python-all.ru/3.10/whatsnew/3.7.html#cprofile)322 - [crypt](https://python-all.ru/3.10/whatsnew/3.7.html#crypt)323 - [datetime](https://python-all.ru/3.10/whatsnew/3.7.html#datetime)324 - [dbm](https://python-all.ru/3.10/whatsnew/3.7.html#dbm)325 - [decimal](https://python-all.ru/3.10/whatsnew/3.7.html#decimal)326 - [dis](https://python-all.ru/3.10/whatsnew/3.7.html#dis)327 - [distutils](https://python-all.ru/3.10/whatsnew/3.7.html#distutils)328 - [enum](https://python-all.ru/3.10/whatsnew/3.7.html#enum)329 - [functools](https://python-all.ru/3.10/whatsnew/3.7.html#functools)330 - [gc](https://python-all.ru/3.10/whatsnew/3.7.html#gc)331 - [hmac](https://python-all.ru/3.10/whatsnew/3.7.html#hmac)332 - [http.client](https://python-all.ru/3.10/whatsnew/3.7.html#http-client)333 - [http.server](https://python-all.ru/3.10/whatsnew/3.7.html#http-server)334 - [idlelib и IDLE](https://python-all.ru/3.10/whatsnew/3.7.html#idlelib-and-idle)335 - [importlib](https://python-all.ru/3.10/whatsnew/3.7.html#importlib)336 - [io](https://python-all.ru/3.10/whatsnew/3.7.html#io)337 - [ipaddress](https://python-all.ru/3.10/whatsnew/3.7.html#ipaddress)338 - [itertools](https://python-all.ru/3.10/whatsnew/3.7.html#itertools)339 - [locale](https://python-all.ru/3.10/whatsnew/3.7.html#locale)340 - [logging](https://python-all.ru/3.10/whatsnew/3.7.html#logging)341 - [math](https://python-all.ru/3.10/whatsnew/3.7.html#math)342 - [mimetypes](https://python-all.ru/3.10/whatsnew/3.7.html#mimetypes)343 - [msilib](https://python-all.ru/3.10/whatsnew/3.7.html#msilib)344 - [multiprocessing](https://python-all.ru/3.10/whatsnew/3.7.html#multiprocessing)345 - [os](https://python-all.ru/3.10/whatsnew/3.7.html#os)346 - [pathlib](https://python-all.ru/3.10/whatsnew/3.7.html#pathlib)347 - [pdb](https://python-all.ru/3.10/whatsnew/3.7.html#pdb)348 - [py\_compile](https://python-all.ru/3.10/whatsnew/3.7.html#py-compile)349 - [pydoc](https://python-all.ru/3.10/whatsnew/3.7.html#pydoc)350 - [очередь](https://python-all.ru/3.10/whatsnew/3.7.html#queue)351 - [re](https://python-all.ru/3.10/whatsnew/3.7.html#re)352 - [signal](https://python-all.ru/3.10/whatsnew/3.7.html#signal)353 - [сокет](https://python-all.ru/3.10/whatsnew/3.7.html#socket)354 - [socketserver](https://python-all.ru/3.10/whatsnew/3.7.html#socketserver)355 - [sqlite3](https://python-all.ru/3.10/whatsnew/3.7.html#sqlite3)356 - [ssl](https://python-all.ru/3.10/whatsnew/3.7.html#ssl)357 - [строка](https://python-all.ru/3.10/whatsnew/3.7.html#string)358 - [подпроцесс](https://python-all.ru/3.10/whatsnew/3.7.html#subprocess)359 - [sys](https://python-all.ru/3.10/whatsnew/3.7.html#sys)360 - [time](https://python-all.ru/3.10/whatsnew/3.7.html#time)361 - [tkinter](https://python-all.ru/3.10/whatsnew/3.7.html#tkinter)362 - [tracemalloc](https://python-all.ru/3.10/whatsnew/3.7.html#tracemalloc)363 - [типы](https://python-all.ru/3.10/whatsnew/3.7.html#types)364 - [unicodedata](https://python-all.ru/3.10/whatsnew/3.7.html#unicodedata)365 - [unittest](https://python-all.ru/3.10/whatsnew/3.7.html#unittest)366 - [unittest.mock](https://python-all.ru/3.10/whatsnew/3.7.html#unittest-mock)367 - [urllib.parse](https://python-all.ru/3.10/whatsnew/3.7.html#urllib-parse)368 - [uu](https://python-all.ru/3.10/whatsnew/3.7.html#uu)369 - [uuid](https://python-all.ru/3.10/whatsnew/3.7.html#uuid)370 - [warnings](https://python-all.ru/3.10/whatsnew/3.7.html#warnings)371 - [xml.etree](https://python-all.ru/3.10/whatsnew/3.7.html#xml-etree)372 - [xmlrpc.server](https://python-all.ru/3.10/whatsnew/3.7.html#xmlrpc-server)373 - [zipapp](https://python-all.ru/3.10/whatsnew/3.7.html#zipapp)374 - [zipfile](https://python-all.ru/3.10/whatsnew/3.7.html#zipfile)375 - [Изменения C API](https://python-all.ru/3.10/whatsnew/3.7.html#c-api-changes)376 - [Изменения сборки](https://python-all.ru/3.10/whatsnew/3.7.html#build-changes)377 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.7.html#optimizations)378 - [Прочие изменения реализации CPython](https://python-all.ru/3.10/whatsnew/3.7.html#other-cpython-implementation-changes)379 - [Устаревшее поведение Python](https://python-all.ru/3.10/whatsnew/3.7.html#deprecated-python-behavior)380 - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.10/whatsnew/3.7.html#deprecated-python-modules-functions-and-methods)381382 - [aifc](https://python-all.ru/3.10/whatsnew/3.7.html#aifc)383 - [asyncio](https://python-all.ru/3.10/whatsnew/3.7.html#whatsnew37-asyncio-deprecated)384 - [collections](https://python-all.ru/3.10/whatsnew/3.7.html#id3)385 - [dbm](https://python-all.ru/3.10/whatsnew/3.7.html#id4)386 - [enum](https://python-all.ru/3.10/whatsnew/3.7.html#id5)387 - [gettext](https://python-all.ru/3.10/whatsnew/3.7.html#gettext)388 - [importlib](https://python-all.ru/3.10/whatsnew/3.7.html#id6)389 - [locale](https://python-all.ru/3.10/whatsnew/3.7.html#id7)390 - [macpath](https://python-all.ru/3.10/whatsnew/3.7.html#macpath)391 - [threading](https://python-all.ru/3.10/whatsnew/3.7.html#threading)392 - [сокет](https://python-all.ru/3.10/whatsnew/3.7.html#id8)393 - [ssl](https://python-all.ru/3.10/whatsnew/3.7.html#id9)394 - [sunau](https://python-all.ru/3.10/whatsnew/3.7.html#sunau)395 - [sys](https://python-all.ru/3.10/whatsnew/3.7.html#id10)396 - [wave](https://python-all.ru/3.10/whatsnew/3.7.html#wave)397 - [Устаревшие функции и типы C API](https://python-all.ru/3.10/whatsnew/3.7.html#deprecated-functions-and-types-of-the-c-api)398 - [Удаление поддержки платформ](https://python-all.ru/3.10/whatsnew/3.7.html#platform-support-removals)399 - [Удаление API и возможностей](https://python-all.ru/3.10/whatsnew/3.7.html#api-and-feature-removals)400 - [Удаление модулей](https://python-all.ru/3.10/whatsnew/3.7.html#module-removals)401 - [Изменения только для Windows](https://python-all.ru/3.10/whatsnew/3.7.html#windows-only-changes)402 - [Перенос на Python 3.7](https://python-all.ru/3.10/whatsnew/3.7.html#porting-to-python-3-7)403404 - [Изменения в поведении Python](https://python-all.ru/3.10/whatsnew/3.7.html#changes-in-python-behavior)405 - [Изменения в Python API](https://python-all.ru/3.10/whatsnew/3.7.html#changes-in-the-python-api)406 - [Изменения в C API](https://python-all.ru/3.10/whatsnew/3.7.html#changes-in-the-c-api)407 - [Изменения байт-кода CPython](https://python-all.ru/3.10/whatsnew/3.7.html#cpython-bytecode-changes)408 - [Изменения только для Windows](https://python-all.ru/3.10/whatsnew/3.7.html#id12)409 - [Прочие изменения реализации CPython](https://python-all.ru/3.10/whatsnew/3.7.html#id13)410 - [Заметные изменения в Python 3.7.1](https://python-all.ru/3.10/whatsnew/3.7.html#notable-changes-in-python-3-7-1)411 - [Заметные изменения в Python 3.7.2](https://python-all.ru/3.10/whatsnew/3.7.html#notable-changes-in-python-3-7-2)412 - [Заметные изменения в Python 3.7.6](https://python-all.ru/3.10/whatsnew/3.7.html#notable-changes-in-python-3-7-6)413 - [Заметные изменения в Python 3.7.10](https://python-all.ru/3.10/whatsnew/3.7.html#notable-changes-in-python-3-7-10)414 - [Что нового в Python 3.6](https://python-all.ru/3.10/whatsnew/3.6.html)415416 - [Сводка – основные моменты выпуска](https://python-all.ru/3.10/whatsnew/3.6.html#summary-release-highlights)417 - [Новые возможности](https://python-all.ru/3.10/whatsnew/3.6.html#new-features)418419 - [PEP 498: Форматированные строковые литералы](https://python-all.ru/3.10/whatsnew/3.6.html#pep-498-formatted-string-literals)420 - [PEP 526: Синтаксис аннотаций переменных](https://python-all.ru/3.10/whatsnew/3.6.html#pep-526-syntax-for-variable-annotations)421 - [PEP 515: Подчёркивания в числовых литералах](https://python-all.ru/3.10/whatsnew/3.6.html#pep-515-underscores-in-numeric-literals)422 - [PEP 525: Асинхронные генераторы](https://python-all.ru/3.10/whatsnew/3.6.html#pep-525-asynchronous-generators)423 - [PEP 530: Асинхронные включения](https://python-all.ru/3.10/whatsnew/3.6.html#pep-530-asynchronous-comprehensions)424 - [PEP 487: Упрощённая настройка создания классов](https://python-all.ru/3.10/whatsnew/3.6.html#pep-487-simpler-customization-of-class-creation)425 - [PEP 487: Улучшения протокола дескрипторов](https://python-all.ru/3.10/whatsnew/3.6.html#pep-487-descriptor-protocol-enhancements)426 - [PEP 519: Добавление протокола пути файловой системы](https://python-all.ru/3.10/whatsnew/3.6.html#pep-519-adding-a-file-system-path-protocol)427 - [PEP 495: Устранение неоднозначности местного времени](https://python-all.ru/3.10/whatsnew/3.6.html#pep-495-local-time-disambiguation)428 - [PEP 529: Изменение кодировки файловой системы Windows на UTF-8](https://python-all.ru/3.10/whatsnew/3.6.html#pep-529-change-windows-filesystem-encoding-to-utf-8)429 - [PEP 528: Изменение кодировки консоли Windows на UTF-8](https://python-all.ru/3.10/whatsnew/3.6.html#pep-528-change-windows-console-encoding-to-utf-8)430 - [PEP 520: Сохранение порядка определения атрибутов класса](https://python-all.ru/3.10/whatsnew/3.6.html#pep-520-preserving-class-attribute-definition-order)431 - [PEP 468: Сохранение порядка именованных аргументов](https://python-all.ru/3.10/whatsnew/3.6.html#pep-468-preserving-keyword-argument-order)432 - [Новая реализация dict](https://python-all.ru/3.10/whatsnew/3.6.html#new-dict-implementation)433 - [PEP 523: Добавление API оценки фреймов в CPython](https://python-all.ru/3.10/whatsnew/3.6.html#pep-523-adding-a-frame-evaluation-api-to-cpython)434 - [Переменная окружения PYTHONMALLOC](https://python-all.ru/3.10/whatsnew/3.6.html#pythonmalloc-environment-variable)435 - [Поддержка трассировки DTrace и SystemTap](https://python-all.ru/3.10/whatsnew/3.6.html#dtrace-and-systemtap-probing-support)436 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.6.html#other-language-changes)437 - [Новые модули](https://python-all.ru/3.10/whatsnew/3.6.html#new-modules)438439 - [secrets](https://python-all.ru/3.10/whatsnew/3.6.html#secrets)440 - [Улучшенные модули](https://python-all.ru/3.10/whatsnew/3.6.html#improved-modules)441442 - [array](https://python-all.ru/3.10/whatsnew/3.6.html#array)443 - [ast](https://python-all.ru/3.10/whatsnew/3.6.html#ast)444 - [asyncio](https://python-all.ru/3.10/whatsnew/3.6.html#asyncio)445 - [binascii](https://python-all.ru/3.10/whatsnew/3.6.html#binascii)446 - [cmath](https://python-all.ru/3.10/whatsnew/3.6.html#cmath)447 - [collections](https://python-all.ru/3.10/whatsnew/3.6.html#collections)448 - [concurrent.futures](https://python-all.ru/3.10/whatsnew/3.6.html#concurrent-futures)449 - [contextlib](https://python-all.ru/3.10/whatsnew/3.6.html#contextlib)450 - [datetime](https://python-all.ru/3.10/whatsnew/3.6.html#datetime)451 - [decimal](https://python-all.ru/3.10/whatsnew/3.6.html#decimal)452 - [distutils](https://python-all.ru/3.10/whatsnew/3.6.html#distutils)453 - [email](https://python-all.ru/3.10/whatsnew/3.6.html#email)454 - [encodings](https://python-all.ru/3.10/whatsnew/3.6.html#encodings)455 - [enum](https://python-all.ru/3.10/whatsnew/3.6.html#enum)456 - [faulthandler](https://python-all.ru/3.10/whatsnew/3.6.html#faulthandler)457 - [fileinput](https://python-all.ru/3.10/whatsnew/3.6.html#fileinput)458 - [hashlib](https://python-all.ru/3.10/whatsnew/3.6.html#hashlib)459 - [http.client](https://python-all.ru/3.10/whatsnew/3.6.html#http-client)460 - [idlelib и IDLE](https://python-all.ru/3.10/whatsnew/3.6.html#idlelib-and-idle)461 - [importlib](https://python-all.ru/3.10/whatsnew/3.6.html#importlib)462 - [inspect](https://python-all.ru/3.10/whatsnew/3.6.html#inspect)463 - [json](https://python-all.ru/3.10/whatsnew/3.6.html#json)464 - [logging](https://python-all.ru/3.10/whatsnew/3.6.html#logging)465 - [math](https://python-all.ru/3.10/whatsnew/3.6.html#math)466 - [multiprocessing](https://python-all.ru/3.10/whatsnew/3.6.html#multiprocessing)467 - [os](https://python-all.ru/3.10/whatsnew/3.6.html#os)468 - [pathlib](https://python-all.ru/3.10/whatsnew/3.6.html#pathlib)469 - [pdb](https://python-all.ru/3.10/whatsnew/3.6.html#pdb)470 - [pickle](https://python-all.ru/3.10/whatsnew/3.6.html#pickle)471 - [pickletools](https://python-all.ru/3.10/whatsnew/3.6.html#pickletools)472 - [pydoc](https://python-all.ru/3.10/whatsnew/3.6.html#pydoc)473 - [random](https://python-all.ru/3.10/whatsnew/3.6.html#random)474 - [re](https://python-all.ru/3.10/whatsnew/3.6.html#re)475 - [readline](https://python-all.ru/3.10/whatsnew/3.6.html#readline)476 - [rlcompleter](https://python-all.ru/3.10/whatsnew/3.6.html#rlcompleter)477 - [shlex](https://python-all.ru/3.10/whatsnew/3.6.html#shlex)478 - [site](https://python-all.ru/3.10/whatsnew/3.6.html#site)479 - [sqlite3](https://python-all.ru/3.10/whatsnew/3.6.html#sqlite3)480 - [сокет](https://python-all.ru/3.10/whatsnew/3.6.html#socket)481 - [socketserver](https://python-all.ru/3.10/whatsnew/3.6.html#socketserver)482 - [ssl](https://python-all.ru/3.10/whatsnew/3.6.html#ssl)483 - [statistics](https://python-all.ru/3.10/whatsnew/3.6.html#statistics)484 - [struct](https://python-all.ru/3.10/whatsnew/3.6.html#struct)485 - [подпроцесс](https://python-all.ru/3.10/whatsnew/3.6.html#subprocess)486 - [sys](https://python-all.ru/3.10/whatsnew/3.6.html#sys)487 - [telnetlib](https://python-all.ru/3.10/whatsnew/3.6.html#telnetlib)488 - [time](https://python-all.ru/3.10/whatsnew/3.6.html#time)489 - [timeit](https://python-all.ru/3.10/whatsnew/3.6.html#timeit)490 - [tkinter](https://python-all.ru/3.10/whatsnew/3.6.html#tkinter)491 - [traceback](https://python-all.ru/3.10/whatsnew/3.6.html#traceback)492 - [tracemalloc](https://python-all.ru/3.10/whatsnew/3.6.html#tracemalloc)493 - [typing](https://python-all.ru/3.10/whatsnew/3.6.html#typing)494 - [unicodedata](https://python-all.ru/3.10/whatsnew/3.6.html#unicodedata)495 - [unittest.mock](https://python-all.ru/3.10/whatsnew/3.6.html#unittest-mock)496 - [urllib.request](https://python-all.ru/3.10/whatsnew/3.6.html#urllib-request)497 - [urllib.robotparser](https://python-all.ru/3.10/whatsnew/3.6.html#urllib-robotparser)498 - [venv](https://python-all.ru/3.10/whatsnew/3.6.html#venv)499 - [warnings](https://python-all.ru/3.10/whatsnew/3.6.html#warnings)500 - [winreg](https://python-all.ru/3.10/whatsnew/3.6.html#winreg)501 - [winsound](https://python-all.ru/3.10/whatsnew/3.6.html#winsound)502 - [xmlrpc.client](https://python-all.ru/3.10/whatsnew/3.6.html#xmlrpc-client)503 - [zipfile](https://python-all.ru/3.10/whatsnew/3.6.html#zipfile)504 - [zlib](https://python-all.ru/3.10/whatsnew/3.6.html#zlib)505 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.6.html#optimizations)506 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/3.6.html#build-and-c-api-changes)507 - [Прочие улучшения](https://python-all.ru/3.10/whatsnew/3.6.html#other-improvements)508 - [Устарело](https://python-all.ru/3.10/whatsnew/3.6.html#deprecated)509510 - [Новые ключевые слова](https://python-all.ru/3.10/whatsnew/3.6.html#new-keywords)511 - [Устаревшее поведение Python](https://python-all.ru/3.10/whatsnew/3.6.html#deprecated-python-behavior)512 - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.10/whatsnew/3.6.html#deprecated-python-modules-functions-and-methods)513514 - [asynchat](https://python-all.ru/3.10/whatsnew/3.6.html#asynchat)515 - [asyncore](https://python-all.ru/3.10/whatsnew/3.6.html#asyncore)516 - [dbm](https://python-all.ru/3.10/whatsnew/3.6.html#dbm)517 - [distutils](https://python-all.ru/3.10/whatsnew/3.6.html#id2)518 - [grp](https://python-all.ru/3.10/whatsnew/3.6.html#grp)519 - [importlib](https://python-all.ru/3.10/whatsnew/3.6.html#id3)520 - [os](https://python-all.ru/3.10/whatsnew/3.6.html#id4)521 - [re](https://python-all.ru/3.10/whatsnew/3.6.html#id5)522 - [ssl](https://python-all.ru/3.10/whatsnew/3.6.html#id6)523 - [tkinter](https://python-all.ru/3.10/whatsnew/3.6.html#id7)524 - [venv](https://python-all.ru/3.10/whatsnew/3.6.html#whatsnew36-venv)525 - [Устаревшие функции и типы C API](https://python-all.ru/3.10/whatsnew/3.6.html#deprecated-functions-and-types-of-the-c-api)526 - [Устаревшие параметры сборки](https://python-all.ru/3.10/whatsnew/3.6.html#deprecated-build-options)527 - [Удалённое](https://python-all.ru/3.10/whatsnew/3.6.html#removed)528529 - [Удаление API и возможностей](https://python-all.ru/3.10/whatsnew/3.6.html#api-and-feature-removals)530 - [Перенос на Python 3.6](https://python-all.ru/3.10/whatsnew/3.6.html#porting-to-python-3-6)531532 - [Изменения в поведении команды python](https://python-all.ru/3.10/whatsnew/3.6.html#changes-in-python-command-behavior)533 - [Изменения в Python API](https://python-all.ru/3.10/whatsnew/3.6.html#changes-in-the-python-api)534 - [Изменения в C API](https://python-all.ru/3.10/whatsnew/3.6.html#changes-in-the-c-api)535 - [Изменения байт-кода CPython](https://python-all.ru/3.10/whatsnew/3.6.html#cpython-bytecode-changes)536 - [Заметные изменения в Python 3.6.2](https://python-all.ru/3.10/whatsnew/3.6.html#notable-changes-in-python-3-6-2)537538 - [Новая `make regen-all` цель сборки](https://python-all.ru/3.10/whatsnew/3.6.html#new-make-regen-all-build-target)539 - [Удаление `make touch` цели сборки](https://python-all.ru/3.10/whatsnew/3.6.html#removal-of-make-touch-build-target)540 - [Заметные изменения в Python 3.6.4](https://python-all.ru/3.10/whatsnew/3.6.html#notable-changes-in-python-3-6-4)541 - [Заметные изменения в Python 3.6.5](https://python-all.ru/3.10/whatsnew/3.6.html#notable-changes-in-python-3-6-5)542 - [Заметные изменения в Python 3.6.7](https://python-all.ru/3.10/whatsnew/3.6.html#notable-changes-in-python-3-6-7)543 - [Заметные изменения в Python 3.6.10](https://python-all.ru/3.10/whatsnew/3.6.html#notable-changes-in-python-3-6-10)544 - [Заметные изменения в Python 3.6.13](https://python-all.ru/3.10/whatsnew/3.6.html#notable-changes-in-python-3-6-13)545 - [Что нового в Python 3.5](https://python-all.ru/3.10/whatsnew/3.5.html)546547 - [Сводка – основные моменты выпуска](https://python-all.ru/3.10/whatsnew/3.5.html#summary-release-highlights)548 - [Новые возможности](https://python-all.ru/3.10/whatsnew/3.5.html#new-features)549550 - [PEP 492 - Корутины с синтаксисом async и await](https://python-all.ru/3.10/whatsnew/3.5.html#pep-492-coroutines-with-async-and-await-syntax)551 - [PEP 465 - Специализированный инфиксный оператор для матричного умножения](https://python-all.ru/3.10/whatsnew/3.5.html#pep-465-a-dedicated-infix-operator-for-matrix-multiplication)552 - [PEP 448 - Дополнительные обобщения распаковки](https://python-all.ru/3.10/whatsnew/3.5.html#pep-448-additional-unpacking-generalizations)553 - [PEP 461 - Поддержка %-форматирования для bytes и bytearray](https://python-all.ru/3.10/whatsnew/3.5.html#pep-461-percent-formatting-support-for-bytes-and-bytearray)554 - [PEP 484 - Аннотации типов](https://python-all.ru/3.10/whatsnew/3.5.html#pep-484-type-hints)555 - [PEP 471 - os.scandir() – улучшенный и более быстрый итератор каталогов](https://python-all.ru/3.10/whatsnew/3.5.html#pep-471-os-scandir-function-a-better-and-faster-directory-iterator)556 - [PEP 475: Повтор системных вызовов, завершающихся с EINTR](https://python-all.ru/3.10/whatsnew/3.5.html#pep-475-retry-system-calls-failing-with-eintr)557 - [PEP 479: Изменение обработки StopIteration внутри генераторов](https://python-all.ru/3.10/whatsnew/3.5.html#pep-479-change-stopiteration-handling-inside-generators)558 - [PEP 485: Функция для проверки приблизительного равенства](https://python-all.ru/3.10/whatsnew/3.5.html#pep-485-a-function-for-testing-approximate-equality)559 - [PEP 486: Информирование Python Launcher о виртуальных окружениях](https://python-all.ru/3.10/whatsnew/3.5.html#pep-486-make-the-python-launcher-aware-of-virtual-environments)560 - [PEP 488: Удаление PYO-файлов](https://python-all.ru/3.10/whatsnew/3.5.html#pep-488-elimination-of-pyo-files)561 - [PEP 489: Многофазная инициализация модулей расширения](https://python-all.ru/3.10/whatsnew/3.5.html#pep-489-multi-phase-extension-module-initialization)562 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.5.html#other-language-changes)563 - [Новые модули](https://python-all.ru/3.10/whatsnew/3.5.html#new-modules)564565 - [typing](https://python-all.ru/3.10/whatsnew/3.5.html#typing)566 - [zipapp](https://python-all.ru/3.10/whatsnew/3.5.html#zipapp)567 - [Улучшенные модули](https://python-all.ru/3.10/whatsnew/3.5.html#improved-modules)568569 - [argparse](https://python-all.ru/3.10/whatsnew/3.5.html#argparse)570 - [asyncio](https://python-all.ru/3.10/whatsnew/3.5.html#asyncio)571 - [bz2](https://python-all.ru/3.10/whatsnew/3.5.html#bz2)572 - [cgi](https://python-all.ru/3.10/whatsnew/3.5.html#cgi)573 - [cmath](https://python-all.ru/3.10/whatsnew/3.5.html#cmath)574 - [код](https://python-all.ru/3.10/whatsnew/3.5.html#code)575 - [collections](https://python-all.ru/3.10/whatsnew/3.5.html#collections)576 - [collections.abc](https://python-all.ru/3.10/whatsnew/3.5.html#collections-abc)577 - [compileall](https://python-all.ru/3.10/whatsnew/3.5.html#compileall)578 - [concurrent.futures](https://python-all.ru/3.10/whatsnew/3.5.html#concurrent-futures)579 - [configparser](https://python-all.ru/3.10/whatsnew/3.5.html#configparser)580 - [contextlib](https://python-all.ru/3.10/whatsnew/3.5.html#contextlib)581 - [csv](https://python-all.ru/3.10/whatsnew/3.5.html#csv)582 - [curses](https://python-all.ru/3.10/whatsnew/3.5.html#curses)583 - [dbm](https://python-all.ru/3.10/whatsnew/3.5.html#dbm)584 - [difflib](https://python-all.ru/3.10/whatsnew/3.5.html#difflib)585 - [distutils](https://python-all.ru/3.10/whatsnew/3.5.html#distutils)586 - [doctest](https://python-all.ru/3.10/whatsnew/3.5.html#doctest)587 - [email](https://python-all.ru/3.10/whatsnew/3.5.html#email)588 - [enum](https://python-all.ru/3.10/whatsnew/3.5.html#enum)589 - [faulthandler](https://python-all.ru/3.10/whatsnew/3.5.html#faulthandler)590 - [functools](https://python-all.ru/3.10/whatsnew/3.5.html#functools)591 - [glob](https://python-all.ru/3.10/whatsnew/3.5.html#glob)592 - [gzip](https://python-all.ru/3.10/whatsnew/3.5.html#gzip)593 - [heapq](https://python-all.ru/3.10/whatsnew/3.5.html#heapq)594 - [http](https://python-all.ru/3.10/whatsnew/3.5.html#http)595 - [http.client](https://python-all.ru/3.10/whatsnew/3.5.html#http-client)596 - [idlelib и IDLE](https://python-all.ru/3.10/whatsnew/3.5.html#idlelib-and-idle)597 - [imaplib](https://python-all.ru/3.10/whatsnew/3.5.html#imaplib)598 - [imghdr](https://python-all.ru/3.10/whatsnew/3.5.html#imghdr)599 - [importlib](https://python-all.ru/3.10/whatsnew/3.5.html#importlib)600 - [inspect](https://python-all.ru/3.10/whatsnew/3.5.html#inspect)601 - [io](https://python-all.ru/3.10/whatsnew/3.5.html#io)602 - [ipaddress](https://python-all.ru/3.10/whatsnew/3.5.html#ipaddress)603 - [json](https://python-all.ru/3.10/whatsnew/3.5.html#json)604 - [linecache](https://python-all.ru/3.10/whatsnew/3.5.html#linecache)605 - [locale](https://python-all.ru/3.10/whatsnew/3.5.html#locale)606 - [logging](https://python-all.ru/3.10/whatsnew/3.5.html#logging)607 - [lzma](https://python-all.ru/3.10/whatsnew/3.5.html#lzma)608 - [math](https://python-all.ru/3.10/whatsnew/3.5.html#math)609 - [multiprocessing](https://python-all.ru/3.10/whatsnew/3.5.html#multiprocessing)610 - [оператор](https://python-all.ru/3.10/whatsnew/3.5.html#operator)611 - [os](https://python-all.ru/3.10/whatsnew/3.5.html#os)612 - [pathlib](https://python-all.ru/3.10/whatsnew/3.5.html#pathlib)613 - [pickle](https://python-all.ru/3.10/whatsnew/3.5.html#pickle)614 - [poplib](https://python-all.ru/3.10/whatsnew/3.5.html#poplib)615 - [re](https://python-all.ru/3.10/whatsnew/3.5.html#re)616 - [readline](https://python-all.ru/3.10/whatsnew/3.5.html#readline)617 - [selectors](https://python-all.ru/3.10/whatsnew/3.5.html#selectors)618 - [shutil](https://python-all.ru/3.10/whatsnew/3.5.html#shutil)619 - [signal](https://python-all.ru/3.10/whatsnew/3.5.html#signal)620 - [smtpd](https://python-all.ru/3.10/whatsnew/3.5.html#smtpd)621 - [smtplib](https://python-all.ru/3.10/whatsnew/3.5.html#smtplib)622 - [sndhdr](https://python-all.ru/3.10/whatsnew/3.5.html#sndhdr)623 - [сокет](https://python-all.ru/3.10/whatsnew/3.5.html#socket)624 - [ssl](https://python-all.ru/3.10/whatsnew/3.5.html#ssl)625626 - [Поддержка Memory BIO](https://python-all.ru/3.10/whatsnew/3.5.html#memory-bio-support)627 - [Поддержка согласования протокола прикладного уровня](https://python-all.ru/3.10/whatsnew/3.5.html#application-layer-protocol-negotiation-support)628 - [Прочие изменения](https://python-all.ru/3.10/whatsnew/3.5.html#other-changes)629 - [sqlite3](https://python-all.ru/3.10/whatsnew/3.5.html#sqlite3)630 - [подпроцесс](https://python-all.ru/3.10/whatsnew/3.5.html#subprocess)631 - [sys](https://python-all.ru/3.10/whatsnew/3.5.html#sys)632 - [sysconfig](https://python-all.ru/3.10/whatsnew/3.5.html#sysconfig)633 - [tarfile](https://python-all.ru/3.10/whatsnew/3.5.html#tarfile)634 - [threading](https://python-all.ru/3.10/whatsnew/3.5.html#threading)635 - [time](https://python-all.ru/3.10/whatsnew/3.5.html#time)636 - [timeit](https://python-all.ru/3.10/whatsnew/3.5.html#timeit)637 - [tkinter](https://python-all.ru/3.10/whatsnew/3.5.html#tkinter)638 - [traceback](https://python-all.ru/3.10/whatsnew/3.5.html#traceback)639 - [типы](https://python-all.ru/3.10/whatsnew/3.5.html#types)640 - [unicodedata](https://python-all.ru/3.10/whatsnew/3.5.html#unicodedata)641 - [unittest](https://python-all.ru/3.10/whatsnew/3.5.html#unittest)642 - [unittest.mock](https://python-all.ru/3.10/whatsnew/3.5.html#unittest-mock)643 - [urllib](https://python-all.ru/3.10/whatsnew/3.5.html#urllib)644 - [wsgiref](https://python-all.ru/3.10/whatsnew/3.5.html#wsgiref)645 - [xmlrpc](https://python-all.ru/3.10/whatsnew/3.5.html#xmlrpc)646 - [xml.sax](https://python-all.ru/3.10/whatsnew/3.5.html#xml-sax)647 - [zipfile](https://python-all.ru/3.10/whatsnew/3.5.html#zipfile)648 - [Другие изменения на уровне модулей](https://python-all.ru/3.10/whatsnew/3.5.html#other-module-level-changes)649 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.5.html#optimizations)650 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/3.5.html#build-and-c-api-changes)651 - [Устарело](https://python-all.ru/3.10/whatsnew/3.5.html#deprecated)652653 - [Новые ключевые слова](https://python-all.ru/3.10/whatsnew/3.5.html#new-keywords)654 - [Устаревшее поведение Python](https://python-all.ru/3.10/whatsnew/3.5.html#deprecated-python-behavior)655 - [Неподдерживаемые операционные системы](https://python-all.ru/3.10/whatsnew/3.5.html#unsupported-operating-systems)656 - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.10/whatsnew/3.5.html#deprecated-python-modules-functions-and-methods)657 - [Удалённое](https://python-all.ru/3.10/whatsnew/3.5.html#removed)658659 - [Удаление API и возможностей](https://python-all.ru/3.10/whatsnew/3.5.html#api-and-feature-removals)660 - [Переход на Python 3.5](https://python-all.ru/3.10/whatsnew/3.5.html#porting-to-python-3-5)661662 - [Изменения в поведении Python](https://python-all.ru/3.10/whatsnew/3.5.html#changes-in-python-behavior)663 - [Изменения в Python API](https://python-all.ru/3.10/whatsnew/3.5.html#changes-in-the-python-api)664 - [Изменения в C API](https://python-all.ru/3.10/whatsnew/3.5.html#changes-in-the-c-api)665 - [Заметные изменения в Python 3.5.4](https://python-all.ru/3.10/whatsnew/3.5.html#notable-changes-in-python-3-5-4)666667 - [Новая `make regen-all` цель сборки](https://python-all.ru/3.10/whatsnew/3.5.html#new-make-regen-all-build-target)668 - [Удаление `make touch` цели сборки](https://python-all.ru/3.10/whatsnew/3.5.html#removal-of-make-touch-build-target)669 - [Что нового в Python 3.4](https://python-all.ru/3.10/whatsnew/3.4.html)670671 - [Сводка – основные моменты выпуска](https://python-all.ru/3.10/whatsnew/3.4.html#summary-release-highlights)672 - [Новые возможности](https://python-all.ru/3.10/whatsnew/3.4.html#new-features)673674 - [PEP 453: Явная начальная загрузка pip в установках Python](https://python-all.ru/3.10/whatsnew/3.4.html#pep-453-explicit-bootstrapping-of-pip-in-python-installations)675676 - [Автоматическая установка pip по умолчанию](https://python-all.ru/3.10/whatsnew/3.4.html#bootstrapping-pip-by-default)677 - [Изменения в документации](https://python-all.ru/3.10/whatsnew/3.4.html#documentation-changes)678 - [PEP 446: Вновь созданные файловые дескрипторы не наследуются](https://python-all.ru/3.10/whatsnew/3.4.html#pep-446-newly-created-file-descriptors-are-non-inheritable)679 - [Улучшения в обработке кодеков](https://python-all.ru/3.10/whatsnew/3.4.html#improvements-to-codec-handling)680 - [PEP 451: Тип ModuleSpec для системы импорта](https://python-all.ru/3.10/whatsnew/3.4.html#pep-451-a-modulespec-type-for-the-import-system)681 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.4.html#other-language-changes)682 - [Новые модули](https://python-all.ru/3.10/whatsnew/3.4.html#new-modules)683684 - [asyncio](https://python-all.ru/3.10/whatsnew/3.4.html#asyncio)685 - [ensurepip](https://python-all.ru/3.10/whatsnew/3.4.html#ensurepip)686 - [enum](https://python-all.ru/3.10/whatsnew/3.4.html#enum)687 - [pathlib](https://python-all.ru/3.10/whatsnew/3.4.html#pathlib)688 - [selectors](https://python-all.ru/3.10/whatsnew/3.4.html#selectors)689 - [statistics](https://python-all.ru/3.10/whatsnew/3.4.html#statistics)690 - [tracemalloc](https://python-all.ru/3.10/whatsnew/3.4.html#tracemalloc)691 - [Улучшенные модули](https://python-all.ru/3.10/whatsnew/3.4.html#improved-modules)692693 - [abc](https://python-all.ru/3.10/whatsnew/3.4.html#abc)694 - [aifc](https://python-all.ru/3.10/whatsnew/3.4.html#aifc)695 - [argparse](https://python-all.ru/3.10/whatsnew/3.4.html#argparse)696 - [audioop](https://python-all.ru/3.10/whatsnew/3.4.html#audioop)697 - [base64](https://python-all.ru/3.10/whatsnew/3.4.html#base64)698 - [collections](https://python-all.ru/3.10/whatsnew/3.4.html#collections)699 - [colorsys](https://python-all.ru/3.10/whatsnew/3.4.html#colorsys)700 - [contextlib](https://python-all.ru/3.10/whatsnew/3.4.html#contextlib)701 - [dbm](https://python-all.ru/3.10/whatsnew/3.4.html#dbm)702 - [dis](https://python-all.ru/3.10/whatsnew/3.4.html#dis)703 - [doctest](https://python-all.ru/3.10/whatsnew/3.4.html#doctest)704 - [email](https://python-all.ru/3.10/whatsnew/3.4.html#email)705 - [filecmp](https://python-all.ru/3.10/whatsnew/3.4.html#filecmp)706 - [functools](https://python-all.ru/3.10/whatsnew/3.4.html#functools)707 - [gc](https://python-all.ru/3.10/whatsnew/3.4.html#gc)708 - [glob](https://python-all.ru/3.10/whatsnew/3.4.html#glob)709 - [hashlib](https://python-all.ru/3.10/whatsnew/3.4.html#hashlib)710 - [hmac](https://python-all.ru/3.10/whatsnew/3.4.html#hmac)711 - [html](https://python-all.ru/3.10/whatsnew/3.4.html#html)712 - [http](https://python-all.ru/3.10/whatsnew/3.4.html#http)713 - [idlelib и IDLE](https://python-all.ru/3.10/whatsnew/3.4.html#idlelib-and-idle)714 - [importlib](https://python-all.ru/3.10/whatsnew/3.4.html#importlib)715 - [inspect](https://python-all.ru/3.10/whatsnew/3.4.html#inspect)716 - [ipaddress](https://python-all.ru/3.10/whatsnew/3.4.html#ipaddress)717 - [logging](https://python-all.ru/3.10/whatsnew/3.4.html#logging)718 - [marshal](https://python-all.ru/3.10/whatsnew/3.4.html#marshal)719 - [mmap](https://python-all.ru/3.10/whatsnew/3.4.html#mmap)720 - [multiprocessing](https://python-all.ru/3.10/whatsnew/3.4.html#multiprocessing)721 - [оператор](https://python-all.ru/3.10/whatsnew/3.4.html#operator)722 - [os](https://python-all.ru/3.10/whatsnew/3.4.html#os)723 - [pdb](https://python-all.ru/3.10/whatsnew/3.4.html#pdb)724 - [pickle](https://python-all.ru/3.10/whatsnew/3.4.html#pickle)725 - [plistlib](https://python-all.ru/3.10/whatsnew/3.4.html#plistlib)726 - [poplib](https://python-all.ru/3.10/whatsnew/3.4.html#poplib)727 - [pprint](https://python-all.ru/3.10/whatsnew/3.4.html#pprint)728 - [pty](https://python-all.ru/3.10/whatsnew/3.4.html#pty)729 - [pydoc](https://python-all.ru/3.10/whatsnew/3.4.html#pydoc)730 - [re](https://python-all.ru/3.10/whatsnew/3.4.html#re)731 - [resource](https://python-all.ru/3.10/whatsnew/3.4.html#resource)732 - [select](https://python-all.ru/3.10/whatsnew/3.4.html#select)733 - [shelve](https://python-all.ru/3.10/whatsnew/3.4.html#shelve)734 - [shutil](https://python-all.ru/3.10/whatsnew/3.4.html#shutil)735 - [smtpd](https://python-all.ru/3.10/whatsnew/3.4.html#smtpd)736 - [smtplib](https://python-all.ru/3.10/whatsnew/3.4.html#smtplib)737 - [сокет](https://python-all.ru/3.10/whatsnew/3.4.html#socket)738 - [sqlite3](https://python-all.ru/3.10/whatsnew/3.4.html#sqlite3)739 - [ssl](https://python-all.ru/3.10/whatsnew/3.4.html#ssl)740 - [stat](https://python-all.ru/3.10/whatsnew/3.4.html#stat)741 - [struct](https://python-all.ru/3.10/whatsnew/3.4.html#struct)742 - [подпроцесс](https://python-all.ru/3.10/whatsnew/3.4.html#subprocess)743 - [sunau](https://python-all.ru/3.10/whatsnew/3.4.html#sunau)744 - [sys](https://python-all.ru/3.10/whatsnew/3.4.html#sys)745 - [tarfile](https://python-all.ru/3.10/whatsnew/3.4.html#tarfile)746 - [textwrap](https://python-all.ru/3.10/whatsnew/3.4.html#textwrap)747 - [threading](https://python-all.ru/3.10/whatsnew/3.4.html#threading)748 - [traceback](https://python-all.ru/3.10/whatsnew/3.4.html#traceback)749 - [типы](https://python-all.ru/3.10/whatsnew/3.4.html#types)750 - [urllib](https://python-all.ru/3.10/whatsnew/3.4.html#urllib)751 - [unittest](https://python-all.ru/3.10/whatsnew/3.4.html#unittest)752 - [venv](https://python-all.ru/3.10/whatsnew/3.4.html#venv)753 - [wave](https://python-all.ru/3.10/whatsnew/3.4.html#wave)754 - [weakref](https://python-all.ru/3.10/whatsnew/3.4.html#weakref)755 - [xml.etree](https://python-all.ru/3.10/whatsnew/3.4.html#xml-etree)756 - [zipfile](https://python-all.ru/3.10/whatsnew/3.4.html#zipfile)757 - [Изменения в реализации CPython](https://python-all.ru/3.10/whatsnew/3.4.html#cpython-implementation-changes)758759 - [PEP 445: Настройка аллокаторов памяти CPython](https://python-all.ru/3.10/whatsnew/3.4.html#pep-445-customization-of-cpython-memory-allocators)760 - [PEP 442: Безопасная финализация объектов](https://python-all.ru/3.10/whatsnew/3.4.html#pep-442-safe-object-finalization)761 - [PEP 456: Безопасный и взаимозаменяемый хеш-алгоритм](https://python-all.ru/3.10/whatsnew/3.4.html#pep-456-secure-and-interchangeable-hash-algorithm)762 - [PEP 436: Argument Clinic](https://python-all.ru/3.10/whatsnew/3.4.html#pep-436-argument-clinic)763 - [Прочие изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/3.4.html#other-build-and-c-api-changes)764 - [Прочие улучшения](https://python-all.ru/3.10/whatsnew/3.4.html#other-improvements)765 - [Значительные оптимизации](https://python-all.ru/3.10/whatsnew/3.4.html#significant-optimizations)766 - [Устарело](https://python-all.ru/3.10/whatsnew/3.4.html#deprecated)767768 - [Устаревшие возможности в Python API](https://python-all.ru/3.10/whatsnew/3.4.html#deprecations-in-the-python-api)769 - [Устаревшие возможности](https://python-all.ru/3.10/whatsnew/3.4.html#deprecated-features)770 - [Удалённое](https://python-all.ru/3.10/whatsnew/3.4.html#removed)771772 - [Операционные системы, больше не поддерживаемые](https://python-all.ru/3.10/whatsnew/3.4.html#operating-systems-no-longer-supported)773 - [Удаление API и возможностей](https://python-all.ru/3.10/whatsnew/3.4.html#api-and-feature-removals)774 - [Очистка кода](https://python-all.ru/3.10/whatsnew/3.4.html#code-cleanups)775 - [Перенос на Python 3.4](https://python-all.ru/3.10/whatsnew/3.4.html#porting-to-python-3-4)776777 - [Изменения в поведении команды python](https://python-all.ru/3.10/whatsnew/3.4.html#changes-in-python-command-behavior)778 - [Изменения в Python API](https://python-all.ru/3.10/whatsnew/3.4.html#changes-in-the-python-api)779 - [Изменения в C API](https://python-all.ru/3.10/whatsnew/3.4.html#changes-in-the-c-api)780 - [Изменено в 3.4.3](https://python-all.ru/3.10/whatsnew/3.4.html#changed-in-3-4-3)781782 - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3.10/whatsnew/3.4.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)783 - [Что нового в Python 3.3](https://python-all.ru/3.10/whatsnew/3.3.html)784785 - [Сводка – основные моменты выпуска](https://python-all.ru/3.10/whatsnew/3.3.html#summary-release-highlights)786 - [PEP 405: Виртуальные окружения](https://python-all.ru/3.10/whatsnew/3.3.html#pep-405-virtual-environments)787 - [PEP 420: Неявные пакеты пространств имён](https://python-all.ru/3.10/whatsnew/3.3.html#pep-420-implicit-namespace-packages)788 - [PEP 3118: Новая реализация memoryview и документация протокола буферов](https://python-all.ru/3.10/whatsnew/3.3.html#pep-3118-new-memoryview-implementation-and-buffer-protocol-documentation)789790 - [Возможности](https://python-all.ru/3.10/whatsnew/3.3.html#features)791 - [Изменения API](https://python-all.ru/3.10/whatsnew/3.3.html#api-changes)792 - [PEP 393: Гибкое представление строк](https://python-all.ru/3.10/whatsnew/3.3.html#pep-393-flexible-string-representation)793794 - [Функциональность](https://python-all.ru/3.10/whatsnew/3.3.html#functionality)795 - [Производительность и потребление ресурсов](https://python-all.ru/3.10/whatsnew/3.3.html#performance-and-resource-usage)796 - [PEP 397: Средство запуска Python для Windows](https://python-all.ru/3.10/whatsnew/3.3.html#pep-397-python-launcher-for-windows)797 - [PEP 3151: Переработка иерархии исключений ОС и ввода-вывода](https://python-all.ru/3.10/whatsnew/3.3.html#pep-3151-reworking-the-os-and-io-exception-hierarchy)798 - [PEP 380: Синтаксис делегирования подгенератору](https://python-all.ru/3.10/whatsnew/3.3.html#pep-380-syntax-for-delegating-to-a-subgenerator)799 - [PEP 409: Подавление контекста исключения](https://python-all.ru/3.10/whatsnew/3.3.html#pep-409-suppressing-exception-context)800 - [PEP 414: Явные литералы Unicode](https://python-all.ru/3.10/whatsnew/3.3.html#pep-414-explicit-unicode-literals)801 - [PEP 3155: Квалифицированное имя для классов и функций](https://python-all.ru/3.10/whatsnew/3.3.html#pep-3155-qualified-name-for-classes-and-functions)802 - [PEP 412: Словарь с разделением ключей](https://python-all.ru/3.10/whatsnew/3.3.html#pep-412-key-sharing-dictionary)803 - [PEP 362: Объект сигнатуры функции](https://python-all.ru/3.10/whatsnew/3.3.html#pep-362-function-signature-object)804 - [PEP 421: Добавление sys.implementation](https://python-all.ru/3.10/whatsnew/3.3.html#pep-421-adding-sys-implementation)805806 - [SimpleNamespace](https://python-all.ru/3.10/whatsnew/3.3.html#simplenamespace)807 - [Использование importlib в качестве реализации импорта](https://python-all.ru/3.10/whatsnew/3.3.html#using-importlib-as-the-implementation-of-import)808809 - [Новые API](https://python-all.ru/3.10/whatsnew/3.3.html#new-apis)810 - [Заметные изменения](https://python-all.ru/3.10/whatsnew/3.3.html#visible-changes)811 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.3.html#other-language-changes)812 - [Более детальная блокировка импорта](https://python-all.ru/3.10/whatsnew/3.3.html#a-finer-grained-import-lock)813 - [Встроенные функции и типы](https://python-all.ru/3.10/whatsnew/3.3.html#builtin-functions-and-types)814 - [Новые модули](https://python-all.ru/3.10/whatsnew/3.3.html#new-modules)815816 - [faulthandler](https://python-all.ru/3.10/whatsnew/3.3.html#faulthandler)817 - [ipaddress](https://python-all.ru/3.10/whatsnew/3.3.html#ipaddress)818 - [lzma](https://python-all.ru/3.10/whatsnew/3.3.html#lzma)819 - [Улучшенные модули](https://python-all.ru/3.10/whatsnew/3.3.html#improved-modules)820821 - [abc](https://python-all.ru/3.10/whatsnew/3.3.html#abc)822 - [array](https://python-all.ru/3.10/whatsnew/3.3.html#array)823 - [base64](https://python-all.ru/3.10/whatsnew/3.3.html#base64)824 - [binascii](https://python-all.ru/3.10/whatsnew/3.3.html#binascii)825 - [bz2](https://python-all.ru/3.10/whatsnew/3.3.html#bz2)826 - [codecs](https://python-all.ru/3.10/whatsnew/3.3.html#codecs)827 - [collections](https://python-all.ru/3.10/whatsnew/3.3.html#collections)828 - [contextlib](https://python-all.ru/3.10/whatsnew/3.3.html#contextlib)829 - [crypt](https://python-all.ru/3.10/whatsnew/3.3.html#crypt)830 - [curses](https://python-all.ru/3.10/whatsnew/3.3.html#curses)831 - [datetime](https://python-all.ru/3.10/whatsnew/3.3.html#datetime)832 - [decimal](https://python-all.ru/3.10/whatsnew/3.3.html#decimal)833834 - [Возможности](https://python-all.ru/3.10/whatsnew/3.3.html#id1)835 - [Изменения API](https://python-all.ru/3.10/whatsnew/3.3.html#id2)836 - [email](https://python-all.ru/3.10/whatsnew/3.3.html#email)837838 - [Каркас политик](https://python-all.ru/3.10/whatsnew/3.3.html#policy-framework)839 - [Временная политика с новым API заголовков](https://python-all.ru/3.10/whatsnew/3.3.html#provisional-policy-with-new-header-api)840 - [Другие изменения API](https://python-all.ru/3.10/whatsnew/3.3.html#other-api-changes)841 - [ftplib](https://python-all.ru/3.10/whatsnew/3.3.html#ftplib)842 - [functools](https://python-all.ru/3.10/whatsnew/3.3.html#functools)843 - [gc](https://python-all.ru/3.10/whatsnew/3.3.html#gc)844 - [hmac](https://python-all.ru/3.10/whatsnew/3.3.html#hmac)845 - [http](https://python-all.ru/3.10/whatsnew/3.3.html#http)846 - [html](https://python-all.ru/3.10/whatsnew/3.3.html#html)847 - [imaplib](https://python-all.ru/3.10/whatsnew/3.3.html#imaplib)848 - [inspect](https://python-all.ru/3.10/whatsnew/3.3.html#inspect)849 - [io](https://python-all.ru/3.10/whatsnew/3.3.html#io)850 - [itertools](https://python-all.ru/3.10/whatsnew/3.3.html#itertools)851 - [logging](https://python-all.ru/3.10/whatsnew/3.3.html#logging)852 - [math](https://python-all.ru/3.10/whatsnew/3.3.html#math)853 - [mmap](https://python-all.ru/3.10/whatsnew/3.3.html#mmap)854 - [multiprocessing](https://python-all.ru/3.10/whatsnew/3.3.html#multiprocessing)855 - [nntplib](https://python-all.ru/3.10/whatsnew/3.3.html#nntplib)856 - [os](https://python-all.ru/3.10/whatsnew/3.3.html#os)857 - [pdb](https://python-all.ru/3.10/whatsnew/3.3.html#pdb)858 - [pickle](https://python-all.ru/3.10/whatsnew/3.3.html#pickle)859 - [pydoc](https://python-all.ru/3.10/whatsnew/3.3.html#pydoc)860 - [re](https://python-all.ru/3.10/whatsnew/3.3.html#re)861 - [sched](https://python-all.ru/3.10/whatsnew/3.3.html#sched)862 - [select](https://python-all.ru/3.10/whatsnew/3.3.html#select)863 - [shlex](https://python-all.ru/3.10/whatsnew/3.3.html#shlex)864 - [shutil](https://python-all.ru/3.10/whatsnew/3.3.html#shutil)865 - [signal](https://python-all.ru/3.10/whatsnew/3.3.html#signal)866 - [smtpd](https://python-all.ru/3.10/whatsnew/3.3.html#smtpd)867 - [smtplib](https://python-all.ru/3.10/whatsnew/3.3.html#smtplib)868 - [сокет](https://python-all.ru/3.10/whatsnew/3.3.html#socket)869 - [socketserver](https://python-all.ru/3.10/whatsnew/3.3.html#socketserver)870 - [sqlite3](https://python-all.ru/3.10/whatsnew/3.3.html#sqlite3)871 - [ssl](https://python-all.ru/3.10/whatsnew/3.3.html#ssl)872 - [stat](https://python-all.ru/3.10/whatsnew/3.3.html#stat)873 - [struct](https://python-all.ru/3.10/whatsnew/3.3.html#struct)874 - [подпроцесс](https://python-all.ru/3.10/whatsnew/3.3.html#subprocess)875 - [sys](https://python-all.ru/3.10/whatsnew/3.3.html#sys)876 - [tarfile](https://python-all.ru/3.10/whatsnew/3.3.html#tarfile)877 - [tempfile](https://python-all.ru/3.10/whatsnew/3.3.html#tempfile)878 - [textwrap](https://python-all.ru/3.10/whatsnew/3.3.html#textwrap)879 - [threading](https://python-all.ru/3.10/whatsnew/3.3.html#threading)880 - [time](https://python-all.ru/3.10/whatsnew/3.3.html#time)881 - [типы](https://python-all.ru/3.10/whatsnew/3.3.html#types)882 - [unittest](https://python-all.ru/3.10/whatsnew/3.3.html#unittest)883 - [urllib](https://python-all.ru/3.10/whatsnew/3.3.html#urllib)884 - [webbrowser](https://python-all.ru/3.10/whatsnew/3.3.html#webbrowser)885 - [xml.etree.ElementTree](https://python-all.ru/3.10/whatsnew/3.3.html#xml-etree-elementtree)886 - [zlib](https://python-all.ru/3.10/whatsnew/3.3.html#zlib)887 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.3.html#optimizations)888 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/3.3.html#build-and-c-api-changes)889 - [Устарело](https://python-all.ru/3.10/whatsnew/3.3.html#deprecated)890891 - [Неподдерживаемые операционные системы](https://python-all.ru/3.10/whatsnew/3.3.html#unsupported-operating-systems)892 - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.10/whatsnew/3.3.html#deprecated-python-modules-functions-and-methods)893 - [Устаревшие функции и типы C API](https://python-all.ru/3.10/whatsnew/3.3.html#deprecated-functions-and-types-of-the-c-api)894 - [Устаревшие возможности](https://python-all.ru/3.10/whatsnew/3.3.html#deprecated-features)895 - [Портирование на Python 3.3](https://python-all.ru/3.10/whatsnew/3.3.html#porting-to-python-3-3)896897 - [Перенос кода Python](https://python-all.ru/3.10/whatsnew/3.3.html#porting-python-code)898 - [Перенос кода C](https://python-all.ru/3.10/whatsnew/3.3.html#porting-c-code)899 - [Сборка расширений на C](https://python-all.ru/3.10/whatsnew/3.3.html#building-c-extensions)900 - [Изменения параметров командной строки](https://python-all.ru/3.10/whatsnew/3.3.html#command-line-switch-changes)901 - [Что нового в Python 3.2](https://python-all.ru/3.10/whatsnew/3.2.html)902903 - [PEP 384: Определение стабильного ABI](https://python-all.ru/3.10/whatsnew/3.2.html#pep-384-defining-a-stable-abi)904 - [PEP 389: Модуль разбора командной строки argparse](https://python-all.ru/3.10/whatsnew/3.2.html#pep-389-argparse-command-line-parsing-module)905 - [PEP 391: Конфигурация логирования на основе словарей](https://python-all.ru/3.10/whatsnew/3.2.html#pep-391-dictionary-based-configuration-for-logging)906 - [PEP 3148: Модуль `concurrent.futures`](https://python-all.ru/3.10/whatsnew/3.2.html#pep-3148-the-concurrent-futures-module)907 - [PEP 3147: Каталоги репозитория PYC](https://python-all.ru/3.10/whatsnew/3.2.html#pep-3147-pyc-repository-directories)908 - [PEP 3149: Файлы .so с тегом версии ABI](https://python-all.ru/3.10/whatsnew/3.2.html#pep-3149-abi-version-tagged-so-files)909 - [PEP 3333: Интерфейс шлюза веб-сервера Python v1.0.1](https://python-all.ru/3.10/whatsnew/3.2.html#pep-3333-python-web-server-gateway-interface-v1-0-1)910 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.2.html#other-language-changes)911 - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.10/whatsnew/3.2.html#new-improved-and-deprecated-modules)912913 - [email](https://python-all.ru/3.10/whatsnew/3.2.html#email)914 - [elementtree](https://python-all.ru/3.10/whatsnew/3.2.html#elementtree)915 - [functools](https://python-all.ru/3.10/whatsnew/3.2.html#functools)916 - [itertools](https://python-all.ru/3.10/whatsnew/3.2.html#itertools)917 - [collections](https://python-all.ru/3.10/whatsnew/3.2.html#collections)918 - [threading](https://python-all.ru/3.10/whatsnew/3.2.html#threading)919 - [datetime и time](https://python-all.ru/3.10/whatsnew/3.2.html#datetime-and-time)920 - [math](https://python-all.ru/3.10/whatsnew/3.2.html#math)921 - [abc](https://python-all.ru/3.10/whatsnew/3.2.html#abc)922 - [io](https://python-all.ru/3.10/whatsnew/3.2.html#io)923 - [reprlib](https://python-all.ru/3.10/whatsnew/3.2.html#reprlib)924 - [logging](https://python-all.ru/3.10/whatsnew/3.2.html#logging)925 - [csv](https://python-all.ru/3.10/whatsnew/3.2.html#csv)926 - [contextlib](https://python-all.ru/3.10/whatsnew/3.2.html#contextlib)927 - [decimal и fractions](https://python-all.ru/3.10/whatsnew/3.2.html#decimal-and-fractions)928 - [ftp](https://python-all.ru/3.10/whatsnew/3.2.html#ftp)929 - [popen](https://python-all.ru/3.10/whatsnew/3.2.html#popen)930 - [select](https://python-all.ru/3.10/whatsnew/3.2.html#select)931 - [gzip и zipfile](https://python-all.ru/3.10/whatsnew/3.2.html#gzip-and-zipfile)932 - [tarfile](https://python-all.ru/3.10/whatsnew/3.2.html#tarfile)933 - [hashlib](https://python-all.ru/3.10/whatsnew/3.2.html#hashlib)934 - [ast](https://python-all.ru/3.10/whatsnew/3.2.html#ast)935 - [os](https://python-all.ru/3.10/whatsnew/3.2.html#os)936 - [shutil](https://python-all.ru/3.10/whatsnew/3.2.html#shutil)937 - [sqlite3](https://python-all.ru/3.10/whatsnew/3.2.html#sqlite3)938 - [html](https://python-all.ru/3.10/whatsnew/3.2.html#html)939 - [сокет](https://python-all.ru/3.10/whatsnew/3.2.html#socket)940 - [ssl](https://python-all.ru/3.10/whatsnew/3.2.html#ssl)941 - [nntp](https://python-all.ru/3.10/whatsnew/3.2.html#nntp)942 - [сертификаты](https://python-all.ru/3.10/whatsnew/3.2.html#certificates)943 - [imaplib](https://python-all.ru/3.10/whatsnew/3.2.html#imaplib)944 - [http.client](https://python-all.ru/3.10/whatsnew/3.2.html#http-client)945 - [unittest](https://python-all.ru/3.10/whatsnew/3.2.html#unittest)946 - [random](https://python-all.ru/3.10/whatsnew/3.2.html#random)947 - [poplib](https://python-all.ru/3.10/whatsnew/3.2.html#poplib)948 - [asyncore](https://python-all.ru/3.10/whatsnew/3.2.html#asyncore)949 - [tempfile](https://python-all.ru/3.10/whatsnew/3.2.html#tempfile)950 - [inspect](https://python-all.ru/3.10/whatsnew/3.2.html#inspect)951 - [pydoc](https://python-all.ru/3.10/whatsnew/3.2.html#pydoc)952 - [dis](https://python-all.ru/3.10/whatsnew/3.2.html#dis)953 - [dbm](https://python-all.ru/3.10/whatsnew/3.2.html#dbm)954 - [ctypes](https://python-all.ru/3.10/whatsnew/3.2.html#ctypes)955 - [site](https://python-all.ru/3.10/whatsnew/3.2.html#site)956 - [sysconfig](https://python-all.ru/3.10/whatsnew/3.2.html#sysconfig)957 - [pdb](https://python-all.ru/3.10/whatsnew/3.2.html#pdb)958 - [configparser](https://python-all.ru/3.10/whatsnew/3.2.html#configparser)959 - [urllib.parse](https://python-all.ru/3.10/whatsnew/3.2.html#urllib-parse)960 - [mailbox](https://python-all.ru/3.10/whatsnew/3.2.html#mailbox)961 - [turtledemo](https://python-all.ru/3.10/whatsnew/3.2.html#turtledemo)962 - [Многопоточность](https://python-all.ru/3.10/whatsnew/3.2.html#multi-threading)963 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.2.html#optimizations)964 - [Юникод](https://python-all.ru/3.10/whatsnew/3.2.html#unicode)965 - [Кодеки](https://python-all.ru/3.10/whatsnew/3.2.html#codecs)966 - [Документация](https://python-all.ru/3.10/whatsnew/3.2.html#documentation)967 - [IDLE](https://python-all.ru/3.10/whatsnew/3.2.html#idle)968 - [Репозиторий кода](https://python-all.ru/3.10/whatsnew/3.2.html#code-repository)969 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/3.2.html#build-and-c-api-changes)970 - [Переход на Python 3.2](https://python-all.ru/3.10/whatsnew/3.2.html#porting-to-python-3-2)971 - [Что нового в Python 3.1](https://python-all.ru/3.10/whatsnew/3.1.html)972973 - [PEP 372: Упорядоченные словари](https://python-all.ru/3.10/whatsnew/3.1.html#pep-372-ordered-dictionaries)974 - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.10/whatsnew/3.1.html#pep-378-format-specifier-for-thousands-separator)975 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/3.1.html#other-language-changes)976 - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.10/whatsnew/3.1.html#new-improved-and-deprecated-modules)977 - [Оптимизации](https://python-all.ru/3.10/whatsnew/3.1.html#optimizations)978 - [IDLE](https://python-all.ru/3.10/whatsnew/3.1.html#idle)979 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/3.1.html#build-and-c-api-changes)980 - [Переход на Python 3.1](https://python-all.ru/3.10/whatsnew/3.1.html#porting-to-python-3-1)981 - [Что нового в Python 3.0](https://python-all.ru/3.10/whatsnew/3.0.html)982983 - [Типичные трудности](https://python-all.ru/3.10/whatsnew/3.0.html#common-stumbling-blocks)984985 - [Print – это функция](https://python-all.ru/3.10/whatsnew/3.0.html#print-is-a-function)986 - [Представления и итераторы вместо списков](https://python-all.ru/3.10/whatsnew/3.0.html#views-and-iterators-instead-of-lists)987 - [Сравнение на упорядочивание](https://python-all.ru/3.10/whatsnew/3.0.html#ordering-comparisons)988 - [Целые числа](https://python-all.ru/3.10/whatsnew/3.0.html#integers)989 - [Текст против данных: вместо Unicode и 8-битных строк](https://python-all.ru/3.10/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit)990 - [Обзор изменений синтаксиса](https://python-all.ru/3.10/whatsnew/3.0.html#overview-of-syntax-changes)991992 - [Новый синтаксис](https://python-all.ru/3.10/whatsnew/3.0.html#new-syntax)993 - [Изменённый синтаксис](https://python-all.ru/3.10/whatsnew/3.0.html#changed-syntax)994 - [Удалённый синтаксис](https://python-all.ru/3.10/whatsnew/3.0.html#removed-syntax)995 - [Изменения, уже присутствовавшие в Python 2.6](https://python-all.ru/3.10/whatsnew/3.0.html#changes-already-present-in-python-2-6)996 - [Изменения в библиотеке](https://python-all.ru/3.10/whatsnew/3.0.html#library-changes)997 - [**PEP 3101**: Новый подход к форматированию строк](https://python-all.ru/3.10/whatsnew/3.0.html#pep-3101-a-new-approach-to-string-formatting)998 - [Изменения в исключениях](https://python-all.ru/3.10/whatsnew/3.0.html#changes-to-exceptions)999 - [Прочие изменения](https://python-all.ru/3.10/whatsnew/3.0.html#miscellaneous-other-changes)10001001 - [Операторы и специальные методы](https://python-all.ru/3.10/whatsnew/3.0.html#operators-and-special-methods)1002 - [Встроенные функции](https://python-all.ru/3.10/whatsnew/3.0.html#builtins)1003 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/3.0.html#build-and-c-api-changes)1004 - [Производительность](https://python-all.ru/3.10/whatsnew/3.0.html#performance)1005 - [Переход на Python 3.0](https://python-all.ru/3.10/whatsnew/3.0.html#porting-to-python-3-0)1006 - [Что нового в Python 2.7](https://python-all.ru/3.10/whatsnew/2.7.html)10071008 - [Будущее Python 2.x](https://python-all.ru/3.10/whatsnew/2.7.html#the-future-for-python-2-x)1009 - [Изменения в обработке предупреждений об устаревании](https://python-all.ru/3.10/whatsnew/2.7.html#changes-to-the-handling-of-deprecation-warnings)1010 - [Возможности Python 3.1](https://python-all.ru/3.10/whatsnew/2.7.html#python-3-1-features)1011 - [PEP 372: Добавление упорядоченного словаря в collections](https://python-all.ru/3.10/whatsnew/2.7.html#pep-372-adding-an-ordered-dictionary-to-collections)1012 - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.10/whatsnew/2.7.html#pep-378-format-specifier-for-thousands-separator)1013 - [PEP 389: Модуль argparse для разбора командной строки](https://python-all.ru/3.10/whatsnew/2.7.html#pep-389-the-argparse-module-for-parsing-command-lines)1014 - [PEP 391: Конфигурация логирования на основе словаря](https://python-all.ru/3.10/whatsnew/2.7.html#pep-391-dictionary-based-configuration-for-logging)1015 - [PEP 3106: Представления словаря](https://python-all.ru/3.10/whatsnew/2.7.html#pep-3106-dictionary-views)1016 - [PEP 3137: Объект memoryview](https://python-all.ru/3.10/whatsnew/2.7.html#pep-3137-the-memoryview-object)1017 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/2.7.html#other-language-changes)10181019 - [Изменения в интерпретаторе](https://python-all.ru/3.10/whatsnew/2.7.html#interpreter-changes)1020 - [Оптимизации](https://python-all.ru/3.10/whatsnew/2.7.html#optimizations)1021 - [Новые и улучшенные модули](https://python-all.ru/3.10/whatsnew/2.7.html#new-and-improved-modules)10221023 - [Новый модуль: importlib](https://python-all.ru/3.10/whatsnew/2.7.html#new-module-importlib)1024 - [Новый модуль: sysconfig](https://python-all.ru/3.10/whatsnew/2.7.html#new-module-sysconfig)1025 - [ttk: Тематические виджеты для Tk](https://python-all.ru/3.10/whatsnew/2.7.html#ttk-themed-widgets-for-tk)1026 - [Обновлённый модуль: unittest](https://python-all.ru/3.10/whatsnew/2.7.html#updated-module-unittest)1027 - [Обновлённый модуль: ElementTree 1.3](https://python-all.ru/3.10/whatsnew/2.7.html#updated-module-elementtree-1-3)1028 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/2.7.html#build-and-c-api-changes)10291030 - [Капсулы](https://python-all.ru/3.10/whatsnew/2.7.html#capsules)1031 - [Изменения для конкретных платформ: Windows](https://python-all.ru/3.10/whatsnew/2.7.html#port-specific-changes-windows)1032 - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3.10/whatsnew/2.7.html#port-specific-changes-mac-os-x)1033 - [Изменения для конкретной платформы: FreeBSD](https://python-all.ru/3.10/whatsnew/2.7.html#port-specific-changes-freebsd)1034 - [Прочие изменения и исправления](https://python-all.ru/3.10/whatsnew/2.7.html#other-changes-and-fixes)1035 - [Переход на Python 2.7](https://python-all.ru/3.10/whatsnew/2.7.html#porting-to-python-2-7)1036 - [Новые возможности, добавленные в поддерживаемых выпусках Python 2.7](https://python-all.ru/3.10/whatsnew/2.7.html#new-features-added-to-python-2-7-maintenance-releases)10371038 - [Две новые переменные окружения для режима отладки](https://python-all.ru/3.10/whatsnew/2.7.html#two-new-environment-variables-for-debug-mode)1039 - [PEP 434: Исключение для улучшений IDLE во всех ветках](https://python-all.ru/3.10/whatsnew/2.7.html#pep-434-idle-enhancement-exception-for-all-branches)1040 - [PEP 466: Улучшения сетевой безопасности для Python 2.7](https://python-all.ru/3.10/whatsnew/2.7.html#pep-466-network-security-enhancements-for-python-2-7)1041 - [PEP 477: Перенос ensurepip (PEP 453) в Python 2.7](https://python-all.ru/3.10/whatsnew/2.7.html#pep-477-backport-ensurepip-pep-453-to-python-2-7)10421043 - [Автоматическая установка pip по умолчанию](https://python-all.ru/3.10/whatsnew/2.7.html#bootstrapping-pip-by-default)1044 - [Изменения в документации](https://python-all.ru/3.10/whatsnew/2.7.html#documentation-changes)1045 - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3.10/whatsnew/2.7.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)1046 - [PEP 493: Инструменты миграции проверки HTTPS для Python 2.7](https://python-all.ru/3.10/whatsnew/2.7.html#pep-493-https-verification-migration-tools-for-python-2-7)1047 - [Новая `make regen-all` цель сборки](https://python-all.ru/3.10/whatsnew/2.7.html#new-make-regen-all-build-target)1048 - [Удаление `make touch` цели сборки](https://python-all.ru/3.10/whatsnew/2.7.html#removal-of-make-touch-build-target)1049 - [Благодарности](https://python-all.ru/3.10/whatsnew/2.7.html#acknowledgements)1050 - [Что нового в Python 2.6](https://python-all.ru/3.10/whatsnew/2.6.html)10511052 - [Python 3.0](https://python-all.ru/3.10/whatsnew/2.6.html#python-3-0)1053 - [Изменения в процессе разработки](https://python-all.ru/3.10/whatsnew/2.6.html#changes-to-the-development-process)10541055 - [Новый трекер ошибок: Roundup](https://python-all.ru/3.10/whatsnew/2.6.html#new-issue-tracker-roundup)1056 - [Новый формат документации: reStructuredText с использованием Sphinx](https://python-all.ru/3.10/whatsnew/2.6.html#new-documentation-format-restructuredtext-using-sphinx)1057 - [PEP 343: Оператор 'with'](https://python-all.ru/3.10/whatsnew/2.6.html#pep-343-the-with-statement)10581059 - [Написание контекстных менеджеров](https://python-all.ru/3.10/whatsnew/2.6.html#writing-context-managers)1060 - [Модуль contextlib](https://python-all.ru/3.10/whatsnew/2.6.html#the-contextlib-module)1061 - [PEP 366: Явные относительные импорты из главного модуля](https://python-all.ru/3.10/whatsnew/2.6.html#pep-366-explicit-relative-imports-from-a-main-module)1062 - [PEP 370: Каталог `site-packages` для каждого пользователя](https://python-all.ru/3.10/whatsnew/2.6.html#pep-370-per-user-site-packages-directory)1063 - [PEP 371: Пакет `multiprocessing`](https://python-all.ru/3.10/whatsnew/2.6.html#pep-371-the-multiprocessing-package)1064 - [PEP 3101: Расширенное форматирование строк](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3101-advanced-string-formatting)1065 - [PEP 3105: `print` как функция](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3105-print-as-a-function)1066 - [PEP 3110: Изменения в обработке исключений](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3110-exception-handling-changes)1067 - [PEP 3112: Байтовые литералы](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3112-byte-literals)1068 - [PEP 3116: Новая библиотека ввода-вывода](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3116-new-i-o-library)1069 - [PEP 3118: Пересмотренный протокол буферов](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3118-revised-buffer-protocol)1070 - [PEP 3119: Абстрактные базовые классы](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3119-abstract-base-classes)1071 - [PEP 3127: Поддержка и синтаксис целочисленных литералов](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3127-integer-literal-support-and-syntax)1072 - [PEP 3129: Декораторы классов](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3129-class-decorators)1073 - [PEP 3141: Иерархия типов для чисел](https://python-all.ru/3.10/whatsnew/2.6.html#pep-3141-a-type-hierarchy-for-numbers)10741075 - [Модуль `fractions`](https://python-all.ru/3.10/whatsnew/2.6.html#the-fractions-module)1076 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/2.6.html#other-language-changes)10771078 - [Оптимизации](https://python-all.ru/3.10/whatsnew/2.6.html#optimizations)1079 - [Изменения в интерпретаторе](https://python-all.ru/3.10/whatsnew/2.6.html#interpreter-changes)1080 - [Новые и улучшенные модули](https://python-all.ru/3.10/whatsnew/2.6.html#new-and-improved-modules)10811082 - [Модуль `ast`](https://python-all.ru/3.10/whatsnew/2.6.html#the-ast-module)1083 - [Модуль `future_builtins`](https://python-all.ru/3.10/whatsnew/2.6.html#the-future-builtins-module)1084 - [Модуль `json`: JavaScript Object Notation](https://python-all.ru/3.10/whatsnew/2.6.html#the-json-module-javascript-object-notation)1085 - [Модуль `plistlib`: парсер списков свойств](https://python-all.ru/3.10/whatsnew/2.6.html#the-plistlib-module-a-property-list-parser)1086 - [Улучшения ctypes](https://python-all.ru/3.10/whatsnew/2.6.html#ctypes-enhancements)1087 - [Улучшенная поддержка SSL](https://python-all.ru/3.10/whatsnew/2.6.html#improved-ssl-support)1088 - [Устаревания и удаления](https://python-all.ru/3.10/whatsnew/2.6.html#deprecations-and-removals)1089 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/2.6.html#build-and-c-api-changes)10901091 - [Изменения для конкретных платформ: Windows](https://python-all.ru/3.10/whatsnew/2.6.html#port-specific-changes-windows)1092 - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3.10/whatsnew/2.6.html#port-specific-changes-mac-os-x)1093 - [Изменения для конкретных платформ: IRIX](https://python-all.ru/3.10/whatsnew/2.6.html#port-specific-changes-irix)1094 - [Переход на Python 2.6](https://python-all.ru/3.10/whatsnew/2.6.html#porting-to-python-2-6)1095 - [Благодарности](https://python-all.ru/3.10/whatsnew/2.6.html#acknowledgements)1096 - [Что нового в Python 2.5](https://python-all.ru/3.10/whatsnew/2.5.html)10971098 - [PEP 308: Условные выражения](https://python-all.ru/3.10/whatsnew/2.5.html#pep-308-conditional-expressions)1099 - [PEP 309: Частичное применение функций](https://python-all.ru/3.10/whatsnew/2.5.html#pep-309-partial-function-application)1100 - [PEP 314: Метаданные для пакетов Python v1.1](https://python-all.ru/3.10/whatsnew/2.5.html#pep-314-metadata-for-python-software-packages-v1-1)1101 - [PEP 328: Абсолютные и относительные импорты](https://python-all.ru/3.10/whatsnew/2.5.html#pep-328-absolute-and-relative-imports)1102 - [PEP 338: Выполнение модулей как сценариев](https://python-all.ru/3.10/whatsnew/2.5.html#pep-338-executing-modules-as-scripts)1103 - [PEP 341: Единый try/except/finally](https://python-all.ru/3.10/whatsnew/2.5.html#pep-341-unified-try-except-finally)1104 - [PEP 342: Новые возможности генераторов](https://python-all.ru/3.10/whatsnew/2.5.html#pep-342-new-generator-features)1105 - [PEP 343: Оператор 'with'](https://python-all.ru/3.10/whatsnew/2.5.html#pep-343-the-with-statement)11061107 - [Написание контекстных менеджеров](https://python-all.ru/3.10/whatsnew/2.5.html#writing-context-managers)1108 - [Модуль contextlib](https://python-all.ru/3.10/whatsnew/2.5.html#the-contextlib-module)1109 - [PEP 352: Исключения как классы нового стиля](https://python-all.ru/3.10/whatsnew/2.5.html#pep-352-exceptions-as-new-style-classes)1110 - [PEP 353: Использование ssize\_t в качестве типа индекса](https://python-all.ru/3.10/whatsnew/2.5.html#pep-353-using-ssize-t-as-the-index-type)1111 - [PEP 357: Метод '\_\_index\_\_'](https://python-all.ru/3.10/whatsnew/2.5.html#pep-357-the-index-method)1112 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/2.5.html#other-language-changes)11131114 - [Изменения в интерактивном интерпретаторе](https://python-all.ru/3.10/whatsnew/2.5.html#interactive-interpreter-changes)1115 - [Оптимизации](https://python-all.ru/3.10/whatsnew/2.5.html#optimizations)1116 - [Новые, улучшенные и удалённые модули](https://python-all.ru/3.10/whatsnew/2.5.html#new-improved-and-removed-modules)11171118 - [Пакет ctypes](https://python-all.ru/3.10/whatsnew/2.5.html#the-ctypes-package)1119 - [Пакет ElementTree](https://python-all.ru/3.10/whatsnew/2.5.html#the-elementtree-package)1120 - [Пакет hashlib](https://python-all.ru/3.10/whatsnew/2.5.html#the-hashlib-package)1121 - [Пакет sqlite3](https://python-all.ru/3.10/whatsnew/2.5.html#the-sqlite3-package)1122 - [Пакет wsgiref](https://python-all.ru/3.10/whatsnew/2.5.html#the-wsgiref-package)1123 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/2.5.html#build-and-c-api-changes)11241125 - [Изменения для конкретных платформ](https://python-all.ru/3.10/whatsnew/2.5.html#port-specific-changes)1126 - [Перенос на Python 2.5](https://python-all.ru/3.10/whatsnew/2.5.html#porting-to-python-2-5)1127 - [Благодарности](https://python-all.ru/3.10/whatsnew/2.5.html#acknowledgements)1128 - [Что нового в Python 2.4](https://python-all.ru/3.10/whatsnew/2.4.html)11291130 - [PEP 218: Встроенные объекты множеств](https://python-all.ru/3.10/whatsnew/2.4.html#pep-218-built-in-set-objects)1131 - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.10/whatsnew/2.4.html#pep-237-unifying-long-integers-and-integers)1132 - [PEP 289: Генераторные выражения](https://python-all.ru/3.10/whatsnew/2.4.html#pep-289-generator-expressions)1133 - [PEP 292: Упрощённая подстановка строк](https://python-all.ru/3.10/whatsnew/2.4.html#pep-292-simpler-string-substitutions)1134 - [PEP 318: Декораторы для функций и методов](https://python-all.ru/3.10/whatsnew/2.4.html#pep-318-decorators-for-functions-and-methods)1135 - [PEP 322: Обратная итерация](https://python-all.ru/3.10/whatsnew/2.4.html#pep-322-reverse-iteration)1136 - [PEP 324: Новый модуль подпроцесса](https://python-all.ru/3.10/whatsnew/2.4.html#pep-324-new-subprocess-module)1137 - [PEP 327: Тип данных Decimal](https://python-all.ru/3.10/whatsnew/2.4.html#pep-327-decimal-data-type)11381139 - [Зачем нужен Decimal?](https://python-all.ru/3.10/whatsnew/2.4.html#why-is-decimal-needed)1140 - [Тип `Decimal`](https://python-all.ru/3.10/whatsnew/2.4.html#the-decimal-type)1141 - [Тип `Context`](https://python-all.ru/3.10/whatsnew/2.4.html#the-context-type)1142 - [PEP 328: Многострочные импорты](https://python-all.ru/3.10/whatsnew/2.4.html#pep-328-multi-line-imports)1143 - [PEP 331: Независящие от локали преобразования float/строк](https://python-all.ru/3.10/whatsnew/2.4.html#pep-331-locale-independent-float-string-conversions)1144 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/2.4.html#other-language-changes)11451146 - [Оптимизации](https://python-all.ru/3.10/whatsnew/2.4.html#optimizations)1147 - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.10/whatsnew/2.4.html#new-improved-and-deprecated-modules)11481149 - [cookielib](https://python-all.ru/3.10/whatsnew/2.4.html#cookielib)1150 - [doctest](https://python-all.ru/3.10/whatsnew/2.4.html#doctest)1151 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/2.4.html#build-and-c-api-changes)11521153 - [Изменения для конкретных платформ](https://python-all.ru/3.10/whatsnew/2.4.html#port-specific-changes)1154 - [Перенос на Python 2.4](https://python-all.ru/3.10/whatsnew/2.4.html#porting-to-python-2-4)1155 - [Благодарности](https://python-all.ru/3.10/whatsnew/2.4.html#acknowledgements)1156 - [Что нового в Python 2.3](https://python-all.ru/3.10/whatsnew/2.3.html)11571158 - [PEP 218: Стандартный тип set](https://python-all.ru/3.10/whatsnew/2.3.html#pep-218-a-standard-set-datatype)1159 - [PEP 255: простые генераторы](https://python-all.ru/3.10/whatsnew/2.3.html#pep-255-simple-generators)1160 - [PEP 263: Кодировки исходного кода](https://python-all.ru/3.10/whatsnew/2.3.html#pep-263-source-code-encodings)1161 - [PEP 273: Импорт модулей из ZIP-архивов](https://python-all.ru/3.10/whatsnew/2.3.html#pep-273-importing-modules-from-zip-archives)1162 - [PEP 277: Поддержка имён файлов в Unicode для Windows NT](https://python-all.ru/3.10/whatsnew/2.3.html#pep-277-unicode-file-name-support-for-windows-nt)1163 - [PEP 278: Универсальная поддержка символов новой строки](https://python-all.ru/3.10/whatsnew/2.3.html#pep-278-universal-newline-support)1164 - [PEP 279: enumerate()](https://python-all.ru/3.10/whatsnew/2.3.html#pep-279-enumerate)1165 - [PEP 282: Пакет logging](https://python-all.ru/3.10/whatsnew/2.3.html#pep-282-the-logging-package)1166 - [PEP 285: Булев тип](https://python-all.ru/3.10/whatsnew/2.3.html#pep-285-a-boolean-type)1167 - [PEP 293: Колбэки обработки ошибок кодеков](https://python-all.ru/3.10/whatsnew/2.3.html#pep-293-codec-error-handling-callbacks)1168 - [PEP 301: Индекс пакетов и метаданные для Distutils](https://python-all.ru/3.10/whatsnew/2.3.html#pep-301-package-index-and-metadata-for-distutils)1169 - [PEP 302: Новые хуки импорта](https://python-all.ru/3.10/whatsnew/2.3.html#pep-302-new-import-hooks)1170 - [PEP 305: Файлы с разделителями-запятыми](https://python-all.ru/3.10/whatsnew/2.3.html#pep-305-comma-separated-files)1171 - [PEP 307: Улучшения pickle](https://python-all.ru/3.10/whatsnew/2.3.html#pep-307-pickle-enhancements)1172 - [Расширенные срезы](https://python-all.ru/3.10/whatsnew/2.3.html#extended-slices)1173 - [Прочие изменения языка](https://python-all.ru/3.10/whatsnew/2.3.html#other-language-changes)11741175 - [Изменения в строках](https://python-all.ru/3.10/whatsnew/2.3.html#string-changes)1176 - [Оптимизации](https://python-all.ru/3.10/whatsnew/2.3.html#optimizations)1177 - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.10/whatsnew/2.3.html#new-improved-and-deprecated-modules)11781179 - [Тип даты/времени](https://python-all.ru/3.10/whatsnew/2.3.html#date-time-type)1180 - [Модуль optparse](https://python-all.ru/3.10/whatsnew/2.3.html#the-optparse-module)1181 - [Pymalloc: Специализированный аллокатор объектов](https://python-all.ru/3.10/whatsnew/2.3.html#pymalloc-a-specialized-object-allocator)1182 - [Изменения в сборке и C API](https://python-all.ru/3.10/whatsnew/2.3.html#build-and-c-api-changes)11831184 - [Изменения для конкретных платформ](https://python-all.ru/3.10/whatsnew/2.3.html#port-specific-changes)1185 - [Прочие изменения и исправления](https://python-all.ru/3.10/whatsnew/2.3.html#other-changes-and-fixes)1186 - [Перенос на Python 2.3](https://python-all.ru/3.10/whatsnew/2.3.html#porting-to-python-2-3)1187 - [Благодарности](https://python-all.ru/3.10/whatsnew/2.3.html#acknowledgements)1188 - [Что нового в Python 2.2](https://python-all.ru/3.10/whatsnew/2.2.html)11891190 - [Введение](https://python-all.ru/3.10/whatsnew/2.2.html#introduction)1191 - [PEP 252 и 253: изменения типов и классов](https://python-all.ru/3.10/whatsnew/2.2.html#peps-252-and-253-type-and-class-changes)11921193 - [Старые и новые классы](https://python-all.ru/3.10/whatsnew/2.2.html#old-and-new-classes)1194 - [Дескрипторы](https://python-all.ru/3.10/whatsnew/2.2.html#descriptors)1195 - [Множественное наследование: правило ромба](https://python-all.ru/3.10/whatsnew/2.2.html#multiple-inheritance-the-diamond-rule)1196 - [Доступ к атрибутам](https://python-all.ru/3.10/whatsnew/2.2.html#attribute-access)1197 - [Связанные ссылки](https://python-all.ru/3.10/whatsnew/2.2.html#related-links)1198 - [PEP 234: итераторы](https://python-all.ru/3.10/whatsnew/2.2.html#pep-234-iterators)1199 - [PEP 255: простые генераторы](https://python-all.ru/3.10/whatsnew/2.2.html#pep-255-simple-generators)1200 - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.10/whatsnew/2.2.html#pep-237-unifying-long-integers-and-integers)1201 - [PEP 238: изменение оператора деления](https://python-all.ru/3.10/whatsnew/2.2.html#pep-238-changing-the-division-operator)1202 - [Изменения в Unicode](https://python-all.ru/3.10/whatsnew/2.2.html#unicode-changes)1203 - [PEP 227: вложенные области видимости](https://python-all.ru/3.10/whatsnew/2.2.html#pep-227-nested-scopes)1204 - [Новые и улучшенные модули](https://python-all.ru/3.10/whatsnew/2.2.html#new-and-improved-modules)1205 - [Изменения и исправления интерпретатора](https://python-all.ru/3.10/whatsnew/2.2.html#interpreter-changes-and-fixes)1206 - [Прочие изменения и исправления](https://python-all.ru/3.10/whatsnew/2.2.html#other-changes-and-fixes)1207 - [Благодарности](https://python-all.ru/3.10/whatsnew/2.2.html#acknowledgements)1208 - [Что нового в Python 2.1](https://python-all.ru/3.10/whatsnew/2.1.html)12091210 - [Введение](https://python-all.ru/3.10/whatsnew/2.1.html#introduction)1211 - [PEP 227: вложенные области видимости](https://python-all.ru/3.10/whatsnew/2.1.html#pep-227-nested-scopes)1212 - [PEP 236: директивы \_\_future\_\_](https://python-all.ru/3.10/whatsnew/2.1.html#pep-236-future-directives)1213 - [PEP 207: расширенные сравнения](https://python-all.ru/3.10/whatsnew/2.1.html#pep-207-rich-comparisons)1214 - [PEP 230: инфраструктура предупреждений](https://python-all.ru/3.10/whatsnew/2.1.html#pep-230-warning-framework)1215 - [PEP 229: новая система сборки](https://python-all.ru/3.10/whatsnew/2.1.html#pep-229-new-build-system)1216 - [PEP 205: слабые ссылки](https://python-all.ru/3.10/whatsnew/2.1.html#pep-205-weak-references)1217 - [PEP 232: атрибуты функций](https://python-all.ru/3.10/whatsnew/2.1.html#pep-232-function-attributes)1218 - [PEP 235: импорт модулей на платформах, нечувствительных к регистру](https://python-all.ru/3.10/whatsnew/2.1.html#pep-235-importing-modules-on-case-insensitive-platforms)1219 - [PEP 217: интерактивный перехватчик вывода](https://python-all.ru/3.10/whatsnew/2.1.html#pep-217-interactive-display-hook)1220 - [PEP 208: новая модель приведения типов](https://python-all.ru/3.10/whatsnew/2.1.html#pep-208-new-coercion-model)1221 - [PEP 241: метаданные в пакетах Python](https://python-all.ru/3.10/whatsnew/2.1.html#pep-241-metadata-in-python-packages)1222 - [Новые и улучшенные модули](https://python-all.ru/3.10/whatsnew/2.1.html#new-and-improved-modules)1223 - [Прочие изменения и исправления](https://python-all.ru/3.10/whatsnew/2.1.html#other-changes-and-fixes)1224 - [Благодарности](https://python-all.ru/3.10/whatsnew/2.1.html#acknowledgements)1225 - [Что нового в Python 2.0](https://python-all.ru/3.10/whatsnew/2.0.html)12261227 - [Введение](https://python-all.ru/3.10/whatsnew/2.0.html#introduction)1228 - [А что насчёт Python 1.6?](https://python-all.ru/3.10/whatsnew/2.0.html#what-about-python-1-6)1229 - [Новый процесс разработки](https://python-all.ru/3.10/whatsnew/2.0.html#new-development-process)1230 - [Юникод](https://python-all.ru/3.10/whatsnew/2.0.html#unicode)1231 - [Списковые включения](https://python-all.ru/3.10/whatsnew/2.0.html#list-comprehensions)1232 - [Расширенное присваивание](https://python-all.ru/3.10/whatsnew/2.0.html#augmented-assignment)1233 - [Методы строк](https://python-all.ru/3.10/whatsnew/2.0.html#string-methods)1234 - [Сборка мусора циклических ссылок](https://python-all.ru/3.10/whatsnew/2.0.html#garbage-collection-of-cycles)1235 - [Другие изменения ядра](https://python-all.ru/3.10/whatsnew/2.0.html#other-core-changes)12361237 - [Мелкие изменения языка](https://python-all.ru/3.10/whatsnew/2.0.html#minor-language-changes)1238 - [Изменения встроенных функций](https://python-all.ru/3.10/whatsnew/2.0.html#changes-to-built-in-functions)1239 - [Перенос на 2.0](https://python-all.ru/3.10/whatsnew/2.0.html#porting-to-2-0)1240 - [Изменения в расширении/встраивании](https://python-all.ru/3.10/whatsnew/2.0.html#extending-embedding-changes)1241 - [Distutils: упрощение установки модулей](https://python-all.ru/3.10/whatsnew/2.0.html#distutils-making-modules-easy-to-install)1242 - [Модули XML](https://python-all.ru/3.10/whatsnew/2.0.html#xml-modules)12431244 - [Поддержка SAX2](https://python-all.ru/3.10/whatsnew/2.0.html#sax2-support)1245 - [Поддержка DOM](https://python-all.ru/3.10/whatsnew/2.0.html#dom-support)1246 - [Связь с PyXML](https://python-all.ru/3.10/whatsnew/2.0.html#relationship-to-pyxml)1247 - [Изменения модулей](https://python-all.ru/3.10/whatsnew/2.0.html#module-changes)1248 - [Новые модули](https://python-all.ru/3.10/whatsnew/2.0.html#new-modules)1249 - [Улучшения IDLE](https://python-all.ru/3.10/whatsnew/2.0.html#idle-improvements)1250 - [Удалённые и устаревшие модули](https://python-all.ru/3.10/whatsnew/2.0.html#deleted-and-deprecated-modules)1251 - [Благодарности](https://python-all.ru/3.10/whatsnew/2.0.html#acknowledgements)1252 - [Журнал изменений](https://python-all.ru/3.10/whatsnew/changelog.html)12531254 - [Python 3.10.20 final](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-20-final)12551256 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#security)1257 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#library)1258 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#core-and-builtins)1259 - [Python 3.10.19 final](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-19-final)12601261 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id2)1262 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id3)1263 - [Python 3.10.18 final](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-18-final)12641265 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id4)1266 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id5)1267 - [Python 3.10.17 final](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-17-final)12681269 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id6)1270 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id7)1271 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#documentation)1272 - [Python 3.10.16 final](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-16-final)12731274 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#tests)1275 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id8)1276 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id9)1277 - [Python 3.10.15 final](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-15-final)12781279 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#windows)1280 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id10)1281 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id11)1282 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id12)1283 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id13)1284 - [Python 3.10.14 final](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-14-final)12851286 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id14)1287 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id15)1288 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id16)1289 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id17)1290 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id18)1291 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#tools-demos)1292 - [Python 3.10.13 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-13-final)12931294 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id19)1295 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id20)1296 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id21)1297 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#c-api)1298 - [Python 3.10.12 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-12-final)12991300 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id22)1301 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id23)1302 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id24)1303 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#build)1304 - [Python 3.10.11 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-11-final)13051306 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id25)1307 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id26)1308 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id27)1309 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id28)1310 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id29)1311 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id30)1312 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id31)1313 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#macos)1314 - [Python 3.10.10 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-10-final)13151316 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id32)1317 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id33)1318 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id34)1319 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id35)1320 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id36)1321 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id37)1322 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id38)1323 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id39)1324 - [Python 3.10.9 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-9-final)13251326 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id40)1327 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id41)1328 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id42)1329 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id43)1330 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id44)1331 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id45)1332 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id46)1333 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id47)1334 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#idle)1335 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id48)1336 - [Python 3.10.8 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-8-final)13371338 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id49)1339 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id50)1340 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id51)1341 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id52)1342 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id53)1343 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id54)1344 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id55)1345 - [Python 3.10.7 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-7-final)13461347 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id56)1348 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id57)1349 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id58)1350 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id59)1351 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id60)1352 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id61)1353 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id62)1354 - [Python 3.10.6 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-6-final)13551356 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id63)1357 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id64)1358 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id65)1359 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id66)1360 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id67)1361 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id68)1362 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id69)1363 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id70)1364 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id71)1365 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id72)1366 - [Python 3.10.5 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-5-final)13671368 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id73)1369 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id74)1370 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id75)1371 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id76)1372 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id77)1373 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id78)1374 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id79)1375 - [Python 3.10.4 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-4-final)13761377 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id80)1378 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id81)1379 - [Python 3.10.3 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-3-final)13801381 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id82)1382 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id83)1383 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id84)1384 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id85)1385 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id86)1386 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id87)1387 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id88)1388 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id89)1389 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id90)1390 - [Python 3.10.2 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-2-final)13911392 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id91)1393 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id92)1394 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id93)1395 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id94)1396 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id95)1397 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id96)1398 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id97)1399 - [Python 3.10.1 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-1-final)14001401 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id98)1402 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id99)1403 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id100)1404 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id101)1405 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id102)1406 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id103)1407 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id104)1408 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id105)1409 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id106)1410 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id107)1411 - [Python 3.10.0 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-final)14121413 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id108)1414 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id109)1415 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id110)1416 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id111)1417 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id112)1418 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id113)1419 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id114)1420 - [Python 3.10.0 кандидат в релиз 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-release-candidate-2)14211422 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id115)1423 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id116)1424 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id117)1425 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id118)1426 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id119)1427 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id120)1428 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id121)1429 - [Python 3.10.0 кандидат в релиз 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-release-candidate-1)14301431 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id122)1432 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id123)1433 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id124)1434 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id125)1435 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id126)1436 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id127)1437 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id128)1438 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id129)1439 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id130)1440 - [Python 3.10.0 бета 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-beta-4)14411442 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id131)1443 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id132)1444 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id133)1445 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id134)1446 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id135)1447 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id136)1448 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id137)1449 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id138)1450 - [Python 3.10.0 бета 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-beta-3)14511452 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id139)1453 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id140)1454 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id141)1455 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id142)1456 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id143)1457 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id144)1458 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id145)1459 - [Python 3.10.0 бета 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-beta-2)14601461 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id146)1462 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id147)1463 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id148)1464 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id149)1465 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id150)1466 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id151)1467 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id152)1468 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id153)1469 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id154)1470 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id155)1471 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id156)1472 - [Python 3.10.0 бета 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-beta-1)14731474 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id157)1475 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id158)1476 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id159)1477 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id160)1478 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id161)1479 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id162)1480 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id163)1481 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id164)1482 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id165)1483 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id166)1484 - [Python 3.10.0 альфа 7](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-alpha-7)14851486 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id167)1487 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id168)1488 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id169)1489 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id170)1490 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id171)1491 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id172)1492 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id173)1493 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id174)1494 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id175)1495 - [Python 3.10.0 альфа 6](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-alpha-6)14961497 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id176)1498 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id177)1499 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id178)1500 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id179)1501 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id180)1502 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id181)1503 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id182)1504 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id183)1505 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id184)1506 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id185)1507 - [Python 3.10.0 альфа 5](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-alpha-5)15081509 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id186)1510 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id187)1511 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id188)1512 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id189)1513 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id190)1514 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id191)1515 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id192)1516 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id193)1517 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id194)1518 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id195)1519 - [Python 3.10.0 альфа 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-alpha-4)15201521 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id196)1522 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id197)1523 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id198)1524 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id199)1525 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id200)1526 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id201)1527 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id202)1528 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id203)1529 - [Python 3.10.0 альфа 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-alpha-3)15301531 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id204)1532 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id205)1533 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id206)1534 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id207)1535 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id208)1536 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id209)1537 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id210)1538 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id211)1539 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id212)1540 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id213)1541 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id214)1542 - [Python 3.10.0 альфа 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-alpha-2)15431544 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id215)1545 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id216)1546 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id217)1547 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id218)1548 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id219)1549 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id220)1550 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id221)1551 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id222)1552 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id223)1553 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id224)1554 - [Python 3.10.0 альфа 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-10-0-alpha-1)15551556 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id225)1557 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id226)1558 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id227)1559 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id228)1560 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id229)1561 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id230)1562 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id231)1563 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id232)1564 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id233)1565 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id234)1566 - [Python 3.9.0 бета 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-9-0-beta-1)15671568 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id235)1569 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id236)1570 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id237)1571 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id238)1572 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id239)1573 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id240)1574 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id241)1575 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id242)1576 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id243)1577 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id244)1578 - [Python 3.9.0 альфа 6](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-9-0-alpha-6)15791580 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id245)1581 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id246)1582 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id247)1583 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id248)1584 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id249)1585 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id250)1586 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id251)1587 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id252)1588 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id253)1589 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id254)1590 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id255)1591 - [Python 3.9.0 альфа 5](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-9-0-alpha-5)15921593 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id256)1594 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id257)1595 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id258)1596 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id259)1597 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id260)1598 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id261)1599 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id262)1600 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id263)1601 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id264)1602 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id265)1603 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id266)1604 - [Python 3.9.0 альфа 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-9-0-alpha-4)16051606 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id267)1607 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id268)1608 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id269)1609 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id270)1610 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id271)1611 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id272)1612 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id273)1613 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id274)1614 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id275)1615 - [Python 3.9.0 альфа 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-9-0-alpha-3)16161617 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id276)1618 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id277)1619 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id278)1620 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id279)1621 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id280)1622 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id281)1623 - [Python 3.9.0 альфа 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-9-0-alpha-2)16241625 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id282)1626 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id283)1627 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id284)1628 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id285)1629 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id286)1630 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id287)1631 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id288)1632 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id289)1633 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id290)1634 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id291)1635 - [Python 3.9.0 альфа 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-9-0-alpha-1)16361637 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id292)1638 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id293)1639 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id294)1640 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id295)1641 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id296)1642 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id297)1643 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id298)1644 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id299)1645 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id300)1646 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id301)1647 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id302)1648 - [Python 3.8.0 бета 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-8-0-beta-1)16491650 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id303)1651 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id304)1652 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id305)1653 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id306)1654 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id307)1655 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id308)1656 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id309)1657 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id310)1658 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id311)1659 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id312)1660 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id313)1661 - [Python 3.8.0 альфа 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-8-0-alpha-4)16621663 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id314)1664 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id315)1665 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id316)1666 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id317)1667 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id318)1668 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id319)1669 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id320)1670 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id321)1671 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id322)1672 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id323)1673 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id324)1674 - [Python 3.8.0 альфа 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-8-0-alpha-3)16751676 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id325)1677 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id326)1678 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id327)1679 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id328)1680 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id329)1681 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id330)1682 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id331)1683 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id332)1684 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id333)1685 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id334)1686 - [Python 3.8.0 альфа 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-8-0-alpha-2)16871688 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id335)1689 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id336)1690 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id337)1691 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id338)1692 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id339)1693 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id340)1694 - [Python 3.8.0 альфа 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-8-0-alpha-1)16951696 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id341)1697 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id342)1698 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id343)1699 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id344)1700 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id345)1701 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id346)1702 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id347)1703 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id348)1704 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id349)1705 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id350)1706 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id351)1707 - [Python 3.7.0 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-final)17081709 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id352)1710 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id353)1711 - [Python 3.7.0 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-release-candidate-1)17121713 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id354)1714 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id355)1715 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id356)1716 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id357)1717 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id358)1718 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id359)1719 - [Python 3.7.0 бета 5](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-beta-5)17201721 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id360)1722 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id361)1723 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id362)1724 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id363)1725 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id364)1726 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id365)1727 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id366)1728 - [Python 3.7.0 бета 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-beta-4)17291730 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id367)1731 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id368)1732 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id369)1733 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id370)1734 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id371)1735 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id372)1736 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id373)1737 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id374)1738 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id375)1739 - [Python 3.7.0 бета 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-beta-3)17401741 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id376)1742 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id377)1743 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id378)1744 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id379)1745 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id380)1746 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id381)1747 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id382)1748 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id383)1749 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id384)1750 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id385)1751 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id386)1752 - [Python 3.7.0 бета 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-beta-2)17531754 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id387)1755 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id388)1756 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id389)1757 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id390)1758 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id391)1759 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id392)1760 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id393)1761 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id394)1762 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id395)1763 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id396)1764 - [Python 3.7.0 бета 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-beta-1)17651766 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id397)1767 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id398)1768 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id399)1769 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id400)1770 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id401)1771 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id402)1772 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id403)1773 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id404)1774 - [Python 3.7.0 альфа 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-alpha-4)17751776 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id405)1777 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id406)1778 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id407)1779 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id408)1780 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id409)1781 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id410)1782 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id411)1783 - [Python 3.7.0 альфа 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-alpha-3)17841785 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id412)1786 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id413)1787 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id414)1788 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id415)1789 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id416)1790 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id417)1791 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id418)1792 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id419)1793 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id420)1794 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id421)1795 - [Python 3.7.0 альфа 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-alpha-2)17961797 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id422)1798 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id423)1799 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id424)1800 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id425)1801 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id426)1802 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id427)1803 - [Python 3.7.0 альфа 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-7-0-alpha-1)18041805 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id428)1806 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id429)1807 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id430)1808 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id431)1809 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id432)1810 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id433)1811 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id434)1812 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id435)1813 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id436)1814 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id437)1815 - [Python 3.6.6 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-6-final)1816 - [Python 3.6.6 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-6-release-candidate-1)18171818 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id438)1819 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id439)1820 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id440)1821 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id441)1822 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id442)1823 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id443)1824 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id444)1825 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id445)1826 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id446)1827 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id447)1828 - [Python 3.6.5 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-5-final)18291830 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id448)1831 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id449)1832 - [Python 3.6.5 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-5-release-candidate-1)18331834 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id450)1835 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id451)1836 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id452)1837 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id453)1838 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id454)1839 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id455)1840 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id456)1841 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id457)1842 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id458)1843 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id459)1844 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id460)1845 - [Python 3.6.4 финальная](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-4-final)1846 - [Python 3.6.4 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-4-release-candidate-1)18471848 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id461)1849 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id462)1850 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id463)1851 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id464)1852 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id465)1853 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id466)1854 - [macOS](https://python-all.ru/3.10/whatsnew/changelog.html#id467)1855 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id468)1856 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id469)1857 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id470)1858 - [Python 3.6.3 финальная](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-3-final)18591860 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id471)1861 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id472)1862 - [Python 3.6.3 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-3-release-candidate-1)18631864 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id473)1865 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id474)1866 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id475)1867 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id476)1868 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id477)1869 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id478)1870 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id479)1871 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id480)1872 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id481)1873 - [Python 3.6.2 финальная](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-2-final)1874 - [Python 3.6.2 кандидат в релизы 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-2-release-candidate-2)18751876 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id482)1877 - [Python 3.6.2 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-2-release-candidate-1)18781879 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id483)1880 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id484)1881 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id485)1882 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id486)1883 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id487)1884 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id488)1885 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id489)1886 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id490)1887 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id491)1888 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id492)1889 - [Python 3.6.1 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-1-final)18901891 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id493)1892 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id494)1893 - [Python 3.6.1 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-1-release-candidate-1)18941895 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id495)1896 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id496)1897 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id497)1898 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id498)1899 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id499)1900 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id500)1901 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id501)1902 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id502)1903 - [Python 3.6.0 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-final)1904 - [Python 3.6.0 кандидат в релизы 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-release-candidate-2)19051906 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id503)1907 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id504)1908 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id505)1909 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id506)1910 - [Python 3.6.0 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-release-candidate-1)19111912 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id507)1913 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id508)1914 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id509)1915 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id510)1916 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id511)1917 - [Python 3.6.0 бета 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-beta-4)19181919 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id512)1920 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id513)1921 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id514)1922 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id515)1923 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id516)1924 - [Python 3.6.0 бета 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-beta-3)19251926 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id517)1927 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id518)1928 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id519)1929 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id520)1930 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id521)1931 - [Python 3.6.0 бета 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-beta-2)19321933 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id522)1934 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id523)1935 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id524)1936 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id525)1937 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id526)1938 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id527)1939 - [Python 3.6.0 бета 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-beta-1)19401941 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id528)1942 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id529)1943 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id530)1944 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id531)1945 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id532)1946 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id533)1947 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id534)1948 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id535)1949 - [Python 3.6.0 альфа 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-alpha-4)19501951 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id536)1952 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id537)1953 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id538)1954 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id539)1955 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id540)1956 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id541)1957 - [Python 3.6.0 альфа 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-alpha-3)19581959 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id542)1960 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id543)1961 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id544)1962 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id545)1963 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id546)1964 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id547)1965 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id548)1966 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id549)1967 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id550)1968 - [Python 3.6.0 альфа 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-alpha-2)19691970 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id551)1971 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id552)1972 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id553)1973 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id554)1974 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id555)1975 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id556)1976 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id557)1977 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id558)1978 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id559)1979 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id560)1980 - [Python 3.6.0 альфа 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-6-0-alpha-1)19811982 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id561)1983 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id562)1984 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id563)1985 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id564)1986 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id565)1987 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id566)1988 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id567)1989 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id568)1990 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id569)1991 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id570)1992 - [Python 3.5.5 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-5-final)1993 - [Python 3.5.5 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-5-release-candidate-1)19941995 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id571)1996 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id572)1997 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id573)1998 - [Python 3.5.4 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-4-final)19992000 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id574)2001 - [Python 3.5.4 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-4-release-candidate-1)20022003 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id575)2004 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id576)2005 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id577)2006 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id578)2007 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id579)2008 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id580)2009 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id581)2010 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id582)2011 - [Python 3.5.3 финальный](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-3-final)2012 - [Python 3.5.3 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-3-release-candidate-1)20132014 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id583)2015 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id584)2016 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id585)2017 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id586)2018 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id587)2019 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id588)2020 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id589)2021 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id590)2022 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id591)2023 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id592)2024 - [Python 3.5.2, финальная версия](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-2-final)20252026 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id593)2027 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id594)2028 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id595)2029 - [Python 3.5.2, релиз-кандидат 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-2-release-candidate-1)20302031 - [Безопасность](https://python-all.ru/3.10/whatsnew/changelog.html#id596)2032 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id597)2033 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id598)2034 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id599)2035 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id600)2036 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id601)2037 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id602)2038 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id603)2039 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id604)2040 - [Python 3.5.1, финальная версия](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-1-final)20412042 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id605)2043 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id606)2044 - [Python 3.5.1, релиз-кандидат 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-1-release-candidate-1)20452046 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id607)2047 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id608)2048 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id609)2049 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id610)2050 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id611)2051 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id612)2052 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id613)2053 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id614)2054 - [Python 3.5.0, финальная версия](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-final)20552056 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id615)2057 - [Python 3.5.0, релиз-кандидат 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-release-candidate-4)20582059 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id616)2060 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id617)2061 - [Python 3.5.0, релиз-кандидат 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-release-candidate-3)20622063 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id618)2064 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id619)2065 - [Python 3.5.0 кандидат в релизы 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-release-candidate-2)20662067 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id620)2068 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id621)2069 - [Python 3.5.0 кандидат в релизы 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-release-candidate-1)20702071 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id622)2072 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id623)2073 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id624)2074 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id625)2075 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id626)2076 - [Python 3.5.0 бета 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-beta-4)20772078 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id627)2079 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id628)2080 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id629)2081 - [Python 3.5.0 бета 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-beta-3)20822083 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id630)2084 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id631)2085 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id632)2086 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id633)2087 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id634)2088 - [Python 3.5.0 бета 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-beta-2)20892090 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id635)2091 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id636)2092 - [Python 3.5.0 бета 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-beta-1)20932094 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id637)2095 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id638)2096 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id639)2097 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id640)2098 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id641)2099 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id642)2100 - [Python 3.5.0 альфа 4](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-alpha-4)21012102 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id643)2103 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id644)2104 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id645)2105 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id646)2106 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id647)2107 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id648)2108 - [Python 3.5.0 альфа 3](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-alpha-3)21092110 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id649)2111 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id650)2112 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id651)2113 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id652)2114 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id653)2115 - [Python 3.5.0 альфа 2](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-alpha-2)21162117 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id654)2118 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id655)2119 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id656)2120 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id657)2121 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id658)2122 - [Python 3.5.0 альфа 1](https://python-all.ru/3.10/whatsnew/changelog.html#python-3-5-0-alpha-1)21232124 - [Ядро и встроенные модули](https://python-all.ru/3.10/whatsnew/changelog.html#id659)2125 - [Библиотека](https://python-all.ru/3.10/whatsnew/changelog.html#id660)2126 - [IDLE](https://python-all.ru/3.10/whatsnew/changelog.html#id661)2127 - [Сборка](https://python-all.ru/3.10/whatsnew/changelog.html#id662)2128 - [C API](https://python-all.ru/3.10/whatsnew/changelog.html#id663)2129 - [Документация](https://python-all.ru/3.10/whatsnew/changelog.html#id664)2130 - [Тесты](https://python-all.ru/3.10/whatsnew/changelog.html#id665)2131 - [Инструменты/Демонстрации](https://python-all.ru/3.10/whatsnew/changelog.html#id666)2132 - [Windows](https://python-all.ru/3.10/whatsnew/changelog.html#id667)2133- [Учебник Python](https://python-all.ru/3.10/tutorial/index.html)21342135 - [1. Введение](https://python-all.ru/3.10/tutorial/appetite.html)2136 - [2. Использование интерпретатора Python](https://python-all.ru/3.10/tutorial/interpreter.html)21372138 - [2.1. Запуск интерпретатора](https://python-all.ru/3.10/tutorial/interpreter.html#invoking-the-interpreter)21392140 - [2.1.1. Передача аргументов](https://python-all.ru/3.10/tutorial/interpreter.html#argument-passing)2141 - [2.1.2. Интерактивный режим](https://python-all.ru/3.10/tutorial/interpreter.html#interactive-mode)2142 - [2.2. Интерпретатор и его окружение](https://python-all.ru/3.10/tutorial/interpreter.html#the-interpreter-and-its-environment)21432144 - [2.2.1. Кодировка исходного кода](https://python-all.ru/3.10/tutorial/interpreter.html#source-code-encoding)2145 - [3. Неформальное введение в Python](https://python-all.ru/3.10/tutorial/introduction.html)21462147 - [3.1. Использование Python в качестве калькулятора](https://python-all.ru/3.10/tutorial/introduction.html#using-python-as-a-calculator)21482149 - [3.1.1. Числа](https://python-all.ru/3.10/tutorial/introduction.html#numbers)2150 - [3.1.2. Строки](https://python-all.ru/3.10/tutorial/introduction.html#strings)2151 - [3.1.3. Списки](https://python-all.ru/3.10/tutorial/introduction.html#lists)2152 - [3.2. Первые шаги к программированию](https://python-all.ru/3.10/tutorial/introduction.html#first-steps-towards-programming)2153 - [4. Дополнительные средства управления потоком](https://python-all.ru/3.10/tutorial/controlflow.html)21542155 - [4.1. `if` Инструкции](https://python-all.ru/3.10/tutorial/controlflow.html#if-statements)2156 - [4.2. `for` Инструкции](https://python-all.ru/3.10/tutorial/controlflow.html#for-statements)2157 - [4.3. Функция `range()`](https://python-all.ru/3.10/tutorial/controlflow.html#the-range-function)2158 - [4.4. Инструкции `break` и `continue`, а также предложения `else` в циклах](https://python-all.ru/3.10/tutorial/controlflow.html#break-and-continue-statements-and-else-clauses-on-loops)2159 - [4.5. Инструкции `pass`](https://python-all.ru/3.10/tutorial/controlflow.html#pass-statements)2160 - [4.6. `match` Инструкции](https://python-all.ru/3.10/tutorial/controlflow.html#match-statements)2161 - [4.7. Определение функций](https://python-all.ru/3.10/tutorial/controlflow.html#defining-functions)2162 - [4.8. Подробнее об определении функций](https://python-all.ru/3.10/tutorial/controlflow.html#more-on-defining-functions)21632164 - [4.8.1. Значения аргументов по умолчанию](https://python-all.ru/3.10/tutorial/controlflow.html#default-argument-values)2165 - [4.8.2. Именованные аргументы](https://python-all.ru/3.10/tutorial/controlflow.html#keyword-arguments)2166 - [4.8.3. Специальные параметры](https://python-all.ru/3.10/tutorial/controlflow.html#special-parameters)21672168 - [4.8.3.1. Позиционные или именованные аргументы](https://python-all.ru/3.10/tutorial/controlflow.html#positional-or-keyword-arguments)2169 - [4.8.3.2. Только позиционные параметры](https://python-all.ru/3.10/tutorial/controlflow.html#positional-only-parameters)2170 - [4.8.3.3. Только ключевые аргументы](https://python-all.ru/3.10/tutorial/controlflow.html#keyword-only-arguments)2171 - [4.8.3.4. Примеры функций](https://python-all.ru/3.10/tutorial/controlflow.html#function-examples)2172 - [4.8.3.5. Повторение](https://python-all.ru/3.10/tutorial/controlflow.html#recap)2173 - [4.8.4. Произвольные списки аргументов](https://python-all.ru/3.10/tutorial/controlflow.html#arbitrary-argument-lists)2174 - [4.8.5. Распаковка списков аргументов](https://python-all.ru/3.10/tutorial/controlflow.html#unpacking-argument-lists)2175 - [4.8.6. Лямбда-выражения](https://python-all.ru/3.10/tutorial/controlflow.html#lambda-expressions)2176 - [4.8.7. Строки документации](https://python-all.ru/3.10/tutorial/controlflow.html#documentation-strings)2177 - [4.8.8. Аннотации функций](https://python-all.ru/3.10/tutorial/controlflow.html#function-annotations)2178 - [4.9. Интермеццо: стиль кода](https://python-all.ru/3.10/tutorial/controlflow.html#intermezzo-coding-style)2179 - [5. Структуры данных](https://python-all.ru/3.10/tutorial/datastructures.html)21802181 - [5.1. Подробнее о списках](https://python-all.ru/3.10/tutorial/datastructures.html#more-on-lists)21822183 - [5.1.1. Использование списков как стеков](https://python-all.ru/3.10/tutorial/datastructures.html#using-lists-as-stacks)2184 - [5.1.2. Использование списков как очередей](https://python-all.ru/3.10/tutorial/datastructures.html#using-lists-as-queues)2185 - [5.1.3. Списковые включения](https://python-all.ru/3.10/tutorial/datastructures.html#list-comprehensions)2186 - [5.1.4. Вложенные списковые включения](https://python-all.ru/3.10/tutorial/datastructures.html#nested-list-comprehensions)2187 - [5.2. Инструкция `del`](https://python-all.ru/3.10/tutorial/datastructures.html#the-del-statement)2188 - [5.3. Кортежи и последовательности](https://python-all.ru/3.10/tutorial/datastructures.html#tuples-and-sequences)2189 - [5.4. Множества](https://python-all.ru/3.10/tutorial/datastructures.html#sets)2190 - [5.5. Словари](https://python-all.ru/3.10/tutorial/datastructures.html#dictionaries)2191 - [5.6. Приёмы работы с циклами](https://python-all.ru/3.10/tutorial/datastructures.html#looping-techniques)2192 - [5.7. Подробнее об условиях](https://python-all.ru/3.10/tutorial/datastructures.html#more-on-conditions)2193 - [5.8. Сравнение последовательностей и других типов](https://python-all.ru/3.10/tutorial/datastructures.html#comparing-sequences-and-other-types)2194 - [6. Модули](https://python-all.ru/3.10/tutorial/modules.html)21952196 - [6.1. Подробнее о модулях](https://python-all.ru/3.10/tutorial/modules.html#more-on-modules)21972198 - [6.1.1. Запуск модулей как скриптов](https://python-all.ru/3.10/tutorial/modules.html#executing-modules-as-scripts)2199 - [6.1.2. Путь поиска модулей](https://python-all.ru/3.10/tutorial/modules.html#the-module-search-path)2200 - [6.1.3. «Скомпилированные» файлы Python](https://python-all.ru/3.10/tutorial/modules.html#compiled-python-files)2201 - [6.2. Стандартные модули](https://python-all.ru/3.10/tutorial/modules.html#standard-modules)2202 - [6.3. Функция `dir()`](https://python-all.ru/3.10/tutorial/modules.html#the-dir-function)2203 - [6.4. Пакеты](https://python-all.ru/3.10/tutorial/modules.html#packages)22042205 - [6.4.1. Импорт \* из пакета](https://python-all.ru/3.10/tutorial/modules.html#importing-from-a-package)2206 - [6.4.2. Ссылки внутри пакета](https://python-all.ru/3.10/tutorial/modules.html#intra-package-references)2207 - [6.4.3. Пакеты в нескольких каталогах](https://python-all.ru/3.10/tutorial/modules.html#packages-in-multiple-directories)2208 - [7. Ввод и вывод](https://python-all.ru/3.10/tutorial/inputoutput.html)22092210 - [7.1. Более сложное форматирование вывода](https://python-all.ru/3.10/tutorial/inputoutput.html#fancier-output-formatting)22112212 - [7.1.1. Форматированные строковые литералы](https://python-all.ru/3.10/tutorial/inputoutput.html#formatted-string-literals)2213 - [7.1.2. Метод format() строк](https://python-all.ru/3.10/tutorial/inputoutput.html#the-string-format-method)2214 - [7.1.3. Форматирование строк вручную](https://python-all.ru/3.10/tutorial/inputoutput.html#manual-string-formatting)2215 - [7.1.4. Устаревшее форматирование строк](https://python-all.ru/3.10/tutorial/inputoutput.html#old-string-formatting)2216 - [7.2. Чтение и запись файлов](https://python-all.ru/3.10/tutorial/inputoutput.html#reading-and-writing-files)22172218 - [7.2.1. Методы файловых объектов](https://python-all.ru/3.10/tutorial/inputoutput.html#methods-of-file-objects)2219 - [7.2.2. Сохранение структурированных данных с помощью `json`](https://python-all.ru/3.10/tutorial/inputoutput.html#saving-structured-data-with-json)2220 - [8. Ошибки и исключения](https://python-all.ru/3.10/tutorial/errors.html)22212222 - [8.1. Синтаксические ошибки](https://python-all.ru/3.10/tutorial/errors.html#syntax-errors)2223 - [8.2. Исключения](https://python-all.ru/3.10/tutorial/errors.html#exceptions)2224 - [8.3. Обработка исключений](https://python-all.ru/3.10/tutorial/errors.html#handling-exceptions)2225 - [8.4. Возбуждение исключений](https://python-all.ru/3.10/tutorial/errors.html#raising-exceptions)2226 - [8.5. Цепочки исключений](https://python-all.ru/3.10/tutorial/errors.html#exception-chaining)2227 - [8.6. Пользовательские исключения](https://python-all.ru/3.10/tutorial/errors.html#user-defined-exceptions)2228 - [8.7. Определение действий по очистке](https://python-all.ru/3.10/tutorial/errors.html#defining-clean-up-actions)2229 - [8.8. Предопределённые действия по очистке](https://python-all.ru/3.10/tutorial/errors.html#predefined-clean-up-actions)2230 - [9. Классы](https://python-all.ru/3.10/tutorial/classes.html)22312232 - [9.1. Несколько слов об именах и объектах](https://python-all.ru/3.10/tutorial/classes.html#a-word-about-names-and-objects)2233 - [9.2. Области видимости и пространства имён Python](https://python-all.ru/3.10/tutorial/classes.html#python-scopes-and-namespaces)22342235 - [9.2.1. Пример областей видимости и пространств имён](https://python-all.ru/3.10/tutorial/classes.html#scopes-and-namespaces-example)2236 - [9.3. Первое знакомство с классами](https://python-all.ru/3.10/tutorial/classes.html#a-first-look-at-classes)22372238 - [9.3.1. Синтаксис определения класса](https://python-all.ru/3.10/tutorial/classes.html#class-definition-syntax)2239 - [9.3.2. Объекты классов](https://python-all.ru/3.10/tutorial/classes.html#class-objects)2240 - [9.3.3. Объекты экземпляров](https://python-all.ru/3.10/tutorial/classes.html#instance-objects)2241 - [9.3.4. Объекты методов](https://python-all.ru/3.10/tutorial/classes.html#method-objects)2242 - [9.3.5. Переменные класса и экземпляра](https://python-all.ru/3.10/tutorial/classes.html#class-and-instance-variables)2243 - [9.4. Разные замечания](https://python-all.ru/3.10/tutorial/classes.html#random-remarks)2244 - [9.5. Наследование](https://python-all.ru/3.10/tutorial/classes.html#inheritance)22452246 - [9.5.1. Множественное наследование](https://python-all.ru/3.10/tutorial/classes.html#multiple-inheritance)2247 - [9.6. Приватные переменные](https://python-all.ru/3.10/tutorial/classes.html#private-variables)2248 - [9.7. Разное](https://python-all.ru/3.10/tutorial/classes.html#odds-and-ends)2249 - [9.8. Итераторы](https://python-all.ru/3.10/tutorial/classes.html#iterators)2250 - [9.9. Генераторы](https://python-all.ru/3.10/tutorial/classes.html#generators)2251 - [9.10. Генераторные выражения](https://python-all.ru/3.10/tutorial/classes.html#generator-expressions)2252 - [10. Краткий обзор стандартной библиотеки](https://python-all.ru/3.10/tutorial/stdlib.html)22532254 - [10.1. Интерфейс операционной системы](https://python-all.ru/3.10/tutorial/stdlib.html#operating-system-interface)2255 - [10.2. Файловые шаблоны](https://python-all.ru/3.10/tutorial/stdlib.html#file-wildcards)2256 - [10.3. Аргументы командной строки](https://python-all.ru/3.10/tutorial/stdlib.html#command-line-arguments)2257 - [10.4. Перенаправление вывода ошибок и завершение программы](https://python-all.ru/3.10/tutorial/stdlib.html#error-output-redirection-and-program-termination)2258 - [10.5. Поиск по шаблону в строках](https://python-all.ru/3.10/tutorial/stdlib.html#string-pattern-matching)2259 - [10.6. Математика](https://python-all.ru/3.10/tutorial/stdlib.html#mathematics)2260 - [10.7. Доступ в Интернет](https://python-all.ru/3.10/tutorial/stdlib.html#internet-access)2261 - [10.8. Даты и время](https://python-all.ru/3.10/tutorial/stdlib.html#dates-and-times)2262 - [10.9. Сжатие данных](https://python-all.ru/3.10/tutorial/stdlib.html#data-compression)2263 - [10.10. Измерение производительности](https://python-all.ru/3.10/tutorial/stdlib.html#performance-measurement)2264 - [10.11. Контроль качества](https://python-all.ru/3.10/tutorial/stdlib.html#quality-control)2265 - [10.12. Батарейки в комплекте](https://python-all.ru/3.10/tutorial/stdlib.html#batteries-included)2266 - [11. Краткий обзор стандартной библиотеки – Часть II](https://python-all.ru/3.10/tutorial/stdlib2.html)22672268 - [11.1. Форматирование вывода](https://python-all.ru/3.10/tutorial/stdlib2.html#output-formatting)2269 - [11.2. Шаблоны](https://python-all.ru/3.10/tutorial/stdlib2.html#templating)2270 - [11.3. Работа с двоичными данными и структурами записей](https://python-all.ru/3.10/tutorial/stdlib2.html#working-with-binary-data-record-layouts)2271 - [11.4. Многопоточность](https://python-all.ru/3.10/tutorial/stdlib2.html#multi-threading)2272 - [11.5. Логирование](https://python-all.ru/3.10/tutorial/stdlib2.html#logging)2273 - [11.6. Слабые ссылки](https://python-all.ru/3.10/tutorial/stdlib2.html#weak-references)2274 - [11.7. Инструменты для работы со списками](https://python-all.ru/3.10/tutorial/stdlib2.html#tools-for-working-with-lists)2275 - [11.8. Десятичная арифметика с плавающей запятой](https://python-all.ru/3.10/tutorial/stdlib2.html#decimal-floating-point-arithmetic)2276 - [12. Виртуальные окружения и пакеты](https://python-all.ru/3.10/tutorial/venv.html)22772278 - [12.1. Введение](https://python-all.ru/3.10/tutorial/venv.html#introduction)2279 - [12.2. Создание виртуальных окружений](https://python-all.ru/3.10/tutorial/venv.html#creating-virtual-environments)2280 - [12.3. Управление пакетами с помощью pip](https://python-all.ru/3.10/tutorial/venv.html#managing-packages-with-pip)2281 - [13. Что дальше?](https://python-all.ru/3.10/tutorial/whatnow.html)2282 - [14. Интерактивное редактирование ввода и подстановка истории](https://python-all.ru/3.10/tutorial/interactive.html)22832284 - [14.1. Автодополнение по табуляции и редактирование истории](https://python-all.ru/3.10/tutorial/interactive.html#tab-completion-and-history-editing)2285 - [14.2. Альтернативы интерактивному интерпретатору](https://python-all.ru/3.10/tutorial/interactive.html#alternatives-to-the-interactive-interpreter)2286 - [15. Арифметика с плавающей запятой: проблемы и ограничения](https://python-all.ru/3.10/tutorial/floatingpoint.html)22872288 - [15.1. Ошибка представления](https://python-all.ru/3.10/tutorial/floatingpoint.html#representation-error)2289 - [16. Приложение](https://python-all.ru/3.10/tutorial/appendix.html)22902291 - [16.1. Интерактивный режим](https://python-all.ru/3.10/tutorial/appendix.html#interactive-mode)22922293 - [16.1.1. Обработка ошибок](https://python-all.ru/3.10/tutorial/appendix.html#error-handling)2294 - [16.1.2. Исполняемые скрипты Python](https://python-all.ru/3.10/tutorial/appendix.html#executable-python-scripts)2295 - [16.1.3. Файл автозагрузки интерактивного режима](https://python-all.ru/3.10/tutorial/appendix.html#the-interactive-startup-file)2296 - [16.1.4. Модули настройки](https://python-all.ru/3.10/tutorial/appendix.html#the-customization-modules)2297- [Настройка и использование Python](https://python-all.ru/3.10/using/index.html)22982299 - [1. Командная строка и окружение](https://python-all.ru/3.10/using/cmdline.html)23002301 - [1.1. Командная строка](https://python-all.ru/3.10/using/cmdline.html#command-line)23022303 - [1.1.1. Параметры интерфейса](https://python-all.ru/3.10/using/cmdline.html#interface-options)2304 - [1.1.2. Общие параметры](https://python-all.ru/3.10/using/cmdline.html#generic-options)2305 - [1.1.3. Прочие параметры](https://python-all.ru/3.10/using/cmdline.html#miscellaneous-options)2306 - [1.1.4. Опции, которые не следует использовать](https://python-all.ru/3.10/using/cmdline.html#options-you-shouldn-t-use)2307 - [1.2. Переменные окружения](https://python-all.ru/3.10/using/cmdline.html#environment-variables)23082309 - [1.2.1. Переменные режима отладки](https://python-all.ru/3.10/using/cmdline.html#debug-mode-variables)2310 - [2. Использование Python на платформах Unix](https://python-all.ru/3.10/using/unix.html)23112312 - [2.1. Получение и установка последней версии Python](https://python-all.ru/3.10/using/unix.html#getting-and-installing-the-latest-version-of-python)23132314 - [2.1.1. В Linux](https://python-all.ru/3.10/using/unix.html#on-linux)2315 - [2.1.2. В FreeBSD и OpenBSD](https://python-all.ru/3.10/using/unix.html#on-freebsd-and-openbsd)2316 - [2.1.3. В OpenSolaris](https://python-all.ru/3.10/using/unix.html#on-opensolaris)2317 - [2.2. Сборка Python](https://python-all.ru/3.10/using/unix.html#building-python)2318 - [2.3. Пути и файлы, связанные с Python](https://python-all.ru/3.10/using/unix.html#python-related-paths-and-files)2319 - [2.4. Прочее](https://python-all.ru/3.10/using/unix.html#miscellaneous)2320 - [2.5. Настройка OpenSSL](https://python-all.ru/3.10/using/unix.html#custom-openssl)2321 - [3. Настройка сборки Python](https://python-all.ru/3.10/using/configure.html)23222323 - [3.1. Параметры конфигурации](https://python-all.ru/3.10/using/configure.html#configure-options)23242325 - [3.1.1. Общие параметры](https://python-all.ru/3.10/using/configure.html#general-options)2326 - [3.1.2. Параметры установки](https://python-all.ru/3.10/using/configure.html#install-options)2327 - [3.1.3. Параметры производительности](https://python-all.ru/3.10/using/configure.html#performance-options)2328 - [3.1.4. Отладочная сборка Python](https://python-all.ru/3.10/using/configure.html#python-debug-build)2329 - [3.1.5. Параметры отладки](https://python-all.ru/3.10/using/configure.html#debug-options)2330 - [3.1.6. Параметры компоновщика](https://python-all.ru/3.10/using/configure.html#linker-options)2331 - [3.1.7. Параметры библиотек](https://python-all.ru/3.10/using/configure.html#libraries-options)2332 - [3.1.8. Параметры безопасности](https://python-all.ru/3.10/using/configure.html#security-options)2333 - [3.1.9. Параметры macOS](https://python-all.ru/3.10/using/configure.html#macos-options)2334 - [3.2. Система сборки Python](https://python-all.ru/3.10/using/configure.html#python-build-system)23352336 - [3.2.1. Основные файлы системы сборки](https://python-all.ru/3.10/using/configure.html#main-files-of-the-build-system)2337 - [3.2.2. Основные этапы сборки](https://python-all.ru/3.10/using/configure.html#main-build-steps)2338 - [3.2.3. Основные цели Makefile](https://python-all.ru/3.10/using/configure.html#main-makefile-targets)2339 - [3.2.4. Расширения на C](https://python-all.ru/3.10/using/configure.html#c-extensions)2340 - [3.3. Флаги компилятора и компоновщика](https://python-all.ru/3.10/using/configure.html#compiler-and-linker-flags)23412342 - [3.3.1. Флаги препроцессора](https://python-all.ru/3.10/using/configure.html#preprocessor-flags)2343 - [3.3.2. Флаги компилятора](https://python-all.ru/3.10/using/configure.html#compiler-flags)2344 - [3.3.3. Флаги компоновщика](https://python-all.ru/3.10/using/configure.html#linker-flags)2345 - [4. Использование Python в Windows](https://python-all.ru/3.10/using/windows.html)23462347 - [4.1. Полный установщик](https://python-all.ru/3.10/using/windows.html#the-full-installer)23482349 - [4.1.1. Шаги установки](https://python-all.ru/3.10/using/windows.html#installation-steps)2350 - [4.1.2. Снятие ограничения MAX\_PATH](https://python-all.ru/3.10/using/windows.html#removing-the-max-path-limitation)2351 - [4.1.3. Установка без UI](https://python-all.ru/3.10/using/windows.html#installing-without-ui)2352 - [4.1.4. Установка без загрузки](https://python-all.ru/3.10/using/windows.html#installing-without-downloading)2353 - [4.1.5. Изменение установки](https://python-all.ru/3.10/using/windows.html#modifying-an-install)2354 - [4.2. Пакет из Microsoft Store](https://python-all.ru/3.10/using/windows.html#the-microsoft-store-package)23552356 - [4.2.1. Известные проблемы](https://python-all.ru/3.10/using/windows.html#known-issues)23572358 - [4.2.1.1. Перенаправление локальных данных, реестра и временных путей](https://python-all.ru/3.10/using/windows.html#redirection-of-local-data-registry-and-temporary-paths)2359 - [4.3. Пакеты из nuget.org](https://python-all.ru/3.10/using/windows.html#the-nuget-org-packages)2360 - [4.4. Встраиваемый пакет](https://python-all.ru/3.10/using/windows.html#the-embeddable-package)23612362 - [4.4.1. Приложение Python](https://python-all.ru/3.10/using/windows.html#python-application)2363 - [4.4.2. Встраивание Python](https://python-all.ru/3.10/using/windows.html#embedding-python)2364 - [4.5. Альтернативные сборки](https://python-all.ru/3.10/using/windows.html#alternative-bundles)2365 - [4.6. Настройка Python](https://python-all.ru/3.10/using/windows.html#configuring-python)23662367 - [4.6.1. Экскурс: установка переменных окружения](https://python-all.ru/3.10/using/windows.html#excursus-setting-environment-variables)2368 - [4.6.2. Поиск исполняемого файла Python](https://python-all.ru/3.10/using/windows.html#finding-the-python-executable)2369 - [4.7. Режим UTF-8](https://python-all.ru/3.10/using/windows.html#utf-8-mode)2370 - [4.8. Запускатель Python для Windows](https://python-all.ru/3.10/using/windows.html#python-launcher-for-windows)23712372 - [4.8.1. Начало работы](https://python-all.ru/3.10/using/windows.html#getting-started)23732374 - [4.8.1.1. Из командной строки](https://python-all.ru/3.10/using/windows.html#from-the-command-line)2375 - [4.8.1.2. Виртуальные окружения](https://python-all.ru/3.10/using/windows.html#virtual-environments)2376 - [4.8.1.3. Из скрипта](https://python-all.ru/3.10/using/windows.html#from-a-script)2377 - [4.8.1.4. Из ассоциаций файлов](https://python-all.ru/3.10/using/windows.html#from-file-associations)2378 - [4.8.2. Строки shebang](https://python-all.ru/3.10/using/windows.html#shebang-lines)2379 - [4.8.3. Аргументы в строках shebang](https://python-all.ru/3.10/using/windows.html#arguments-in-shebang-lines)2380 - [4.8.4. Настройка](https://python-all.ru/3.10/using/windows.html#customization)23812382 - [4.8.4.1. Настройка через INI-файлы](https://python-all.ru/3.10/using/windows.html#customization-via-ini-files)2383 - [4.8.4.2. Настройка версий Python по умолчанию](https://python-all.ru/3.10/using/windows.html#customizing-default-python-versions)2384 - [4.8.5. Диагностика](https://python-all.ru/3.10/using/windows.html#diagnostics)2385 - [4.9. Поиск модулей](https://python-all.ru/3.10/using/windows.html#finding-modules)2386 - [4.10. Дополнительные модули](https://python-all.ru/3.10/using/windows.html#additional-modules)23872388 - [4.10.1. PyWin32](https://python-all.ru/3.10/using/windows.html#pywin32)2389 - [4.10.2. cx\_Freeze](https://python-all.ru/3.10/using/windows.html#cx-freeze)2390 - [4.11. Компиляция Python в Windows](https://python-all.ru/3.10/using/windows.html#compiling-python-on-windows)2391 - [4.12. Другие платформы](https://python-all.ru/3.10/using/windows.html#other-platforms)2392 - [5. Использование Python на Mac](https://python-all.ru/3.10/using/mac.html)23932394 - [5.1. Получение и установка MacPython](https://python-all.ru/3.10/using/mac.html#getting-and-installing-macpython)23952396 - [5.1.1. Как запустить скрипт Python](https://python-all.ru/3.10/using/mac.html#how-to-run-a-python-script)2397 - [5.1.2. Запуск скриптов с графическим интерфейсом](https://python-all.ru/3.10/using/mac.html#running-scripts-with-a-gui)2398 - [5.1.3. Конфигурация](https://python-all.ru/3.10/using/mac.html#configuration)2399 - [5.2. IDE](https://python-all.ru/3.10/using/mac.html#the-ide)2400 - [5.3. Установка дополнительных пакетов Python](https://python-all.ru/3.10/using/mac.html#installing-additional-python-packages)2401 - [5.4. Программирование GUI на Mac](https://python-all.ru/3.10/using/mac.html#gui-programming-on-the-mac)2402 - [5.5. Распространение приложений Python на Mac](https://python-all.ru/3.10/using/mac.html#distributing-python-applications-on-the-mac)2403 - [5.6. Прочие ресурсы](https://python-all.ru/3.10/using/mac.html#other-resources)2404 - [6. Редакторы и среды разработки](https://python-all.ru/3.10/using/editors.html)2405- [Справочник по языку Python](https://python-all.ru/3.10/reference/index.html)24062407 - [1. Введение](https://python-all.ru/3.10/reference/introduction.html)24082409 - [1.1. Альтернативные реализации](https://python-all.ru/3.10/reference/introduction.html#alternate-implementations)2410 - [1.2. Обозначения](https://python-all.ru/3.10/reference/introduction.html#notation)2411 - [2. Лексический анализ](https://python-all.ru/3.10/reference/lexical_analysis.html)24122413 - [2.1. Структура строк](https://python-all.ru/3.10/reference/lexical_analysis.html#line-structure)24142415 - [2.1.1. Логические строки](https://python-all.ru/3.10/reference/lexical_analysis.html#logical-lines)2416 - [2.1.2. Физические строки](https://python-all.ru/3.10/reference/lexical_analysis.html#physical-lines)2417 - [2.1.3. Комментарии](https://python-all.ru/3.10/reference/lexical_analysis.html#comments)2418 - [2.1.4. Объявление кодировки](https://python-all.ru/3.10/reference/lexical_analysis.html#encoding-declarations)2419 - [2.1.5. Явное объединение строк](https://python-all.ru/3.10/reference/lexical_analysis.html#explicit-line-joining)2420 - [2.1.6. Неявное объединение строк](https://python-all.ru/3.10/reference/lexical_analysis.html#implicit-line-joining)2421 - [2.1.7. Пустые строки](https://python-all.ru/3.10/reference/lexical_analysis.html#blank-lines)2422 - [2.1.8. Отступы](https://python-all.ru/3.10/reference/lexical_analysis.html#indentation)2423 - [2.1.9. Пробелы между токенами](https://python-all.ru/3.10/reference/lexical_analysis.html#whitespace-between-tokens)2424 - [2.2. Другие токены](https://python-all.ru/3.10/reference/lexical_analysis.html#other-tokens)2425 - [2.3. Идентификаторы и ключевые слова](https://python-all.ru/3.10/reference/lexical_analysis.html#identifiers)24262427 - [2.3.1. Ключевые слова](https://python-all.ru/3.10/reference/lexical_analysis.html#keywords)2428 - [2.3.2. Мягкие ключевые слова](https://python-all.ru/3.10/reference/lexical_analysis.html#soft-keywords)2429 - [2.3.3. Зарезервированные классы идентификаторов](https://python-all.ru/3.10/reference/lexical_analysis.html#reserved-classes-of-identifiers)2430 - [2.4. Литералы](https://python-all.ru/3.10/reference/lexical_analysis.html#literals)24312432 - [2.4.1. Строковые и байтовые литералы](https://python-all.ru/3.10/reference/lexical_analysis.html#string-and-bytes-literals)2433 - [2.4.2. Конкатенация строковых литералов](https://python-all.ru/3.10/reference/lexical_analysis.html#string-literal-concatenation)2434 - [2.4.3. Форматированные строковые литералы](https://python-all.ru/3.10/reference/lexical_analysis.html#formatted-string-literals)2435 - [2.4.4. Числовые литералы](https://python-all.ru/3.10/reference/lexical_analysis.html#numeric-literals)2436 - [2.4.5. Целочисленные литералы](https://python-all.ru/3.10/reference/lexical_analysis.html#integer-literals)2437 - [2.4.6. Литералы чисел с плавающей точкой](https://python-all.ru/3.10/reference/lexical_analysis.html#floating-point-literals)2438 - [2.4.7. Литералы мнимых чисел](https://python-all.ru/3.10/reference/lexical_analysis.html#imaginary-literals)2439 - [2.5. Операторы](https://python-all.ru/3.10/reference/lexical_analysis.html#operators)2440 - [2.6. Разделители](https://python-all.ru/3.10/reference/lexical_analysis.html#delimiters)2441 - [3. Модель данных](https://python-all.ru/3.10/reference/datamodel.html)24422443 - [3.1. Объекты, значения и типы](https://python-all.ru/3.10/reference/datamodel.html#objects-values-and-types)2444 - [3.2. Стандартная иерархия типов](https://python-all.ru/3.10/reference/datamodel.html#the-standard-type-hierarchy)2445 - [3.3. Имена специальных методов](https://python-all.ru/3.10/reference/datamodel.html#special-method-names)24462447 - [3.3.1. Базовая настройка](https://python-all.ru/3.10/reference/datamodel.html#basic-customization)2448 - [3.3.2. Настройка доступа к атрибутам](https://python-all.ru/3.10/reference/datamodel.html#customizing-attribute-access)24492450 - [3.3.2.1. Настройка доступа к атрибутам модуля](https://python-all.ru/3.10/reference/datamodel.html#customizing-module-attribute-access)2451 - [3.3.2.2. Реализация дескрипторов](https://python-all.ru/3.10/reference/datamodel.html#implementing-descriptors)2452 - [3.3.2.3. Вызов дескрипторов](https://python-all.ru/3.10/reference/datamodel.html#invoking-descriptors)2453 - [3.3.2.4. \_\_slots\_\_](https://python-all.ru/3.10/reference/datamodel.html#slots)24542455 - [3.3.2.4.1. Примечания по использованию *\_\_slots\_\_*](https://python-all.ru/3.10/reference/datamodel.html#notes-on-using-slots)2456 - [3.3.3. Настройка создания классов](https://python-all.ru/3.10/reference/datamodel.html#customizing-class-creation)24572458 - [3.3.3.1. Метаклассы](https://python-all.ru/3.10/reference/datamodel.html#metaclasses)2459 - [3.3.3.2. Разрешение записей MRO](https://python-all.ru/3.10/reference/datamodel.html#resolving-mro-entries)2460 - [3.3.3.3. Определение подходящего метакласса](https://python-all.ru/3.10/reference/datamodel.html#determining-the-appropriate-metaclass)2461 - [3.3.3.4. Подготовка пространства имён класса](https://python-all.ru/3.10/reference/datamodel.html#preparing-the-class-namespace)2462 - [3.3.3.5. Выполнение тела класса](https://python-all.ru/3.10/reference/datamodel.html#executing-the-class-body)2463 - [3.3.3.6. Создание объекта класса](https://python-all.ru/3.10/reference/datamodel.html#creating-the-class-object)2464 - [3.3.3.7. Применение метаклассов](https://python-all.ru/3.10/reference/datamodel.html#uses-for-metaclasses)2465 - [3.3.4. Настройка проверок принадлежности экземплярам и подклассам](https://python-all.ru/3.10/reference/datamodel.html#customizing-instance-and-subclass-checks)2466 - [3.3.5. Эмуляция обобщённых типов](https://python-all.ru/3.10/reference/datamodel.html#emulating-generic-types)24672468 - [3.3.5.1. Назначение *\_\_class\_getitem\_\_*](https://python-all.ru/3.10/reference/datamodel.html#the-purpose-of-class-getitem)2469 - [3.3.5.2. *\_\_class\_getitem\_\_* и *\_\_getitem\_\_*](https://python-all.ru/3.10/reference/datamodel.html#class-getitem-versus-getitem)2470 - [3.3.6. Эмуляция вызываемых объектов](https://python-all.ru/3.10/reference/datamodel.html#emulating-callable-objects)2471 - [3.3.7. Эмуляция контейнерных типов](https://python-all.ru/3.10/reference/datamodel.html#emulating-container-types)2472 - [3.3.8. Эмуляция числовых типов](https://python-all.ru/3.10/reference/datamodel.html#emulating-numeric-types)2473 - [3.3.9. Контекстные менеджеры оператора with](https://python-all.ru/3.10/reference/datamodel.html#with-statement-context-managers)2474 - [3.3.10. Настройка позиционных аргументов при сопоставлении с образцом классов](https://python-all.ru/3.10/reference/datamodel.html#customizing-positional-arguments-in-class-pattern-matching)2475 - [3.3.11. Поиск специальных методов](https://python-all.ru/3.10/reference/datamodel.html#special-method-lookup)2476 - [3.4. Корутины](https://python-all.ru/3.10/reference/datamodel.html#coroutines)24772478 - [3.4.1. Ожидаемые объекты](https://python-all.ru/3.10/reference/datamodel.html#awaitable-objects)2479 - [3.4.2. Объекты корутин](https://python-all.ru/3.10/reference/datamodel.html#coroutine-objects)2480 - [3.4.3. Асинхронные итераторы](https://python-all.ru/3.10/reference/datamodel.html#asynchronous-iterators)2481 - [3.4.4. Асинхронные контекстные менеджеры](https://python-all.ru/3.10/reference/datamodel.html#asynchronous-context-managers)2482 - [4. Модель выполнения](https://python-all.ru/3.10/reference/executionmodel.html)24832484 - [4.1. Структура программы](https://python-all.ru/3.10/reference/executionmodel.html#structure-of-a-program)2485 - [4.2. Имена и связывание](https://python-all.ru/3.10/reference/executionmodel.html#naming-and-binding)24862487 - [4.2.1. Связывание имён](https://python-all.ru/3.10/reference/executionmodel.html#binding-of-names)2488 - [4.2.2. Разрешение имён](https://python-all.ru/3.10/reference/executionmodel.html#resolution-of-names)2489 - [4.2.3. Встроенные функции и ограниченное выполнение](https://python-all.ru/3.10/reference/executionmodel.html#builtins-and-restricted-execution)2490 - [4.2.4. Взаимодействие с динамическими возможностями](https://python-all.ru/3.10/reference/executionmodel.html#interaction-with-dynamic-features)2491 - [4.3. Исключения](https://python-all.ru/3.10/reference/executionmodel.html#exceptions)2492 - [5. Система импорта](https://python-all.ru/3.10/reference/import.html)24932494 - [5.1. `importlib`](https://python-all.ru/3.10/reference/import.html#importlib)2495 - [5.2. Пакеты](https://python-all.ru/3.10/reference/import.html#packages)24962497 - [5.2.1. Обычные пакеты](https://python-all.ru/3.10/reference/import.html#regular-packages)2498 - [5.2.2. Пакеты пространства имён](https://python-all.ru/3.10/reference/import.html#namespace-packages)2499 - [5.3. Поиск](https://python-all.ru/3.10/reference/import.html#searching)25002501 - [5.3.1. Кеш модулей](https://python-all.ru/3.10/reference/import.html#the-module-cache)2502 - [5.3.2. Искатели и загрузчики](https://python-all.ru/3.10/reference/import.html#finders-and-loaders)2503 - [5.3.3. Хуки импорта](https://python-all.ru/3.10/reference/import.html#import-hooks)2504 - [5.3.4. Метапуть](https://python-all.ru/3.10/reference/import.html#the-meta-path)2505 - [5.4. Загрузка](https://python-all.ru/3.10/reference/import.html#loading)25062507 - [5.4.1. Загрузчики](https://python-all.ru/3.10/reference/import.html#loaders)2508 - [5.4.2. Подмодули](https://python-all.ru/3.10/reference/import.html#submodules)2509 - [5.4.3. Спецификация модуля](https://python-all.ru/3.10/reference/import.html#module-spec)2510 - [5.4.4. Атрибуты модуля, связанные с импортом](https://python-all.ru/3.10/reference/import.html#import-related-module-attributes)2511 - [5.4.5. module.\_\_path\_\_](https://python-all.ru/3.10/reference/import.html#module-path)2512 - [5.4.6. Представления модулей](https://python-all.ru/3.10/reference/import.html#module-reprs)2513 - [5.4.7. Инвалидация кэшированного байткода](https://python-all.ru/3.10/reference/import.html#cached-bytecode-invalidation)2514 - [5.5. Искатель на основе путей](https://python-all.ru/3.10/reference/import.html#the-path-based-finder)25152516 - [5.5.1. Искатели записей путей](https://python-all.ru/3.10/reference/import.html#path-entry-finders)2517 - [5.5.2. Протокол искателя записей путей](https://python-all.ru/3.10/reference/import.html#path-entry-finder-protocol)2518 - [5.6. Замена стандартной системы импорта](https://python-all.ru/3.10/reference/import.html#replacing-the-standard-import-system)2519 - [5.7. Относительные импорты в пакетах](https://python-all.ru/3.10/reference/import.html#package-relative-imports)2520 - [5.8. Особые соображения для \_\_main\_\_](https://python-all.ru/3.10/reference/import.html#special-considerations-for-main)25212522 - [5.8.1. \_\_main\_\_.\_\_spec\_\_](https://python-all.ru/3.10/reference/import.html#main-spec)2523 - [5.9. Ссылки](https://python-all.ru/3.10/reference/import.html#references)2524 - [6. Выражения](https://python-all.ru/3.10/reference/expressions.html)25252526 - [6.1. Арифметические преобразования](https://python-all.ru/3.10/reference/expressions.html#arithmetic-conversions)2527 - [6.2. Атомы](https://python-all.ru/3.10/reference/expressions.html#atoms)25282529 - [6.2.1. Идентификаторы (имена)](https://python-all.ru/3.10/reference/expressions.html#atom-identifiers)2530 - [6.2.2. Литералы](https://python-all.ru/3.10/reference/expressions.html#literals)2531 - [6.2.3. Выражения в скобках](https://python-all.ru/3.10/reference/expressions.html#parenthesized-forms)2532 - [6.2.4. Отображения для списков, множеств и словарей](https://python-all.ru/3.10/reference/expressions.html#displays-for-lists-sets-and-dictionaries)2533 - [6.2.5. Отображения списков](https://python-all.ru/3.10/reference/expressions.html#list-displays)2534 - [6.2.6. Отображения множеств](https://python-all.ru/3.10/reference/expressions.html#set-displays)2535 - [6.2.7. Отображения словарей](https://python-all.ru/3.10/reference/expressions.html#dictionary-displays)2536 - [6.2.8. Генераторные выражения](https://python-all.ru/3.10/reference/expressions.html#generator-expressions)2537 - [6.2.9. Выражения yield](https://python-all.ru/3.10/reference/expressions.html#yield-expressions)25382539 - [6.2.9.1. Методы генератор-итератора](https://python-all.ru/3.10/reference/expressions.html#generator-iterator-methods)2540 - [6.2.9.2. Примеры](https://python-all.ru/3.10/reference/expressions.html#examples)2541 - [6.2.9.3. Асинхронные генераторные функции](https://python-all.ru/3.10/reference/expressions.html#asynchronous-generator-functions)2542 - [6.2.9.4. Методы асинхронного генератор-итератора](https://python-all.ru/3.10/reference/expressions.html#asynchronous-generator-iterator-methods)2543 - [6.3. Первичные выражения](https://python-all.ru/3.10/reference/expressions.html#primaries)25442545 - [6.3.1. Ссылки на атрибуты](https://python-all.ru/3.10/reference/expressions.html#attribute-references)2546 - [6.3.2. Подписки](https://python-all.ru/3.10/reference/expressions.html#subscriptions)2547 - [6.3.3. Срезы](https://python-all.ru/3.10/reference/expressions.html#slicings)2548 - [6.3.4. Вызовы](https://python-all.ru/3.10/reference/expressions.html#calls)2549 - [6.4. Выражение await](https://python-all.ru/3.10/reference/expressions.html#await-expression)2550 - [6.5. Оператор возведения в степень](https://python-all.ru/3.10/reference/expressions.html#the-power-operator)2551 - [6.6. Унарные арифметические и битовые операции](https://python-all.ru/3.10/reference/expressions.html#unary-arithmetic-and-bitwise-operations)2552 - [6.7. Бинарные арифметические операции](https://python-all.ru/3.10/reference/expressions.html#binary-arithmetic-operations)2553 - [6.8. Операции сдвига](https://python-all.ru/3.10/reference/expressions.html#shifting-operations)2554 - [6.9. Двоичные поразрядные операции](https://python-all.ru/3.10/reference/expressions.html#binary-bitwise-operations)2555 - [6.10. Сравнения](https://python-all.ru/3.10/reference/expressions.html#comparisons)25562557 - [6.10.1. Сравнения значений](https://python-all.ru/3.10/reference/expressions.html#value-comparisons)2558 - [6.10.2. Операции проверки принадлежности](https://python-all.ru/3.10/reference/expressions.html#membership-test-operations)2559 - [6.10.3. Сравнения идентичности](https://python-all.ru/3.10/reference/expressions.html#is-not)2560 - [6.11. Булевы операции](https://python-all.ru/3.10/reference/expressions.html#boolean-operations)2561 - [6.12. Присваивающие выражения](https://python-all.ru/3.10/reference/expressions.html#assignment-expressions)2562 - [6.13. Условные выражения](https://python-all.ru/3.10/reference/expressions.html#conditional-expressions)2563 - [6.14. Лямбда-выражения](https://python-all.ru/3.10/reference/expressions.html#lambda)2564 - [6.15. Списки выражений](https://python-all.ru/3.10/reference/expressions.html#expression-lists)2565 - [6.16. Порядок вычисления](https://python-all.ru/3.10/reference/expressions.html#evaluation-order)2566 - [6.17. Приоритет операторов](https://python-all.ru/3.10/reference/expressions.html#operator-precedence)2567 - [7. Простые инструкции](https://python-all.ru/3.10/reference/simple_stmts.html)25682569 - [7.1. Инструкции-выражения](https://python-all.ru/3.10/reference/simple_stmts.html#expression-statements)2570 - [7.2. Инструкции присваивания](https://python-all.ru/3.10/reference/simple_stmts.html#assignment-statements)25712572 - [7.2.1. Совмещённые инструкции присваивания](https://python-all.ru/3.10/reference/simple_stmts.html#augmented-assignment-statements)2573 - [7.2.2. Аннотированные инструкции присваивания](https://python-all.ru/3.10/reference/simple_stmts.html#annotated-assignment-statements)2574 - [7.3. Инструкция `assert`](https://python-all.ru/3.10/reference/simple_stmts.html#the-assert-statement)2575 - [7.4. Инструкция `pass`](https://python-all.ru/3.10/reference/simple_stmts.html#the-pass-statement)2576 - [7.5. Инструкция `del`](https://python-all.ru/3.10/reference/simple_stmts.html#the-del-statement)2577 - [7.6. Инструкция `return`](https://python-all.ru/3.10/reference/simple_stmts.html#the-return-statement)2578 - [7.7. Инструкция `yield`](https://python-all.ru/3.10/reference/simple_stmts.html#the-yield-statement)2579 - [7.8. Инструкция `raise`](https://python-all.ru/3.10/reference/simple_stmts.html#the-raise-statement)2580 - [7.9. Инструкция `break`](https://python-all.ru/3.10/reference/simple_stmts.html#the-break-statement)2581 - [7.10. Инструкция `continue`](https://python-all.ru/3.10/reference/simple_stmts.html#the-continue-statement)2582 - [7.11. Инструкция `import`](https://python-all.ru/3.10/reference/simple_stmts.html#the-import-statement)25832584 - [7.11.1. Инструкции future](https://python-all.ru/3.10/reference/simple_stmts.html#future-statements)2585 - [7.12. Инструкция `global`](https://python-all.ru/3.10/reference/simple_stmts.html#the-global-statement)2586 - [7.13. Инструкция `nonlocal`](https://python-all.ru/3.10/reference/simple_stmts.html#the-nonlocal-statement)2587 - [8. Составные инструкции](https://python-all.ru/3.10/reference/compound_stmts.html)25882589 - [8.1. Инструкция `if`](https://python-all.ru/3.10/reference/compound_stmts.html#the-if-statement)2590 - [8.2. Инструкция `while`](https://python-all.ru/3.10/reference/compound_stmts.html#the-while-statement)2591 - [8.3. Инструкция `for`](https://python-all.ru/3.10/reference/compound_stmts.html#the-for-statement)2592 - [8.4. Инструкция `try`](https://python-all.ru/3.10/reference/compound_stmts.html#the-try-statement)2593 - [8.5. Инструкция `with`](https://python-all.ru/3.10/reference/compound_stmts.html#the-with-statement)2594 - [8.6. Инструкция `match`](https://python-all.ru/3.10/reference/compound_stmts.html#the-match-statement)25952596 - [8.6.1. Обзор](https://python-all.ru/3.10/reference/compound_stmts.html#overview)2597 - [8.6.2. Ограничители](https://python-all.ru/3.10/reference/compound_stmts.html#guards)2598 - [8.6.3. Неопровержимые блоки case](https://python-all.ru/3.10/reference/compound_stmts.html#irrefutable-case-blocks)2599 - [8.6.4. Шаблоны](https://python-all.ru/3.10/reference/compound_stmts.html#patterns)26002601 - [8.6.4.1. Шаблоны OR](https://python-all.ru/3.10/reference/compound_stmts.html#or-patterns)2602 - [8.6.4.2. Шаблоны AS](https://python-all.ru/3.10/reference/compound_stmts.html#as-patterns)2603 - [8.6.4.3. Литеральные шаблоны](https://python-all.ru/3.10/reference/compound_stmts.html#literal-patterns)2604 - [8.6.4.4. Захватывающие шаблоны](https://python-all.ru/3.10/reference/compound_stmts.html#capture-patterns)2605 - [8.6.4.5. Шаблоны-подстановки](https://python-all.ru/3.10/reference/compound_stmts.html#wildcard-patterns)2606 - [8.6.4.6. Шаблоны значений](https://python-all.ru/3.10/reference/compound_stmts.html#value-patterns)2607 - [8.6.4.7. Групповые шаблоны](https://python-all.ru/3.10/reference/compound_stmts.html#group-patterns)2608 - [8.6.4.8. Шаблоны последовательностей](https://python-all.ru/3.10/reference/compound_stmts.html#sequence-patterns)2609 - [8.6.4.9. Шаблоны отображений](https://python-all.ru/3.10/reference/compound_stmts.html#mapping-patterns)2610 - [8.6.4.10. Шаблоны классов](https://python-all.ru/3.10/reference/compound_stmts.html#class-patterns)2611 - [8.7. Определения функций](https://python-all.ru/3.10/reference/compound_stmts.html#function-definitions)2612 - [8.8. Определения классов](https://python-all.ru/3.10/reference/compound_stmts.html#class-definitions)2613 - [8.9. Корутины](https://python-all.ru/3.10/reference/compound_stmts.html#coroutines)26142615 - [8.9.1. Определение корутинной функции](https://python-all.ru/3.10/reference/compound_stmts.html#coroutine-function-definition)2616 - [8.9.2. Инструкция `async for`](https://python-all.ru/3.10/reference/compound_stmts.html#the-async-for-statement)2617 - [8.9.3. Оператор `async with`](https://python-all.ru/3.10/reference/compound_stmts.html#the-async-with-statement)2618 - [9. Компоненты верхнего уровня](https://python-all.ru/3.10/reference/toplevel_components.html)26192620 - [9.1. Полные программы на Python](https://python-all.ru/3.10/reference/toplevel_components.html#complete-python-programs)2621 - [9.2. Ввод из файла](https://python-all.ru/3.10/reference/toplevel_components.html#file-input)2622 - [9.3. Интерактивный ввод](https://python-all.ru/3.10/reference/toplevel_components.html#interactive-input)2623 - [9.4. Ввод выражений](https://python-all.ru/3.10/reference/toplevel_components.html#expression-input)2624 - [10. Полная спецификация грамматики](https://python-all.ru/3.10/reference/grammar.html)2625- [Стандартная библиотека Python](https://python-all.ru/3.10/library/index.html)26262627 - [Введение](https://python-all.ru/3.10/library/intro.html)26282629 - [Примечания о доступности](https://python-all.ru/3.10/library/intro.html#notes-on-availability)2630 - [Встроенные функции](https://python-all.ru/3.10/library/functions.html)2631 - [Встроенные константы](https://python-all.ru/3.10/library/constants.html)26322633 - [Константы, добавляемые модулем `site`](https://python-all.ru/3.10/library/constants.html#constants-added-by-the-site-module)2634 - [Встроенные типы](https://python-all.ru/3.10/library/stdtypes.html)26352636 - [Проверка истинности](https://python-all.ru/3.10/library/stdtypes.html#truth-value-testing)2637 - [Логические операции – `and`, `or`, `not`](https://python-all.ru/3.10/library/stdtypes.html#boolean-operations-and-or-not)2638 - [Сравнения](https://python-all.ru/3.10/library/stdtypes.html#comparisons)2639 - [Числовые типы – `int`, `float`, `complex`](https://python-all.ru/3.10/library/stdtypes.html#numeric-types-int-float-complex)26402641 - [Побитовые операции над целыми типами](https://python-all.ru/3.10/library/stdtypes.html#bitwise-operations-on-integer-types)2642 - [Дополнительные методы целых типов](https://python-all.ru/3.10/library/stdtypes.html#additional-methods-on-integer-types)2643 - [Дополнительные методы типа float](https://python-all.ru/3.10/library/stdtypes.html#additional-methods-on-float)2644 - [Хеширование числовых типов](https://python-all.ru/3.10/library/stdtypes.html#hashing-of-numeric-types)2645 - [Типы итераторов](https://python-all.ru/3.10/library/stdtypes.html#iterator-types)26462647 - [Типы генераторов](https://python-all.ru/3.10/library/stdtypes.html#generator-types)2648 - [Типы последовательностей – `list`, `tuple`, `range`](https://python-all.ru/3.10/library/stdtypes.html#sequence-types-list-tuple-range)26492650 - [Общие операции с последовательностями](https://python-all.ru/3.10/library/stdtypes.html#common-sequence-operations)2651 - [Неизменяемые типы последовательностей](https://python-all.ru/3.10/library/stdtypes.html#immutable-sequence-types)2652 - [Изменяемые типы последовательностей](https://python-all.ru/3.10/library/stdtypes.html#mutable-sequence-types)2653 - [Списки](https://python-all.ru/3.10/library/stdtypes.html#lists)2654 - [Кортежи](https://python-all.ru/3.10/library/stdtypes.html#tuples)2655 - [Диапазоны](https://python-all.ru/3.10/library/stdtypes.html#ranges)2656 - [Тип текстовых последовательностей – `str`](https://python-all.ru/3.10/library/stdtypes.html#text-sequence-type-str)26572658 - [Методы строк](https://python-all.ru/3.10/library/stdtypes.html#string-methods)2659 - [Форматирование строк в стиле `printf`](https://python-all.ru/3.10/library/stdtypes.html#printf-style-string-formatting)2660 - [Типы двоичных последовательностей – `bytes`, `bytearray`, `memoryview`](https://python-all.ru/3.10/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview)26612662 - [Объекты bytes](https://python-all.ru/3.10/library/stdtypes.html#bytes-objects)2663 - [Объекты bytearray](https://python-all.ru/3.10/library/stdtypes.html#bytearray-objects)2664 - [Операции с bytes и bytearray](https://python-all.ru/3.10/library/stdtypes.html#bytes-and-bytearray-operations)2665 - [Форматирование bytes в стиле `printf`](https://python-all.ru/3.10/library/stdtypes.html#printf-style-bytes-formatting)2666 - [Представления памяти](https://python-all.ru/3.10/library/stdtypes.html#memory-views)2667 - [Типы множеств – `set`, `frozenset`](https://python-all.ru/3.10/library/stdtypes.html#set-types-set-frozenset)2668 - [Типы отображений – `dict`](https://python-all.ru/3.10/library/stdtypes.html#mapping-types-dict)26692670 - [Объекты представлений словаря](https://python-all.ru/3.10/library/stdtypes.html#dictionary-view-objects)2671 - [Типы контекстных менеджеров](https://python-all.ru/3.10/library/stdtypes.html#context-manager-types)2672 - [Типы аннотаций – Общий псевдоним, Объединение](https://python-all.ru/3.10/library/stdtypes.html#type-annotation-types-generic-alias-union)26732674 - [Тип общего псевдонима](https://python-all.ru/3.10/library/stdtypes.html#generic-alias-type)26752676 - [Стандартные обобщённые классы](https://python-all.ru/3.10/library/stdtypes.html#standard-generic-classes)2677 - [Специальные атрибуты объектов `GenericAlias`](https://python-all.ru/3.10/library/stdtypes.html#special-attributes-of-genericalias-objects)2678 - [Тип объединения](https://python-all.ru/3.10/library/stdtypes.html#union-type)2679 - [Прочие встроенные типы](https://python-all.ru/3.10/library/stdtypes.html#other-built-in-types)26802681 - [Модули](https://python-all.ru/3.10/library/stdtypes.html#modules)2682 - [Классы и экземпляры классов](https://python-all.ru/3.10/library/stdtypes.html#classes-and-class-instances)2683 - [Функции](https://python-all.ru/3.10/library/stdtypes.html#functions)2684 - [Методы](https://python-all.ru/3.10/library/stdtypes.html#methods)2685 - [Объекты кода](https://python-all.ru/3.10/library/stdtypes.html#code-objects)2686 - [Объекты типов](https://python-all.ru/3.10/library/stdtypes.html#type-objects)2687 - [Объект None](https://python-all.ru/3.10/library/stdtypes.html#the-null-object)2688 - [Объект Ellipsis](https://python-all.ru/3.10/library/stdtypes.html#the-ellipsis-object)2689 - [Объект NotImplemented](https://python-all.ru/3.10/library/stdtypes.html#the-notimplemented-object)2690 - [Логические значения](https://python-all.ru/3.10/library/stdtypes.html#boolean-values)2691 - [Внутренние объекты](https://python-all.ru/3.10/library/stdtypes.html#internal-objects)2692 - [Специальные атрибуты](https://python-all.ru/3.10/library/stdtypes.html#special-attributes)2693 - [Ограничение длины преобразования целого числа в строку](https://python-all.ru/3.10/library/stdtypes.html#integer-string-conversion-length-limitation)26942695 - [Затронутые API](https://python-all.ru/3.10/library/stdtypes.html#affected-apis)2696 - [Настройка ограничения](https://python-all.ru/3.10/library/stdtypes.html#configuring-the-limit)2697 - [Рекомендуемая конфигурация](https://python-all.ru/3.10/library/stdtypes.html#recommended-configuration)2698 - [Встроенные исключения](https://python-all.ru/3.10/library/exceptions.html)26992700 - [Контекст исключения](https://python-all.ru/3.10/library/exceptions.html#exception-context)2701 - [Наследование от встроенных исключений](https://python-all.ru/3.10/library/exceptions.html#inheriting-from-built-in-exceptions)2702 - [Базовые классы](https://python-all.ru/3.10/library/exceptions.html#base-classes)2703 - [Конкретные исключения](https://python-all.ru/3.10/library/exceptions.html#concrete-exceptions)27042705 - [Исключения ОС](https://python-all.ru/3.10/library/exceptions.html#os-exceptions)2706 - [Предупреждения](https://python-all.ru/3.10/library/exceptions.html#warnings)2707 - [Иерархия исключений](https://python-all.ru/3.10/library/exceptions.html#exception-hierarchy)2708 - [Службы обработки текста](https://python-all.ru/3.10/library/text.html)27092710 - [`string` – Общие операции со строками](https://python-all.ru/3.10/library/string.html)27112712 - [Строковые константы](https://python-all.ru/3.10/library/string.html#string-constants)2713 - [Пользовательское форматирование строк](https://python-all.ru/3.10/library/string.html#custom-string-formatting)2714 - [Синтаксис строки форматирования](https://python-all.ru/3.10/library/string.html#format-string-syntax)27152716 - [Мини-язык спецификации формата](https://python-all.ru/3.10/library/string.html#format-specification-mini-language)2717 - [Примеры форматирования](https://python-all.ru/3.10/library/string.html#format-examples)2718 - [Строки-шаблоны](https://python-all.ru/3.10/library/string.html#template-strings)2719 - [Вспомогательные функции](https://python-all.ru/3.10/library/string.html#helper-functions)2720 - [`re` – Операции с регулярными выражениями](https://python-all.ru/3.10/library/re.html)27212722 - [Синтаксис регулярных выражений](https://python-all.ru/3.10/library/re.html#regular-expression-syntax)2723 - [Содержимое модуля](https://python-all.ru/3.10/library/re.html#module-contents)27242725 - [Флаги](https://python-all.ru/3.10/library/re.html#flags)2726 - [Функции](https://python-all.ru/3.10/library/re.html#functions)2727 - [Исключения](https://python-all.ru/3.10/library/re.html#exceptions)2728 - [Объекты регулярных выражений](https://python-all.ru/3.10/library/re.html#regular-expression-objects)2729 - [Объекты Match](https://python-all.ru/3.10/library/re.html#match-objects)2730 - [Примеры регулярных выражений](https://python-all.ru/3.10/library/re.html#regular-expression-examples)27312732 - [Проверка на пару](https://python-all.ru/3.10/library/re.html#checking-for-a-pair)2733 - [Имитация scanf()](https://python-all.ru/3.10/library/re.html#simulating-scanf)2734 - [search() и match()](https://python-all.ru/3.10/library/re.html#search-vs-match)2735 - [Создание телефонного справочника](https://python-all.ru/3.10/library/re.html#making-a-phonebook)2736 - [Преобразование текста](https://python-all.ru/3.10/library/re.html#text-munging)2737 - [Поиск всех наречий](https://python-all.ru/3.10/library/re.html#finding-all-adverbs)2738 - [Поиск всех наречий и их позиций](https://python-all.ru/3.10/library/re.html#finding-all-adverbs-and-their-positions)2739 - [Сырая строковая нотация](https://python-all.ru/3.10/library/re.html#raw-string-notation)2740 - [Написание токенизатора](https://python-all.ru/3.10/library/re.html#writing-a-tokenizer)2741 - [`difflib` – Вспомогательные функции для вычисления разностей](https://python-all.ru/3.10/library/difflib.html)27422743 - [Объекты SequenceMatcher](https://python-all.ru/3.10/library/difflib.html#sequencematcher-objects)2744 - [Примеры SequenceMatcher](https://python-all.ru/3.10/library/difflib.html#sequencematcher-examples)2745 - [Объекты Differ](https://python-all.ru/3.10/library/difflib.html#differ-objects)2746 - [Пример Differ](https://python-all.ru/3.10/library/difflib.html#differ-example)2747 - [Интерфейс командной строки для difflib](https://python-all.ru/3.10/library/difflib.html#a-command-line-interface-to-difflib)2748 - [`textwrap` – Перенос и заполнение текста](https://python-all.ru/3.10/library/textwrap.html)2749 - [`unicodedata` – База данных Unicode](https://python-all.ru/3.10/library/unicodedata.html)2750 - [`stringprep` – Подготовка строк для интернета](https://python-all.ru/3.10/library/stringprep.html)2751 - [`readline` – Интерфейс GNU readline](https://python-all.ru/3.10/library/readline.html)27522753 - [Файл инициализации](https://python-all.ru/3.10/library/readline.html#init-file)2754 - [Буфер строки](https://python-all.ru/3.10/library/readline.html#line-buffer)2755 - [Файл истории](https://python-all.ru/3.10/library/readline.html#history-file)2756 - [Список истории](https://python-all.ru/3.10/library/readline.html#history-list)2757 - [Перехватчики запуска](https://python-all.ru/3.10/library/readline.html#startup-hooks)2758 - [Автодополнение](https://python-all.ru/3.10/library/readline.html#completion)2759 - [Пример](https://python-all.ru/3.10/library/readline.html#example)2760 - [`rlcompleter` – Функция автодополнения для GNU readline](https://python-all.ru/3.10/library/rlcompleter.html)27612762 - [Объекты Completer](https://python-all.ru/3.10/library/rlcompleter.html#completer-objects)2763 - [Службы двоичных данных](https://python-all.ru/3.10/library/binary.html)27642765 - [`struct` – Интерпретация байтов как упакованных двоичных данных](https://python-all.ru/3.10/library/struct.html)27662767 - [Функции и исключения](https://python-all.ru/3.10/library/struct.html#functions-and-exceptions)2768 - [Строки формата](https://python-all.ru/3.10/library/struct.html#format-strings)27692770 - [Порядок байтов, размер и выравнивание](https://python-all.ru/3.10/library/struct.html#byte-order-size-and-alignment)2771 - [Символы форматирования](https://python-all.ru/3.10/library/struct.html#format-characters)2772 - [Примеры](https://python-all.ru/3.10/library/struct.html#examples)2773 - [Приложения](https://python-all.ru/3.10/library/struct.html#applications)27742775 - [Родные форматы](https://python-all.ru/3.10/library/struct.html#native-formats)2776 - [Стандартные форматы](https://python-all.ru/3.10/library/struct.html#standard-formats)2777 - [Классы](https://python-all.ru/3.10/library/struct.html#classes)2778 - [`codecs` – Реестр кодеков и базовые классы](https://python-all.ru/3.10/library/codecs.html)27792780 - [Базовые классы кодеков](https://python-all.ru/3.10/library/codecs.html#codec-base-classes)27812782 - [Обработчики ошибок](https://python-all.ru/3.10/library/codecs.html#error-handlers)2783 - [Кодирование и декодирование без состояния](https://python-all.ru/3.10/library/codecs.html#stateless-encoding-and-decoding)2784 - [Инкрементное кодирование и декодирование](https://python-all.ru/3.10/library/codecs.html#incremental-encoding-and-decoding)27852786 - [Объекты IncrementalEncoder](https://python-all.ru/3.10/library/codecs.html#incrementalencoder-objects)2787 - [Объекты IncrementalDecoder](https://python-all.ru/3.10/library/codecs.html#incrementaldecoder-objects)2788 - [Потоковое кодирование и декодирование](https://python-all.ru/3.10/library/codecs.html#stream-encoding-and-decoding)27892790 - [Объекты StreamWriter](https://python-all.ru/3.10/library/codecs.html#streamwriter-objects)2791 - [Объекты StreamReader](https://python-all.ru/3.10/library/codecs.html#streamreader-objects)2792 - [Объекты StreamReaderWriter](https://python-all.ru/3.10/library/codecs.html#streamreaderwriter-objects)2793 - [Объекты StreamRecoder](https://python-all.ru/3.10/library/codecs.html#streamrecoder-objects)2794 - [Кодировки и Юникод](https://python-all.ru/3.10/library/codecs.html#encodings-and-unicode)2795 - [Стандартные кодировки](https://python-all.ru/3.10/library/codecs.html#standard-encodings)2796 - [Специфические для Python кодировки](https://python-all.ru/3.10/library/codecs.html#python-specific-encodings)27972798 - [Текстовые кодировки](https://python-all.ru/3.10/library/codecs.html#text-encodings)2799 - [Двоичные преобразования](https://python-all.ru/3.10/library/codecs.html#binary-transforms)2800 - [Текстовые преобразования](https://python-all.ru/3.10/library/codecs.html#text-transforms)2801 - [`encodings.idna` – интернационализированные доменные имена в приложениях](https://python-all.ru/3.10/library/codecs.html#module-encodings.idna)2802 - [`encodings.mbcs` – кодовая страница ANSI Windows](https://python-all.ru/3.10/library/codecs.html#module-encodings.mbcs)2803 - [`encodings.utf_8_sig` – кодек UTF-8 с сигнатурой BOM](https://python-all.ru/3.10/library/codecs.html#module-encodings.utf_8_sig)2804 - [Типы данных](https://python-all.ru/3.10/library/datatypes.html)28052806 - [`datetime` – базовые типы даты и времени](https://python-all.ru/3.10/library/datetime.html)28072808 - [Осведомлённые и наивные объекты](https://python-all.ru/3.10/library/datetime.html#aware-and-naive-objects)2809 - [Константы](https://python-all.ru/3.10/library/datetime.html#constants)2810 - [Доступные типы](https://python-all.ru/3.10/library/datetime.html#available-types)28112812 - [Общие свойства](https://python-all.ru/3.10/library/datetime.html#common-properties)2813 - [Определение, является ли объект осведомлённым или наивным](https://python-all.ru/3.10/library/datetime.html#determining-if-an-object-is-aware-or-naive)2814 - [Объекты `timedelta`](https://python-all.ru/3.10/library/datetime.html#timedelta-objects)28152816 - [Примеры использования: `timedelta`](https://python-all.ru/3.10/library/datetime.html#examples-of-usage-timedelta)2817 - [Объекты `date`](https://python-all.ru/3.10/library/datetime.html#date-objects)28182819 - [Примеры использования: `date`](https://python-all.ru/3.10/library/datetime.html#examples-of-usage-date)2820 - [Объекты `datetime`](https://python-all.ru/3.10/library/datetime.html#datetime-objects)28212822 - [Примеры использования: `datetime`](https://python-all.ru/3.10/library/datetime.html#examples-of-usage-datetime)2823 - [Объекты `time`](https://python-all.ru/3.10/library/datetime.html#time-objects)28242825 - [Примеры использования: `time`](https://python-all.ru/3.10/library/datetime.html#examples-of-usage-time)2826 - [Объекты `tzinfo`](https://python-all.ru/3.10/library/datetime.html#tzinfo-objects)2827 - [Объекты `timezone`](https://python-all.ru/3.10/library/datetime.html#timezone-objects)2828 - [Поведение `strftime()` и `strptime()`](https://python-all.ru/3.10/library/datetime.html#strftime-and-strptime-behavior)28292830 - [Коды формата `strftime()` и `strptime()`](https://python-all.ru/3.10/library/datetime.html#strftime-and-strptime-format-codes)2831 - [Технические детали](https://python-all.ru/3.10/library/datetime.html#technical-detail)2832 - [`zoneinfo` – поддержка часовых поясов IANA](https://python-all.ru/3.10/library/zoneinfo.html)28332834 - [Использование `ZoneInfo`](https://python-all.ru/3.10/library/zoneinfo.html#using-zoneinfo)2835 - [Источники данных](https://python-all.ru/3.10/library/zoneinfo.html#data-sources)28362837 - [Настройка источников данных](https://python-all.ru/3.10/library/zoneinfo.html#configuring-the-data-sources)28382839 - [Конфигурация на этапе компиляции](https://python-all.ru/3.10/library/zoneinfo.html#compile-time-configuration)2840 - [Конфигурация окружения](https://python-all.ru/3.10/library/zoneinfo.html#environment-configuration)2841 - [Конфигурация во время выполнения](https://python-all.ru/3.10/library/zoneinfo.html#runtime-configuration)2842 - [Класс `ZoneInfo`](https://python-all.ru/3.10/library/zoneinfo.html#the-zoneinfo-class)28432844 - [Строковые представления](https://python-all.ru/3.10/library/zoneinfo.html#string-representations)2845 - [Сериализация pickle](https://python-all.ru/3.10/library/zoneinfo.html#pickle-serialization)2846 - [Функции](https://python-all.ru/3.10/library/zoneinfo.html#functions)2847 - [Глобальные переменные](https://python-all.ru/3.10/library/zoneinfo.html#globals)2848 - [Исключения и предупреждения](https://python-all.ru/3.10/library/zoneinfo.html#exceptions-and-warnings)2849 - [`calendar` – общие функции для работы с календарём](https://python-all.ru/3.10/library/calendar.html)2850 - [`collections` – контейнерные типы данных](https://python-all.ru/3.10/library/collections.html)28512852 - [`ChainMap` объекты](https://python-all.ru/3.10/library/collections.html#chainmap-objects)28532854 - [Примеры и рецепты `ChainMap`](https://python-all.ru/3.10/library/collections.html#chainmap-examples-and-recipes)2855 - [`Counter` объекты](https://python-all.ru/3.10/library/collections.html#counter-objects)2856 - [`deque` объекты](https://python-all.ru/3.10/library/collections.html#deque-objects)28572858 - [Рецепты `deque`](https://python-all.ru/3.10/library/collections.html#deque-recipes)2859 - [`defaultdict` объекты](https://python-all.ru/3.10/library/collections.html#defaultdict-objects)28602861 - [Примеры `defaultdict`](https://python-all.ru/3.10/library/collections.html#defaultdict-examples)2862 - [`namedtuple()` – фабричная функция для кортежей с именованными полями](https://python-all.ru/3.10/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields)2863 - [`OrderedDict` объекты](https://python-all.ru/3.10/library/collections.html#ordereddict-objects)28642865 - [Примеры и рецепты `OrderedDict`](https://python-all.ru/3.10/library/collections.html#ordereddict-examples-and-recipes)2866 - [`UserDict` объекты](https://python-all.ru/3.10/library/collections.html#userdict-objects)2867 - [`UserList` объекты](https://python-all.ru/3.10/library/collections.html#userlist-objects)2868 - [`UserString` объекты](https://python-all.ru/3.10/library/collections.html#userstring-objects)2869 - [`collections.abc` – абстрактные базовые классы для контейнеров](https://python-all.ru/3.10/library/collections.abc.html)28702871 - [Абстрактные базовые классы коллекций](https://python-all.ru/3.10/library/collections.abc.html#collections-abstract-base-classes)2872 - [Абстрактные базовые классы коллекций – подробные описания](https://python-all.ru/3.10/library/collections.abc.html#collections-abstract-base-classes-detailed-descriptions)2873 - [Примеры и рецепты](https://python-all.ru/3.10/library/collections.abc.html#examples-and-recipes)2874 - [`heapq` – алгоритм кучи (очередь с приоритетом)](https://python-all.ru/3.10/library/heapq.html)28752876 - [Основные примеры](https://python-all.ru/3.10/library/heapq.html#basic-examples)2877 - [Примечания к реализации очереди с приоритетом](https://python-all.ru/3.10/library/heapq.html#priority-queue-implementation-notes)2878 - [Теория](https://python-all.ru/3.10/library/heapq.html#theory)2879 - [`bisect` – алгоритм бисекции массива](https://python-all.ru/3.10/library/bisect.html)28802881 - [Примечания по производительности](https://python-all.ru/3.10/library/bisect.html#performance-notes)2882 - [Поиск в отсортированных списках](https://python-all.ru/3.10/library/bisect.html#searching-sorted-lists)2883 - [Примеры](https://python-all.ru/3.10/library/bisect.html#examples)2884 - [`array` – эффективные массивы числовых значений](https://python-all.ru/3.10/library/array.html)2885 - [`weakref` – слабые ссылки](https://python-all.ru/3.10/library/weakref.html)28862887 - [Объекты слабых ссылок](https://python-all.ru/3.10/library/weakref.html#weak-reference-objects)2888 - [Пример](https://python-all.ru/3.10/library/weakref.html#example)2889 - [Объекты финализаторов](https://python-all.ru/3.10/library/weakref.html#finalizer-objects)2890 - [Сравнение финализаторов с методами `__del__()`](https://python-all.ru/3.10/library/weakref.html#comparing-finalizers-with-del-methods)2891 - [`types` – динамическое создание типов и имена для встроенных типов](https://python-all.ru/3.10/library/types.html)28922893 - [Динамическое создание типов](https://python-all.ru/3.10/library/types.html#dynamic-type-creation)2894 - [Стандартные типы интерпретатора](https://python-all.ru/3.10/library/types.html#standard-interpreter-types)2895 - [Дополнительные вспомогательные классы и функции](https://python-all.ru/3.10/library/types.html#additional-utility-classes-and-functions)2896 - [Вспомогательные функции для корутин](https://python-all.ru/3.10/library/types.html#coroutine-utility-functions)2897 - [`copy` – операции поверхностного и глубокого копирования](https://python-all.ru/3.10/library/copy.html)2898 - [`pprint` – форматированный вывод данных](https://python-all.ru/3.10/library/pprint.html)28992900 - [Объекты PrettyPrinter](https://python-all.ru/3.10/library/pprint.html#prettyprinter-objects)2901 - [Пример](https://python-all.ru/3.10/library/pprint.html#example)2902 - [`reprlib` – альтернативная `repr()` реализация](https://python-all.ru/3.10/library/reprlib.html)29032904 - [Объекты Repr](https://python-all.ru/3.10/library/reprlib.html#repr-objects)2905 - [Создание подклассов Repr](https://python-all.ru/3.10/library/reprlib.html#subclassing-repr-objects)2906 - [`enum` – поддержка перечислений](https://python-all.ru/3.10/library/enum.html)29072908 - [Содержимое модуля](https://python-all.ru/3.10/library/enum.html#module-contents)2909 - [Создание Enum](https://python-all.ru/3.10/library/enum.html#creating-an-enum)2910 - [Программный доступ к элементам перечисления и их атрибутам](https://python-all.ru/3.10/library/enum.html#programmatic-access-to-enumeration-members-and-their-attributes)2911 - [Дублирование элементов и значений перечисления](https://python-all.ru/3.10/library/enum.html#duplicating-enum-members-and-values)2912 - [Обеспечение уникальности значений перечисления](https://python-all.ru/3.10/library/enum.html#ensuring-unique-enumeration-values)2913 - [Использование автоматических значений](https://python-all.ru/3.10/library/enum.html#using-automatic-values)2914 - [Итерация](https://python-all.ru/3.10/library/enum.html#iteration)2915 - [Сравнения](https://python-all.ru/3.10/library/enum.html#comparisons)2916 - [Допустимые элементы и атрибуты перечислений](https://python-all.ru/3.10/library/enum.html#allowed-members-and-attributes-of-enumerations)2917 - [Ограниченное создание подклассов Enum](https://python-all.ru/3.10/library/enum.html#restricted-enum-subclassing)2918 - [Сериализация pickle](https://python-all.ru/3.10/library/enum.html#pickling)2919 - [Функциональный API](https://python-all.ru/3.10/library/enum.html#functional-api)2920 - [Производные перечисления](https://python-all.ru/3.10/library/enum.html#derived-enumerations)29212922 - [IntEnum](https://python-all.ru/3.10/library/enum.html#intenum)2923 - [IntFlag](https://python-all.ru/3.10/library/enum.html#intflag)2924 - [Flag](https://python-all.ru/3.10/library/enum.html#flag)2925 - [Другие](https://python-all.ru/3.10/library/enum.html#others)2926 - [Когда использовать `__new__()` вместо `__init__()`](https://python-all.ru/3.10/library/enum.html#when-to-use-new-vs-init)2927 - [Интересные примеры](https://python-all.ru/3.10/library/enum.html#interesting-examples)29282929 - [Пропуск значений](https://python-all.ru/3.10/library/enum.html#omitting-values)29302931 - [Использование `auto`](https://python-all.ru/3.10/library/enum.html#using-auto)2932 - [Использование `object`](https://python-all.ru/3.10/library/enum.html#using-object)2933 - [Использование описательной строки](https://python-all.ru/3.10/library/enum.html#using-a-descriptive-string)2934 - [Использование пользовательского `__new__()`](https://python-all.ru/3.10/library/enum.html#using-a-custom-new)2935 - [OrderedEnum](https://python-all.ru/3.10/library/enum.html#orderedenum)2936 - [DuplicateFreeEnum](https://python-all.ru/3.10/library/enum.html#duplicatefreeenum)2937 - [Планета](https://python-all.ru/3.10/library/enum.html#planet)2938 - [ВременнойПериод](https://python-all.ru/3.10/library/enum.html#timeperiod)2939 - [Чем различаются перечисления?](https://python-all.ru/3.10/library/enum.html#how-are-enums-different)29402941 - [Классы Enum](https://python-all.ru/3.10/library/enum.html#enum-classes)2942 - [Члены Enum (экземпляры)](https://python-all.ru/3.10/library/enum.html#enum-members-aka-instances)2943 - [Тонкие моменты](https://python-all.ru/3.10/library/enum.html#finer-points)29442945 - [Поддерживаемые `__dunder__` имена](https://python-all.ru/3.10/library/enum.html#supported-dunder-names)2946 - [Поддерживаемые `_sunder_` имена](https://python-all.ru/3.10/library/enum.html#supported-sunder-names)2947 - [\_Private\_\_names](https://python-all.ru/3.10/library/enum.html#private-names)2948 - [Тип элемента `Enum`](https://python-all.ru/3.10/library/enum.html#enum-member-type)2949 - [Логическое значение классов и элементов `Enum`](https://python-all.ru/3.10/library/enum.html#boolean-value-of-enum-classes-and-members)2950 - [Классы `Enum` с методами](https://python-all.ru/3.10/library/enum.html#enum-classes-with-methods)2951 - [Объединение элементов `Flag`](https://python-all.ru/3.10/library/enum.html#combining-members-of-flag)2952 - [`graphlib` – Функциональность для работы с графоподобными структурами](https://python-all.ru/3.10/library/graphlib.html)29532954 - [Исключения](https://python-all.ru/3.10/library/graphlib.html#exceptions)2955 - [Числовые и математические модули](https://python-all.ru/3.10/library/numeric.html)29562957 - [`numbers` – Числовые абстрактные базовые классы](https://python-all.ru/3.10/library/numbers.html)29582959 - [Числовая иерархия](https://python-all.ru/3.10/library/numbers.html#the-numeric-tower)2960 - [Примечания для разработчиков типов](https://python-all.ru/3.10/library/numbers.html#notes-for-type-implementors)29612962 - [Добавление дополнительных числовых абстрактных базовых классов](https://python-all.ru/3.10/library/numbers.html#adding-more-numeric-abcs)2963 - [Реализация арифметических операций](https://python-all.ru/3.10/library/numbers.html#implementing-the-arithmetic-operations)2964 - [`math` – Математические функции](https://python-all.ru/3.10/library/math.html)29652966 - [Теоретико-числовые функции и функции представления](https://python-all.ru/3.10/library/math.html#number-theoretic-and-representation-functions)2967 - [Степенные и логарифмические функции](https://python-all.ru/3.10/library/math.html#power-and-logarithmic-functions)2968 - [Тригонометрические функции](https://python-all.ru/3.10/library/math.html#trigonometric-functions)2969 - [Преобразование угловых величин](https://python-all.ru/3.10/library/math.html#angular-conversion)2970 - [Гиперболические функции](https://python-all.ru/3.10/library/math.html#hyperbolic-functions)2971 - [Специальные функции](https://python-all.ru/3.10/library/math.html#special-functions)2972 - [Константы](https://python-all.ru/3.10/library/math.html#constants)2973 - [`cmath` – Математические функции для комплексных чисел](https://python-all.ru/3.10/library/cmath.html)29742975 - [Преобразование в полярные координаты и обратно](https://python-all.ru/3.10/library/cmath.html#conversions-to-and-from-polar-coordinates)2976 - [Степенные и логарифмические функции](https://python-all.ru/3.10/library/cmath.html#power-and-logarithmic-functions)2977 - [Тригонометрические функции](https://python-all.ru/3.10/library/cmath.html#trigonometric-functions)2978 - [Гиперболические функции](https://python-all.ru/3.10/library/cmath.html#hyperbolic-functions)2979 - [Функции классификации](https://python-all.ru/3.10/library/cmath.html#classification-functions)2980 - [Константы](https://python-all.ru/3.10/library/cmath.html#constants)2981 - [`decimal` – Decimal: арифметика с фиксированной и плавающей точкой](https://python-all.ru/3.10/library/decimal.html)29822983 - [Краткое руководство](https://python-all.ru/3.10/library/decimal.html#quick-start-tutorial)2984 - [Объекты Decimal](https://python-all.ru/3.10/library/decimal.html#decimal-objects)29852986 - [Логические операнды](https://python-all.ru/3.10/library/decimal.html#logical-operands)2987 - [Объекты контекста](https://python-all.ru/3.10/library/decimal.html#context-objects)2988 - [Константы](https://python-all.ru/3.10/library/decimal.html#constants)2989 - [Режимы округления](https://python-all.ru/3.10/library/decimal.html#rounding-modes)2990 - [Сигналы](https://python-all.ru/3.10/library/decimal.html#signals)2991 - [Примечания о числах с плавающей точкой](https://python-all.ru/3.10/library/decimal.html#floating-point-notes)29922993 - [Уменьшение ошибки округления за счёт повышенной точности](https://python-all.ru/3.10/library/decimal.html#mitigating-round-off-error-with-increased-precision)2994 - [Особые значения](https://python-all.ru/3.10/library/decimal.html#special-values)2995 - [Работа с потоками](https://python-all.ru/3.10/library/decimal.html#working-with-threads)2996 - [Рецепты](https://python-all.ru/3.10/library/decimal.html#recipes)2997 - [Часто задаваемые вопросы по Decimal](https://python-all.ru/3.10/library/decimal.html#decimal-faq)2998 - [`fractions` – Рациональные числа](https://python-all.ru/3.10/library/fractions.html)2999 - [`random` – Генерация псевдослучайных чисел](https://python-all.ru/3.10/library/random.html)30003001 - [Учётные функции](https://python-all.ru/3.10/library/random.html#bookkeeping-functions)3002 - [Функции для байтов](https://python-all.ru/3.10/library/random.html#functions-for-bytes)3003 - [Функции для целых чисел](https://python-all.ru/3.10/library/random.html#functions-for-integers)3004 - [Функции для последовательностей](https://python-all.ru/3.10/library/random.html#functions-for-sequences)3005 - [Распределения с действительными значениями](https://python-all.ru/3.10/library/random.html#real-valued-distributions)3006 - [Альтернативный генератор](https://python-all.ru/3.10/library/random.html#alternative-generator)3007 - [Замечания о воспроизводимости](https://python-all.ru/3.10/library/random.html#notes-on-reproducibility)3008 - [Примеры](https://python-all.ru/3.10/library/random.html#examples)3009 - [Рецепты](https://python-all.ru/3.10/library/random.html#recipes)3010 - [`statistics` – Функции математической статистики](https://python-all.ru/3.10/library/statistics.html)30113012 - [Средние значения и меры центральной тенденции](https://python-all.ru/3.10/library/statistics.html#averages-and-measures-of-central-location)3013 - [Меры разброса](https://python-all.ru/3.10/library/statistics.html#measures-of-spread)3014 - [Статистика взаимосвязей двух входных величин](https://python-all.ru/3.10/library/statistics.html#statistics-for-relations-between-two-inputs)3015 - [Описание функций](https://python-all.ru/3.10/library/statistics.html#function-details)3016 - [Исключения](https://python-all.ru/3.10/library/statistics.html#exceptions)3017 - [`NormalDist` объекты](https://python-all.ru/3.10/library/statistics.html#normaldist-objects)30183019 - [Примеры и рецепты `NormalDist`](https://python-all.ru/3.10/library/statistics.html#normaldist-examples-and-recipes)3020 - [Модули функционального программирования](https://python-all.ru/3.10/library/functional.html)30213022 - [`itertools` – Функции, создающие итераторы для эффективного циклического обхода](https://python-all.ru/3.10/library/itertools.html)30233024 - [Функции itertools](https://python-all.ru/3.10/library/itertools.html#itertool-functions)3025 - [Рецепты itertools](https://python-all.ru/3.10/library/itertools.html#itertools-recipes)3026 - [`functools` – Функции высшего порядка и операции над вызываемыми объектами](https://python-all.ru/3.10/library/functools.html)30273028 - [Объекты `partial`](https://python-all.ru/3.10/library/functools.html#partial-objects)3029 - [`operator` – Стандартные операторы в виде функций](https://python-all.ru/3.10/library/operator.html)30303031 - [Отображение операторов на функции](https://python-all.ru/3.10/library/operator.html#mapping-operators-to-functions)3032 - [Операторы на месте](https://python-all.ru/3.10/library/operator.html#in-place-operators)3033 - [Доступ к файлам и каталогам](https://python-all.ru/3.10/library/filesys.html)30343035 - [`pathlib` – Объектно-ориентированные пути файловой системы](https://python-all.ru/3.10/library/pathlib.html)30363037 - [Основное использование](https://python-all.ru/3.10/library/pathlib.html#basic-use)3038 - [Абстрактные пути](https://python-all.ru/3.10/library/pathlib.html#pure-paths)30393040 - [Общие свойства](https://python-all.ru/3.10/library/pathlib.html#general-properties)3041 - [Операторы](https://python-all.ru/3.10/library/pathlib.html#operators)3042 - [Доступ к отдельным частям](https://python-all.ru/3.10/library/pathlib.html#accessing-individual-parts)3043 - [Методы и свойства](https://python-all.ru/3.10/library/pathlib.html#methods-and-properties)3044 - [Конкретные пути](https://python-all.ru/3.10/library/pathlib.html#concrete-paths)30453046 - [Методы](https://python-all.ru/3.10/library/pathlib.html#methods)3047 - [Соответствие инструментам модуля `os`](https://python-all.ru/3.10/library/pathlib.html#correspondence-to-tools-in-the-os-module)3048 - [`os.path` – Основные операции с путями](https://python-all.ru/3.10/library/os.path.html)3049 - [`fileinput` – Итерация по строкам из нескольких входных потоков данных](https://python-all.ru/3.10/library/fileinput.html)3050 - [`stat` – Интерпретация результатов `stat()`](https://python-all.ru/3.10/library/stat.html)3051 - [`filecmp` – Сравнение файлов и каталогов](https://python-all.ru/3.10/library/filecmp.html)30523053 - [Класс `dircmp`](https://python-all.ru/3.10/library/filecmp.html#the-dircmp-class)3054 - [`tempfile` – Создание временных файлов и каталогов](https://python-all.ru/3.10/library/tempfile.html)30553056 - [Примеры](https://python-all.ru/3.10/library/tempfile.html#examples)3057 - [Устаревшие функции и переменные](https://python-all.ru/3.10/library/tempfile.html#deprecated-functions-and-variables)3058 - [`glob` – Развертывание шаблонов путей в стиле Unix](https://python-all.ru/3.10/library/glob.html)3059 - [`fnmatch` – Сопоставление имен файлов с шаблонами Unix](https://python-all.ru/3.10/library/fnmatch.html)3060 - [`linecache` – Произвольный доступ к строкам текста](https://python-all.ru/3.10/library/linecache.html)3061 - [`shutil` – Высокоуровневые операции с файлами](https://python-all.ru/3.10/library/shutil.html)30623063 - [Операции с каталогами и файлами](https://python-all.ru/3.10/library/shutil.html#directory-and-files-operations)30643065 - [Эффективные операции копирования с учетом платформы](https://python-all.ru/3.10/library/shutil.html#platform-dependent-efficient-copy-operations)3066 - [Пример copytree](https://python-all.ru/3.10/library/shutil.html#copytree-example)3067 - [Пример rmtree](https://python-all.ru/3.10/library/shutil.html#rmtree-example)3068 - [Операции архивирования](https://python-all.ru/3.10/library/shutil.html#archiving-operations)30693070 - [Пример архивирования](https://python-all.ru/3.10/library/shutil.html#archiving-example)3071 - [Пример архивирования с *base\_dir*](https://python-all.ru/3.10/library/shutil.html#archiving-example-with-base-dir)3072 - [Определение размера выходного терминала](https://python-all.ru/3.10/library/shutil.html#querying-the-size-of-the-output-terminal)3073 - [Постоянное хранение данных](https://python-all.ru/3.10/library/persistence.html)30743075 - [`pickle` – Сериализация объектов Python](https://python-all.ru/3.10/library/pickle.html)30763077 - [Связь с другими модулями Python](https://python-all.ru/3.10/library/pickle.html#relationship-to-other-python-modules)30783079 - [Сравнение с `marshal`](https://python-all.ru/3.10/library/pickle.html#comparison-with-marshal)3080 - [Сравнение с `json`](https://python-all.ru/3.10/library/pickle.html#comparison-with-json)3081 - [Формат потока данных](https://python-all.ru/3.10/library/pickle.html#data-stream-format)3082 - [Интерфейс модуля](https://python-all.ru/3.10/library/pickle.html#module-interface)3083 - [Что можно сериализовать и десериализовать?](https://python-all.ru/3.10/library/pickle.html#what-can-be-pickled-and-unpickled)3084 - [Сериализация экземпляров классов](https://python-all.ru/3.10/library/pickle.html#pickling-class-instances)30853086 - [Сохранение внешних объектов](https://python-all.ru/3.10/library/pickle.html#persistence-of-external-objects)3087 - [Диспетчерские таблицы](https://python-all.ru/3.10/library/pickle.html#dispatch-tables)3088 - [Обработка объектов с состоянием](https://python-all.ru/3.10/library/pickle.html#handling-stateful-objects)3089 - [Пользовательская редукция для типов, функций и других объектов](https://python-all.ru/3.10/library/pickle.html#custom-reduction-for-types-functions-and-other-objects)3090 - [Внеполосные буферы](https://python-all.ru/3.10/library/pickle.html#out-of-band-buffers)30913092 - [API провайдера](https://python-all.ru/3.10/library/pickle.html#provider-api)3093 - [API потребителя](https://python-all.ru/3.10/library/pickle.html#consumer-api)3094 - [Пример](https://python-all.ru/3.10/library/pickle.html#example)3095 - [Ограничение глобальных переменных](https://python-all.ru/3.10/library/pickle.html#restricting-globals)3096 - [Производительность](https://python-all.ru/3.10/library/pickle.html#performance)3097 - [Примеры](https://python-all.ru/3.10/library/pickle.html#examples)3098 - [`copyreg` – Регистрация вспомогательных функций `pickle`](https://python-all.ru/3.10/library/copyreg.html)30993100 - [Пример](https://python-all.ru/3.10/library/copyreg.html#example)3101 - [`shelve` – Персистентность объектов Python](https://python-all.ru/3.10/library/shelve.html)31023103 - [Ограничения](https://python-all.ru/3.10/library/shelve.html#restrictions)3104 - [Пример](https://python-all.ru/3.10/library/shelve.html#example)3105 - [`marshal` – Внутренняя сериализация объектов Python](https://python-all.ru/3.10/library/marshal.html)3106 - [`dbm` – Интерфейсы к Unix-«базам данных»](https://python-all.ru/3.10/library/dbm.html)31073108 - [`dbm.gnu` – переосмысление dbm от GNU](https://python-all.ru/3.10/library/dbm.html#module-dbm.gnu)3109 - [`dbm.ndbm` – интерфейс на основе ndbm](https://python-all.ru/3.10/library/dbm.html#module-dbm.ndbm)3110 - [`dbm.dumb` – Переносимая реализация DBM](https://python-all.ru/3.10/library/dbm.html#module-dbm.dumb)3111 - [`sqlite3` – Интерфейс DB-API 2.0 для баз данных SQLite](https://python-all.ru/3.10/library/sqlite3.html)31123113 - [Учебное пособие](https://python-all.ru/3.10/library/sqlite3.html#tutorial)3114 - [Справочник](https://python-all.ru/3.10/library/sqlite3.html#reference)31153116 - [Функции модуля](https://python-all.ru/3.10/library/sqlite3.html#module-functions)3117 - [Константы модуля](https://python-all.ru/3.10/library/sqlite3.html#module-constants)3118 - [Объекты соединения](https://python-all.ru/3.10/library/sqlite3.html#connection-objects)3119 - [Объекты курсора](https://python-all.ru/3.10/library/sqlite3.html#cursor-objects)3120 - [Объекты строки](https://python-all.ru/3.10/library/sqlite3.html#row-objects)3121 - [Объекты PrepareProtocol](https://python-all.ru/3.10/library/sqlite3.html#prepareprotocol-objects)3122 - [Исключения](https://python-all.ru/3.10/library/sqlite3.html#exceptions)3123 - [Типы SQLite и Python](https://python-all.ru/3.10/library/sqlite3.html#sqlite-and-python-types)3124 - [Адаптеры и преобразователи по умолчанию](https://python-all.ru/3.10/library/sqlite3.html#default-adapters-and-converters)3125 - [Инструкции](https://python-all.ru/3.10/library/sqlite3.html#how-to-guides)31263127 - [Как использовать заполнители для привязки значений в SQL-запросах](https://python-all.ru/3.10/library/sqlite3.html#how-to-use-placeholders-to-bind-values-in-sql-queries)3128 - [Как адаптировать пользовательские типы Python к значениям SQLite](https://python-all.ru/3.10/library/sqlite3.html#how-to-adapt-custom-python-types-to-sqlite-values)31293130 - [Как создавать адаптируемые объекты](https://python-all.ru/3.10/library/sqlite3.html#how-to-write-adaptable-objects)3131 - [Как регистрировать адаптеры-вызываемые объекты](https://python-all.ru/3.10/library/sqlite3.html#how-to-register-adapter-callables)3132 - [Как преобразовывать значения SQLite в пользовательские типы Python](https://python-all.ru/3.10/library/sqlite3.html#how-to-convert-sqlite-values-to-custom-python-types)3133 - [Рецепты адаптеров и преобразователей](https://python-all.ru/3.10/library/sqlite3.html#adapter-and-converter-recipes)3134 - [Как использовать сокращённые методы соединения](https://python-all.ru/3.10/library/sqlite3.html#how-to-use-connection-shortcut-methods)3135 - [Как использовать контекстный менеджер соединения](https://python-all.ru/3.10/library/sqlite3.html#how-to-use-the-connection-context-manager)3136 - [Как работать с URI SQLite](https://python-all.ru/3.10/library/sqlite3.html#how-to-work-with-sqlite-uris)3137 - [Как создавать и использовать фабрики строк](https://python-all.ru/3.10/library/sqlite3.html#how-to-create-and-use-row-factories)3138 - [Пояснения](https://python-all.ru/3.10/library/sqlite3.html#explanation)31393140 - [Управление транзакциями](https://python-all.ru/3.10/library/sqlite3.html#transaction-control)3141 - [Сжатие и архивирование данных](https://python-all.ru/3.10/library/archiving.html)31423143 - [`zlib` – сжатие, совместимое с **gzip**](https://python-all.ru/3.10/library/zlib.html)3144 - [`gzip` – поддержка файлов **gzip**](https://python-all.ru/3.10/library/gzip.html)31453146 - [Примеры использования](https://python-all.ru/3.10/library/gzip.html#examples-of-usage)3147 - [Интерфейс командной строки](https://python-all.ru/3.10/library/gzip.html#command-line-interface)31483149 - [Параметры командной строки](https://python-all.ru/3.10/library/gzip.html#command-line-options)3150 - [`bz2` – поддержка сжатия **bzip2**](https://python-all.ru/3.10/library/bz2.html)31513152 - [Сжатие и распаковка файлов](https://python-all.ru/3.10/library/bz2.html#de-compression-of-files)3153 - [Инкрементальное сжатие/распаковка](https://python-all.ru/3.10/library/bz2.html#incremental-de-compression)3154 - [Однопроходное сжатие/распаковка](https://python-all.ru/3.10/library/bz2.html#one-shot-de-compression)3155 - [Примеры использования](https://python-all.ru/3.10/library/bz2.html#examples-of-usage)3156 - [`lzma` – сжатие с использованием алгоритма LZMA](https://python-all.ru/3.10/library/lzma.html)31573158 - [Чтение и запись сжатых файлов](https://python-all.ru/3.10/library/lzma.html#reading-and-writing-compressed-files)3159 - [Сжатие и распаковка данных в памяти](https://python-all.ru/3.10/library/lzma.html#compressing-and-decompressing-data-in-memory)3160 - [Разное](https://python-all.ru/3.10/library/lzma.html#miscellaneous)3161 - [Настройка пользовательских цепочек фильтров](https://python-all.ru/3.10/library/lzma.html#specifying-custom-filter-chains)3162 - [Примеры](https://python-all.ru/3.10/library/lzma.html#examples)3163 - [`zipfile` – работа с ZIP-архивами](https://python-all.ru/3.10/library/zipfile.html)31643165 - [Объекты ZipFile](https://python-all.ru/3.10/library/zipfile.html#zipfile-objects)3166 - [Объекты Path](https://python-all.ru/3.10/library/zipfile.html#path-objects)3167 - [Объекты PyZipFile](https://python-all.ru/3.10/library/zipfile.html#pyzipfile-objects)3168 - [Объекты ZipInfo](https://python-all.ru/3.10/library/zipfile.html#zipinfo-objects)3169 - [Интерфейс командной строки](https://python-all.ru/3.10/library/zipfile.html#command-line-interface)31703171 - [Параметры командной строки](https://python-all.ru/3.10/library/zipfile.html#command-line-options)3172 - [Подводные камни распаковки](https://python-all.ru/3.10/library/zipfile.html#decompression-pitfalls)31733174 - [Из самого файла](https://python-all.ru/3.10/library/zipfile.html#from-file-itself)3175 - [Ограничения файловой системы](https://python-all.ru/3.10/library/zipfile.html#file-system-limitations)3176 - [Ограничения ресурсов](https://python-all.ru/3.10/library/zipfile.html#resources-limitations)3177 - [Прерывание](https://python-all.ru/3.10/library/zipfile.html#interruption)3178 - [Поведение по умолчанию при извлечении](https://python-all.ru/3.10/library/zipfile.html#default-behaviors-of-extraction)3179 - [`tarfile` – чтение и запись tar-архивов](https://python-all.ru/3.10/library/tarfile.html)31803181 - [Объекты TarFile](https://python-all.ru/3.10/library/tarfile.html#tarfile-objects)3182 - [Объекты TarInfo](https://python-all.ru/3.10/library/tarfile.html#tarinfo-objects)3183 - [Фильтры извлечения](https://python-all.ru/3.10/library/tarfile.html#extraction-filters)31843185 - [Именованные фильтры по умолчанию](https://python-all.ru/3.10/library/tarfile.html#default-named-filters)3186 - [Ошибки фильтров](https://python-all.ru/3.10/library/tarfile.html#filter-errors)3187 - [Подсказки для дополнительной проверки](https://python-all.ru/3.10/library/tarfile.html#hints-for-further-verification)3188 - [Поддержка старых версий Python](https://python-all.ru/3.10/library/tarfile.html#supporting-older-python-versions)3189 - [Пример фильтра извлечения с состоянием](https://python-all.ru/3.10/library/tarfile.html#stateful-extraction-filter-example)3190 - [Интерфейс командной строки](https://python-all.ru/3.10/library/tarfile.html#command-line-interface)31913192 - [Параметры командной строки](https://python-all.ru/3.10/library/tarfile.html#command-line-options)3193 - [Примеры](https://python-all.ru/3.10/library/tarfile.html#examples)3194 - [Поддерживаемые форматы tar](https://python-all.ru/3.10/library/tarfile.html#supported-tar-formats)3195 - [Проблемы с Unicode](https://python-all.ru/3.10/library/tarfile.html#unicode-issues)3196 - [Форматы файлов](https://python-all.ru/3.10/library/fileformats.html)31973198 - [`csv` – чтение и запись CSV-файлов](https://python-all.ru/3.10/library/csv.html)31993200 - [Содержимое модуля](https://python-all.ru/3.10/library/csv.html#module-contents)3201 - [Диалекты и параметры форматирования](https://python-all.ru/3.10/library/csv.html#dialects-and-formatting-parameters)3202 - [Объекты чтения](https://python-all.ru/3.10/library/csv.html#reader-objects)3203 - [Объекты записи](https://python-all.ru/3.10/library/csv.html#writer-objects)3204 - [Примеры](https://python-all.ru/3.10/library/csv.html#examples)3205 - [`configparser` – Парсер конфигурационных файлов](https://python-all.ru/3.10/library/configparser.html)32063207 - [Быстрый старт](https://python-all.ru/3.10/library/configparser.html#quick-start)3208 - [Поддерживаемые типы данных](https://python-all.ru/3.10/library/configparser.html#supported-datatypes)3209 - [Значения по умолчанию](https://python-all.ru/3.10/library/configparser.html#fallback-values)3210 - [Поддерживаемая структура INI-файлов](https://python-all.ru/3.10/library/configparser.html#supported-ini-file-structure)3211 - [Интерполяция значений](https://python-all.ru/3.10/library/configparser.html#interpolation-of-values)3212 - [Доступ через протокол отображения](https://python-all.ru/3.10/library/configparser.html#mapping-protocol-access)3213 - [Настройка поведения парсера](https://python-all.ru/3.10/library/configparser.html#customizing-parser-behaviour)3214 - [Примеры устаревшего API](https://python-all.ru/3.10/library/configparser.html#legacy-api-examples)3215 - [Объекты ConfigParser](https://python-all.ru/3.10/library/configparser.html#configparser-objects)3216 - [Объекты RawConfigParser](https://python-all.ru/3.10/library/configparser.html#rawconfigparser-objects)3217 - [Исключения](https://python-all.ru/3.10/library/configparser.html#exceptions)3218 - [`netrc` – Обработка netrc-файлов](https://python-all.ru/3.10/library/netrc.html)32193220 - [Объекты netrc](https://python-all.ru/3.10/library/netrc.html#netrc-objects)3221 - [`plistlib` – Создание и разбор файлов Apple `.plist`](https://python-all.ru/3.10/library/plistlib.html)32223223 - [Примеры](https://python-all.ru/3.10/library/plistlib.html#examples)3224 - [Криптографические службы](https://python-all.ru/3.10/library/crypto.html)32253226 - [`hashlib` – Безопасные хеши и дайджесты сообщений](https://python-all.ru/3.10/library/hashlib.html)32273228 - [Алгоритмы хеширования](https://python-all.ru/3.10/library/hashlib.html#hash-algorithms)3229 - [SHAKE: дайджесты переменной длины](https://python-all.ru/3.10/library/hashlib.html#shake-variable-length-digests)3230 - [Вывод ключей](https://python-all.ru/3.10/library/hashlib.html#key-derivation)3231 - [BLAKE2](https://python-all.ru/3.10/library/hashlib.html#blake2)32323233 - [Создание хеш-объектов](https://python-all.ru/3.10/library/hashlib.html#creating-hash-objects)3234 - [Константы](https://python-all.ru/3.10/library/hashlib.html#constants)3235 - [Примеры](https://python-all.ru/3.10/library/hashlib.html#examples)32363237 - [Простое хеширование](https://python-all.ru/3.10/library/hashlib.html#simple-hashing)3238 - [Использование разного размера дайджестов](https://python-all.ru/3.10/library/hashlib.html#using-different-digest-sizes)3239 - [Хеширование с ключом](https://python-all.ru/3.10/library/hashlib.html#keyed-hashing)3240 - [Рандомизированное хеширование](https://python-all.ru/3.10/library/hashlib.html#randomized-hashing)3241 - [Персонализация](https://python-all.ru/3.10/library/hashlib.html#personalization)3242 - [Древовидный режим](https://python-all.ru/3.10/library/hashlib.html#tree-mode)3243 - [Благодарности](https://python-all.ru/3.10/library/hashlib.html#credits)3244 - [`hmac` – хеширование с ключом для аутентификации сообщений](https://python-all.ru/3.10/library/hmac.html)3245 - [`secrets` – генерация защищённых случайных чисел для управления секретами](https://python-all.ru/3.10/library/secrets.html)32463247 - [Случайные числа](https://python-all.ru/3.10/library/secrets.html#random-numbers)3248 - [Генерация токенов](https://python-all.ru/3.10/library/secrets.html#generating-tokens)32493250 - [Сколько байтов должны использовать токены?](https://python-all.ru/3.10/library/secrets.html#how-many-bytes-should-tokens-use)3251 - [Другие функции](https://python-all.ru/3.10/library/secrets.html#other-functions)3252 - [Рецепты и лучшие практики](https://python-all.ru/3.10/library/secrets.html#recipes-and-best-practices)3253 - [Универсальные службы операционной системы](https://python-all.ru/3.10/library/allos.html)32543255 - [`os` – различные интерфейсы операционной системы](https://python-all.ru/3.10/library/os.html)32563257 - [Имена файлов, аргументы командной строки и переменные окружения](https://python-all.ru/3.10/library/os.html#file-names-command-line-arguments-and-environment-variables)3258 - [Режим UTF-8 в Python](https://python-all.ru/3.10/library/os.html#python-utf-8-mode)3259 - [Параметры процесса](https://python-all.ru/3.10/library/os.html#process-parameters)3260 - [Создание файловых объектов](https://python-all.ru/3.10/library/os.html#file-object-creation)3261 - [Операции с файловыми дескрипторами](https://python-all.ru/3.10/library/os.html#file-descriptor-operations)32623263 - [Определение размера терминала](https://python-all.ru/3.10/library/os.html#querying-the-size-of-a-terminal)3264 - [Наследование файловых дескрипторов](https://python-all.ru/3.10/library/os.html#inheritance-of-file-descriptors)3265 - [Файлы и каталоги](https://python-all.ru/3.10/library/os.html#files-and-directories)32663267 - [Расширенные атрибуты Linux](https://python-all.ru/3.10/library/os.html#linux-extended-attributes)3268 - [Управление процессами](https://python-all.ru/3.10/library/os.html#process-management)3269 - [Интерфейс к планировщику](https://python-all.ru/3.10/library/os.html#interface-to-the-scheduler)3270 - [Различная системная информация](https://python-all.ru/3.10/library/os.html#miscellaneous-system-information)3271 - [Случайные числа](https://python-all.ru/3.10/library/os.html#random-numbers)3272 - [`io` – Основные инструменты для работы с потоками данных](https://python-all.ru/3.10/library/io.html)32733274 - [Обзор](https://python-all.ru/3.10/library/io.html#overview)32753276 - [Текстовый ввод/вывод](https://python-all.ru/3.10/library/io.html#text-i-o)3277 - [Двоичный ввод/вывод](https://python-all.ru/3.10/library/io.html#binary-i-o)3278 - [Необработанный ввод/вывод](https://python-all.ru/3.10/library/io.html#raw-i-o)3279 - [Кодировка текста](https://python-all.ru/3.10/library/io.html#text-encoding)32803281 - [Добровольное предупреждение о кодировке](https://python-all.ru/3.10/library/io.html#opt-in-encodingwarning)3282 - [Интерфейс модуля высокого уровня](https://python-all.ru/3.10/library/io.html#high-level-module-interface)3283 - [Иерархия классов](https://python-all.ru/3.10/library/io.html#class-hierarchy)32843285 - [Базовые классы ввода/вывода](https://python-all.ru/3.10/library/io.html#i-o-base-classes)3286 - [Необработанный файловый ввод/вывод](https://python-all.ru/3.10/library/io.html#raw-file-i-o)3287 - [Буферизированные потоки](https://python-all.ru/3.10/library/io.html#buffered-streams)3288 - [Текстовый ввод/вывод](https://python-all.ru/3.10/library/io.html#id1)3289 - [Производительность](https://python-all.ru/3.10/library/io.html#performance)32903291 - [Двоичный ввод/вывод](https://python-all.ru/3.10/library/io.html#id2)3292 - [Текстовый ввод/вывод](https://python-all.ru/3.10/library/io.html#id3)3293 - [Многопоточность](https://python-all.ru/3.10/library/io.html#multi-threading)3294 - [Реентерабельность](https://python-all.ru/3.10/library/io.html#reentrancy)3295 - [`time` – Доступ ко времени и преобразования](https://python-all.ru/3.10/library/time.html)32963297 - [Функции](https://python-all.ru/3.10/library/time.html#functions)3298 - [Константы идентификаторов часов](https://python-all.ru/3.10/library/time.html#clock-id-constants)3299 - [Константы часовых поясов](https://python-all.ru/3.10/library/time.html#timezone-constants)3300 - [`argparse` – Парсер параметров командной строки, аргументов и подкоманд](https://python-all.ru/3.10/library/argparse.html)33013302 - [Пример](https://python-all.ru/3.10/library/argparse.html#example)33033304 - [Создание парсера](https://python-all.ru/3.10/library/argparse.html#creating-a-parser)3305 - [Добавление аргументов](https://python-all.ru/3.10/library/argparse.html#adding-arguments)3306 - [Разбор аргументов](https://python-all.ru/3.10/library/argparse.html#parsing-arguments)3307 - [Объекты ArgumentParser](https://python-all.ru/3.10/library/argparse.html#argumentparser-objects)33083309 - [prog](https://python-all.ru/3.10/library/argparse.html#prog)3310 - [usage](https://python-all.ru/3.10/library/argparse.html#usage)3311 - [description](https://python-all.ru/3.10/library/argparse.html#description)3312 - [epilog](https://python-all.ru/3.10/library/argparse.html#epilog)3313 - [parents](https://python-all.ru/3.10/library/argparse.html#parents)3314 - [formatter\_class](https://python-all.ru/3.10/library/argparse.html#formatter-class)3315 - [prefix\_chars](https://python-all.ru/3.10/library/argparse.html#prefix-chars)3316 - [fromfile\_prefix\_chars](https://python-all.ru/3.10/library/argparse.html#fromfile-prefix-chars)3317 - [argument\_default](https://python-all.ru/3.10/library/argparse.html#argument-default)3318 - [allow\_abbrev](https://python-all.ru/3.10/library/argparse.html#allow-abbrev)3319 - [conflict\_handler](https://python-all.ru/3.10/library/argparse.html#conflict-handler)3320 - [add\_help](https://python-all.ru/3.10/library/argparse.html#add-help)3321 - [exit\_on\_error](https://python-all.ru/3.10/library/argparse.html#exit-on-error)3322 - [Метод add\_argument()](https://python-all.ru/3.10/library/argparse.html#the-add-argument-method)33233324 - [name или flags](https://python-all.ru/3.10/library/argparse.html#name-or-flags)3325 - [action](https://python-all.ru/3.10/library/argparse.html#action)3326 - [nargs](https://python-all.ru/3.10/library/argparse.html#nargs)3327 - [const](https://python-all.ru/3.10/library/argparse.html#const)3328 - [default](https://python-all.ru/3.10/library/argparse.html#default)3329 - [тип](https://python-all.ru/3.10/library/argparse.html#type)3330 - [choices](https://python-all.ru/3.10/library/argparse.html#choices)3331 - [required](https://python-all.ru/3.10/library/argparse.html#required)3332 - [help](https://python-all.ru/3.10/library/argparse.html#help)3333 - [metavar](https://python-all.ru/3.10/library/argparse.html#metavar)3334 - [dest](https://python-all.ru/3.10/library/argparse.html#dest)3335 - [Классы Action](https://python-all.ru/3.10/library/argparse.html#action-classes)3336 - [Метод parse\_args()](https://python-all.ru/3.10/library/argparse.html#the-parse-args-method)33373338 - [Синтаксис значений опций](https://python-all.ru/3.10/library/argparse.html#option-value-syntax)3339 - [Недопустимые аргументы](https://python-all.ru/3.10/library/argparse.html#invalid-arguments)3340 - [Аргументы, содержащие `-`](https://python-all.ru/3.10/library/argparse.html#arguments-containing)3341 - [Сокращения аргументов (сопоставление по префиксу)](https://python-all.ru/3.10/library/argparse.html#argument-abbreviations-prefix-matching)3342 - [За пределами `sys.argv`](https://python-all.ru/3.10/library/argparse.html#beyond-sys-argv)3343 - [Объект Namespace](https://python-all.ru/3.10/library/argparse.html#the-namespace-object)3344 - [Прочие утилиты](https://python-all.ru/3.10/library/argparse.html#other-utilities)33453346 - [Подкоманды](https://python-all.ru/3.10/library/argparse.html#sub-commands)3347 - [Объекты FileType](https://python-all.ru/3.10/library/argparse.html#filetype-objects)3348 - [Группы аргументов](https://python-all.ru/3.10/library/argparse.html#argument-groups)3349 - [Взаимное исключение](https://python-all.ru/3.10/library/argparse.html#mutual-exclusion)3350 - [Значения по умолчанию парсера](https://python-all.ru/3.10/library/argparse.html#parser-defaults)3351 - [Вывод справки](https://python-all.ru/3.10/library/argparse.html#printing-help)3352 - [Частичный разбор](https://python-all.ru/3.10/library/argparse.html#partial-parsing)3353 - [Настройка разбора файлов](https://python-all.ru/3.10/library/argparse.html#customizing-file-parsing)3354 - [Методы завершения](https://python-all.ru/3.10/library/argparse.html#exiting-methods)3355 - [Смешанный разбор](https://python-all.ru/3.10/library/argparse.html#intermixed-parsing)3356 - [Обновление кода optparse](https://python-all.ru/3.10/library/argparse.html#upgrading-optparse-code)3357 - [`getopt` – Парсер параметров командной строки в стиле C](https://python-all.ru/3.10/library/getopt.html)3358 - [`logging` – Средство журналирования для Python](https://python-all.ru/3.10/library/logging.html)33593360 - [Объекты Logger](https://python-all.ru/3.10/library/logging.html#logger-objects)3361 - [Уровни журналирования](https://python-all.ru/3.10/library/logging.html#logging-levels)3362 - [Объекты-обработчики](https://python-all.ru/3.10/library/logging.html#handler-objects)3363 - [Объекты-форматировщики](https://python-all.ru/3.10/library/logging.html#formatter-objects)3364 - [Объекты-фильтры](https://python-all.ru/3.10/library/logging.html#filter-objects)3365 - [Объекты LogRecord](https://python-all.ru/3.10/library/logging.html#logrecord-objects)3366 - [Атрибуты LogRecord](https://python-all.ru/3.10/library/logging.html#logrecord-attributes)3367 - [Объекты LoggerAdapter](https://python-all.ru/3.10/library/logging.html#loggeradapter-objects)3368 - [Потокобезопасность](https://python-all.ru/3.10/library/logging.html#thread-safety)3369 - [Функции уровня модуля](https://python-all.ru/3.10/library/logging.html#module-level-functions)3370 - [Атрибуты уровня модуля](https://python-all.ru/3.10/library/logging.html#module-level-attributes)3371 - [Интеграция с модулем warnings](https://python-all.ru/3.10/library/logging.html#integration-with-the-warnings-module)3372 - [`logging.config` – Конфигурация логирования](https://python-all.ru/3.10/library/logging.config.html)33733374 - [Функции конфигурации](https://python-all.ru/3.10/library/logging.config.html#configuration-functions)3375 - [Вопросы безопасности](https://python-all.ru/3.10/library/logging.config.html#security-considerations)3376 - [Схема конфигурационного словаря](https://python-all.ru/3.10/library/logging.config.html#configuration-dictionary-schema)33773378 - [Подробности схемы словаря](https://python-all.ru/3.10/library/logging.config.html#dictionary-schema-details)3379 - [Инкрементальная конфигурация](https://python-all.ru/3.10/library/logging.config.html#incremental-configuration)3380 - [Соединения объектов](https://python-all.ru/3.10/library/logging.config.html#object-connections)3381 - [Пользовательские объекты](https://python-all.ru/3.10/library/logging.config.html#user-defined-objects)3382 - [Порядок конфигурации обработчиков](https://python-all.ru/3.10/library/logging.config.html#handler-configuration-order)3383 - [Доступ к внешним объектам](https://python-all.ru/3.10/library/logging.config.html#access-to-external-objects)3384 - [Доступ к внутренним объектам](https://python-all.ru/3.10/library/logging.config.html#access-to-internal-objects)3385 - [Разрешение импорта и пользовательские импортеры](https://python-all.ru/3.10/library/logging.config.html#import-resolution-and-custom-importers)3386 - [Формат файла конфигурации](https://python-all.ru/3.10/library/logging.config.html#configuration-file-format)3387 - [`logging.handlers` – Обработчики логирования](https://python-all.ru/3.10/library/logging.handlers.html)33883389 - [StreamHandler](https://python-all.ru/3.10/library/logging.handlers.html#streamhandler)3390 - [FileHandler](https://python-all.ru/3.10/library/logging.handlers.html#filehandler)3391 - [NullHandler](https://python-all.ru/3.10/library/logging.handlers.html#nullhandler)3392 - [WatchedFileHandler](https://python-all.ru/3.10/library/logging.handlers.html#watchedfilehandler)3393 - [BaseRotatingHandler](https://python-all.ru/3.10/library/logging.handlers.html#baserotatinghandler)3394 - [RotatingFileHandler](https://python-all.ru/3.10/library/logging.handlers.html#rotatingfilehandler)3395 - [TimedRotatingFileHandler](https://python-all.ru/3.10/library/logging.handlers.html#timedrotatingfilehandler)3396 - [Обработчик сокетов](https://python-all.ru/3.10/library/logging.handlers.html#sockethandler)3397 - [Обработчик датаграмм](https://python-all.ru/3.10/library/logging.handlers.html#datagramhandler)3398 - [Обработчик системного журнала](https://python-all.ru/3.10/library/logging.handlers.html#sysloghandler)3399 - [Обработчик журнала событий NT](https://python-all.ru/3.10/library/logging.handlers.html#nteventloghandler)3400 - [SMTP-обработчик](https://python-all.ru/3.10/library/logging.handlers.html#smtphandler)3401 - [Обработчик памяти](https://python-all.ru/3.10/library/logging.handlers.html#memoryhandler)3402 - [HTTP-обработчик](https://python-all.ru/3.10/library/logging.handlers.html#httphandler)3403 - [Обработчик очереди](https://python-all.ru/3.10/library/logging.handlers.html#queuehandler)3404 - [Прослушиватель очереди](https://python-all.ru/3.10/library/logging.handlers.html#queuelistener)3405 - [`getpass` – Переносимый ввод пароля](https://python-all.ru/3.10/library/getpass.html)3406 - [`curses` – Управление терминалом для символьных дисплеев](https://python-all.ru/3.10/library/curses.html)34073408 - [Функции](https://python-all.ru/3.10/library/curses.html#functions)3409 - [Объекты окон](https://python-all.ru/3.10/library/curses.html#window-objects)3410 - [Константы](https://python-all.ru/3.10/library/curses.html#constants)3411 - [`curses.textpad` – виджет ввода текста для программ curses](https://python-all.ru/3.10/library/curses.html#module-curses.textpad)34123413 - [Объекты Textbox](https://python-all.ru/3.10/library/curses.html#textbox-objects)3414 - [`curses.ascii` – утилиты для работы с ASCII-символами](https://python-all.ru/3.10/library/curses.ascii.html)3415 - [`curses.panel` – расширение стека панелей для curses](https://python-all.ru/3.10/library/curses.panel.html)34163417 - [Функции](https://python-all.ru/3.10/library/curses.panel.html#functions)3418 - [Объекты панелей](https://python-all.ru/3.10/library/curses.panel.html#panel-objects)3419 - [`platform` – Доступ к идентифицирующим данным базовой платформы](https://python-all.ru/3.10/library/platform.html)34203421 - [Кроссплатформенные](https://python-all.ru/3.10/library/platform.html#cross-platform)3422 - [Платформа Java](https://python-all.ru/3.10/library/platform.html#java-platform)3423 - [Платформа Windows](https://python-all.ru/3.10/library/platform.html#windows-platform)3424 - [Платформа macOS](https://python-all.ru/3.10/library/platform.html#macos-platform)3425 - [Платформы Unix](https://python-all.ru/3.10/library/platform.html#unix-platforms)3426 - [Платформы Linux](https://python-all.ru/3.10/library/platform.html#linux-platforms)3427 - [`errno` – Стандартные системные символы errno](https://python-all.ru/3.10/library/errno.html)3428 - [`ctypes` – Библиотека внешних функций для Python](https://python-all.ru/3.10/library/ctypes.html)34293430 - [Руководство по ctypes](https://python-all.ru/3.10/library/ctypes.html#ctypes-tutorial)34313432 - [Загрузка библиотек динамической компоновки](https://python-all.ru/3.10/library/ctypes.html#loading-dynamic-link-libraries)3433 - [Доступ к функциям из загруженных DLL](https://python-all.ru/3.10/library/ctypes.html#accessing-functions-from-loaded-dlls)3434 - [Вызов функций](https://python-all.ru/3.10/library/ctypes.html#calling-functions)3435 - [Базовые типы данных](https://python-all.ru/3.10/library/ctypes.html#fundamental-data-types)3436 - [Вызов функций (продолжение)](https://python-all.ru/3.10/library/ctypes.html#calling-functions-continued)3437 - [Вызов функций с переменным числом аргументов](https://python-all.ru/3.10/library/ctypes.html#calling-variadic-functions)3438 - [Вызов функций с собственными пользовательскими типами данных](https://python-all.ru/3.10/library/ctypes.html#calling-functions-with-your-own-custom-data-types)3439 - [Указание требуемых типов аргументов (прототипы функций)](https://python-all.ru/3.10/library/ctypes.html#specifying-the-required-argument-types-function-prototypes)3440 - [Типы возвращаемых значений](https://python-all.ru/3.10/library/ctypes.html#return-types)3441 - [Передача указателей (или передача параметров по ссылке)](https://python-all.ru/3.10/library/ctypes.html#passing-pointers-or-passing-parameters-by-reference)3442 - [Структуры и объединения](https://python-all.ru/3.10/library/ctypes.html#structures-and-unions)3443 - [Выравнивание структур/объединений и порядок байтов](https://python-all.ru/3.10/library/ctypes.html#structure-union-alignment-and-byte-order)3444 - [Битовые поля в структурах и объединениях](https://python-all.ru/3.10/library/ctypes.html#bit-fields-in-structures-and-unions)3445 - [Массивы](https://python-all.ru/3.10/library/ctypes.html#arrays)3446 - [Указатели](https://python-all.ru/3.10/library/ctypes.html#pointers)3447 - [Преобразования типов](https://python-all.ru/3.10/library/ctypes.html#type-conversions)3448 - [Неполные типы](https://python-all.ru/3.10/library/ctypes.html#incomplete-types)3449 - [Функции обратного вызова](https://python-all.ru/3.10/library/ctypes.html#callback-functions)3450 - [Доступ к значениям, экспортируемым из DLL](https://python-all.ru/3.10/library/ctypes.html#accessing-values-exported-from-dlls)3451 - [Неожиданности](https://python-all.ru/3.10/library/ctypes.html#surprises)3452 - [Типы данных переменного размера](https://python-all.ru/3.10/library/ctypes.html#variable-sized-data-types)3453 - [Справочник по ctypes](https://python-all.ru/3.10/library/ctypes.html#ctypes-reference)34543455 - [Поиск общих библиотек](https://python-all.ru/3.10/library/ctypes.html#finding-shared-libraries)3456 - [Загрузка общих библиотек](https://python-all.ru/3.10/library/ctypes.html#loading-shared-libraries)3457 - [Внешние функции](https://python-all.ru/3.10/library/ctypes.html#foreign-functions)3458 - [Прототипы функций](https://python-all.ru/3.10/library/ctypes.html#function-prototypes)3459 - [Вспомогательные функции](https://python-all.ru/3.10/library/ctypes.html#utility-functions)3460 - [Типы данных](https://python-all.ru/3.10/library/ctypes.html#data-types)3461 - [Базовые типы данных](https://python-all.ru/3.10/library/ctypes.html#ctypes-fundamental-data-types-2)3462 - [Структурированные типы данных](https://python-all.ru/3.10/library/ctypes.html#structured-data-types)3463 - [Массивы и указатели](https://python-all.ru/3.10/library/ctypes.html#arrays-and-pointers)3464 - [Параллельное выполнение](https://python-all.ru/3.10/library/concurrency.html)34653466 - [`threading` – параллелизм на основе потоков](https://python-all.ru/3.10/library/threading.html)34673468 - [Потоковые локальные данные](https://python-all.ru/3.10/library/threading.html#thread-local-data)3469 - [Объекты потоков](https://python-all.ru/3.10/library/threading.html#thread-objects)3470 - [Объекты блокировок](https://python-all.ru/3.10/library/threading.html#lock-objects)3471 - [Объекты RLock](https://python-all.ru/3.10/library/threading.html#rlock-objects)3472 - [Объекты условий](https://python-all.ru/3.10/library/threading.html#condition-objects)3473 - [Объекты семафоров](https://python-all.ru/3.10/library/threading.html#semaphore-objects)34743475 - [`Semaphore` Пример](https://python-all.ru/3.10/library/threading.html#semaphore-example)3476 - [Объекты событий](https://python-all.ru/3.10/library/threading.html#event-objects)3477 - [Объекты таймеров](https://python-all.ru/3.10/library/threading.html#timer-objects)3478 - [Объекты барьеров](https://python-all.ru/3.10/library/threading.html#barrier-objects)3479 - [Использование блокировок, условий и семафоров в операторе `with`](https://python-all.ru/3.10/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement)3480 - [`multiprocessing` – параллелизм на основе процессов](https://python-all.ru/3.10/library/multiprocessing.html)34813482 - [Введение](https://python-all.ru/3.10/library/multiprocessing.html#introduction)34833484 - [Класс `Process`](https://python-all.ru/3.10/library/multiprocessing.html#the-process-class)3485 - [Контексты и методы запуска](https://python-all.ru/3.10/library/multiprocessing.html#contexts-and-start-methods)3486 - [Обмен объектами между процессами](https://python-all.ru/3.10/library/multiprocessing.html#exchanging-objects-between-processes)3487 - [Синхронизация между процессами](https://python-all.ru/3.10/library/multiprocessing.html#synchronization-between-processes)3488 - [Совместное использование состояния между процессами](https://python-all.ru/3.10/library/multiprocessing.html#sharing-state-between-processes)3489 - [Использование пула рабочих процессов](https://python-all.ru/3.10/library/multiprocessing.html#using-a-pool-of-workers)3490 - [Справочник](https://python-all.ru/3.10/library/multiprocessing.html#reference)34913492 - [`Process` и исключения](https://python-all.ru/3.10/library/multiprocessing.html#process-and-exceptions)3493 - [Каналы и очереди](https://python-all.ru/3.10/library/multiprocessing.html#pipes-and-queues)3494 - [Разное](https://python-all.ru/3.10/library/multiprocessing.html#miscellaneous)3495 - [Объекты соединений](https://python-all.ru/3.10/library/multiprocessing.html#connection-objects)3496 - [Примитивы синхронизации](https://python-all.ru/3.10/library/multiprocessing.html#synchronization-primitives)3497 - [Разделяемые `ctypes` объекты](https://python-all.ru/3.10/library/multiprocessing.html#shared-ctypes-objects)34983499 - [Модуль `multiprocessing.sharedctypes`](https://python-all.ru/3.10/library/multiprocessing.html#module-multiprocessing.sharedctypes)3500 - [Менеджеры](https://python-all.ru/3.10/library/multiprocessing.html#managers)35013502 - [Настраиваемые менеджеры](https://python-all.ru/3.10/library/multiprocessing.html#customized-managers)3503 - [Использование удалённого менеджера](https://python-all.ru/3.10/library/multiprocessing.html#using-a-remote-manager)3504 - [Объекты-прокси](https://python-all.ru/3.10/library/multiprocessing.html#proxy-objects)35053506 - [Очистка](https://python-all.ru/3.10/library/multiprocessing.html#cleanup)3507 - [Пулы процессов](https://python-all.ru/3.10/library/multiprocessing.html#module-multiprocessing.pool)3508 - [Слушатели и клиенты](https://python-all.ru/3.10/library/multiprocessing.html#module-multiprocessing.connection)35093510 - [Форматы адресов](https://python-all.ru/3.10/library/multiprocessing.html#address-formats)3511 - [Ключи аутентификации](https://python-all.ru/3.10/library/multiprocessing.html#authentication-keys)3512 - [Логирование](https://python-all.ru/3.10/library/multiprocessing.html#logging)3513 - [Модуль `multiprocessing.dummy`](https://python-all.ru/3.10/library/multiprocessing.html#module-multiprocessing.dummy)3514 - [Рекомендации по программированию](https://python-all.ru/3.10/library/multiprocessing.html#programming-guidelines)35153516 - [Все методы запуска](https://python-all.ru/3.10/library/multiprocessing.html#all-start-methods)3517 - [Методы запуска *spawn* и *forkserver*](https://python-all.ru/3.10/library/multiprocessing.html#the-spawn-and-forkserver-start-methods)3518 - [Примеры](https://python-all.ru/3.10/library/multiprocessing.html#examples)3519 - [`multiprocessing.shared_memory` – Разделяемая память для прямого доступа между процессами](https://python-all.ru/3.10/library/multiprocessing.shared_memory.html)3520 - [Пакет `concurrent`](https://python-all.ru/3.10/library/concurrent.html)3521 - [`concurrent.futures` – Запуск параллельных задач](https://python-all.ru/3.10/library/concurrent.futures.html)35223523 - [Объекты исполнителя](https://python-all.ru/3.10/library/concurrent.futures.html#executor-objects)3524 - [ThreadPoolExecutor](https://python-all.ru/3.10/library/concurrent.futures.html#threadpoolexecutor)35253526 - [Пример ThreadPoolExecutor](https://python-all.ru/3.10/library/concurrent.futures.html#threadpoolexecutor-example)3527 - [ProcessPoolExecutor](https://python-all.ru/3.10/library/concurrent.futures.html#processpoolexecutor)35283529 - [Пример ProcessPoolExecutor](https://python-all.ru/3.10/library/concurrent.futures.html#processpoolexecutor-example)3530 - [Объекты Future](https://python-all.ru/3.10/library/concurrent.futures.html#future-objects)3531 - [Функции модуля](https://python-all.ru/3.10/library/concurrent.futures.html#module-functions)3532 - [Классы исключений](https://python-all.ru/3.10/library/concurrent.futures.html#exception-classes)3533 - [`subprocess` – Управление подпроцессами](https://python-all.ru/3.10/library/subprocess.html)35343535 - [Использование модуля `subprocess`](https://python-all.ru/3.10/library/subprocess.html#using-the-subprocess-module)35363537 - [Часто используемые аргументы](https://python-all.ru/3.10/library/subprocess.html#frequently-used-arguments)3538 - [Конструктор Popen](https://python-all.ru/3.10/library/subprocess.html#popen-constructor)3539 - [Исключения](https://python-all.ru/3.10/library/subprocess.html#exceptions)3540 - [Вопросы безопасности](https://python-all.ru/3.10/library/subprocess.html#security-considerations)3541 - [Объекты Popen](https://python-all.ru/3.10/library/subprocess.html#popen-objects)3542 - [Вспомогательные функции Popen для Windows](https://python-all.ru/3.10/library/subprocess.html#windows-popen-helpers)35433544 - [Константы Windows](https://python-all.ru/3.10/library/subprocess.html#windows-constants)3545 - [Старый высокоуровневый API](https://python-all.ru/3.10/library/subprocess.html#older-high-level-api)3546 - [Замена старых функций модулем `subprocess`](https://python-all.ru/3.10/library/subprocess.html#replacing-older-functions-with-the-subprocess-module)35473548 - [Замена подстановки команд оболочки **/bin/sh**](https://python-all.ru/3.10/library/subprocess.html#replacing-bin-sh-shell-command-substitution)3549 - [Замена конвейера оболочки](https://python-all.ru/3.10/library/subprocess.html#replacing-shell-pipeline)3550 - [Замена `os.system()`](https://python-all.ru/3.10/library/subprocess.html#replacing-os-system)3551 - [Замена семейства `os.spawn`](https://python-all.ru/3.10/library/subprocess.html#replacing-the-os-spawn-family)3552 - [Замена `os.popen()`, `os.popen2()`, `os.popen3()`](https://python-all.ru/3.10/library/subprocess.html#replacing-os-popen-os-popen2-os-popen3)3553 - [Замена функций из модуля `popen2`](https://python-all.ru/3.10/library/subprocess.html#replacing-functions-from-the-popen2-module)3554 - [Устаревшие функции вызова оболочки](https://python-all.ru/3.10/library/subprocess.html#legacy-shell-invocation-functions)3555 - [Примечания](https://python-all.ru/3.10/library/subprocess.html#notes)35563557 - [Преобразование последовательности аргументов в строку на Windows](https://python-all.ru/3.10/library/subprocess.html#converting-an-argument-sequence-to-a-string-on-windows)3558 - [`sched` – планировщик событий](https://python-all.ru/3.10/library/sched.html)35593560 - [Объекты планировщика](https://python-all.ru/3.10/library/sched.html#scheduler-objects)3561 - [`queue` – класс синхронизированной очереди](https://python-all.ru/3.10/library/queue.html)35623563 - [Объекты очередей](https://python-all.ru/3.10/library/queue.html#queue-objects)3564 - [Объекты SimpleQueue](https://python-all.ru/3.10/library/queue.html#simplequeue-objects)3565 - [`contextvars` – контекстные переменные](https://python-all.ru/3.10/library/contextvars.html)35663567 - [Контекстные переменные](https://python-all.ru/3.10/library/contextvars.html#context-variables)3568 - [Ручное управление контекстом](https://python-all.ru/3.10/library/contextvars.html#manual-context-management)3569 - [Поддержка asyncio](https://python-all.ru/3.10/library/contextvars.html#asyncio-support)3570 - [`_thread` – низкоуровневый API потоков](https://python-all.ru/3.10/library/_thread.html)3571 - [Сеть и межпроцессное взаимодействие](https://python-all.ru/3.10/library/ipc.html)35723573 - [`asyncio` – асинхронный ввод-вывод](https://python-all.ru/3.10/library/asyncio.html)35743575 - [Корутины и задачи](https://python-all.ru/3.10/library/asyncio-task.html)35763577 - [Корутины](https://python-all.ru/3.10/library/asyncio-task.html#coroutines)3578 - [Ожидаемые объекты](https://python-all.ru/3.10/library/asyncio-task.html#awaitables)3579 - [Запуск asyncio-программы](https://python-all.ru/3.10/library/asyncio-task.html#running-an-asyncio-program)3580 - [Создание задач](https://python-all.ru/3.10/library/asyncio-task.html#creating-tasks)3581 - [Приостановка выполнения](https://python-all.ru/3.10/library/asyncio-task.html#sleeping)3582 - [Одновременное выполнение задач](https://python-all.ru/3.10/library/asyncio-task.html#running-tasks-concurrently)3583 - [Защита от отмены](https://python-all.ru/3.10/library/asyncio-task.html#shielding-from-cancellation)3584 - [Тайм-ауты](https://python-all.ru/3.10/library/asyncio-task.html#timeouts)3585 - [Примитивы ожидания](https://python-all.ru/3.10/library/asyncio-task.html#waiting-primitives)3586 - [Выполнение в потоках](https://python-all.ru/3.10/library/asyncio-task.html#running-in-threads)3587 - [Планирование из других потоков](https://python-all.ru/3.10/library/asyncio-task.html#scheduling-from-other-threads)3588 - [Интроспекция](https://python-all.ru/3.10/library/asyncio-task.html#introspection)3589 - [Объект задачи](https://python-all.ru/3.10/library/asyncio-task.html#task-object)3590 - [Корутины на основе генераторов](https://python-all.ru/3.10/library/asyncio-task.html#generator-based-coroutines)3591 - [Потоки данных](https://python-all.ru/3.10/library/asyncio-stream.html)35923593 - [StreamReader](https://python-all.ru/3.10/library/asyncio-stream.html#streamreader)3594 - [StreamWriter](https://python-all.ru/3.10/library/asyncio-stream.html#streamwriter)3595 - [Примеры](https://python-all.ru/3.10/library/asyncio-stream.html#examples)35963597 - [Эхо-клиент TCP с использованием потоков данных](https://python-all.ru/3.10/library/asyncio-stream.html#tcp-echo-client-using-streams)3598 - [Эхо-сервер TCP с использованием потоков данных](https://python-all.ru/3.10/library/asyncio-stream.html#tcp-echo-server-using-streams)3599 - [Получение HTTP-заголовков](https://python-all.ru/3.10/library/asyncio-stream.html#get-http-headers)3600 - [Регистрация открытого сокета для ожидания данных через потоки](https://python-all.ru/3.10/library/asyncio-stream.html#register-an-open-socket-to-wait-for-data-using-streams)3601 - [Примитивы синхронизации](https://python-all.ru/3.10/library/asyncio-sync.html)36023603 - [Блокировка](https://python-all.ru/3.10/library/asyncio-sync.html#lock)3604 - [Событие](https://python-all.ru/3.10/library/asyncio-sync.html#event)3605 - [Условная переменная](https://python-all.ru/3.10/library/asyncio-sync.html#condition)3606 - [Семафор](https://python-all.ru/3.10/library/asyncio-sync.html#semaphore)3607 - [BoundedSemaphore](https://python-all.ru/3.10/library/asyncio-sync.html#boundedsemaphore)3608 - [Подпроцессы](https://python-all.ru/3.10/library/asyncio-subprocess.html)36093610 - [Создание подпроцессов](https://python-all.ru/3.10/library/asyncio-subprocess.html#creating-subprocesses)3611 - [Константы](https://python-all.ru/3.10/library/asyncio-subprocess.html#constants)3612 - [Взаимодействие с подпроцессами](https://python-all.ru/3.10/library/asyncio-subprocess.html#interacting-with-subprocesses)36133614 - [Подпроцессы и потоки](https://python-all.ru/3.10/library/asyncio-subprocess.html#subprocess-and-threads)3615 - [Примеры](https://python-all.ru/3.10/library/asyncio-subprocess.html#examples)3616 - [Очереди](https://python-all.ru/3.10/library/asyncio-queue.html)36173618 - [Очередь](https://python-all.ru/3.10/library/asyncio-queue.html#queue)3619 - [Очередь с приоритетом](https://python-all.ru/3.10/library/asyncio-queue.html#priority-queue)3620 - [Очередь LIFO](https://python-all.ru/3.10/library/asyncio-queue.html#lifo-queue)3621 - [Исключения](https://python-all.ru/3.10/library/asyncio-queue.html#exceptions)3622 - [Примеры](https://python-all.ru/3.10/library/asyncio-queue.html#examples)3623 - [Исключения](https://python-all.ru/3.10/library/asyncio-exceptions.html)3624 - [Цикл событий](https://python-all.ru/3.10/library/asyncio-eventloop.html)36253626 - [Методы цикла событий](https://python-all.ru/3.10/library/asyncio-eventloop.html#event-loop-methods)36273628 - [Запуск и остановка цикла событий](https://python-all.ru/3.10/library/asyncio-eventloop.html#running-and-stopping-the-loop)3629 - [Планирование колбэков](https://python-all.ru/3.10/library/asyncio-eventloop.html#scheduling-callbacks)3630 - [Планирование отложенных колбэков](https://python-all.ru/3.10/library/asyncio-eventloop.html#scheduling-delayed-callbacks)3631 - [Создание Future и задач](https://python-all.ru/3.10/library/asyncio-eventloop.html#creating-futures-and-tasks)3632 - [Открытие сетевых соединений](https://python-all.ru/3.10/library/asyncio-eventloop.html#opening-network-connections)3633 - [Создание сетевых серверов](https://python-all.ru/3.10/library/asyncio-eventloop.html#creating-network-servers)3634 - [Передача файлов](https://python-all.ru/3.10/library/asyncio-eventloop.html#transferring-files)3635 - [Обновление TLS](https://python-all.ru/3.10/library/asyncio-eventloop.html#tls-upgrade)3636 - [Наблюдение за файловыми дескрипторами](https://python-all.ru/3.10/library/asyncio-eventloop.html#watching-file-descriptors)3637 - [Работа с объектами сокетов напрямую](https://python-all.ru/3.10/library/asyncio-eventloop.html#working-with-socket-objects-directly)3638 - [DNS](https://python-all.ru/3.10/library/asyncio-eventloop.html#dns)3639 - [Работа с каналами](https://python-all.ru/3.10/library/asyncio-eventloop.html#working-with-pipes)3640 - [Сигналы Unix](https://python-all.ru/3.10/library/asyncio-eventloop.html#unix-signals)3641 - [Выполнение кода в пулах потоков или процессов](https://python-all.ru/3.10/library/asyncio-eventloop.html#executing-code-in-thread-or-process-pools)3642 - [API обработки ошибок](https://python-all.ru/3.10/library/asyncio-eventloop.html#error-handling-api)3643 - [Включение режима отладки](https://python-all.ru/3.10/library/asyncio-eventloop.html#enabling-debug-mode)3644 - [Запуск подпроцессов](https://python-all.ru/3.10/library/asyncio-eventloop.html#running-subprocesses)3645 - [Обработчики колбэков](https://python-all.ru/3.10/library/asyncio-eventloop.html#callback-handles)3646 - [Объекты сервера](https://python-all.ru/3.10/library/asyncio-eventloop.html#server-objects)3647 - [Реализации цикла событий](https://python-all.ru/3.10/library/asyncio-eventloop.html#event-loop-implementations)3648 - [Примеры](https://python-all.ru/3.10/library/asyncio-eventloop.html#examples)36493650 - [Hello World с помощью call\_soon()](https://python-all.ru/3.10/library/asyncio-eventloop.html#hello-world-with-call-soon)3651 - [Отображение текущей даты с помощью call\_later()](https://python-all.ru/3.10/library/asyncio-eventloop.html#display-the-current-date-with-call-later)3652 - [Наблюдение за файловым дескриптором на предмет событий чтения](https://python-all.ru/3.10/library/asyncio-eventloop.html#watch-a-file-descriptor-for-read-events)3653 - [Установка обработчиков сигналов SIGINT и SIGTERM](https://python-all.ru/3.10/library/asyncio-eventloop.html#set-signal-handlers-for-sigint-and-sigterm)3654 - [Future](https://python-all.ru/3.10/library/asyncio-future.html)36553656 - [Функции Future](https://python-all.ru/3.10/library/asyncio-future.html#future-functions)3657 - [Объект Future](https://python-all.ru/3.10/library/asyncio-future.html#future-object)3658 - [Транспорты и протоколы](https://python-all.ru/3.10/library/asyncio-protocol.html)36593660 - [Транспорты](https://python-all.ru/3.10/library/asyncio-protocol.html#transports)36613662 - [Иерархия транспортов](https://python-all.ru/3.10/library/asyncio-protocol.html#transports-hierarchy)3663 - [Базовый транспорт](https://python-all.ru/3.10/library/asyncio-protocol.html#base-transport)3664 - [Транспорты только для чтения](https://python-all.ru/3.10/library/asyncio-protocol.html#read-only-transports)3665 - [Транспорты только для записи](https://python-all.ru/3.10/library/asyncio-protocol.html#write-only-transports)3666 - [Транспорты дейтаграмм](https://python-all.ru/3.10/library/asyncio-protocol.html#datagram-transports)3667 - [Транспорты подпроцессов](https://python-all.ru/3.10/library/asyncio-protocol.html#subprocess-transports)3668 - [Протоколы](https://python-all.ru/3.10/library/asyncio-protocol.html#protocols)36693670 - [Базовые протоколы](https://python-all.ru/3.10/library/asyncio-protocol.html#base-protocols)3671 - [Базовый протокол](https://python-all.ru/3.10/library/asyncio-protocol.html#base-protocol)3672 - [Потоковые протоколы](https://python-all.ru/3.10/library/asyncio-protocol.html#streaming-protocols)3673 - [Буферизированные потоковые протоколы](https://python-all.ru/3.10/library/asyncio-protocol.html#buffered-streaming-protocols)3674 - [Протоколы дейтаграмм](https://python-all.ru/3.10/library/asyncio-protocol.html#datagram-protocols)3675 - [Протоколы подпроцессов](https://python-all.ru/3.10/library/asyncio-protocol.html#subprocess-protocols)3676 - [Примеры](https://python-all.ru/3.10/library/asyncio-protocol.html#examples)36773678 - [TCP-эхо-сервер](https://python-all.ru/3.10/library/asyncio-protocol.html#tcp-echo-server)3679 - [TCP-эхо-клиент](https://python-all.ru/3.10/library/asyncio-protocol.html#tcp-echo-client)3680 - [UDP-эхо-сервер](https://python-all.ru/3.10/library/asyncio-protocol.html#udp-echo-server)3681 - [UDP-эхо-клиент](https://python-all.ru/3.10/library/asyncio-protocol.html#udp-echo-client)3682 - [Подключение существующих сокетов](https://python-all.ru/3.10/library/asyncio-protocol.html#connecting-existing-sockets)3683 - [loop.subprocess\_exec() и SubprocessProtocol](https://python-all.ru/3.10/library/asyncio-protocol.html#loop-subprocess-exec-and-subprocessprotocol)3684 - [Политики](https://python-all.ru/3.10/library/asyncio-policy.html)36853686 - [Получение и установка политики](https://python-all.ru/3.10/library/asyncio-policy.html#getting-and-setting-the-policy)3687 - [Объекты политики](https://python-all.ru/3.10/library/asyncio-policy.html#policy-objects)3688 - [Наблюдатели за процессами](https://python-all.ru/3.10/library/asyncio-policy.html#process-watchers)3689 - [Пользовательские политики](https://python-all.ru/3.10/library/asyncio-policy.html#custom-policies)3690 - [Поддержка платформ](https://python-all.ru/3.10/library/asyncio-platforms.html)36913692 - [Все платформы](https://python-all.ru/3.10/library/asyncio-platforms.html#all-platforms)3693 - [Windows](https://python-all.ru/3.10/library/asyncio-platforms.html#windows)36943695 - [Поддержка подпроцессов в Windows](https://python-all.ru/3.10/library/asyncio-platforms.html#subprocess-support-on-windows)3696 - [macOS](https://python-all.ru/3.10/library/asyncio-platforms.html#macos)3697 - [Индекс API высокого уровня](https://python-all.ru/3.10/library/asyncio-api-index.html)36983699 - [Задачи](https://python-all.ru/3.10/library/asyncio-api-index.html#tasks)3700 - [Очереди](https://python-all.ru/3.10/library/asyncio-api-index.html#queues)3701 - [Подпроцессы](https://python-all.ru/3.10/library/asyncio-api-index.html#subprocesses)3702 - [Потоки данных](https://python-all.ru/3.10/library/asyncio-api-index.html#streams)3703 - [Синхронизация](https://python-all.ru/3.10/library/asyncio-api-index.html#synchronization)3704 - [Исключения](https://python-all.ru/3.10/library/asyncio-api-index.html#exceptions)3705 - [Индекс API низкого уровня](https://python-all.ru/3.10/library/asyncio-llapi-index.html)37063707 - [Получение цикла событий](https://python-all.ru/3.10/library/asyncio-llapi-index.html#obtaining-the-event-loop)3708 - [Методы цикла событий](https://python-all.ru/3.10/library/asyncio-llapi-index.html#event-loop-methods)3709 - [Транспорты](https://python-all.ru/3.10/library/asyncio-llapi-index.html#transports)3710 - [Протоколы](https://python-all.ru/3.10/library/asyncio-llapi-index.html#protocols)3711 - [Политики цикла событий](https://python-all.ru/3.10/library/asyncio-llapi-index.html#event-loop-policies)3712 - [Разработка с asyncio](https://python-all.ru/3.10/library/asyncio-dev.html)37133714 - [Режим отладки](https://python-all.ru/3.10/library/asyncio-dev.html#debug-mode)3715 - [Параллелизм и многопоточность](https://python-all.ru/3.10/library/asyncio-dev.html#concurrency-and-multithreading)3716 - [Выполнение блокирующего кода](https://python-all.ru/3.10/library/asyncio-dev.html#running-blocking-code)3717 - [Логирование](https://python-all.ru/3.10/library/asyncio-dev.html#logging)3718 - [Обнаружение никогда не ожидаемых корутин](https://python-all.ru/3.10/library/asyncio-dev.html#detect-never-awaited-coroutines)3719 - [Обнаружение никогда не извлечённых исключений](https://python-all.ru/3.10/library/asyncio-dev.html#detect-never-retrieved-exceptions)3720 - [`socket` – низкоуровневый сетевой интерфейс](https://python-all.ru/3.10/library/socket.html)37213722 - [Семейства сокетов](https://python-all.ru/3.10/library/socket.html#socket-families)3723 - [Содержание модуля](https://python-all.ru/3.10/library/socket.html#module-contents)37243725 - [Исключения](https://python-all.ru/3.10/library/socket.html#exceptions)3726 - [Константы](https://python-all.ru/3.10/library/socket.html#constants)3727 - [Функции](https://python-all.ru/3.10/library/socket.html#functions)37283729 - [Создание сокетов](https://python-all.ru/3.10/library/socket.html#creating-sockets)3730 - [Другие функции](https://python-all.ru/3.10/library/socket.html#other-functions)3731 - [Объекты сокетов](https://python-all.ru/3.10/library/socket.html#socket-objects)3732 - [Примечания о тайм-аутах сокетов](https://python-all.ru/3.10/library/socket.html#notes-on-socket-timeouts)37333734 - [Тайм-ауты и метод `connect`](https://python-all.ru/3.10/library/socket.html#timeouts-and-the-connect-method)3735 - [Тайм-ауты и метод `accept`](https://python-all.ru/3.10/library/socket.html#timeouts-and-the-accept-method)3736 - [Пример](https://python-all.ru/3.10/library/socket.html#example)3737 - [`ssl` – обёртка TLS/SSL для объектов сокетов](https://python-all.ru/3.10/library/ssl.html)37383739 - [Функции, константы и исключения](https://python-all.ru/3.10/library/ssl.html#functions-constants-and-exceptions)37403741 - [Создание сокетов](https://python-all.ru/3.10/library/ssl.html#socket-creation)3742 - [Создание контекста](https://python-all.ru/3.10/library/ssl.html#context-creation)3743 - [Исключения](https://python-all.ru/3.10/library/ssl.html#exceptions)3744 - [Генерация случайных чисел](https://python-all.ru/3.10/library/ssl.html#random-generation)3745 - [Работа с сертификатами](https://python-all.ru/3.10/library/ssl.html#certificate-handling)3746 - [Константы](https://python-all.ru/3.10/library/ssl.html#constants)3747 - [SSL-сокеты](https://python-all.ru/3.10/library/ssl.html#ssl-sockets)3748 - [SSL-контексты](https://python-all.ru/3.10/library/ssl.html#ssl-contexts)3749 - [Сертификаты](https://python-all.ru/3.10/library/ssl.html#certificates)37503751 - [Цепочки сертификатов](https://python-all.ru/3.10/library/ssl.html#certificate-chains)3752 - [Сертификаты ЦС](https://python-all.ru/3.10/library/ssl.html#ca-certificates)3753 - [Объединённый ключ и сертификат](https://python-all.ru/3.10/library/ssl.html#combined-key-and-certificate)3754 - [Самоподписанные сертификаты](https://python-all.ru/3.10/library/ssl.html#self-signed-certificates)3755 - [Примеры](https://python-all.ru/3.10/library/ssl.html#examples)37563757 - [Проверка поддержки SSL](https://python-all.ru/3.10/library/ssl.html#testing-for-ssl-support)3758 - [Работа на стороне клиента](https://python-all.ru/3.10/library/ssl.html#client-side-operation)3759 - [Работа на стороне сервера](https://python-all.ru/3.10/library/ssl.html#server-side-operation)3760 - [Замечания о неблокирующих сокетах](https://python-all.ru/3.10/library/ssl.html#notes-on-non-blocking-sockets)3761 - [Поддержка Memory BIO](https://python-all.ru/3.10/library/ssl.html#memory-bio-support)3762 - [SSL-сессия](https://python-all.ru/3.10/library/ssl.html#ssl-session)3763 - [Вопросы безопасности](https://python-all.ru/3.10/library/ssl.html#security-considerations)37643765 - [Оптимальные настройки по умолчанию](https://python-all.ru/3.10/library/ssl.html#best-defaults)3766 - [Настройка вручную](https://python-all.ru/3.10/library/ssl.html#manual-settings)37673768 - [Проверка сертификатов](https://python-all.ru/3.10/library/ssl.html#verifying-certificates)3769 - [Версии протоколов](https://python-all.ru/3.10/library/ssl.html#protocol-versions)3770 - [Выбор шифров](https://python-all.ru/3.10/library/ssl.html#cipher-selection)3771 - [Многопроцессорная обработка](https://python-all.ru/3.10/library/ssl.html#multi-processing)3772 - [TLS 1.3](https://python-all.ru/3.10/library/ssl.html#tls-1-3)3773 - [`select` – Ожидание завершения ввода-вывода](https://python-all.ru/3.10/library/select.html)37743775 - [`/dev/poll` Объекты опроса](https://python-all.ru/3.10/library/select.html#dev-poll-polling-objects)3776 - [Объекты опроса по фронту и уровню (epoll)](https://python-all.ru/3.10/library/select.html#edge-and-level-trigger-polling-epoll-objects)3777 - [Объекты опроса](https://python-all.ru/3.10/library/select.html#polling-objects)3778 - [Объекты kqueue](https://python-all.ru/3.10/library/select.html#kqueue-objects)3779 - [Объекты kevent](https://python-all.ru/3.10/library/select.html#kevent-objects)3780 - [`selectors` – Высокоуровневое мультиплексирование ввода-вывода](https://python-all.ru/3.10/library/selectors.html)37813782 - [Введение](https://python-all.ru/3.10/library/selectors.html#introduction)3783 - [Классы](https://python-all.ru/3.10/library/selectors.html#classes)3784 - [Примеры](https://python-all.ru/3.10/library/selectors.html#examples)3785 - [`signal` – Установка обработчиков для асинхронных событий](https://python-all.ru/3.10/library/signal.html)37863787 - [Общие правила](https://python-all.ru/3.10/library/signal.html#general-rules)37883789 - [Выполнение обработчиков сигналов Python](https://python-all.ru/3.10/library/signal.html#execution-of-python-signal-handlers)3790 - [Сигналы и потоки](https://python-all.ru/3.10/library/signal.html#signals-and-threads)3791 - [Содержание модуля](https://python-all.ru/3.10/library/signal.html#module-contents)3792 - [Пример](https://python-all.ru/3.10/library/signal.html#example)3793 - [Примечание о SIGPIPE](https://python-all.ru/3.10/library/signal.html#note-on-sigpipe)3794 - [Примечание об обработчиках сигналов и исключениях](https://python-all.ru/3.10/library/signal.html#note-on-signal-handlers-and-exceptions)3795 - [`mmap` – Поддержка файлов, отображаемых в память](https://python-all.ru/3.10/library/mmap.html)37963797 - [Константы MADV\_\*](https://python-all.ru/3.10/library/mmap.html#madv-constants)3798 - [Константы MAP\_\*](https://python-all.ru/3.10/library/mmap.html#map-constants)3799 - [Обработка интернет-данных](https://python-all.ru/3.10/library/netdata.html)38003801 - [`email` – Пакет для работы с email и MIME](https://python-all.ru/3.10/library/email.html)38023803 - [`email.message`: Представление email-сообщения](https://python-all.ru/3.10/library/email.message.html)3804 - [`email.parser`: Разбор email-сообщений](https://python-all.ru/3.10/library/email.parser.html)38053806 - [API FeedParser](https://python-all.ru/3.10/library/email.parser.html#feedparser-api)3807 - [API Parser](https://python-all.ru/3.10/library/email.parser.html#parser-api)3808 - [Дополнительные примечания](https://python-all.ru/3.10/library/email.parser.html#additional-notes)3809 - [`email.generator`: Генерация MIME-документов](https://python-all.ru/3.10/library/email.generator.html)3810 - [`email.policy`: Объекты политик](https://python-all.ru/3.10/library/email.policy.html)3811 - [`email.errors`: Классы исключений и дефектов](https://python-all.ru/3.10/library/email.errors.html)3812 - [`email.headerregistry`: Пользовательские объекты заголовков](https://python-all.ru/3.10/library/email.headerregistry.html)3813 - [`email.contentmanager`: Управление MIME-содержимым](https://python-all.ru/3.10/library/email.contentmanager.html)38143815 - [Экземпляры Content Manager](https://python-all.ru/3.10/library/email.contentmanager.html#content-manager-instances)3816 - [`email`: Примеры](https://python-all.ru/3.10/library/email.examples.html)3817 - [`email.message.Message`: Представление email-сообщения с использованием API `compat32`](https://python-all.ru/3.10/library/email.compat32-message.html)3818 - [`email.mime`: Создание email- и MIME-объектов с нуля](https://python-all.ru/3.10/library/email.mime.html)3819 - [`email.header`: Интернационализированные заголовки](https://python-all.ru/3.10/library/email.header.html)3820 - [`email.charset`: Представление наборов символов](https://python-all.ru/3.10/library/email.charset.html)3821 - [`email.encoders`: Кодировщики](https://python-all.ru/3.10/library/email.encoders.html)3822 - [`email.utils`: Разные утилиты](https://python-all.ru/3.10/library/email.utils.html)3823 - [`email.iterators`: Итераторы](https://python-all.ru/3.10/library/email.iterators.html)3824 - [`json` – кодировщик и декодировщик JSON](https://python-all.ru/3.10/library/json.html)38253826 - [Основное использование](https://python-all.ru/3.10/library/json.html#basic-usage)3827 - [Кодировщики и декодировщики](https://python-all.ru/3.10/library/json.html#encoders-and-decoders)3828 - [Исключения](https://python-all.ru/3.10/library/json.html#exceptions)3829 - [Соответствие стандартам и интероперабельность](https://python-all.ru/3.10/library/json.html#standard-compliance-and-interoperability)38303831 - [Кодировки символов](https://python-all.ru/3.10/library/json.html#character-encodings)3832 - [Бесконечные и NaN числовые значения](https://python-all.ru/3.10/library/json.html#infinite-and-nan-number-values)3833 - [Повторяющиеся имена внутри объекта](https://python-all.ru/3.10/library/json.html#repeated-names-within-an-object)3834 - [Значения верхнего уровня, не являющиеся объектами или массивами](https://python-all.ru/3.10/library/json.html#top-level-non-object-non-array-values)3835 - [Ограничения реализации](https://python-all.ru/3.10/library/json.html#implementation-limitations)3836 - [Интерфейс командной строки](https://python-all.ru/3.10/library/json.html#module-json.tool)38373838 - [Параметры командной строки](https://python-all.ru/3.10/library/json.html#command-line-options)3839 - [`mailbox` – работа с почтовыми ящиками в различных форматах](https://python-all.ru/3.10/library/mailbox.html)38403841 - [`Mailbox` объекты](https://python-all.ru/3.10/library/mailbox.html#mailbox-objects)38423843 - [`Maildir`](https://python-all.ru/3.10/library/mailbox.html#maildir)3844 - [`mbox`](https://python-all.ru/3.10/library/mailbox.html#mbox)3845 - [`MH`](https://python-all.ru/3.10/library/mailbox.html#mh)3846 - [`Babyl`](https://python-all.ru/3.10/library/mailbox.html#babyl)3847 - [`MMDF`](https://python-all.ru/3.10/library/mailbox.html#mmdf)3848 - [`Message` объекты](https://python-all.ru/3.10/library/mailbox.html#message-objects)38493850 - [`MaildirMessage`](https://python-all.ru/3.10/library/mailbox.html#maildirmessage)3851 - [`mboxMessage`](https://python-all.ru/3.10/library/mailbox.html#mboxmessage)3852 - [`MHMessage`](https://python-all.ru/3.10/library/mailbox.html#mhmessage)3853 - [`BabylMessage`](https://python-all.ru/3.10/library/mailbox.html#babylmessage)3854 - [`MMDFMessage`](https://python-all.ru/3.10/library/mailbox.html#mmdfmessage)3855 - [Исключения](https://python-all.ru/3.10/library/mailbox.html#exceptions)3856 - [Примеры](https://python-all.ru/3.10/library/mailbox.html#examples)3857 - [`mimetypes` – сопоставление имён файлов с MIME-типами](https://python-all.ru/3.10/library/mimetypes.html)38583859 - [Объекты MimeTypes](https://python-all.ru/3.10/library/mimetypes.html#mimetypes-objects)3860 - [`base64` – кодирование данных Base16, Base32, Base64, Base85](https://python-all.ru/3.10/library/base64.html)38613862 - [Вопросы безопасности](https://python-all.ru/3.10/library/base64.html#security-considerations)3863 - [`binhex` – Кодирование и декодирование файлов binhex4](https://python-all.ru/3.10/library/binhex.html)38643865 - [Примечания](https://python-all.ru/3.10/library/binhex.html#notes)3866 - [`binascii` – Преобразование между двоичными данными и ASCII](https://python-all.ru/3.10/library/binascii.html)3867 - [`quopri` – Кодирование и декодирование MIME quoted-printable данных](https://python-all.ru/3.10/library/quopri.html)3868 - [Инструменты обработки структурированной разметки](https://python-all.ru/3.10/library/markup.html)38693870 - [`html` – Поддержка языка гипертекстовой разметки](https://python-all.ru/3.10/library/html.html)3871 - [`html.parser` – Простой парсер HTML и XHTML](https://python-all.ru/3.10/library/html.parser.html)38723873 - [Пример приложения парсера HTML](https://python-all.ru/3.10/library/html.parser.html#example-html-parser-application)3874 - [`HTMLParser` Методы](https://python-all.ru/3.10/library/html.parser.html#htmlparser-methods)3875 - [Примеры](https://python-all.ru/3.10/library/html.parser.html#examples)3876 - [`html.entities` – Определения общих сущностей HTML](https://python-all.ru/3.10/library/html.entities.html)3877 - [Модули обработки XML](https://python-all.ru/3.10/library/xml.html)38783879 - [Уязвимости XML](https://python-all.ru/3.10/library/xml.html#xml-vulnerabilities)3880 - [Пакет `defusedxml`](https://python-all.ru/3.10/library/xml.html#the-defusedxml-package)3881 - [`xml.etree.ElementTree` – XML API ElementTree](https://python-all.ru/3.10/library/xml.etree.elementtree.html)38823883 - [Учебное пособие](https://python-all.ru/3.10/library/xml.etree.elementtree.html#tutorial)38843885 - [XML-дерево и элементы](https://python-all.ru/3.10/library/xml.etree.elementtree.html#xml-tree-and-elements)3886 - [Разбор XML](https://python-all.ru/3.10/library/xml.etree.elementtree.html#parsing-xml)3887 - [Pull API для неблокирующего разбора](https://python-all.ru/3.10/library/xml.etree.elementtree.html#pull-api-for-non-blocking-parsing)3888 - [Поиск интересующих элементов](https://python-all.ru/3.10/library/xml.etree.elementtree.html#finding-interesting-elements)3889 - [Изменение XML-файла](https://python-all.ru/3.10/library/xml.etree.elementtree.html#modifying-an-xml-file)3890 - [Создание XML-документов](https://python-all.ru/3.10/library/xml.etree.elementtree.html#building-xml-documents)3891 - [Разбор XML с пространствами имён](https://python-all.ru/3.10/library/xml.etree.elementtree.html#parsing-xml-with-namespaces)3892 - [Поддержка XPath](https://python-all.ru/3.10/library/xml.etree.elementtree.html#xpath-support)38933894 - [Пример](https://python-all.ru/3.10/library/xml.etree.elementtree.html#example)3895 - [Поддерживаемый синтаксис XPath](https://python-all.ru/3.10/library/xml.etree.elementtree.html#supported-xpath-syntax)3896 - [Справочник](https://python-all.ru/3.10/library/xml.etree.elementtree.html#reference)38973898 - [Функции](https://python-all.ru/3.10/library/xml.etree.elementtree.html#functions)3899 - [Поддержка XInclude](https://python-all.ru/3.10/library/xml.etree.elementtree.html#xinclude-support)39003901 - [Пример](https://python-all.ru/3.10/library/xml.etree.elementtree.html#id3)3902 - [Справочник](https://python-all.ru/3.10/library/xml.etree.elementtree.html#id4)39033904 - [Функции](https://python-all.ru/3.10/library/xml.etree.elementtree.html#elementinclude-functions)3905 - [Объекты Element](https://python-all.ru/3.10/library/xml.etree.elementtree.html#element-objects)3906 - [Объекты ElementTree](https://python-all.ru/3.10/library/xml.etree.elementtree.html#elementtree-objects)3907 - [Объекты QName](https://python-all.ru/3.10/library/xml.etree.elementtree.html#qname-objects)3908 - [Объекты TreeBuilder](https://python-all.ru/3.10/library/xml.etree.elementtree.html#treebuilder-objects)3909 - [Объекты XMLParser](https://python-all.ru/3.10/library/xml.etree.elementtree.html#xmlparser-objects)3910 - [Объекты XMLPullParser](https://python-all.ru/3.10/library/xml.etree.elementtree.html#xmlpullparser-objects)3911 - [Исключения](https://python-all.ru/3.10/library/xml.etree.elementtree.html#exceptions)3912 - [`xml.dom` – API объектной модели документа (DOM)](https://python-all.ru/3.10/library/xml.dom.html)39133914 - [Содержимое модуля](https://python-all.ru/3.10/library/xml.dom.html#module-contents)3915 - [Объекты в DOM](https://python-all.ru/3.10/library/xml.dom.html#objects-in-the-dom)39163917 - [Объекты DOMImplementation](https://python-all.ru/3.10/library/xml.dom.html#domimplementation-objects)3918 - [Объекты Node](https://python-all.ru/3.10/library/xml.dom.html#node-objects)3919 - [Объекты NodeList](https://python-all.ru/3.10/library/xml.dom.html#nodelist-objects)3920 - [Объекты DocumentType](https://python-all.ru/3.10/library/xml.dom.html#documenttype-objects)3921 - [Объекты Document](https://python-all.ru/3.10/library/xml.dom.html#document-objects)3922 - [Объекты Element](https://python-all.ru/3.10/library/xml.dom.html#element-objects)3923 - [Объекты Attr](https://python-all.ru/3.10/library/xml.dom.html#attr-objects)3924 - [Объекты NamedNodeMap](https://python-all.ru/3.10/library/xml.dom.html#namednodemap-objects)3925 - [Объекты Comment](https://python-all.ru/3.10/library/xml.dom.html#comment-objects)3926 - [Объекты Text и CDATASection](https://python-all.ru/3.10/library/xml.dom.html#text-and-cdatasection-objects)3927 - [Объекты ProcessingInstruction](https://python-all.ru/3.10/library/xml.dom.html#processinginstruction-objects)3928 - [Исключения](https://python-all.ru/3.10/library/xml.dom.html#exceptions)3929 - [Соответствие стандарту](https://python-all.ru/3.10/library/xml.dom.html#conformance)39303931 - [Отображение типов](https://python-all.ru/3.10/library/xml.dom.html#type-mapping)3932 - [Методы доступа](https://python-all.ru/3.10/library/xml.dom.html#accessor-methods)3933 - [`xml.dom.minidom` – Минимальная реализация DOM](https://python-all.ru/3.10/library/xml.dom.minidom.html)39343935 - [Объекты DOM](https://python-all.ru/3.10/library/xml.dom.minidom.html#dom-objects)3936 - [Пример DOM](https://python-all.ru/3.10/library/xml.dom.minidom.html#dom-example)3937 - [minidom и стандарт DOM](https://python-all.ru/3.10/library/xml.dom.minidom.html#minidom-and-the-dom-standard)3938 - [`xml.dom.pulldom` – Поддержка построения частичных DOM-деревьев](https://python-all.ru/3.10/library/xml.dom.pulldom.html)39393940 - [Объекты DOMEventStream](https://python-all.ru/3.10/library/xml.dom.pulldom.html#domeventstream-objects)3941 - [`xml.sax` – Поддержка парсеров SAX2](https://python-all.ru/3.10/library/xml.sax.html)39423943 - [Объекты SAXException](https://python-all.ru/3.10/library/xml.sax.html#saxexception-objects)3944 - [`xml.sax.handler` – Базовые классы для обработчиков SAX](https://python-all.ru/3.10/library/xml.sax.handler.html)39453946 - [Объекты ContentHandler](https://python-all.ru/3.10/library/xml.sax.handler.html#contenthandler-objects)3947 - [Объекты DTDHandler](https://python-all.ru/3.10/library/xml.sax.handler.html#dtdhandler-objects)3948 - [Объекты EntityResolver](https://python-all.ru/3.10/library/xml.sax.handler.html#entityresolver-objects)3949 - [Объекты ErrorHandler](https://python-all.ru/3.10/library/xml.sax.handler.html#errorhandler-objects)3950 - [Объекты LexicalHandler](https://python-all.ru/3.10/library/xml.sax.handler.html#lexicalhandler-objects)3951 - [`xml.sax.saxutils` – Утилиты SAX](https://python-all.ru/3.10/library/xml.sax.utils.html)3952 - [`xml.sax.xmlreader` – Интерфейс для XML-парсеров](https://python-all.ru/3.10/library/xml.sax.reader.html)39533954 - [Объекты XMLReader](https://python-all.ru/3.10/library/xml.sax.reader.html#xmlreader-objects)3955 - [Объекты IncrementalParser](https://python-all.ru/3.10/library/xml.sax.reader.html#incrementalparser-objects)3956 - [Объекты Locator](https://python-all.ru/3.10/library/xml.sax.reader.html#locator-objects)3957 - [Объекты InputSource](https://python-all.ru/3.10/library/xml.sax.reader.html#inputsource-objects)3958 - [Интерфейс `Attributes`](https://python-all.ru/3.10/library/xml.sax.reader.html#the-attributes-interface)3959 - [Интерфейс `AttributesNS`](https://python-all.ru/3.10/library/xml.sax.reader.html#the-attributesns-interface)3960 - [`xml.parsers.expat` – Быстрый разбор XML с помощью Expat](https://python-all.ru/3.10/library/pyexpat.html)39613962 - [Объекты XMLParser](https://python-all.ru/3.10/library/pyexpat.html#xmlparser-objects)3963 - [Исключения ExpatError](https://python-all.ru/3.10/library/pyexpat.html#expaterror-exceptions)3964 - [Пример](https://python-all.ru/3.10/library/pyexpat.html#example)3965 - [Описания моделей содержимого](https://python-all.ru/3.10/library/pyexpat.html#module-xml.parsers.expat.model)3966 - [Константы ошибок Expat](https://python-all.ru/3.10/library/pyexpat.html#module-xml.parsers.expat.errors)3967 - [Интернет-протоколы и поддержка](https://python-all.ru/3.10/library/internet.html)39683969 - [`webbrowser` – Удобный контроллер веб-браузера](https://python-all.ru/3.10/library/webbrowser.html)39703971 - [Объекты управления браузером](https://python-all.ru/3.10/library/webbrowser.html#browser-controller-objects)3972 - [`wsgiref` – Утилиты WSGI и эталонная реализация](https://python-all.ru/3.10/library/wsgiref.html)39733974 - [`wsgiref.util` – Утилиты окружения WSGI](https://python-all.ru/3.10/library/wsgiref.html#module-wsgiref.util)3975 - [`wsgiref.headers` – Инструменты для заголовков ответов WSGI](https://python-all.ru/3.10/library/wsgiref.html#module-wsgiref.headers)3976 - [`wsgiref.simple_server` – Простой HTTP-сервер WSGI](https://python-all.ru/3.10/library/wsgiref.html#module-wsgiref.simple_server)3977 - [`wsgiref.validate` – Проверка соответствия WSGI](https://python-all.ru/3.10/library/wsgiref.html#module-wsgiref.validate)3978 - [`wsgiref.handlers` – Базовые классы сервера/шлюза](https://python-all.ru/3.10/library/wsgiref.html#module-wsgiref.handlers)3979 - [Примеры](https://python-all.ru/3.10/library/wsgiref.html#examples)3980 - [`urllib` – Модули обработки URL](https://python-all.ru/3.10/library/urllib.html)3981 - [`urllib.request` – Расширяемая библиотека для открытия URL](https://python-all.ru/3.10/library/urllib.request.html)39823983 - [Объекты Request](https://python-all.ru/3.10/library/urllib.request.html#request-objects)3984 - [Объекты OpenerDirector](https://python-all.ru/3.10/library/urllib.request.html#openerdirector-objects)3985 - [Объекты BaseHandler](https://python-all.ru/3.10/library/urllib.request.html#basehandler-objects)3986 - [Объекты HTTPRedirectHandler](https://python-all.ru/3.10/library/urllib.request.html#httpredirecthandler-objects)3987 - [Объекты HTTPCookieProcessor](https://python-all.ru/3.10/library/urllib.request.html#httpcookieprocessor-objects)3988 - [Объекты ProxyHandler](https://python-all.ru/3.10/library/urllib.request.html#proxyhandler-objects)3989 - [Объекты HTTPPasswordMgr](https://python-all.ru/3.10/library/urllib.request.html#httppasswordmgr-objects)3990 - [Объекты HTTPPasswordMgrWithPriorAuth](https://python-all.ru/3.10/library/urllib.request.html#httppasswordmgrwithpriorauth-objects)3991 - [Объекты AbstractBasicAuthHandler](https://python-all.ru/3.10/library/urllib.request.html#abstractbasicauthhandler-objects)3992 - [Объекты HTTPBasicAuthHandler](https://python-all.ru/3.10/library/urllib.request.html#httpbasicauthhandler-objects)3993 - [Объекты ProxyBasicAuthHandler](https://python-all.ru/3.10/library/urllib.request.html#proxybasicauthhandler-objects)3994 - [Объекты AbstractDigestAuthHandler](https://python-all.ru/3.10/library/urllib.request.html#abstractdigestauthhandler-objects)3995 - [Объекты HTTPDigestAuthHandler](https://python-all.ru/3.10/library/urllib.request.html#httpdigestauthhandler-objects)3996 - [Объекты ProxyDigestAuthHandler](https://python-all.ru/3.10/library/urllib.request.html#proxydigestauthhandler-objects)3997 - [Объекты HTTPHandler](https://python-all.ru/3.10/library/urllib.request.html#httphandler-objects)3998 - [Объекты HTTPSHandler](https://python-all.ru/3.10/library/urllib.request.html#httpshandler-objects)3999 - [Объекты FileHandler](https://python-all.ru/3.10/library/urllib.request.html#filehandler-objects)4000 - [Объекты DataHandler](https://python-all.ru/3.10/library/urllib.request.html#datahandler-objects)4001 - [Объекты FTPHandler](https://python-all.ru/3.10/library/urllib.request.html#ftphandler-objects)4002 - [Объекты CacheFTPHandler](https://python-all.ru/3.10/library/urllib.request.html#cacheftphandler-objects)4003 - [Объекты UnknownHandler](https://python-all.ru/3.10/library/urllib.request.html#unknownhandler-objects)4004 - [Объекты HTTPErrorProcessor](https://python-all.ru/3.10/library/urllib.request.html#httperrorprocessor-objects)4005 - [Примеры](https://python-all.ru/3.10/library/urllib.request.html#examples)4006 - [Устаревший интерфейс](https://python-all.ru/3.10/library/urllib.request.html#legacy-interface)4007 - [`urllib.request` Ограничения](https://python-all.ru/3.10/library/urllib.request.html#urllib-request-restrictions)4008 - [`urllib.response` – Классы ответов, используемые urllib](https://python-all.ru/3.10/library/urllib.request.html#module-urllib.response)4009 - [`urllib.parse` – Разбор URL на компоненты](https://python-all.ru/3.10/library/urllib.parse.html)40104011 - [Разбор URL](https://python-all.ru/3.10/library/urllib.parse.html#url-parsing)4012 - [Безопасность разбора URL](https://python-all.ru/3.10/library/urllib.parse.html#url-parsing-security)4013 - [Разбор ASCII-закодированных байтов](https://python-all.ru/3.10/library/urllib.parse.html#parsing-ascii-encoded-bytes)4014 - [Структурированные результаты разбора](https://python-all.ru/3.10/library/urllib.parse.html#structured-parse-results)4015 - [Экранирование URL](https://python-all.ru/3.10/library/urllib.parse.html#url-quoting)4016 - [`urllib.error` – Классы исключений, вызываемые urllib.request](https://python-all.ru/3.10/library/urllib.error.html)4017 - [`urllib.robotparser` – Парсер для robots.txt](https://python-all.ru/3.10/library/urllib.robotparser.html)4018 - [`http` – Модули HTTP](https://python-all.ru/3.10/library/http.html)40194020 - [Коды состояния HTTP](https://python-all.ru/3.10/library/http.html#http-status-codes)4021 - [`http.client` – Клиент протокола HTTP](https://python-all.ru/3.10/library/http.client.html)40224023 - [Объекты HTTPConnection](https://python-all.ru/3.10/library/http.client.html#httpconnection-objects)4024 - [Объекты HTTPResponse](https://python-all.ru/3.10/library/http.client.html#httpresponse-objects)4025 - [Примеры](https://python-all.ru/3.10/library/http.client.html#examples)4026 - [Объекты HTTPMessage](https://python-all.ru/3.10/library/http.client.html#httpmessage-objects)4027 - [`ftplib` – клиент протокола FTP](https://python-all.ru/3.10/library/ftplib.html)40284029 - [Объекты FTP](https://python-all.ru/3.10/library/ftplib.html#ftp-objects)4030 - [Объекты FTP\_TLS](https://python-all.ru/3.10/library/ftplib.html#ftp-tls-objects)4031 - [`poplib` – клиент протокола POP3](https://python-all.ru/3.10/library/poplib.html)40324033 - [Объекты POP3](https://python-all.ru/3.10/library/poplib.html#pop3-objects)4034 - [Пример POP3](https://python-all.ru/3.10/library/poplib.html#pop3-example)4035 - [`imaplib` – клиент протокола IMAP4](https://python-all.ru/3.10/library/imaplib.html)40364037 - [Объекты IMAP4](https://python-all.ru/3.10/library/imaplib.html#imap4-objects)4038 - [Пример IMAP4](https://python-all.ru/3.10/library/imaplib.html#imap4-example)4039 - [`smtplib` – клиент протокола SMTP](https://python-all.ru/3.10/library/smtplib.html)40404041 - [Объекты SMTP](https://python-all.ru/3.10/library/smtplib.html#smtp-objects)4042 - [Пример SMTP](https://python-all.ru/3.10/library/smtplib.html#smtp-example)4043 - [`uuid` – объекты UUID в соответствии с **RFC 4122**](https://python-all.ru/3.10/library/uuid.html)40444045 - [Пример](https://python-all.ru/3.10/library/uuid.html#example)4046 - [`socketserver` – фреймворк для сетевых серверов](https://python-all.ru/3.10/library/socketserver.html)40474048 - [Замечания по созданию сервера](https://python-all.ru/3.10/library/socketserver.html#server-creation-notes)4049 - [Объекты сервера](https://python-all.ru/3.10/library/socketserver.html#server-objects)4050 - [Объекты обработчиков запросов](https://python-all.ru/3.10/library/socketserver.html#request-handler-objects)4051 - [Примеры](https://python-all.ru/3.10/library/socketserver.html#examples)40524053 - [`socketserver.TCPServer` Пример](https://python-all.ru/3.10/library/socketserver.html#socketserver-tcpserver-example)4054 - [`socketserver.UDPServer` Пример](https://python-all.ru/3.10/library/socketserver.html#socketserver-udpserver-example)4055 - [Асинхронные примеси](https://python-all.ru/3.10/library/socketserver.html#asynchronous-mixins)4056 - [`http.server` – HTTP-серверы](https://python-all.ru/3.10/library/http.server.html)40574058 - [Вопросы безопасности](https://python-all.ru/3.10/library/http.server.html#security-considerations)4059 - [`http.cookies` – управление состоянием HTTP](https://python-all.ru/3.10/library/http.cookies.html)40604061 - [Объекты Cookie](https://python-all.ru/3.10/library/http.cookies.html#cookie-objects)4062 - [Объекты Morsel](https://python-all.ru/3.10/library/http.cookies.html#morsel-objects)4063 - [Пример](https://python-all.ru/3.10/library/http.cookies.html#example)4064 - [`http.cookiejar` – Обработка cookie для HTTP-клиентов](https://python-all.ru/3.10/library/http.cookiejar.html)40654066 - [Объекты CookieJar и FileCookieJar](https://python-all.ru/3.10/library/http.cookiejar.html#cookiejar-and-filecookiejar-objects)4067 - [Подклассы FileCookieJar и взаимодействие с веб-браузерами](https://python-all.ru/3.10/library/http.cookiejar.html#filecookiejar-subclasses-and-co-operation-with-web-browsers)4068 - [Объекты CookiePolicy](https://python-all.ru/3.10/library/http.cookiejar.html#cookiepolicy-objects)4069 - [Объекты DefaultCookiePolicy](https://python-all.ru/3.10/library/http.cookiejar.html#defaultcookiepolicy-objects)4070 - [Объекты Cookie](https://python-all.ru/3.10/library/http.cookiejar.html#cookie-objects)4071 - [Примеры](https://python-all.ru/3.10/library/http.cookiejar.html#examples)4072 - [`xmlrpc` – Модули сервера и клиента XML-RPC](https://python-all.ru/3.10/library/xmlrpc.html)4073 - [`xmlrpc.client` – Доступ клиента XML-RPC](https://python-all.ru/3.10/library/xmlrpc.client.html)40744075 - [Объекты ServerProxy](https://python-all.ru/3.10/library/xmlrpc.client.html#serverproxy-objects)4076 - [Объекты datetime](https://python-all.ru/3.10/library/xmlrpc.client.html#datetime-objects)4077 - [Объекты Binary](https://python-all.ru/3.10/library/xmlrpc.client.html#binary-objects)4078 - [Объекты Fault](https://python-all.ru/3.10/library/xmlrpc.client.html#fault-objects)4079 - [Объекты ProtocolError](https://python-all.ru/3.10/library/xmlrpc.client.html#protocolerror-objects)4080 - [Объекты MultiCall](https://python-all.ru/3.10/library/xmlrpc.client.html#multicall-objects)4081 - [Удобные функции](https://python-all.ru/3.10/library/xmlrpc.client.html#convenience-functions)4082 - [Пример использования клиента](https://python-all.ru/3.10/library/xmlrpc.client.html#example-of-client-usage)4083 - [Пример использования клиента и сервера](https://python-all.ru/3.10/library/xmlrpc.client.html#example-of-client-and-server-usage)4084 - [`xmlrpc.server` – Базовые серверы XML-RPC](https://python-all.ru/3.10/library/xmlrpc.server.html)40854086 - [Объекты SimpleXMLRPCServer](https://python-all.ru/3.10/library/xmlrpc.server.html#simplexmlrpcserver-objects)40874088 - [Пример SimpleXMLRPCServer](https://python-all.ru/3.10/library/xmlrpc.server.html#simplexmlrpcserver-example)4089 - [CGIXMLRPCRequestHandler](https://python-all.ru/3.10/library/xmlrpc.server.html#cgixmlrpcrequesthandler)4090 - [Документирование сервера XML-RPC](https://python-all.ru/3.10/library/xmlrpc.server.html#documenting-xmlrpc-server)4091 - [Объекты DocXMLRPCServer](https://python-all.ru/3.10/library/xmlrpc.server.html#docxmlrpcserver-objects)4092 - [DocCGIXMLRPCRequestHandler](https://python-all.ru/3.10/library/xmlrpc.server.html#doccgixmlrpcrequesthandler)4093 - [`ipaddress` – Библиотека для работы с IPv4/IPv6](https://python-all.ru/3.10/library/ipaddress.html)40944095 - [Удобные фабричные функции](https://python-all.ru/3.10/library/ipaddress.html#convenience-factory-functions)4096 - [IP-адреса](https://python-all.ru/3.10/library/ipaddress.html#ip-addresses)40974098 - [Объекты адресов](https://python-all.ru/3.10/library/ipaddress.html#address-objects)4099 - [Преобразование в строки и целые числа](https://python-all.ru/3.10/library/ipaddress.html#conversion-to-strings-and-integers)4100 - [Операторы](https://python-all.ru/3.10/library/ipaddress.html#operators)41014102 - [Операторы сравнения](https://python-all.ru/3.10/library/ipaddress.html#comparison-operators)4103 - [Арифметические операторы](https://python-all.ru/3.10/library/ipaddress.html#arithmetic-operators)4104 - [Определения IP-сетей](https://python-all.ru/3.10/library/ipaddress.html#ip-network-definitions)41054106 - [Префикс, маска сети и маска узла](https://python-all.ru/3.10/library/ipaddress.html#prefix-net-mask-and-host-mask)4107 - [Объекты сетей](https://python-all.ru/3.10/library/ipaddress.html#network-objects)4108 - [Операторы](https://python-all.ru/3.10/library/ipaddress.html#id1)41094110 - [Логические операторы](https://python-all.ru/3.10/library/ipaddress.html#logical-operators)4111 - [Итерация](https://python-all.ru/3.10/library/ipaddress.html#iteration)4112 - [Сети как контейнеры адресов](https://python-all.ru/3.10/library/ipaddress.html#networks-as-containers-of-addresses)4113 - [Объекты интерфейсов](https://python-all.ru/3.10/library/ipaddress.html#interface-objects)41144115 - [Операторы](https://python-all.ru/3.10/library/ipaddress.html#id2)41164117 - [Логические операторы](https://python-all.ru/3.10/library/ipaddress.html#id3)4118 - [Прочие функции уровня модуля](https://python-all.ru/3.10/library/ipaddress.html#other-module-level-functions)4119 - [Пользовательские исключения](https://python-all.ru/3.10/library/ipaddress.html#custom-exceptions)4120 - [Мультимедийные службы](https://python-all.ru/3.10/library/mm.html)41214122 - [`wave` – чтение и запись WAV-файлов](https://python-all.ru/3.10/library/wave.html)41234124 - [Объекты Wave\_read](https://python-all.ru/3.10/library/wave.html#wave-read-objects)4125 - [Объекты Wave\_write](https://python-all.ru/3.10/library/wave.html#wave-write-objects)4126 - [`colorsys` – преобразования между цветовыми системами](https://python-all.ru/3.10/library/colorsys.html)4127 - [Интернационализация](https://python-all.ru/3.10/library/i18n.html)41284129 - [`gettext` – многоязычные службы интернационализации](https://python-all.ru/3.10/library/gettext.html)41304131 - [API GNU **gettext**](https://python-all.ru/3.10/library/gettext.html#gnu-gettext-api)4132 - [API на основе классов](https://python-all.ru/3.10/library/gettext.html#class-based-api)41334134 - [Класс `NullTranslations`](https://python-all.ru/3.10/library/gettext.html#the-nulltranslations-class)4135 - [Класс `GNUTranslations`](https://python-all.ru/3.10/library/gettext.html#the-gnutranslations-class)4136 - [Поддержка каталогов сообщений Solaris](https://python-all.ru/3.10/library/gettext.html#solaris-message-catalog-support)4137 - [Конструктор Catalog](https://python-all.ru/3.10/library/gettext.html#the-catalog-constructor)4138 - [Интернационализация программ и модулей](https://python-all.ru/3.10/library/gettext.html#internationalizing-your-programs-and-modules)41394140 - [Локализация модуля](https://python-all.ru/3.10/library/gettext.html#localizing-your-module)4141 - [Локализация приложения](https://python-all.ru/3.10/library/gettext.html#localizing-your-application)4142 - [Смена языка на лету](https://python-all.ru/3.10/library/gettext.html#changing-languages-on-the-fly)4143 - [Отложенные переводы](https://python-all.ru/3.10/library/gettext.html#deferred-translations)4144 - [Благодарности](https://python-all.ru/3.10/library/gettext.html#acknowledgements)4145 - [`locale` – службы интернационализации](https://python-all.ru/3.10/library/locale.html)41464147 - [Предыстория, подробности, советы, подсказки и предостережения](https://python-all.ru/3.10/library/locale.html#background-details-hints-tips-and-caveats)4148 - [Для разработчиков расширений и программ, встраивающих Python](https://python-all.ru/3.10/library/locale.html#for-extension-writers-and-programs-that-embed-python)4149 - [Доступ к каталогам сообщений](https://python-all.ru/3.10/library/locale.html#access-to-message-catalogs)4150 - [Программные фреймворки](https://python-all.ru/3.10/library/frameworks.html)41514152 - [`turtle` – Черепашья графика](https://python-all.ru/3.10/library/turtle.html)41534154 - [Введение](https://python-all.ru/3.10/library/turtle.html#introduction)4155 - [Обзор доступных методов Turtle и Screen](https://python-all.ru/3.10/library/turtle.html#overview-of-available-turtle-and-screen-methods)41564157 - [Методы черепашки](https://python-all.ru/3.10/library/turtle.html#turtle-methods)4158 - [Методы TurtleScreen/Screen](https://python-all.ru/3.10/library/turtle.html#methods-of-turtlescreen-screen)4159 - [Методы RawTurtle/Turtle и соответствующие функции](https://python-all.ru/3.10/library/turtle.html#methods-of-rawturtle-turtle-and-corresponding-functions)41604161 - [Движение черепашки](https://python-all.ru/3.10/library/turtle.html#turtle-motion)4162 - [Состояние черепашки](https://python-all.ru/3.10/library/turtle.html#tell-turtle-s-state)4163 - [Настройки измерений](https://python-all.ru/3.10/library/turtle.html#settings-for-measurement)4164 - [Управление пером](https://python-all.ru/3.10/library/turtle.html#pen-control)41654166 - [Состояние рисования](https://python-all.ru/3.10/library/turtle.html#drawing-state)4167 - [Управление цветом](https://python-all.ru/3.10/library/turtle.html#color-control)4168 - [Заливка](https://python-all.ru/3.10/library/turtle.html#filling)4169 - [Дополнительное управление рисованием](https://python-all.ru/3.10/library/turtle.html#more-drawing-control)4170 - [Состояние черепашки](https://python-all.ru/3.10/library/turtle.html#turtle-state)41714172 - [Видимость](https://python-all.ru/3.10/library/turtle.html#visibility)4173 - [Внешний вид](https://python-all.ru/3.10/library/turtle.html#appearance)4174 - [Использование событий](https://python-all.ru/3.10/library/turtle.html#using-events)4175 - [Специальные методы черепашки](https://python-all.ru/3.10/library/turtle.html#special-turtle-methods)4176 - [Составные фигуры](https://python-all.ru/3.10/library/turtle.html#compound-shapes)4177 - [Методы TurtleScreen/Screen и соответствующие функции](https://python-all.ru/3.10/library/turtle.html#methods-of-turtlescreen-screen-and-corresponding-functions)41784179 - [Управление окном](https://python-all.ru/3.10/library/turtle.html#window-control)4180 - [Управление анимацией](https://python-all.ru/3.10/library/turtle.html#animation-control)4181 - [Использование событий экрана](https://python-all.ru/3.10/library/turtle.html#using-screen-events)4182 - [Методы ввода](https://python-all.ru/3.10/library/turtle.html#input-methods)4183 - [Настройки и специальные методы](https://python-all.ru/3.10/library/turtle.html#settings-and-special-methods)4184 - [Методы, специфичные для Screen и не унаследованные от TurtleScreen](https://python-all.ru/3.10/library/turtle.html#methods-specific-to-screen-not-inherited-from-turtlescreen)4185 - [Публичные классы](https://python-all.ru/3.10/library/turtle.html#public-classes)4186 - [Справка и настройка](https://python-all.ru/3.10/library/turtle.html#help-and-configuration)41874188 - [Как пользоваться справкой](https://python-all.ru/3.10/library/turtle.html#how-to-use-help)4189 - [Перевод docstrings на разные языки](https://python-all.ru/3.10/library/turtle.html#translation-of-docstrings-into-different-languages)4190 - [Как настроить Screen и Turtles](https://python-all.ru/3.10/library/turtle.html#how-to-configure-screen-and-turtles)4191 - [`turtledemo` – Демонстрационные скрипты](https://python-all.ru/3.10/library/turtle.html#module-turtledemo)4192 - [Изменения начиная с Python 2.6](https://python-all.ru/3.10/library/turtle.html#changes-since-python-2-6)4193 - [Изменения начиная с Python 3.0](https://python-all.ru/3.10/library/turtle.html#changes-since-python-3-0)4194 - [`cmd` – поддержка построчных командных интерпретаторов](https://python-all.ru/3.10/library/cmd.html)41954196 - [Объекты Cmd](https://python-all.ru/3.10/library/cmd.html#cmd-objects)4197 - [Пример Cmd](https://python-all.ru/3.10/library/cmd.html#cmd-example)4198 - [`shlex` – Простой лексический анализ](https://python-all.ru/3.10/library/shlex.html)41994200 - [Объекты shlex](https://python-all.ru/3.10/library/shlex.html#shlex-objects)4201 - [Правила разбора](https://python-all.ru/3.10/library/shlex.html#parsing-rules)4202 - [Улучшенная совместимость с оболочками](https://python-all.ru/3.10/library/shlex.html#improved-compatibility-with-shells)4203 - [Графические пользовательские интерфейсы с Tk](https://python-all.ru/3.10/library/tk.html)42044205 - [`tkinter` – интерфейс Python к Tcl/Tk](https://python-all.ru/3.10/library/tkinter.html)42064207 - [Архитектура](https://python-all.ru/3.10/library/tkinter.html#architecture)4208 - [Модули Tkinter](https://python-all.ru/3.10/library/tkinter.html#tkinter-modules)4209 - [Основы Tkinter](https://python-all.ru/3.10/library/tkinter.html#tkinter-life-preserver)42104211 - [Программа «Hello, World!»](https://python-all.ru/3.10/library/tkinter.html#a-hello-world-program)4212 - [Важные концепции Tk](https://python-all.ru/3.10/library/tkinter.html#important-tk-concepts)4213 - [Как Tkinter оборачивает Tcl/Tk](https://python-all.ru/3.10/library/tkinter.html#understanding-how-tkinter-wraps-tcl-tk)4214 - [Как мне…? Какой параметр…?](https://python-all.ru/3.10/library/tkinter.html#how-do-i-what-option-does)4215 - [Навигация по справочному руководству Tcl/Tk](https://python-all.ru/3.10/library/tkinter.html#navigating-the-tcl-tk-reference-manual)4216 - [Модель многопоточности](https://python-all.ru/3.10/library/tkinter.html#threading-model)4217 - [Удобный справочник](https://python-all.ru/3.10/library/tkinter.html#handy-reference)42184219 - [Настройка параметров](https://python-all.ru/3.10/library/tkinter.html#setting-options)4220 - [Packer](https://python-all.ru/3.10/library/tkinter.html#the-packer)4221 - [Параметры Packer](https://python-all.ru/3.10/library/tkinter.html#packer-options)4222 - [Связывание переменных виджетов](https://python-all.ru/3.10/library/tkinter.html#coupling-widget-variables)4223 - [Менеджер окон](https://python-all.ru/3.10/library/tkinter.html#the-window-manager)4224 - [Типы данных опций Tk](https://python-all.ru/3.10/library/tkinter.html#tk-option-data-types)4225 - [Привязки и события](https://python-all.ru/3.10/library/tkinter.html#bindings-and-events)4226 - [Параметр index](https://python-all.ru/3.10/library/tkinter.html#the-index-parameter)4227 - [Изображения](https://python-all.ru/3.10/library/tkinter.html#images)4228 - [Обработчики файлов](https://python-all.ru/3.10/library/tkinter.html#file-handlers)4229 - [`tkinter.colorchooser` – Диалог выбора цвета](https://python-all.ru/3.10/library/tkinter.colorchooser.html)4230 - [`tkinter.font` – Обёртка шрифтов Tkinter](https://python-all.ru/3.10/library/tkinter.font.html)4231 - [Диалоги Tkinter](https://python-all.ru/3.10/library/dialog.html)42324233 - [`tkinter.simpledialog` – Стандартные диалоги ввода Tkinter](https://python-all.ru/3.10/library/dialog.html#module-tkinter.simpledialog)4234 - [`tkinter.filedialog` – Диалоги выбора файлов](https://python-all.ru/3.10/library/dialog.html#module-tkinter.filedialog)42354236 - [Стандартные диалоги открытия и сохранения](https://python-all.ru/3.10/library/dialog.html#native-load-save-dialogs)4237 - [`tkinter.commondialog` – Шаблоны диалоговых окон](https://python-all.ru/3.10/library/dialog.html#module-tkinter.commondialog)4238 - [`tkinter.messagebox` – Приглашения сообщений Tkinter](https://python-all.ru/3.10/library/tkinter.messagebox.html)4239 - [`tkinter.scrolledtext` – Виджет текстовой области с прокруткой](https://python-all.ru/3.10/library/tkinter.scrolledtext.html)4240 - [`tkinter.dnd` – Поддержка перетаскивания](https://python-all.ru/3.10/library/tkinter.dnd.html)4241 - [`tkinter.ttk` – Тематические виджеты Tk](https://python-all.ru/3.10/library/tkinter.ttk.html)42424243 - [Использование Ttk](https://python-all.ru/3.10/library/tkinter.ttk.html#using-ttk)4244 - [Виджеты Ttk](https://python-all.ru/3.10/library/tkinter.ttk.html#ttk-widgets)4245 - [Виджет](https://python-all.ru/3.10/library/tkinter.ttk.html#widget)42464247 - [Стандартные параметры](https://python-all.ru/3.10/library/tkinter.ttk.html#standard-options)4248 - [Параметры прокручиваемых виджетов](https://python-all.ru/3.10/library/tkinter.ttk.html#scrollable-widget-options)4249 - [Параметры метки](https://python-all.ru/3.10/library/tkinter.ttk.html#label-options)4250 - [Параметры совместимости](https://python-all.ru/3.10/library/tkinter.ttk.html#compatibility-options)4251 - [Состояния виджетов](https://python-all.ru/3.10/library/tkinter.ttk.html#widget-states)4252 - [ttk.Widget](https://python-all.ru/3.10/library/tkinter.ttk.html#ttk-widget)4253 - [Combobox](https://python-all.ru/3.10/library/tkinter.ttk.html#combobox)42544255 - [Параметры](https://python-all.ru/3.10/library/tkinter.ttk.html#options)4256 - [Виртуальные события](https://python-all.ru/3.10/library/tkinter.ttk.html#virtual-events)4257 - [ttk.Combobox](https://python-all.ru/3.10/library/tkinter.ttk.html#ttk-combobox)4258 - [Spinbox](https://python-all.ru/3.10/library/tkinter.ttk.html#spinbox)42594260 - [Параметры](https://python-all.ru/3.10/library/tkinter.ttk.html#id1)4261 - [Виртуальные события](https://python-all.ru/3.10/library/tkinter.ttk.html#id2)4262 - [ttk.Spinbox](https://python-all.ru/3.10/library/tkinter.ttk.html#ttk-spinbox)4263 - [Блокнот](https://python-all.ru/3.10/library/tkinter.ttk.html#notebook)42644265 - [Параметры](https://python-all.ru/3.10/library/tkinter.ttk.html#id3)4266 - [Опции вкладок](https://python-all.ru/3.10/library/tkinter.ttk.html#tab-options)4267 - [Идентификаторы вкладок](https://python-all.ru/3.10/library/tkinter.ttk.html#tab-identifiers)4268 - [Виртуальные события](https://python-all.ru/3.10/library/tkinter.ttk.html#id4)4269 - [ttk.Notebook](https://python-all.ru/3.10/library/tkinter.ttk.html#ttk-notebook)4270 - [Индикатор прогресса](https://python-all.ru/3.10/library/tkinter.ttk.html#progressbar)42714272 - [Параметры](https://python-all.ru/3.10/library/tkinter.ttk.html#id5)4273 - [ttk.Progressbar](https://python-all.ru/3.10/library/tkinter.ttk.html#ttk-progressbar)4274 - [Разделитель](https://python-all.ru/3.10/library/tkinter.ttk.html#separator)42754276 - [Параметры](https://python-all.ru/3.10/library/tkinter.ttk.html#id6)4277 - [Маркер изменения размера](https://python-all.ru/3.10/library/tkinter.ttk.html#sizegrip)42784279 - [Примечания для платформ](https://python-all.ru/3.10/library/tkinter.ttk.html#platform-specific-notes)4280 - [Ошибки](https://python-all.ru/3.10/library/tkinter.ttk.html#bugs)4281 - [Древовидный список](https://python-all.ru/3.10/library/tkinter.ttk.html#treeview)42824283 - [Параметры](https://python-all.ru/3.10/library/tkinter.ttk.html#id7)4284 - [Опции элементов](https://python-all.ru/3.10/library/tkinter.ttk.html#item-options)4285 - [Опции тегов](https://python-all.ru/3.10/library/tkinter.ttk.html#tag-options)4286 - [Идентификаторы столбцов](https://python-all.ru/3.10/library/tkinter.ttk.html#column-identifiers)4287 - [Виртуальные события](https://python-all.ru/3.10/library/tkinter.ttk.html#id8)4288 - [ttk.Treeview](https://python-all.ru/3.10/library/tkinter.ttk.html#ttk-treeview)4289 - [Стилизация Ttk](https://python-all.ru/3.10/library/tkinter.ttk.html#ttk-styling)42904291 - [Макеты](https://python-all.ru/3.10/library/tkinter.ttk.html#layouts)4292 - [`tkinter.tix` – Расширяющие виджеты для Tk](https://python-all.ru/3.10/library/tkinter.tix.html)42934294 - [Использование Tix](https://python-all.ru/3.10/library/tkinter.tix.html#using-tix)4295 - [Виджеты Tix](https://python-all.ru/3.10/library/tkinter.tix.html#tix-widgets)42964297 - [Базовые виджеты](https://python-all.ru/3.10/library/tkinter.tix.html#basic-widgets)4298 - [Выбор файлов](https://python-all.ru/3.10/library/tkinter.tix.html#file-selectors)4299 - [Иерархический ListBox](https://python-all.ru/3.10/library/tkinter.tix.html#hierarchical-listbox)4300 - [Табличный ListBox](https://python-all.ru/3.10/library/tkinter.tix.html#tabular-listbox)4301 - [Менеджеры виджетов](https://python-all.ru/3.10/library/tkinter.tix.html#manager-widgets)4302 - [Типы изображений](https://python-all.ru/3.10/library/tkinter.tix.html#image-types)4303 - [Прочие виджеты](https://python-all.ru/3.10/library/tkinter.tix.html#miscellaneous-widgets)4304 - [Менеджер геометрии Form](https://python-all.ru/3.10/library/tkinter.tix.html#form-geometry-manager)4305 - [Команды Tix](https://python-all.ru/3.10/library/tkinter.tix.html#tix-commands)4306 - [IDLE](https://python-all.ru/3.10/library/idle.html)43074308 - [Меню](https://python-all.ru/3.10/library/idle.html#menus)43094310 - [Меню «Файл» (оболочка и редактор)](https://python-all.ru/3.10/library/idle.html#file-menu-shell-and-editor)4311 - [Меню «Правка» (оболочка и редактор)](https://python-all.ru/3.10/library/idle.html#edit-menu-shell-and-editor)4312 - [Меню «Формат» (только окно редактора)](https://python-all.ru/3.10/library/idle.html#format-menu-editor-window-only)4313 - [Меню «Запуск» (только окно редактора)](https://python-all.ru/3.10/library/idle.html#run-menu-editor-window-only)4314 - [Меню «Оболочка» (только окно оболочки)](https://python-all.ru/3.10/library/idle.html#shell-menu-shell-window-only)4315 - [Меню «Отладка» (только окно оболочки)](https://python-all.ru/3.10/library/idle.html#debug-menu-shell-window-only)4316 - [Меню Options (оболочка и редактор)](https://python-all.ru/3.10/library/idle.html#options-menu-shell-and-editor)4317 - [Меню Window (оболочка и редактор)](https://python-all.ru/3.10/library/idle.html#window-menu-shell-and-editor)4318 - [Меню Help (оболочка и редактор)](https://python-all.ru/3.10/library/idle.html#help-menu-shell-and-editor)4319 - [Контекстные меню](https://python-all.ru/3.10/library/idle.html#context-menus)4320 - [Редактирование и навигация](https://python-all.ru/3.10/library/idle.html#editing-and-navigation)43214322 - [Окна редактора](https://python-all.ru/3.10/library/idle.html#editor-windows)4323 - [Привязки клавиш](https://python-all.ru/3.10/library/idle.html#key-bindings)4324 - [Автоматические отступы](https://python-all.ru/3.10/library/idle.html#automatic-indentation)4325 - [Поиск и замена](https://python-all.ru/3.10/library/idle.html#search-and-replace)4326 - [Автодополнение](https://python-all.ru/3.10/library/idle.html#completions)4327 - [Подсказки вызова](https://python-all.ru/3.10/library/idle.html#calltips)4328 - [Контекст кода](https://python-all.ru/3.10/library/idle.html#code-context)4329 - [Окно оболочки](https://python-all.ru/3.10/library/idle.html#shell-window)4330 - [Цвета текста](https://python-all.ru/3.10/library/idle.html#text-colors)4331 - [Запуск и выполнение кода](https://python-all.ru/3.10/library/idle.html#startup-and-code-execution)43324333 - [Использование командной строки](https://python-all.ru/3.10/library/idle.html#command-line-usage)4334 - [Ошибка запуска](https://python-all.ru/3.10/library/idle.html#startup-failure)4335 - [Выполнение пользовательского кода](https://python-all.ru/3.10/library/idle.html#running-user-code)4336 - [Вывод пользователя в оболочке](https://python-all.ru/3.10/library/idle.html#user-output-in-shell)4337 - [Разработка приложений tkinter](https://python-all.ru/3.10/library/idle.html#developing-tkinter-applications)4338 - [Запуск без подпроцесса](https://python-all.ru/3.10/library/idle.html#running-without-a-subprocess)4339 - [Справка и настройки](https://python-all.ru/3.10/library/idle.html#help-and-preferences)43404341 - [Источники справки](https://python-all.ru/3.10/library/idle.html#help-sources)4342 - [Настройка параметров](https://python-all.ru/3.10/library/idle.html#setting-preferences)4343 - [IDLE в macOS](https://python-all.ru/3.10/library/idle.html#idle-on-macos)4344 - [Расширения](https://python-all.ru/3.10/library/idle.html#extensions)4345 - [idlelib](https://python-all.ru/3.10/library/idle.html#module-idlelib)4346 - [Инструменты разработки](https://python-all.ru/3.10/library/development.html)43474348 - [`typing` – Поддержка аннотаций типов](https://python-all.ru/3.10/library/typing.html)43494350 - [Соответствующие PEPs](https://python-all.ru/3.10/library/typing.html#relevant-peps)4351 - [Псевдонимы типов](https://python-all.ru/3.10/library/typing.html#type-aliases)4352 - [NewType](https://python-all.ru/3.10/library/typing.html#newtype)4353 - [Callable](https://python-all.ru/3.10/library/typing.html#callable)4354 - [Обобщённые типы](https://python-all.ru/3.10/library/typing.html#generics)4355 - [Пользовательские обобщённые типы](https://python-all.ru/3.10/library/typing.html#user-defined-generic-types)4356 - [Тип `Any`](https://python-all.ru/3.10/library/typing.html#the-any-type)4357 - [Номинальное и структурное подтипирование](https://python-all.ru/3.10/library/typing.html#nominal-vs-structural-subtyping)4358 - [Содержание модуля](https://python-all.ru/3.10/library/typing.html#module-contents)43594360 - [Специальные примитивы типизации](https://python-all.ru/3.10/library/typing.html#special-typing-primitives)43614362 - [Специальные типы](https://python-all.ru/3.10/library/typing.html#special-types)4363 - [Специальные формы](https://python-all.ru/3.10/library/typing.html#special-forms)4364 - [Построение обобщённых типов](https://python-all.ru/3.10/library/typing.html#building-generic-types)4365 - [Другие специальные директивы](https://python-all.ru/3.10/library/typing.html#other-special-directives)4366 - [Конкретные обобщённые коллекции](https://python-all.ru/3.10/library/typing.html#generic-concrete-collections)43674368 - [Соответствующие встроенным типам](https://python-all.ru/3.10/library/typing.html#corresponding-to-built-in-types)4369 - [Соответствующие типам из `collections`](https://python-all.ru/3.10/library/typing.html#corresponding-to-types-in-collections)4370 - [Другие конкретные типы](https://python-all.ru/3.10/library/typing.html#other-concrete-types)4371 - [Абстрактные базовые классы](https://python-all.ru/3.10/library/typing.html#abstract-base-classes)43724373 - [Соответствующие коллекциям из `collections.abc`](https://python-all.ru/3.10/library/typing.html#corresponding-to-collections-in-collections-abc)4374 - [Соответствующие другим типам из `collections.abc`](https://python-all.ru/3.10/library/typing.html#corresponding-to-other-types-in-collections-abc)4375 - [Асинхронное программирование](https://python-all.ru/3.10/library/typing.html#asynchronous-programming)4376 - [Типы менеджеров контекста](https://python-all.ru/3.10/library/typing.html#context-manager-types)4377 - [Протоколы](https://python-all.ru/3.10/library/typing.html#protocols)4378 - [Функции и декораторы](https://python-all.ru/3.10/library/typing.html#functions-and-decorators)4379 - [Вспомогательные функции интроспекции](https://python-all.ru/3.10/library/typing.html#introspection-helpers)4380 - [Константа](https://python-all.ru/3.10/library/typing.html#constant)4381 - [`pydoc` – генератор документации и система интерактивной справки](https://python-all.ru/3.10/library/pydoc.html)4382 - [Режим разработки Python](https://python-all.ru/3.10/library/devmode.html)4383 - [Эффекты режима разработки Python](https://python-all.ru/3.10/library/devmode.html#effects-of-the-python-development-mode)4384 - [Пример ResourceWarning](https://python-all.ru/3.10/library/devmode.html#resourcewarning-example)4385 - [Пример ошибки с некорректным файловым дескриптором](https://python-all.ru/3.10/library/devmode.html#bad-file-descriptor-error-example)4386 - [`doctest` – тестирование интерактивных примеров Python](https://python-all.ru/3.10/library/doctest.html)43874388 - [Простое использование: проверка примеров в строках документации](https://python-all.ru/3.10/library/doctest.html#simple-usage-checking-examples-in-docstrings)4389 - [Простое использование: проверка примеров в текстовом файле](https://python-all.ru/3.10/library/doctest.html#simple-usage-checking-examples-in-a-text-file)4390 - [Как это работает](https://python-all.ru/3.10/library/doctest.html#how-it-works)43914392 - [Какие строки документации проверяются?](https://python-all.ru/3.10/library/doctest.html#which-docstrings-are-examined)4393 - [Как распознаются примеры в строках документации?](https://python-all.ru/3.10/library/doctest.html#how-are-docstring-examples-recognized)4394 - [Каков контекст выполнения?](https://python-all.ru/3.10/library/doctest.html#what-s-the-execution-context)4395 - [А как насчёт исключений?](https://python-all.ru/3.10/library/doctest.html#what-about-exceptions)4396 - [Флаги опций](https://python-all.ru/3.10/library/doctest.html#option-flags)4397 - [Директивы](https://python-all.ru/3.10/library/doctest.html#directives)4398 - [Предупреждения](https://python-all.ru/3.10/library/doctest.html#warnings)4399 - [Базовый API](https://python-all.ru/3.10/library/doctest.html#basic-api)4400 - [API unittest](https://python-all.ru/3.10/library/doctest.html#unittest-api)4401 - [Расширенный API](https://python-all.ru/3.10/library/doctest.html#advanced-api)44024403 - [Объекты DocTest](https://python-all.ru/3.10/library/doctest.html#doctest-objects)4404 - [Объекты Example](https://python-all.ru/3.10/library/doctest.html#example-objects)4405 - [Объекты DocTestFinder](https://python-all.ru/3.10/library/doctest.html#doctestfinder-objects)4406 - [Объекты DocTestParser](https://python-all.ru/3.10/library/doctest.html#doctestparser-objects)4407 - [Объекты DocTestRunner](https://python-all.ru/3.10/library/doctest.html#doctestrunner-objects)4408 - [Объекты OutputChecker](https://python-all.ru/3.10/library/doctest.html#outputchecker-objects)4409 - [Отладка](https://python-all.ru/3.10/library/doctest.html#debugging)4410 - [Трибуна](https://python-all.ru/3.10/library/doctest.html#soapbox)4411 - [`unittest` – фреймворк для модульного тестирования](https://python-all.ru/3.10/library/unittest.html)44124413 - [Простой пример](https://python-all.ru/3.10/library/unittest.html#basic-example)4414 - [Интерфейс командной строки](https://python-all.ru/3.10/library/unittest.html#command-line-interface)44154416 - [Параметры командной строки](https://python-all.ru/3.10/library/unittest.html#command-line-options)4417 - [Обнаружение тестов](https://python-all.ru/3.10/library/unittest.html#test-discovery)4418 - [Организация тестового кода](https://python-all.ru/3.10/library/unittest.html#organizing-test-code)4419 - [Повторное использование старого тестового кода](https://python-all.ru/3.10/library/unittest.html#re-using-old-test-code)4420 - [Пропуск тестов и ожидаемые сбои](https://python-all.ru/3.10/library/unittest.html#skipping-tests-and-expected-failures)4421 - [Различение итераций теста с помощью подтестов](https://python-all.ru/3.10/library/unittest.html#distinguishing-test-iterations-using-subtests)4422 - [Классы и функции](https://python-all.ru/3.10/library/unittest.html#classes-and-functions)44234424 - [Тестовые случаи](https://python-all.ru/3.10/library/unittest.html#test-cases)44254426 - [Устаревшие псевдонимы](https://python-all.ru/3.10/library/unittest.html#deprecated-aliases)4427 - [Группировка тестов](https://python-all.ru/3.10/library/unittest.html#grouping-tests)4428 - [Загрузка и запуск тестов](https://python-all.ru/3.10/library/unittest.html#loading-and-running-tests)44294430 - [Протокол load\_tests](https://python-all.ru/3.10/library/unittest.html#load-tests-protocol)4431 - [Фикстуры классов и модулей](https://python-all.ru/3.10/library/unittest.html#class-and-module-fixtures)44324433 - [setUpClass и tearDownClass](https://python-all.ru/3.10/library/unittest.html#setupclass-and-teardownclass)4434 - [setUpModule и tearDownModule](https://python-all.ru/3.10/library/unittest.html#setupmodule-and-teardownmodule)4435 - [Обработка сигналов](https://python-all.ru/3.10/library/unittest.html#signal-handling)4436 - [`unittest.mock` – библиотека mock-объектов](https://python-all.ru/3.10/library/unittest.mock.html)44374438 - [Краткое руководство](https://python-all.ru/3.10/library/unittest.mock.html#quick-guide)4439 - [Класс Mock](https://python-all.ru/3.10/library/unittest.mock.html#the-mock-class)44404441 - [Вызов](https://python-all.ru/3.10/library/unittest.mock.html#calling)4442 - [Удаление атрибутов](https://python-all.ru/3.10/library/unittest.mock.html#deleting-attributes)4443 - [Имена Mock и атрибут name](https://python-all.ru/3.10/library/unittest.mock.html#mock-names-and-the-name-attribute)4444 - [Прикрепление моков в качестве атрибутов](https://python-all.ru/3.10/library/unittest.mock.html#attaching-mocks-as-attributes)4445 - [Патчеры](https://python-all.ru/3.10/library/unittest.mock.html#the-patchers)44464447 - [patch](https://python-all.ru/3.10/library/unittest.mock.html#patch)4448 - [patch.object](https://python-all.ru/3.10/library/unittest.mock.html#patch-object)4449 - [patch.dict](https://python-all.ru/3.10/library/unittest.mock.html#patch-dict)4450 - [patch.multiple](https://python-all.ru/3.10/library/unittest.mock.html#patch-multiple)4451 - [Методы patch: start и stop](https://python-all.ru/3.10/library/unittest.mock.html#patch-methods-start-and-stop)4452 - [patch встроенных объектов](https://python-all.ru/3.10/library/unittest.mock.html#patch-builtins)4453 - [TEST\_PREFIX](https://python-all.ru/3.10/library/unittest.mock.html#test-prefix)4454 - [Вложение декораторов patch](https://python-all.ru/3.10/library/unittest.mock.html#nesting-patch-decorators)4455 - [Где применять patch](https://python-all.ru/3.10/library/unittest.mock.html#where-to-patch)4456 - [Подмена дескрипторов и прокси-объектов](https://python-all.ru/3.10/library/unittest.mock.html#patching-descriptors-and-proxy-objects)4457 - [MagicMock и поддержка магических методов](https://python-all.ru/3.10/library/unittest.mock.html#magicmock-and-magic-method-support)44584459 - [Мокирование магических методов](https://python-all.ru/3.10/library/unittest.mock.html#mocking-magic-methods)4460 - [Магический макет](https://python-all.ru/3.10/library/unittest.mock.html#magic-mock)4461 - [Вспомогательные средства](https://python-all.ru/3.10/library/unittest.mock.html#helpers)44624463 - [sentinel](https://python-all.ru/3.10/library/unittest.mock.html#sentinel)4464 - [DEFAULT](https://python-all.ru/3.10/library/unittest.mock.html#default)4465 - [вызов](https://python-all.ru/3.10/library/unittest.mock.html#call)4466 - [create\_autospec](https://python-all.ru/3.10/library/unittest.mock.html#create-autospec)4467 - [ANY](https://python-all.ru/3.10/library/unittest.mock.html#any)4468 - [FILTER\_DIR](https://python-all.ru/3.10/library/unittest.mock.html#filter-dir)4469 - [mock\_open](https://python-all.ru/3.10/library/unittest.mock.html#mock-open)4470 - [Автоспецификация](https://python-all.ru/3.10/library/unittest.mock.html#autospeccing)4471 - [Запечатывание моков](https://python-all.ru/3.10/library/unittest.mock.html#sealing-mocks)4472 - [`unittest.mock` – начало работы](https://python-all.ru/3.10/library/unittest.mock-examples.html)44734474 - [Использование Mock](https://python-all.ru/3.10/library/unittest.mock-examples.html#using-mock)44754476 - [Методы подмены моков](https://python-all.ru/3.10/library/unittest.mock-examples.html#mock-patching-methods)4477 - [Mock для вызовов методов объекта](https://python-all.ru/3.10/library/unittest.mock-examples.html#mock-for-method-calls-on-an-object)4478 - [Создание моков для классов](https://python-all.ru/3.10/library/unittest.mock-examples.html#mocking-classes)4479 - [Именование моков](https://python-all.ru/3.10/library/unittest.mock-examples.html#naming-your-mocks)4480 - [Отслеживание всех вызовов](https://python-all.ru/3.10/library/unittest.mock-examples.html#tracking-all-calls)4481 - [Установка возвращаемых значений и атрибутов](https://python-all.ru/3.10/library/unittest.mock-examples.html#setting-return-values-and-attributes)4482 - [Возбуждение исключений с помощью моков](https://python-all.ru/3.10/library/unittest.mock-examples.html#raising-exceptions-with-mocks)4483 - [Функции побочного эффекта и итерируемые объекты](https://python-all.ru/3.10/library/unittest.mock-examples.html#side-effect-functions-and-iterables)4484 - [Мокирование асинхронных итераторов](https://python-all.ru/3.10/library/unittest.mock-examples.html#mocking-asynchronous-iterators)4485 - [Мокирование асинхронного контекстного менеджера](https://python-all.ru/3.10/library/unittest.mock-examples.html#mocking-asynchronous-context-manager)4486 - [Создание мока на основе существующего объекта](https://python-all.ru/3.10/library/unittest.mock-examples.html#creating-a-mock-from-an-existing-object)4487 - [Декораторы patch](https://python-all.ru/3.10/library/unittest.mock-examples.html#patch-decorators)4488 - [Дополнительные примеры](https://python-all.ru/3.10/library/unittest.mock-examples.html#further-examples)44894490 - [Мокирование цепочек вызовов](https://python-all.ru/3.10/library/unittest.mock-examples.html#mocking-chained-calls)4491 - [Частичное мокирование](https://python-all.ru/3.10/library/unittest.mock-examples.html#partial-mocking)4492 - [Создание мока для метода-генератора](https://python-all.ru/3.10/library/unittest.mock-examples.html#mocking-a-generator-method)4493 - [Применение одного и того же patch к каждому тестовому методу](https://python-all.ru/3.10/library/unittest.mock-examples.html#applying-the-same-patch-to-every-test-method)4494 - [Создание моков для несвязанных методов](https://python-all.ru/3.10/library/unittest.mock-examples.html#mocking-unbound-methods)4495 - [Проверка множественных вызовов с помощью mock](https://python-all.ru/3.10/library/unittest.mock-examples.html#checking-multiple-calls-with-mock)4496 - [Работа с изменяемыми аргументами](https://python-all.ru/3.10/library/unittest.mock-examples.html#coping-with-mutable-arguments)4497 - [Вложенные подмены](https://python-all.ru/3.10/library/unittest.mock-examples.html#nesting-patches)4498 - [Мокирование словаря с помощью MagicMock](https://python-all.ru/3.10/library/unittest.mock-examples.html#mocking-a-dictionary-with-magicmock)4499 - [Подклассы Mock и их атрибуты](https://python-all.ru/3.10/library/unittest.mock-examples.html#mock-subclasses-and-their-attributes)4500 - [Мокирование импортов с помощью patch.dict](https://python-all.ru/3.10/library/unittest.mock-examples.html#mocking-imports-with-patch-dict)4501 - [Отслеживание порядка вызовов и менее многословные утверждения о вызовах](https://python-all.ru/3.10/library/unittest.mock-examples.html#tracking-order-of-calls-and-less-verbose-call-assertions)4502 - [Более сложное сопоставление аргументов](https://python-all.ru/3.10/library/unittest.mock-examples.html#more-complex-argument-matching)4503 - [2to3 – автоматическое преобразование кода Python 2 в 3](https://python-all.ru/3.10/library/2to3.html)45044505 - [Использование 2to3](https://python-all.ru/3.10/library/2to3.html#using-2to3)4506 - [Фиксы](https://python-all.ru/3.10/library/2to3.html#fixers)4507 - [`lib2to3` – библиотека 2to3](https://python-all.ru/3.10/library/2to3.html#module-lib2to3)4508 - [`test` – Пакет регрессионных тестов для Python](https://python-all.ru/3.10/library/test.html)45094510 - [Написание модульных тестов для пакета `test`](https://python-all.ru/3.10/library/test.html#writing-unit-tests-for-the-test-package)4511 - [Запуск тестов с помощью интерфейса командной строки](https://python-all.ru/3.10/library/test.html#running-tests-using-the-command-line-interface)4512 - [`test.support` – Утилиты для набора тестов Python](https://python-all.ru/3.10/library/test.html#module-test.support)4513 - [`test.support.socket_helper` – Утилиты для тестирования сокетов](https://python-all.ru/3.10/library/test.html#module-test.support.socket_helper)4514 - [`test.support.script_helper` – Утилиты для тестов выполнения Python](https://python-all.ru/3.10/library/test.html#module-test.support.script_helper)4515 - [`test.support.bytecode_helper` – Вспомогательные инструменты для тестирования корректной генерации байт-кода](https://python-all.ru/3.10/library/test.html#module-test.support.bytecode_helper)4516 - [`test.support.threading_helper` – Утилиты для тестирования потоков](https://python-all.ru/3.10/library/test.html#module-test.support.threading_helper)4517 - [`test.support.os_helper` – Утилиты для тестирования ОС](https://python-all.ru/3.10/library/test.html#module-test.support.os_helper)4518 - [`test.support.import_helper` – утилиты для тестирования импорта](https://python-all.ru/3.10/library/test.html#module-test.support.import_helper)4519 - [`test.support.warnings_helper` – утилиты для тестирования предупреждений](https://python-all.ru/3.10/library/test.html#module-test.support.warnings_helper)4520 - [Отладка и профилирование](https://python-all.ru/3.10/library/debug.html)45214522 - [Таблица событий аудита](https://python-all.ru/3.10/library/audit_events.html)4523 - [`bdb` – фреймворк отладчика](https://python-all.ru/3.10/library/bdb.html)4524 - [`faulthandler` – дамп трассировки Python](https://python-all.ru/3.10/library/faulthandler.html)45254526 - [Дамп трассировки](https://python-all.ru/3.10/library/faulthandler.html#dumping-the-traceback)4527 - [Состояние обработчика сбоев](https://python-all.ru/3.10/library/faulthandler.html#fault-handler-state)4528 - [Дамп трассировок по тайм-ауту](https://python-all.ru/3.10/library/faulthandler.html#dumping-the-tracebacks-after-a-timeout)4529 - [Дамп трассировки по сигналу пользователя](https://python-all.ru/3.10/library/faulthandler.html#dumping-the-traceback-on-a-user-signal)4530 - [Проблема с файловыми дескрипторами](https://python-all.ru/3.10/library/faulthandler.html#issue-with-file-descriptors)4531 - [Пример](https://python-all.ru/3.10/library/faulthandler.html#example)4532 - [`pdb` – отладчик Python](https://python-all.ru/3.10/library/pdb.html)45334534 - [Команды отладчика](https://python-all.ru/3.10/library/pdb.html#debugger-commands)4535 - [Профилировщики Python](https://python-all.ru/3.10/library/profile.html)45364537 - [Введение в профилировщики](https://python-all.ru/3.10/library/profile.html#introduction-to-the-profilers)4538 - [Краткое руководство пользователя](https://python-all.ru/3.10/library/profile.html#instant-user-s-manual)4539 - [Справочник модулей `profile` и `cProfile`](https://python-all.ru/3.10/library/profile.html#module-cProfile)4540 - [Класс `Stats`](https://python-all.ru/3.10/library/profile.html#the-stats-class)4541 - [Что такое детерминированное профилирование?](https://python-all.ru/3.10/library/profile.html#what-is-deterministic-profiling)4542 - [Ограничения](https://python-all.ru/3.10/library/profile.html#limitations)4543 - [Калибровка](https://python-all.ru/3.10/library/profile.html#calibration)4544 - [Использование пользовательского таймера](https://python-all.ru/3.10/library/profile.html#using-a-custom-timer)4545 - [`timeit` – Измерение времени выполнения небольших фрагментов кода](https://python-all.ru/3.10/library/timeit.html)45464547 - [Основные примеры](https://python-all.ru/3.10/library/timeit.html#basic-examples)4548 - [Интерфейс Python](https://python-all.ru/3.10/library/timeit.html#python-interface)4549 - [Интерфейс командной строки](https://python-all.ru/3.10/library/timeit.html#command-line-interface)4550 - [Примеры](https://python-all.ru/3.10/library/timeit.html#examples)4551 - [`trace` – Трассировка или отслеживание выполнения операторов Python](https://python-all.ru/3.10/library/trace.html)45524553 - [Использование командной строки](https://python-all.ru/3.10/library/trace.html#command-line-usage)45544555 - [Основные параметры](https://python-all.ru/3.10/library/trace.html#main-options)4556 - [Модификаторы](https://python-all.ru/3.10/library/trace.html#modifiers)4557 - [Фильтры](https://python-all.ru/3.10/library/trace.html#filters)4558 - [Программный интерфейс](https://python-all.ru/3.10/library/trace.html#programmatic-interface)4559 - [`tracemalloc` – Трассировка выделений памяти](https://python-all.ru/3.10/library/tracemalloc.html)45604561 - [Примеры](https://python-all.ru/3.10/library/tracemalloc.html#examples)45624563 - [Отображение первых 10](https://python-all.ru/3.10/library/tracemalloc.html#display-the-top-10)4564 - [Вычисление различий](https://python-all.ru/3.10/library/tracemalloc.html#compute-differences)4565 - [Получение трассировки для блока памяти](https://python-all.ru/3.10/library/tracemalloc.html#get-the-traceback-of-a-memory-block)4566 - [Удобный вывод топа](https://python-all.ru/3.10/library/tracemalloc.html#pretty-top)45674568 - [Запись текущего и пикового размера всех отслеживаемых блоков памяти](https://python-all.ru/3.10/library/tracemalloc.html#record-the-current-and-peak-size-of-all-traced-memory-blocks)4569 - [API](https://python-all.ru/3.10/library/tracemalloc.html#api)45704571 - [Функции](https://python-all.ru/3.10/library/tracemalloc.html#functions)4572 - [DomainFilter](https://python-all.ru/3.10/library/tracemalloc.html#domainfilter)4573 - [Filter](https://python-all.ru/3.10/library/tracemalloc.html#filter)4574 - [Фрейм](https://python-all.ru/3.10/library/tracemalloc.html#frame)4575 - [Снимок](https://python-all.ru/3.10/library/tracemalloc.html#snapshot)4576 - [Статистика](https://python-all.ru/3.10/library/tracemalloc.html#statistic)4577 - [StatisticDiff](https://python-all.ru/3.10/library/tracemalloc.html#statisticdiff)4578 - [Трассировка](https://python-all.ru/3.10/library/tracemalloc.html#trace)4579 - [Traceback](https://python-all.ru/3.10/library/tracemalloc.html#traceback)4580 - [Упаковка и распространение ПО](https://python-all.ru/3.10/library/distribution.html)45814582 - [`distutils` – Сборка и установка модулей Python](https://python-all.ru/3.10/library/distutils.html)4583 - [`ensurepip` – Начальная загрузка установщика `pip`](https://python-all.ru/3.10/library/ensurepip.html)45844585 - [Интерфейс командной строки](https://python-all.ru/3.10/library/ensurepip.html#command-line-interface)4586 - [API модуля](https://python-all.ru/3.10/library/ensurepip.html#module-api)4587 - [`venv` – Создание виртуальных окружений](https://python-all.ru/3.10/library/venv.html)45884589 - [Создание виртуальных окружений](https://python-all.ru/3.10/library/venv.html#creating-virtual-environments)4590 - [Как работают виртуальные окружения](https://python-all.ru/3.10/library/venv.html#how-venvs-work)4591 - [API](https://python-all.ru/3.10/library/venv.html#api)4592 - [Пример расширения `EnvBuilder`](https://python-all.ru/3.10/library/venv.html#an-example-of-extending-envbuilder)4593 - [`zipapp` – Управление исполняемыми Python zip-архивами](https://python-all.ru/3.10/library/zipapp.html)45944595 - [Простой пример](https://python-all.ru/3.10/library/zipapp.html#basic-example)4596 - [Интерфейс командной строки](https://python-all.ru/3.10/library/zipapp.html#command-line-interface)4597 - [API Python](https://python-all.ru/3.10/library/zipapp.html#python-api)4598 - [Примеры](https://python-all.ru/3.10/library/zipapp.html#examples)4599 - [Указание интерпретатора](https://python-all.ru/3.10/library/zipapp.html#specifying-the-interpreter)4600 - [Создание автономных приложений с помощью zipapp](https://python-all.ru/3.10/library/zipapp.html#creating-standalone-applications-with-zipapp)46014602 - [Создание исполняемого файла для Windows](https://python-all.ru/3.10/library/zipapp.html#making-a-windows-executable)4603 - [Предостережения](https://python-all.ru/3.10/library/zipapp.html#caveats)4604 - [Формат архива Python-приложения Zip](https://python-all.ru/3.10/library/zipapp.html#the-python-zip-application-archive-format)4605 - [Службы выполнения Python](https://python-all.ru/3.10/library/python.html)46064607 - [`sys` – Системно-зависимые параметры и функции](https://python-all.ru/3.10/library/sys.html)4608 - [`sysconfig` – Предоставление доступа к конфигурационной информации Python](https://python-all.ru/3.10/library/sysconfig.html)46094610 - [Переменные конфигурации](https://python-all.ru/3.10/library/sysconfig.html#configuration-variables)4611 - [Пути установки](https://python-all.ru/3.10/library/sysconfig.html#installation-paths)4612 - [Другие функции](https://python-all.ru/3.10/library/sysconfig.html#other-functions)4613 - [Использование `sysconfig` в качестве скрипта](https://python-all.ru/3.10/library/sysconfig.html#using-sysconfig-as-a-script)4614 - [`builtins` – Встроенные объекты](https://python-all.ru/3.10/library/builtins.html)4615 - [`__main__` – Окружение кода верхнего уровня](https://python-all.ru/3.10/library/__main__.html)46164617 - [`__name__ == '__main__'`](https://python-all.ru/3.10/library/__main__.html#name-main)46184619 - [Что такое «окружение кода верхнего уровня»?](https://python-all.ru/3.10/library/__main__.html#what-is-the-top-level-code-environment)4620 - [Идиоматическое использование](https://python-all.ru/3.10/library/__main__.html#idiomatic-usage)4621 - [Особенности упаковки](https://python-all.ru/3.10/library/__main__.html#packaging-considerations)4622 - [`__main__.py` в пакетах Python](https://python-all.ru/3.10/library/__main__.html#main-py-in-python-packages)46234624 - [Идиоматическое использование](https://python-all.ru/3.10/library/__main__.html#id1)4625 - [`import __main__`](https://python-all.ru/3.10/library/__main__.html#import-main)4626 - [`warnings` – Управление предупреждениями](https://python-all.ru/3.10/library/warnings.html)46274628 - [Категории предупреждений](https://python-all.ru/3.10/library/warnings.html#warning-categories)4629 - [Фильтр предупреждений](https://python-all.ru/3.10/library/warnings.html#the-warnings-filter)46304631 - [Описание фильтров предупреждений](https://python-all.ru/3.10/library/warnings.html#describing-warning-filters)4632 - [Фильтр предупреждений по умолчанию](https://python-all.ru/3.10/library/warnings.html#default-warning-filter)4633 - [Переопределение фильтра по умолчанию](https://python-all.ru/3.10/library/warnings.html#overriding-the-default-filter)4634 - [Временное подавление предупреждений](https://python-all.ru/3.10/library/warnings.html#temporarily-suppressing-warnings)4635 - [Тестирование предупреждений](https://python-all.ru/3.10/library/warnings.html#testing-warnings)4636 - [Обновление кода для новых версий зависимостей](https://python-all.ru/3.10/library/warnings.html#updating-code-for-new-versions-of-dependencies)4637 - [Доступные функции](https://python-all.ru/3.10/library/warnings.html#available-functions)4638 - [Доступные контекстные менеджеры](https://python-all.ru/3.10/library/warnings.html#available-context-managers)4639 - [`dataclasses` – Классы данных](https://python-all.ru/3.10/library/dataclasses.html)46404641 - [Содержание модуля](https://python-all.ru/3.10/library/dataclasses.html#module-contents)4642 - [Обработка после инициализации](https://python-all.ru/3.10/library/dataclasses.html#post-init-processing)4643 - [Переменные класса](https://python-all.ru/3.10/library/dataclasses.html#class-variables)4644 - [Переменные только для инициализации](https://python-all.ru/3.10/library/dataclasses.html#init-only-variables)4645 - [Неизменяемые экземпляры](https://python-all.ru/3.10/library/dataclasses.html#frozen-instances)4646 - [Наследование](https://python-all.ru/3.10/library/dataclasses.html#inheritance)4647 - [Переупорядочивание именованных параметров в `__init__()`](https://python-all.ru/3.10/library/dataclasses.html#re-ordering-of-keyword-only-parameters-in-init)4648 - [Функции-фабрики по умолчанию](https://python-all.ru/3.10/library/dataclasses.html#default-factory-functions)4649 - [Изменяемые значения по умолчанию](https://python-all.ru/3.10/library/dataclasses.html#mutable-default-values)4650 - [Поля с типом дескриптора](https://python-all.ru/3.10/library/dataclasses.html#descriptor-typed-fields)4651 - [`contextlib` – Утилиты для контекстов оператора `with`](https://python-all.ru/3.10/library/contextlib.html)46524653 - [Утилиты](https://python-all.ru/3.10/library/contextlib.html#utilities)4654 - [Примеры и рецепты](https://python-all.ru/3.10/library/contextlib.html#examples-and-recipes)46554656 - [Поддержка переменного числа менеджеров контекста](https://python-all.ru/3.10/library/contextlib.html#supporting-a-variable-number-of-context-managers)4657 - [Перехват исключений из методов `__enter__`](https://python-all.ru/3.10/library/contextlib.html#catching-exceptions-from-enter-methods)4658 - [Очистка в реализации `__enter__`](https://python-all.ru/3.10/library/contextlib.html#cleaning-up-in-an-enter-implementation)4659 - [Замена использования `try-finally` и флаговых переменных](https://python-all.ru/3.10/library/contextlib.html#replacing-any-use-of-try-finally-and-flag-variables)4660 - [Использование менеджера контекста в качестве декоратора функции](https://python-all.ru/3.10/library/contextlib.html#using-a-context-manager-as-a-function-decorator)4661 - [Одноразовые, многократно используемые и реентерабельные менеджеры контекста](https://python-all.ru/3.10/library/contextlib.html#single-use-reusable-and-reentrant-context-managers)46624663 - [Реентерабельные менеджеры контекста](https://python-all.ru/3.10/library/contextlib.html#reentrant-context-managers)4664 - [Повторно используемые менеджеры контекста](https://python-all.ru/3.10/library/contextlib.html#reusable-context-managers)4665 - [`abc` – Абстрактные базовые классы](https://python-all.ru/3.10/library/abc.html)4666 - [`atexit` – Обработчики выхода](https://python-all.ru/3.10/library/atexit.html)46674668 - [`atexit` Пример](https://python-all.ru/3.10/library/atexit.html#atexit-example)4669 - [`traceback` – Печать или получение трассировки стека](https://python-all.ru/3.10/library/traceback.html)46704671 - [Объекты `TracebackException`](https://python-all.ru/3.10/library/traceback.html#tracebackexception-objects)4672 - [Объекты `StackSummary`](https://python-all.ru/3.10/library/traceback.html#stacksummary-objects)4673 - [Объекты `FrameSummary`](https://python-all.ru/3.10/library/traceback.html#framesummary-objects)4674 - [Примеры Traceback](https://python-all.ru/3.10/library/traceback.html#traceback-examples)4675 - [`__future__` – Определения операторов future](https://python-all.ru/3.10/library/__future__.html)4676 - [`gc` – Интерфейс сборщика мусора](https://python-all.ru/3.10/library/gc.html)4677 - [`inspect` – Инспекция живых объектов](https://python-all.ru/3.10/library/inspect.html)46784679 - [Типы и члены](https://python-all.ru/3.10/library/inspect.html#types-and-members)4680 - [Получение исходного кода](https://python-all.ru/3.10/library/inspect.html#retrieving-source-code)4681 - [Интроспекция вызываемых объектов с помощью объекта Signature](https://python-all.ru/3.10/library/inspect.html#introspecting-callables-with-the-signature-object)4682 - [Классы и функции](https://python-all.ru/3.10/library/inspect.html#classes-and-functions)4683 - [Стек интерпретатора](https://python-all.ru/3.10/library/inspect.html#the-interpreter-stack)4684 - [Получение атрибутов статически](https://python-all.ru/3.10/library/inspect.html#fetching-attributes-statically)4685 - [Текущее состояние генераторов и корутин](https://python-all.ru/3.10/library/inspect.html#current-state-of-generators-and-coroutines)4686 - [Битовые флаги объектов кода](https://python-all.ru/3.10/library/inspect.html#code-objects-bit-flags)4687 - [Интерфейс командной строки](https://python-all.ru/3.10/library/inspect.html#command-line-interface)4688 - [`site` – Перехватчик конфигурации для конкретного сайта](https://python-all.ru/3.10/library/site.html)46894690 - [Конфигурация readline](https://python-all.ru/3.10/library/site.html#readline-configuration)4691 - [Содержание модуля](https://python-all.ru/3.10/library/site.html#module-contents)4692 - [Интерфейс командной строки](https://python-all.ru/3.10/library/site.html#command-line-interface)4693 - [Пользовательские интерпретаторы Python](https://python-all.ru/3.10/library/custominterp.html)46944695 - [`code` – Базовые классы интерпретатора](https://python-all.ru/3.10/library/code.html)46964697 - [Объекты интерактивного интерпретатора](https://python-all.ru/3.10/library/code.html#interactive-interpreter-objects)4698 - [Объекты интерактивной консоли](https://python-all.ru/3.10/library/code.html#interactive-console-objects)4699 - [`codeop` – Компиляция кода Python](https://python-all.ru/3.10/library/codeop.html)4700 - [Импорт модулей](https://python-all.ru/3.10/library/modules.html)47014702 - [`zipimport` – Импорт модулей из Zip-архивов](https://python-all.ru/3.10/library/zipimport.html)47034704 - [Объекты zipimporter](https://python-all.ru/3.10/library/zipimport.html#zipimporter-objects)4705 - [Примеры](https://python-all.ru/3.10/library/zipimport.html#examples)4706 - [`pkgutil` – Утилита расширения пакетов](https://python-all.ru/3.10/library/pkgutil.html)4707 - [`modulefinder` – Поиск модулей, используемых скриптом](https://python-all.ru/3.10/library/modulefinder.html)47084709 - [Пример использования `ModuleFinder`](https://python-all.ru/3.10/library/modulefinder.html#example-usage-of-modulefinder)4710 - [`runpy` – Поиск и выполнение модулей Python](https://python-all.ru/3.10/library/runpy.html)4711 - [`importlib` – Реализация `import`](https://python-all.ru/3.10/library/importlib.html)47124713 - [Введение](https://python-all.ru/3.10/library/importlib.html#introduction)4714 - [Функции](https://python-all.ru/3.10/library/importlib.html#functions)4715 - [`importlib.abc` – Абстрактные базовые классы, связанные с импортом](https://python-all.ru/3.10/library/importlib.html#module-importlib.abc)4716 - [`importlib.resources` – Ресурсы](https://python-all.ru/3.10/library/importlib.html#module-importlib.resources)4717 - [`importlib.machinery` – Импортёры и хуки пути](https://python-all.ru/3.10/library/importlib.html#module-importlib.machinery)4718 - [`importlib.util` – Вспомогательный код для импортёров](https://python-all.ru/3.10/library/importlib.html#module-importlib.util)4719 - [Примеры](https://python-all.ru/3.10/library/importlib.html#examples)47204721 - [Программный импорт](https://python-all.ru/3.10/library/importlib.html#importing-programmatically)4722 - [Проверка возможности импорта модуля](https://python-all.ru/3.10/library/importlib.html#checking-if-a-module-can-be-imported)4723 - [Прямой импорт файла с исходным кодом](https://python-all.ru/3.10/library/importlib.html#importing-a-source-file-directly)4724 - [Реализация отложенного импорта](https://python-all.ru/3.10/library/importlib.html#implementing-lazy-imports)4725 - [Настройка импортёра](https://python-all.ru/3.10/library/importlib.html#setting-up-an-importer)4726 - [Аппроксимация `importlib.import_module()`](https://python-all.ru/3.10/library/importlib.html#approximating-importlib-import-module)4727 - [Использование `importlib.metadata`](https://python-all.ru/3.10/library/importlib.metadata.html)47284729 - [Обзор](https://python-all.ru/3.10/library/importlib.metadata.html#overview)4730 - [Функциональный API](https://python-all.ru/3.10/library/importlib.metadata.html#functional-api)47314732 - [Точки входа](https://python-all.ru/3.10/library/importlib.metadata.html#entry-points)4733 - [Метаданные дистрибутива](https://python-all.ru/3.10/library/importlib.metadata.html#distribution-metadata)4734 - [Версии дистрибутива](https://python-all.ru/3.10/library/importlib.metadata.html#distribution-versions)4735 - [Файлы дистрибутива](https://python-all.ru/3.10/library/importlib.metadata.html#distribution-files)4736 - [Зависимости дистрибутива](https://python-all.ru/3.10/library/importlib.metadata.html#distribution-requirements)4737 - [Дистрибутивы пакетов](https://python-all.ru/3.10/library/importlib.metadata.html#package-distributions)4738 - [Дистрибутивы](https://python-all.ru/3.10/library/importlib.metadata.html#distributions)4739 - [Расширение алгоритма поиска](https://python-all.ru/3.10/library/importlib.metadata.html#extending-the-search-algorithm)4740 - [Службы языка Python](https://python-all.ru/3.10/library/language.html)47414742 - [`ast` – Абстрактные синтаксические деревья](https://python-all.ru/3.10/library/ast.html)47434744 - [Абстрактная грамматика](https://python-all.ru/3.10/library/ast.html#abstract-grammar)4745 - [Классы узлов](https://python-all.ru/3.10/library/ast.html#node-classes)47464747 - [Литералы](https://python-all.ru/3.10/library/ast.html#literals)4748 - [Переменные](https://python-all.ru/3.10/library/ast.html#variables)4749 - [Выражения](https://python-all.ru/3.10/library/ast.html#expressions)47504751 - [Индексация](https://python-all.ru/3.10/library/ast.html#subscripting)4752 - [Генераторы коллекций](https://python-all.ru/3.10/library/ast.html#comprehensions)4753 - [Инструкции](https://python-all.ru/3.10/library/ast.html#statements)47544755 - [Импорты](https://python-all.ru/3.10/library/ast.html#imports)4756 - [Управляющие конструкции](https://python-all.ru/3.10/library/ast.html#control-flow)4757 - [Сопоставление с образцом](https://python-all.ru/3.10/library/ast.html#pattern-matching)4758 - [Определения функций и классов](https://python-all.ru/3.10/library/ast.html#function-and-class-definitions)4759 - [Async и await](https://python-all.ru/3.10/library/ast.html#async-and-await)4760 - [`ast` Вспомогательные функции](https://python-all.ru/3.10/library/ast.html#ast-helpers)4761 - [Флаги компилятора](https://python-all.ru/3.10/library/ast.html#compiler-flags)4762 - [Использование командной строки](https://python-all.ru/3.10/library/ast.html#command-line-usage)4763 - [`symtable` – Доступ к таблицам символов компилятора](https://python-all.ru/3.10/library/symtable.html)47644765 - [Генерация таблиц символов](https://python-all.ru/3.10/library/symtable.html#generating-symbol-tables)4766 - [Изучение таблиц символов](https://python-all.ru/3.10/library/symtable.html#examining-symbol-tables)4767 - [`token` – Константы, используемые с деревьями разбора Python](https://python-all.ru/3.10/library/token.html)4768 - [`keyword` – Проверка ключевых слов Python](https://python-all.ru/3.10/library/keyword.html)4769 - [`tokenize` – Токенизатор исходного кода Python](https://python-all.ru/3.10/library/tokenize.html)47704771 - [Токенизация входных данных](https://python-all.ru/3.10/library/tokenize.html#tokenizing-input)4772 - [Использование командной строки](https://python-all.ru/3.10/library/tokenize.html#command-line-usage)4773 - [Примеры](https://python-all.ru/3.10/library/tokenize.html#examples)4774 - [`tabnanny` – Обнаружение неоднозначных отступов](https://python-all.ru/3.10/library/tabnanny.html)4775 - [`pyclbr` – Поддержка обозревателя модулей Python](https://python-all.ru/3.10/library/pyclbr.html)47764777 - [Объекты функций](https://python-all.ru/3.10/library/pyclbr.html#function-objects)4778 - [Объекты классов](https://python-all.ru/3.10/library/pyclbr.html#class-objects)4779 - [`py_compile` – Компиляция исходных файлов Python](https://python-all.ru/3.10/library/py_compile.html)47804781 - [Интерфейс командной строки](https://python-all.ru/3.10/library/py_compile.html#command-line-interface)4782 - [`compileall` – Байт-компиляция библиотек Python](https://python-all.ru/3.10/library/compileall.html)47834784 - [Использование командной строки](https://python-all.ru/3.10/library/compileall.html#command-line-use)4785 - [Публичные функции](https://python-all.ru/3.10/library/compileall.html#public-functions)4786 - [`dis` – Дисассемблер байт-кода Python](https://python-all.ru/3.10/library/dis.html)47874788 - [Анализ байт-кода](https://python-all.ru/3.10/library/dis.html#bytecode-analysis)4789 - [Функции анализа](https://python-all.ru/3.10/library/dis.html#analysis-functions)4790 - [Инструкции байт-кода Python](https://python-all.ru/3.10/library/dis.html#python-bytecode-instructions)4791 - [Коллекции кодов операций](https://python-all.ru/3.10/library/dis.html#opcode-collections)4792 - [`pickletools` – Инструменты для разработчиков pickle](https://python-all.ru/3.10/library/pickletools.html)47934794 - [Использование командной строки](https://python-all.ru/3.10/library/pickletools.html#command-line-usage)47954796 - [Параметры командной строки](https://python-all.ru/3.10/library/pickletools.html#command-line-options)4797 - [Программный интерфейс](https://python-all.ru/3.10/library/pickletools.html#programmatic-interface)4798 - [Службы, специфичные для MS Windows](https://python-all.ru/3.10/library/windows.html)47994800 - [`msvcrt` – Полезные процедуры из MS VC++ runtime](https://python-all.ru/3.10/library/msvcrt.html)48014802 - [Операции с файлами](https://python-all.ru/3.10/library/msvcrt.html#file-operations)4803 - [Консольный ввод/вывод](https://python-all.ru/3.10/library/msvcrt.html#console-i-o)4804 - [Прочие функции](https://python-all.ru/3.10/library/msvcrt.html#other-functions)4805 - [`winreg` – Доступ к реестру Windows](https://python-all.ru/3.10/library/winreg.html)48064807 - [Функции](https://python-all.ru/3.10/library/winreg.html#functions)4808 - [Константы](https://python-all.ru/3.10/library/winreg.html#constants)48094810 - [Константы HKEY\_\*](https://python-all.ru/3.10/library/winreg.html#hkey-constants)4811 - [Права доступа](https://python-all.ru/3.10/library/winreg.html#access-rights)48124813 - [Специфика 64-бит](https://python-all.ru/3.10/library/winreg.html#bit-specific)4814 - [Типы значений](https://python-all.ru/3.10/library/winreg.html#value-types)4815 - [Объекты дескрипторов реестра](https://python-all.ru/3.10/library/winreg.html#registry-handle-objects)4816 - [`winsound` – Интерфейс воспроизведения звука для Windows](https://python-all.ru/3.10/library/winsound.html)4817 - [Специфические для Unix службы](https://python-all.ru/3.10/library/unix.html)48184819 - [`posix` – Наиболее распространённые системные вызовы POSIX](https://python-all.ru/3.10/library/posix.html)48204821 - [Поддержка больших файлов](https://python-all.ru/3.10/library/posix.html#large-file-support)4822 - [Примечательное содержимое модуля](https://python-all.ru/3.10/library/posix.html#notable-module-contents)4823 - [`pwd` – База данных паролей](https://python-all.ru/3.10/library/pwd.html)4824 - [`grp` – База данных групп](https://python-all.ru/3.10/library/grp.html)4825 - [`termios` – Управление tty в стиле POSIX](https://python-all.ru/3.10/library/termios.html)48264827 - [Пример](https://python-all.ru/3.10/library/termios.html#example)4828 - [`tty` – Функции управления терминалом](https://python-all.ru/3.10/library/tty.html)4829 - [`pty` – Утилиты псевдотерминалов](https://python-all.ru/3.10/library/pty.html)48304831 - [Пример](https://python-all.ru/3.10/library/pty.html#example)4832 - [`fcntl` – Системные вызовы `fcntl` и `ioctl`](https://python-all.ru/3.10/library/fcntl.html)4833 - [`resource` – Информация об использовании ресурсов](https://python-all.ru/3.10/library/resource.html)48344835 - [Ограничения ресурсов](https://python-all.ru/3.10/library/resource.html#resource-limits)4836 - [Использование ресурсов](https://python-all.ru/3.10/library/resource.html#resource-usage)4837 - [`syslog` – Функции библиотеки syslog Unix](https://python-all.ru/3.10/library/syslog.html)48384839 - [Примеры](https://python-all.ru/3.10/library/syslog.html#examples)48404841 - [Простой пример](https://python-all.ru/3.10/library/syslog.html#simple-example)4842 - [Заменённые модули](https://python-all.ru/3.10/library/superseded.html)48434844 - [`aifc` – Чтение и запись файлов AIFF и AIFC](https://python-all.ru/3.10/library/aifc.html)4845 - [`asynchat` – Асинхронный обработчик команд/ответов через сокеты](https://python-all.ru/3.10/library/asynchat.html)48464847 - [Пример asynchat](https://python-all.ru/3.10/library/asynchat.html#asynchat-example)4848 - [`asyncore` – Асинхронный обработчик сокетов](https://python-all.ru/3.10/library/asyncore.html)48494850 - [Пример asyncore: простой HTTP-клиент](https://python-all.ru/3.10/library/asyncore.html#asyncore-example-basic-http-client)4851 - [Пример asyncore: простой эхо-сервер](https://python-all.ru/3.10/library/asyncore.html#asyncore-example-basic-echo-server)4852 - [`audioop` – Манипулирование сырыми аудиоданными](https://python-all.ru/3.10/library/audioop.html)4853 - [`cgi` – поддержка Common Gateway Interface](https://python-all.ru/3.10/library/cgi.html)48544855 - [Введение](https://python-all.ru/3.10/library/cgi.html#introduction)4856 - [Использование модуля cgi](https://python-all.ru/3.10/library/cgi.html#using-the-cgi-module)4857 - [Интерфейс высокого уровня](https://python-all.ru/3.10/library/cgi.html#higher-level-interface)4858 - [Функции](https://python-all.ru/3.10/library/cgi.html#functions)4859 - [Вопросы безопасности](https://python-all.ru/3.10/library/cgi.html#caring-about-security)4860 - [Установка CGI-скрипта в системе Unix](https://python-all.ru/3.10/library/cgi.html#installing-your-cgi-script-on-a-unix-system)4861 - [Тестирование CGI-скрипта](https://python-all.ru/3.10/library/cgi.html#testing-your-cgi-script)4862 - [Отладка CGI-скриптов](https://python-all.ru/3.10/library/cgi.html#debugging-cgi-scripts)4863 - [Типичные проблемы и решения](https://python-all.ru/3.10/library/cgi.html#common-problems-and-solutions)4864 - [`cgitb` – менеджер трассировки для CGI-скриптов](https://python-all.ru/3.10/library/cgitb.html)4865 - [`chunk` – чтение данных IFF с блочной структурой](https://python-all.ru/3.10/library/chunk.html)4866 - [`crypt` – функция для проверки паролей Unix](https://python-all.ru/3.10/library/crypt.html)48674868 - [Методы хеширования](https://python-all.ru/3.10/library/crypt.html#hashing-methods)4869 - [Атрибуты модуля](https://python-all.ru/3.10/library/crypt.html#module-attributes)4870 - [Функции модуля](https://python-all.ru/3.10/library/crypt.html#module-functions)4871 - [Примеры](https://python-all.ru/3.10/library/crypt.html#examples)4872 - [`imghdr` – определение типа изображения](https://python-all.ru/3.10/library/imghdr.html)4873 - [`imp` – Доступ к внутреннему устройству import](https://python-all.ru/3.10/library/imp.html)48744875 - [Примеры](https://python-all.ru/3.10/library/imp.html#examples)4876 - [`mailcap` – Обработка файлов Mailcap](https://python-all.ru/3.10/library/mailcap.html)4877 - [`msilib` – Чтение и запись файлов Microsoft Installer](https://python-all.ru/3.10/library/msilib.html)48784879 - [Объекты базы данных](https://python-all.ru/3.10/library/msilib.html#database-objects)4880 - [Объекты представления](https://python-all.ru/3.10/library/msilib.html#view-objects)4881 - [Объекты сводной информации](https://python-all.ru/3.10/library/msilib.html#summary-information-objects)4882 - [Объекты записей](https://python-all.ru/3.10/library/msilib.html#record-objects)4883 - [Ошибки](https://python-all.ru/3.10/library/msilib.html#errors)4884 - [Объекты CAB](https://python-all.ru/3.10/library/msilib.html#cab-objects)4885 - [Объекты каталогов](https://python-all.ru/3.10/library/msilib.html#directory-objects)4886 - [Возможности](https://python-all.ru/3.10/library/msilib.html#features)4887 - [Классы графического интерфейса](https://python-all.ru/3.10/library/msilib.html#gui-classes)4888 - [Предварительно вычисленные таблицы](https://python-all.ru/3.10/library/msilib.html#precomputed-tables)4889 - [`nis` – Интерфейс к NIS (Yellow Pages) от Sun](https://python-all.ru/3.10/library/nis.html)4890 - [`nntplib` – клиент протокола NNTP](https://python-all.ru/3.10/library/nntplib.html)48914892 - [Объекты NNTP](https://python-all.ru/3.10/library/nntplib.html#nntp-objects)48934894 - [Атрибуты](https://python-all.ru/3.10/library/nntplib.html#attributes)4895 - [Методы](https://python-all.ru/3.10/library/nntplib.html#methods)4896 - [Вспомогательные функции](https://python-all.ru/3.10/library/nntplib.html#utility-functions)4897 - [`optparse` – парсер параметров командной строки](https://python-all.ru/3.10/library/optparse.html)48984899 - [Фон](https://python-all.ru/3.10/library/optparse.html#background)49004901 - [Терминология](https://python-all.ru/3.10/library/optparse.html#terminology)4902 - [Для чего нужны опции?](https://python-all.ru/3.10/library/optparse.html#what-are-options-for)4903 - [Для чего нужны позиционные аргументы?](https://python-all.ru/3.10/library/optparse.html#what-are-positional-arguments-for)4904 - [Учебное пособие](https://python-all.ru/3.10/library/optparse.html#tutorial)49054906 - [Понимание действий опций](https://python-all.ru/3.10/library/optparse.html#understanding-option-actions)4907 - [Действие store](https://python-all.ru/3.10/library/optparse.html#the-store-action)4908 - [Обработка булевых опций (флагов)](https://python-all.ru/3.10/library/optparse.html#handling-boolean-flag-options)4909 - [Другие действия](https://python-all.ru/3.10/library/optparse.html#other-actions)4910 - [Значения по умолчанию](https://python-all.ru/3.10/library/optparse.html#default-values)4911 - [Генерация справки](https://python-all.ru/3.10/library/optparse.html#generating-help)49124913 - [Группировка опций](https://python-all.ru/3.10/library/optparse.html#grouping-options)4914 - [Вывод строки версии](https://python-all.ru/3.10/library/optparse.html#printing-a-version-string)4915 - [Как `optparse` обрабатывает ошибки](https://python-all.ru/3.10/library/optparse.html#how-optparse-handles-errors)4916 - [Собираем всё вместе](https://python-all.ru/3.10/library/optparse.html#putting-it-all-together)4917 - [Справочное руководство](https://python-all.ru/3.10/library/optparse.html#reference-guide)49184919 - [Создание парсера](https://python-all.ru/3.10/library/optparse.html#creating-the-parser)4920 - [Наполнение парсера](https://python-all.ru/3.10/library/optparse.html#populating-the-parser)4921 - [Определение параметров](https://python-all.ru/3.10/library/optparse.html#defining-options)4922 - [Атрибуты параметров](https://python-all.ru/3.10/library/optparse.html#option-attributes)4923 - [Стандартные действия параметров](https://python-all.ru/3.10/library/optparse.html#standard-option-actions)4924 - [Стандартные типы параметров](https://python-all.ru/3.10/library/optparse.html#standard-option-types)4925 - [Разбор аргументов](https://python-all.ru/3.10/library/optparse.html#parsing-arguments)4926 - [Запросы и управление парсером параметров](https://python-all.ru/3.10/library/optparse.html#querying-and-manipulating-your-option-parser)4927 - [Конфликты между параметрами](https://python-all.ru/3.10/library/optparse.html#conflicts-between-options)4928 - [Очистка](https://python-all.ru/3.10/library/optparse.html#cleanup)4929 - [Другие методы](https://python-all.ru/3.10/library/optparse.html#other-methods)4930 - [Колбэки параметров](https://python-all.ru/3.10/library/optparse.html#option-callbacks)49314932 - [Определение параметра с колбэком](https://python-all.ru/3.10/library/optparse.html#defining-a-callback-option)4933 - [Как вызываются колбэки](https://python-all.ru/3.10/library/optparse.html#how-callbacks-are-called)4934 - [Возбуждение исключений в колбэке](https://python-all.ru/3.10/library/optparse.html#raising-errors-in-a-callback)4935 - [Пример колбэка 1: простейший колбэк](https://python-all.ru/3.10/library/optparse.html#callback-example-1-trivial-callback)4936 - [Пример колбэка 2: проверка порядка параметров](https://python-all.ru/3.10/library/optparse.html#callback-example-2-check-option-order)4937 - [Пример колбэка 3: проверка порядка параметров (обобщённо)](https://python-all.ru/3.10/library/optparse.html#callback-example-3-check-option-order-generalized)4938 - [Пример колбэка 4: проверка произвольного условия](https://python-all.ru/3.10/library/optparse.html#callback-example-4-check-arbitrary-condition)4939 - [Пример колбэка 5: фиксированные аргументы](https://python-all.ru/3.10/library/optparse.html#callback-example-5-fixed-arguments)4940 - [Пример колбэка 6: переменное число аргументов](https://python-all.ru/3.10/library/optparse.html#callback-example-6-variable-arguments)4941 - [Расширение `optparse`](https://python-all.ru/3.10/library/optparse.html#extending-optparse)49424943 - [Добавление новых типов](https://python-all.ru/3.10/library/optparse.html#adding-new-types)4944 - [Добавление новых действий](https://python-all.ru/3.10/library/optparse.html#adding-new-actions)4945 - [`ossaudiodev` – Доступ к аудиоустройствам, совместимым с OSS](https://python-all.ru/3.10/library/ossaudiodev.html)49464947 - [Объекты аудиоустройства](https://python-all.ru/3.10/library/ossaudiodev.html#audio-device-objects)4948 - [Объекты микшера](https://python-all.ru/3.10/library/ossaudiodev.html#mixer-device-objects)4949 - [`pipes` – Интерфейс к конвейерам командной оболочки](https://python-all.ru/3.10/library/pipes.html)49504951 - [Объекты шаблонов](https://python-all.ru/3.10/library/pipes.html#template-objects)4952 - [`smtpd` – SMTP-сервер](https://python-all.ru/3.10/library/smtpd.html)49534954 - [Объекты SMTPServer](https://python-all.ru/3.10/library/smtpd.html#smtpserver-objects)4955 - [Объекты DebuggingServer](https://python-all.ru/3.10/library/smtpd.html#debuggingserver-objects)4956 - [Объекты PureProxy](https://python-all.ru/3.10/library/smtpd.html#pureproxy-objects)4957 - [Объекты MailmanProxy](https://python-all.ru/3.10/library/smtpd.html#mailmanproxy-objects)4958 - [Объекты SMTPChannel](https://python-all.ru/3.10/library/smtpd.html#smtpchannel-objects)4959 - [`sndhdr` – Определение типа звукового файла](https://python-all.ru/3.10/library/sndhdr.html)4960 - [`spwd` – База данных теневых паролей](https://python-all.ru/3.10/library/spwd.html)4961 - [`sunau` – Чтение и запись файлов Sun AU](https://python-all.ru/3.10/library/sunau.html)49624963 - [Объекты AU\_read](https://python-all.ru/3.10/library/sunau.html#au-read-objects)4964 - [Объекты AU\_write](https://python-all.ru/3.10/library/sunau.html#au-write-objects)4965 - [`telnetlib` – Telnet-клиент](https://python-all.ru/3.10/library/telnetlib.html)49664967 - [Объекты Telnet](https://python-all.ru/3.10/library/telnetlib.html#telnet-objects)4968 - [Пример Telnet](https://python-all.ru/3.10/library/telnetlib.html#telnet-example)4969 - [`uu` – Кодирование и декодирование файлов uuencode](https://python-all.ru/3.10/library/uu.html)4970 - [`xdrlib` – Кодирование и декодирование данных XDR](https://python-all.ru/3.10/library/xdrlib.html)49714972 - [Объекты упаковщика](https://python-all.ru/3.10/library/xdrlib.html#packer-objects)4973 - [Объекты распаковщика](https://python-all.ru/3.10/library/xdrlib.html#unpacker-objects)4974 - [Исключения](https://python-all.ru/3.10/library/xdrlib.html#exceptions)4975 - [Вопросы безопасности](https://python-all.ru/3.10/library/security_warnings.html)4976- [Расширение и встраивание интерпретатора Python](https://python-all.ru/3.10/extending/index.html)49774978 - [Рекомендуемые сторонние инструменты](https://python-all.ru/3.10/extending/index.html#recommended-third-party-tools)4979 - [Создание расширений без сторонних инструментов](https://python-all.ru/3.10/extending/index.html#creating-extensions-without-third-party-tools)49804981 - [1. Расширение Python с помощью C или C++](https://python-all.ru/3.10/extending/extending.html)49824983 - [1.1. Простой пример](https://python-all.ru/3.10/extending/extending.html#a-simple-example)4984 - [1.2. Интермеццо: ошибки и исключения](https://python-all.ru/3.10/extending/extending.html#intermezzo-errors-and-exceptions)4985 - [1.3. Возвращение к примеру](https://python-all.ru/3.10/extending/extending.html#back-to-the-example)4986 - [1.4. Таблица методов модуля и функция инициализации](https://python-all.ru/3.10/extending/extending.html#the-module-s-method-table-and-initialization-function)4987 - [1.5. Компиляция и компоновка](https://python-all.ru/3.10/extending/extending.html#compilation-and-linkage)4988 - [1.6. Вызов функций Python из C](https://python-all.ru/3.10/extending/extending.html#calling-python-functions-from-c)4989 - [1.7. Извлечение параметров в функциях расширения](https://python-all.ru/3.10/extending/extending.html#extracting-parameters-in-extension-functions)4990 - [1.8. Именованные параметры для функций расширения](https://python-all.ru/3.10/extending/extending.html#keyword-parameters-for-extension-functions)4991 - [1.9. Построение произвольных значений](https://python-all.ru/3.10/extending/extending.html#building-arbitrary-values)4992 - [1.10. Счетчики ссылок](https://python-all.ru/3.10/extending/extending.html#reference-counts)49934994 - [1.10.1. Подсчёт ссылок в Python](https://python-all.ru/3.10/extending/extending.html#reference-counting-in-python)4995 - [1.10.2. Правила владения](https://python-all.ru/3.10/extending/extending.html#ownership-rules)4996 - [1.10.3. Тонкий лёд](https://python-all.ru/3.10/extending/extending.html#thin-ice)4997 - [1.10.4. Указатели NULL](https://python-all.ru/3.10/extending/extending.html#null-pointers)4998 - [1.11. Написание расширений на C++](https://python-all.ru/3.10/extending/extending.html#writing-extensions-in-c)4999 - [1.12. Предоставление C API для модуля расширения](https://python-all.ru/3.10/extending/extending.html#providing-a-c-api-for-an-extension-module)5000 - [2. Определение типов расширения: учебное пособие](https://python-all.ru/3.10/extending/newtypes_tutorial.html)50015002 - [2.1. Основы](https://python-all.ru/3.10/extending/newtypes_tutorial.html#the-basics)5003 - [2.2. Добавление данных и методов в базовый пример](https://python-all.ru/3.10/extending/newtypes_tutorial.html#adding-data-and-methods-to-the-basic-example)5004 - [2.3. Предоставление более точного контроля над атрибутами данных](https://python-all.ru/3.10/extending/newtypes_tutorial.html#providing-finer-control-over-data-attributes)5005 - [2.4. Поддержка циклической сборки мусора](https://python-all.ru/3.10/extending/newtypes_tutorial.html#supporting-cyclic-garbage-collection)5006 - [2.5. Наследование от других типов](https://python-all.ru/3.10/extending/newtypes_tutorial.html#subclassing-other-types)5007 - [3. Определение типов расширения: разные темы](https://python-all.ru/3.10/extending/newtypes.html)50085009 - [3.1. Финализация и освобождение памяти](https://python-all.ru/3.10/extending/newtypes.html#finalization-and-de-allocation)5010 - [3.2. Представление объектов](https://python-all.ru/3.10/extending/newtypes.html#object-presentation)5011 - [3.3. Управление атрибутами](https://python-all.ru/3.10/extending/newtypes.html#attribute-management)50125013 - [3.3.1. Общее управление атрибутами](https://python-all.ru/3.10/extending/newtypes.html#generic-attribute-management)5014 - [3.3.2. Управление атрибутами для конкретного типа](https://python-all.ru/3.10/extending/newtypes.html#type-specific-attribute-management)5015 - [3.4. Сравнение объектов](https://python-all.ru/3.10/extending/newtypes.html#object-comparison)5016 - [3.5. Поддержка абстрактных протоколов](https://python-all.ru/3.10/extending/newtypes.html#abstract-protocol-support)5017 - [3.6. Поддержка слабых ссылок](https://python-all.ru/3.10/extending/newtypes.html#weak-reference-support)5018 - [3.7. Дополнительные предложения](https://python-all.ru/3.10/extending/newtypes.html#more-suggestions)5019 - [4. Сборка расширений на C и C++](https://python-all.ru/3.10/extending/building.html)50205021 - [4.1. Сборка расширений на C и C++ с помощью distutils](https://python-all.ru/3.10/extending/building.html#building-c-and-c-extensions-with-distutils)5022 - [4.2. Распространение модулей расширения](https://python-all.ru/3.10/extending/building.html#distributing-your-extension-modules)5023 - [5. Сборка расширений на C и C++ в Windows](https://python-all.ru/3.10/extending/windows.html)50245025 - [5.1. Рецептурный подход](https://python-all.ru/3.10/extending/windows.html#a-cookbook-approach)5026 - [5.2. Различия между Unix и Windows](https://python-all.ru/3.10/extending/windows.html#differences-between-unix-and-windows)5027 - [5.3. Использование DLL на практике](https://python-all.ru/3.10/extending/windows.html#using-dlls-in-practice)5028 - [Встраивание среды выполнения CPython в более крупное приложение](https://python-all.ru/3.10/extending/index.html#embedding-the-cpython-runtime-in-a-larger-application)50295030 - [1. Встраивание Python в другое приложение](https://python-all.ru/3.10/extending/embedding.html)50315032 - [1.1. Встраивание на очень высоком уровне](https://python-all.ru/3.10/extending/embedding.html#very-high-level-embedding)5033 - [1.2. За пределами встраивания на очень высоком уровне: обзор](https://python-all.ru/3.10/extending/embedding.html#beyond-very-high-level-embedding-an-overview)5034 - [1.3. Чистое встраивание](https://python-all.ru/3.10/extending/embedding.html#pure-embedding)5035 - [1.4. Расширение встроенного Python](https://python-all.ru/3.10/extending/embedding.html#extending-embedded-python)5036 - [1.5. Встраивание Python в C++](https://python-all.ru/3.10/extending/embedding.html#embedding-python-in-c)5037 - [1.6. Компиляция и компоновка в Unix-подобных системах](https://python-all.ru/3.10/extending/embedding.html#compiling-and-linking-under-unix-like-systems)5038- [Справочное руководство по Python/C API](https://python-all.ru/3.10/c-api/index.html)50395040 - [Введение](https://python-all.ru/3.10/c-api/intro.html)50415042 - [Стандарты кодирования](https://python-all.ru/3.10/c-api/intro.html#coding-standards)5043 - [Заголовочные файлы](https://python-all.ru/3.10/c-api/intro.html#include-files)5044 - [Полезные макросы](https://python-all.ru/3.10/c-api/intro.html#useful-macros)5045 - [Объекты, типы и счетчики ссылок](https://python-all.ru/3.10/c-api/intro.html#objects-types-and-reference-counts)50465047 - [Счётчики ссылок](https://python-all.ru/3.10/c-api/intro.html#reference-counts)50485049 - [Подробности подсчёта ссылок](https://python-all.ru/3.10/c-api/intro.html#reference-count-details)5050 - [Типы](https://python-all.ru/3.10/c-api/intro.html#types)5051 - [Исключения](https://python-all.ru/3.10/c-api/intro.html#exceptions)5052 - [Встраивание Python](https://python-all.ru/3.10/c-api/intro.html#embedding-python)5053 - [Отладочные сборки](https://python-all.ru/3.10/c-api/intro.html#debugging-builds)5054 - [Стабильность C API](https://python-all.ru/3.10/c-api/stable.html)50555056 - [Стабильный ABI](https://python-all.ru/3.10/c-api/stable.html#stable-application-binary-interface)50575058 - [Limited API: область применения и производительность](https://python-all.ru/3.10/c-api/stable.html#limited-api-scope-and-performance)5059 - [Предостережения относительно Limited API](https://python-all.ru/3.10/c-api/stable.html#limited-api-caveats)5060 - [Особенности платформ](https://python-all.ru/3.10/c-api/stable.html#platform-considerations)5061 - [Содержимое ограниченного API](https://python-all.ru/3.10/c-api/stable.html#contents-of-limited-api)5062 - [Очень высокоуровневый слой](https://python-all.ru/3.10/c-api/veryhigh.html)5063 - [Подсчёт ссылок](https://python-all.ru/3.10/c-api/refcounting.html)5064 - [Обработка исключений](https://python-all.ru/3.10/c-api/exceptions.html)50655066 - [Вывод и очистка](https://python-all.ru/3.10/c-api/exceptions.html#printing-and-clearing)5067 - [Возбуждение исключений](https://python-all.ru/3.10/c-api/exceptions.html#raising-exceptions)5068 - [Выдача предупреждений](https://python-all.ru/3.10/c-api/exceptions.html#issuing-warnings)5069 - [Запрос индикатора ошибки](https://python-all.ru/3.10/c-api/exceptions.html#querying-the-error-indicator)5070 - [Обработка сигналов](https://python-all.ru/3.10/c-api/exceptions.html#signal-handling)5071 - [Классы исключений](https://python-all.ru/3.10/c-api/exceptions.html#exception-classes)5072 - [Объекты исключений](https://python-all.ru/3.10/c-api/exceptions.html#exception-objects)5073 - [Объекты исключений Unicode](https://python-all.ru/3.10/c-api/exceptions.html#unicode-exception-objects)5074 - [Управление рекурсией](https://python-all.ru/3.10/c-api/exceptions.html#recursion-control)5075 - [Стандартные исключения](https://python-all.ru/3.10/c-api/exceptions.html#standard-exceptions)5076 - [Стандартные категории предупреждений](https://python-all.ru/3.10/c-api/exceptions.html#standard-warning-categories)5077 - [Утилиты](https://python-all.ru/3.10/c-api/utilities.html)50785079 - [Утилиты операционной системы](https://python-all.ru/3.10/c-api/sys.html)5080 - [Системные функции](https://python-all.ru/3.10/c-api/sys.html#system-functions)5081 - [Управление процессами](https://python-all.ru/3.10/c-api/sys.html#process-control)5082 - [Импорт модулей](https://python-all.ru/3.10/c-api/import.html)5083 - [Поддержка маршалинга данных](https://python-all.ru/3.10/c-api/marshal.html)5084 - [Разбор аргументов и сборка значений](https://python-all.ru/3.10/c-api/arg.html)50855086 - [Разбор аргументов](https://python-all.ru/3.10/c-api/arg.html#parsing-arguments)50875088 - [Строки и буферы](https://python-all.ru/3.10/c-api/arg.html#strings-and-buffers)5089 - [Числа](https://python-all.ru/3.10/c-api/arg.html#numbers)5090 - [Другие объекты](https://python-all.ru/3.10/c-api/arg.html#other-objects)5091 - [Функции API](https://python-all.ru/3.10/c-api/arg.html#api-functions)5092 - [Сборка значений](https://python-all.ru/3.10/c-api/arg.html#building-values)5093 - [Преобразование и форматирование строк](https://python-all.ru/3.10/c-api/conversion.html)5094 - [Рефлексия](https://python-all.ru/3.10/c-api/reflection.html)5095 - [Реестр кодировок и вспомогательные функции](https://python-all.ru/3.10/c-api/codec.html)50965097 - [API поиска кодировок](https://python-all.ru/3.10/c-api/codec.html#codec-lookup-api)5098 - [API реестра обработчиков ошибок кодирования Unicode](https://python-all.ru/3.10/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers)5099 - [Слой абстрактных объектов](https://python-all.ru/3.10/c-api/abstract.html)51005101 - [Протокол объекта](https://python-all.ru/3.10/c-api/object.html)5102 - [Протокол вызова](https://python-all.ru/3.10/c-api/call.html)51035104 - [Протокол *tp\_call*](https://python-all.ru/3.10/c-api/call.html#the-tp-call-protocol)5105 - [Протокол Vectorcall](https://python-all.ru/3.10/c-api/call.html#the-vectorcall-protocol)51065107 - [Управление рекурсией](https://python-all.ru/3.10/c-api/call.html#recursion-control)5108 - [API поддержки vectorcall](https://python-all.ru/3.10/c-api/call.html#vectorcall-support-api)5109 - [API вызова объектов](https://python-all.ru/3.10/c-api/call.html#object-calling-api)5110 - [API поддержки вызова](https://python-all.ru/3.10/c-api/call.html#call-support-api)5111 - [Протокол чисел](https://python-all.ru/3.10/c-api/number.html)5112 - [Протокол последовательностей](https://python-all.ru/3.10/c-api/sequence.html)5113 - [Протокол отображений](https://python-all.ru/3.10/c-api/mapping.html)5114 - [Протокол итератора](https://python-all.ru/3.10/c-api/iter.html)5115 - [Протокол буфера](https://python-all.ru/3.10/c-api/buffer.html)51165117 - [Структура буфера](https://python-all.ru/3.10/c-api/buffer.html#buffer-structure)5118 - [Типы запросов буфера](https://python-all.ru/3.10/c-api/buffer.html#buffer-request-types)51195120 - [поля, не зависящие от запроса](https://python-all.ru/3.10/c-api/buffer.html#request-independent-fields)5121 - [только для чтения, формат](https://python-all.ru/3.10/c-api/buffer.html#readonly-format)5122 - [форма, шаги, подсмещения](https://python-all.ru/3.10/c-api/buffer.html#shape-strides-suboffsets)5123 - [запросы непрерывности](https://python-all.ru/3.10/c-api/buffer.html#contiguity-requests)5124 - [составные запросы](https://python-all.ru/3.10/c-api/buffer.html#compound-requests)5125 - [Комплексные массивы](https://python-all.ru/3.10/c-api/buffer.html#complex-arrays)51265127 - [В стиле NumPy: форма и шаги](https://python-all.ru/3.10/c-api/buffer.html#numpy-style-shape-and-strides)5128 - [В стиле PIL: форма, шаги и под-смещения](https://python-all.ru/3.10/c-api/buffer.html#pil-style-shape-strides-and-suboffsets)5129 - [Функции, связанные с буферами](https://python-all.ru/3.10/c-api/buffer.html#buffer-related-functions)5130 - [Старый буферный протокол](https://python-all.ru/3.10/c-api/objbuffer.html)5131 - [Слой конкретных объектов](https://python-all.ru/3.10/c-api/concrete.html)51325133 - [Базовые объекты](https://python-all.ru/3.10/c-api/concrete.html#fundamental-objects)51345135 - [Объекты типов](https://python-all.ru/3.10/c-api/type.html)51365137 - [Создание типов, размещаемых в куче](https://python-all.ru/3.10/c-api/type.html#creating-heap-allocated-types)5138 - [Объект `None`](https://python-all.ru/3.10/c-api/none.html)5139 - [Числовые объекты](https://python-all.ru/3.10/c-api/concrete.html#numeric-objects)51405141 - [Объекты целых чисел](https://python-all.ru/3.10/c-api/long.html)5142 - [Объекты логических значений](https://python-all.ru/3.10/c-api/bool.html)5143 - [Объекты чисел с плавающей запятой](https://python-all.ru/3.10/c-api/float.html)5144 - [Объекты комплексных чисел](https://python-all.ru/3.10/c-api/complex.html)51455146 - [Комплексные числа как структуры C](https://python-all.ru/3.10/c-api/complex.html#complex-numbers-as-c-structures)5147 - [Комплексные числа как объекты Python](https://python-all.ru/3.10/c-api/complex.html#complex-numbers-as-python-objects)5148 - [Объекты последовательностей](https://python-all.ru/3.10/c-api/concrete.html#sequence-objects)51495150 - [Объекты bytes](https://python-all.ru/3.10/c-api/bytes.html)5151 - [Объекты массива байтов](https://python-all.ru/3.10/c-api/bytearray.html)51525153 - [Макросы проверки типа](https://python-all.ru/3.10/c-api/bytearray.html#type-check-macros)5154 - [Функции прямого API](https://python-all.ru/3.10/c-api/bytearray.html#direct-api-functions)5155 - [Макросы](https://python-all.ru/3.10/c-api/bytearray.html#macros)5156 - [Объекты Unicode и кодеки](https://python-all.ru/3.10/c-api/unicode.html)51575158 - [Объекты Unicode](https://python-all.ru/3.10/c-api/unicode.html#unicode-objects)51595160 - [Тип Юникода](https://python-all.ru/3.10/c-api/unicode.html#unicode-type)5161 - [Свойства символов Юникода](https://python-all.ru/3.10/c-api/unicode.html#unicode-character-properties)5162 - [Создание и доступ к строкам Юникода](https://python-all.ru/3.10/c-api/unicode.html#creating-and-accessing-unicode-strings)5163 - [Устаревшие API Py\_UNICODE](https://python-all.ru/3.10/c-api/unicode.html#deprecated-py-unicode-apis)5164 - [Локальная кодировка](https://python-all.ru/3.10/c-api/unicode.html#locale-encoding)5165 - [Кодировка файловой системы](https://python-all.ru/3.10/c-api/unicode.html#file-system-encoding)5166 - [Поддержка wchar\_t](https://python-all.ru/3.10/c-api/unicode.html#wchar-t-support)5167 - [Встроенные кодеки](https://python-all.ru/3.10/c-api/unicode.html#built-in-codecs)51685169 - [Общие кодеки](https://python-all.ru/3.10/c-api/unicode.html#generic-codecs)5170 - [Кодеки UTF-8](https://python-all.ru/3.10/c-api/unicode.html#utf-8-codecs)5171 - [Кодеки UTF-32](https://python-all.ru/3.10/c-api/unicode.html#utf-32-codecs)5172 - [Кодеки UTF-16](https://python-all.ru/3.10/c-api/unicode.html#utf-16-codecs)5173 - [Кодеки UTF-7](https://python-all.ru/3.10/c-api/unicode.html#utf-7-codecs)5174 - [Кодеки Unicode-Escape](https://python-all.ru/3.10/c-api/unicode.html#unicode-escape-codecs)5175 - [Кодеки Raw-Unicode-Escape](https://python-all.ru/3.10/c-api/unicode.html#raw-unicode-escape-codecs)5176 - [Кодеки Latin-1](https://python-all.ru/3.10/c-api/unicode.html#latin-1-codecs)5177 - [Кодеки ASCII](https://python-all.ru/3.10/c-api/unicode.html#ascii-codecs)5178 - [Кодеки символьной карты](https://python-all.ru/3.10/c-api/unicode.html#character-map-codecs)5179 - [Кодеки MBCS для Windows](https://python-all.ru/3.10/c-api/unicode.html#mbcs-codecs-for-windows)5180 - [Методы и слоты](https://python-all.ru/3.10/c-api/unicode.html#methods-slots)5181 - [Методы и слот-функции](https://python-all.ru/3.10/c-api/unicode.html#methods-and-slot-functions)5182 - [Кортежи](https://python-all.ru/3.10/c-api/tuple.html)5183 - [Объекты структурных последовательностей](https://python-all.ru/3.10/c-api/tuple.html#struct-sequence-objects)5184 - [Списки](https://python-all.ru/3.10/c-api/list.html)5185 - [Объекты контейнеров](https://python-all.ru/3.10/c-api/concrete.html#container-objects)51865187 - [Объекты словарей](https://python-all.ru/3.10/c-api/dict.html)5188 - [Множества](https://python-all.ru/3.10/c-api/set.html)5189 - [Объекты функций](https://python-all.ru/3.10/c-api/concrete.html#function-objects)51905191 - [Объекты функций](https://python-all.ru/3.10/c-api/function.html)5192 - [Объекты методов экземпляра](https://python-all.ru/3.10/c-api/method.html)5193 - [Объекты методов](https://python-all.ru/3.10/c-api/method.html#method-objects)5194 - [Объекты ячеек](https://python-all.ru/3.10/c-api/cell.html)5195 - [Объекты кода](https://python-all.ru/3.10/c-api/code.html)5196 - [Прочие объекты](https://python-all.ru/3.10/c-api/concrete.html#other-objects)51975198 - [Объекты файлов](https://python-all.ru/3.10/c-api/file.html)5199 - [Объекты модулей](https://python-all.ru/3.10/c-api/module.html)52005201 - [Инициализация C-модулей](https://python-all.ru/3.10/c-api/module.html#initializing-c-modules)52025203 - [Однофазная инициализация](https://python-all.ru/3.10/c-api/module.html#single-phase-initialization)5204 - [Многофазная инициализация](https://python-all.ru/3.10/c-api/module.html#multi-phase-initialization)5205 - [Функции низкоуровневого создания модулей](https://python-all.ru/3.10/c-api/module.html#low-level-module-creation-functions)5206 - [Вспомогательные функции](https://python-all.ru/3.10/c-api/module.html#support-functions)5207 - [Поиск модуля](https://python-all.ru/3.10/c-api/module.html#module-lookup)5208 - [Объекты итераторов](https://python-all.ru/3.10/c-api/iterator.html)5209 - [Объекты дескрипторов](https://python-all.ru/3.10/c-api/descriptor.html)5210 - [Объекты срезов](https://python-all.ru/3.10/c-api/slice.html)5211 - [Объект Ellipsis](https://python-all.ru/3.10/c-api/slice.html#ellipsis-object)5212 - [Объекты memoryview](https://python-all.ru/3.10/c-api/memoryview.html)5213 - [Объекты слабых ссылок](https://python-all.ru/3.10/c-api/weakref.html)5214 - [Капсулы](https://python-all.ru/3.10/c-api/capsule.html)5215 - [Объекты-генераторы](https://python-all.ru/3.10/c-api/gen.html)5216 - [Объекты корутин](https://python-all.ru/3.10/c-api/coro.html)5217 - [Объекты контекстных переменных](https://python-all.ru/3.10/c-api/contextvars.html)5218 - [Объекты datetime](https://python-all.ru/3.10/c-api/datetime.html)5219 - [Объекты для аннотации типов](https://python-all.ru/3.10/c-api/typehints.html)5220 - [Инициализация, финализация и потоки](https://python-all.ru/3.10/c-api/init.html)52215222 - [Перед инициализацией Python](https://python-all.ru/3.10/c-api/init.html#before-python-initialization)5223 - [Глобальные переменные конфигурации](https://python-all.ru/3.10/c-api/init.html#global-configuration-variables)5224 - [Инициализация и финализация интерпретатора](https://python-all.ru/3.10/c-api/init.html#initializing-and-finalizing-the-interpreter)5225 - [Параметры уровня процесса](https://python-all.ru/3.10/c-api/init.html#process-wide-parameters)5226 - [Состояние потока и глобальная блокировка интерпретатора](https://python-all.ru/3.10/c-api/init.html#thread-state-and-the-global-interpreter-lock)52275228 - [Освобождение GIL из кода расширения](https://python-all.ru/3.10/c-api/init.html#releasing-the-gil-from-extension-code)5229 - [Потоки, созданные не в Python](https://python-all.ru/3.10/c-api/init.html#non-python-created-threads)5230 - [Предостережения о fork()](https://python-all.ru/3.10/c-api/init.html#cautions-about-fork)5231 - [Высокоуровневый API](https://python-all.ru/3.10/c-api/init.html#high-level-api)5232 - [Низкоуровневый API](https://python-all.ru/3.10/c-api/init.html#low-level-api)5233 - [Поддержка под-интерпретаторов](https://python-all.ru/3.10/c-api/init.html#sub-interpreter-support)52345235 - [Ошибки и предостережения](https://python-all.ru/3.10/c-api/init.html#bugs-and-caveats)5236 - [Асинхронные уведомления](https://python-all.ru/3.10/c-api/init.html#asynchronous-notifications)5237 - [Профилирование и трассировка](https://python-all.ru/3.10/c-api/init.html#profiling-and-tracing)5238 - [Расширенная поддержка отладчика](https://python-all.ru/3.10/c-api/init.html#advanced-debugger-support)5239 - [Поддержка локального хранилища потоков](https://python-all.ru/3.10/c-api/init.html#thread-local-storage-support)52405241 - [API для хранения, специфичного для потока (TSS)](https://python-all.ru/3.10/c-api/init.html#thread-specific-storage-tss-api)52425243 - [Динамическое выделение памяти](https://python-all.ru/3.10/c-api/init.html#dynamic-allocation)5244 - [Методы](https://python-all.ru/3.10/c-api/init.html#methods)5245 - [API локального хранилища потоков (TLS)](https://python-all.ru/3.10/c-api/init.html#thread-local-storage-tls-api)5246 - [Конфигурация инициализации Python](https://python-all.ru/3.10/c-api/init_config.html)52475248 - [Пример](https://python-all.ru/3.10/c-api/init_config.html#example)5249 - [PyWideStringList](https://python-all.ru/3.10/c-api/init_config.html#pywidestringlist)5250 - [PyStatus](https://python-all.ru/3.10/c-api/init_config.html#pystatus)5251 - [PyPreConfig](https://python-all.ru/3.10/c-api/init_config.html#pypreconfig)5252 - [Предварительная инициализация Python с помощью PyPreConfig](https://python-all.ru/3.10/c-api/init_config.html#preinitialize-python-with-pypreconfig)5253 - [PyConfig](https://python-all.ru/3.10/c-api/init_config.html#pyconfig)5254 - [Инициализация с помощью PyConfig](https://python-all.ru/3.10/c-api/init_config.html#initialization-with-pyconfig)5255 - [Изолированная конфигурация](https://python-all.ru/3.10/c-api/init_config.html#isolated-configuration)5256 - [Конфигурация Python](https://python-all.ru/3.10/c-api/init_config.html#python-configuration)5257 - [Конфигурация путей Python](https://python-all.ru/3.10/c-api/init_config.html#python-path-configuration)5258 - [Py\_RunMain()](https://python-all.ru/3.10/c-api/init_config.html#py-runmain)5259 - [Py\_GetArgcArgv()](https://python-all.ru/3.10/c-api/init_config.html#py-getargcargv)5260 - [Приватный предварительный API многофазной инициализации](https://python-all.ru/3.10/c-api/init_config.html#multi-phase-initialization-private-provisional-api)5261 - [Управление памятью](https://python-all.ru/3.10/c-api/memory.html)52625263 - [Обзор](https://python-all.ru/3.10/c-api/memory.html#overview)5264 - [Домены аллокаторов](https://python-all.ru/3.10/c-api/memory.html#allocator-domains)5265 - [Интерфейс низкоуровневой памяти](https://python-all.ru/3.10/c-api/memory.html#raw-memory-interface)5266 - [Интерфейс памяти](https://python-all.ru/3.10/c-api/memory.html#memory-interface)5267 - [Аллокаторы объектов](https://python-all.ru/3.10/c-api/memory.html#object-allocators)5268 - [Аллокаторы памяти по умолчанию](https://python-all.ru/3.10/c-api/memory.html#default-memory-allocators)5269 - [Настройка аллокаторов памяти](https://python-all.ru/3.10/c-api/memory.html#customize-memory-allocators)5270 - [Отладочные перехватчики аллокаторов памяти Python](https://python-all.ru/3.10/c-api/memory.html#debug-hooks-on-the-python-memory-allocators)5271 - [Аллокатор pymalloc](https://python-all.ru/3.10/c-api/memory.html#the-pymalloc-allocator)52725273 - [Настройка аренного аллокатора pymalloc](https://python-all.ru/3.10/c-api/memory.html#customize-pymalloc-arena-allocator)5274 - [C API модуля tracemalloc](https://python-all.ru/3.10/c-api/memory.html#tracemalloc-c-api)5275 - [Примеры](https://python-all.ru/3.10/c-api/memory.html#examples)5276 - [Поддержка реализации объектов](https://python-all.ru/3.10/c-api/objimpl.html)52775278 - [Выделение объектов в куче](https://python-all.ru/3.10/c-api/allocation.html)5279 - [Общие структуры объектов](https://python-all.ru/3.10/c-api/structures.html)52805281 - [Базовые типы объектов и макросы](https://python-all.ru/3.10/c-api/structures.html#base-object-types-and-macros)5282 - [Реализация функций и методов](https://python-all.ru/3.10/c-api/structures.html#implementing-functions-and-methods)5283 - [Доступ к атрибутам типов-расширений](https://python-all.ru/3.10/c-api/structures.html#accessing-attributes-of-extension-types)5284 - [Объекты типов](https://python-all.ru/3.10/c-api/typeobj.html)52855286 - [Краткий справочник](https://python-all.ru/3.10/c-api/typeobj.html#quick-reference)52875288 - [“tp slots”](https://python-all.ru/3.10/c-api/typeobj.html#tp-slots)5289 - [под-слоты](https://python-all.ru/3.10/c-api/typeobj.html#sub-slots)5290 - [typedefs слотов](https://python-all.ru/3.10/c-api/typeobj.html#slot-typedefs)5291 - [Определение PyTypeObject](https://python-all.ru/3.10/c-api/typeobj.html#pytypeobject-definition)5292 - [Слоты PyObject](https://python-all.ru/3.10/c-api/typeobj.html#pyobject-slots)5293 - [Слоты PyVarObject](https://python-all.ru/3.10/c-api/typeobj.html#pyvarobject-slots)5294 - [Слоты PyTypeObject](https://python-all.ru/3.10/c-api/typeobj.html#pytypeobject-slots)5295 - [Статические типы](https://python-all.ru/3.10/c-api/typeobj.html#static-types)5296 - [Типы в куче](https://python-all.ru/3.10/c-api/typeobj.html#heap-types)5297 - [Структуры числовых объектов](https://python-all.ru/3.10/c-api/typeobj.html#number-object-structures)5298 - [Структуры объектов отображений](https://python-all.ru/3.10/c-api/typeobj.html#mapping-object-structures)5299 - [Структуры объектов последовательностей](https://python-all.ru/3.10/c-api/typeobj.html#sequence-object-structures)5300 - [Структуры буферных объектов](https://python-all.ru/3.10/c-api/typeobj.html#buffer-object-structures)5301 - [Структуры асинхронных объектов](https://python-all.ru/3.10/c-api/typeobj.html#async-object-structures)5302 - [typedefs типов слотов](https://python-all.ru/3.10/c-api/typeobj.html#slot-type-typedefs)5303 - [Примеры](https://python-all.ru/3.10/c-api/typeobj.html#examples)5304 - [Поддержка циклической сборки мусора](https://python-all.ru/3.10/c-api/gcsupport.html)53055306 - [Управление состоянием сборщика мусора](https://python-all.ru/3.10/c-api/gcsupport.html#controlling-the-garbage-collector-state)5307 - [Версионирование API и ABI](https://python-all.ru/3.10/c-api/apiabiversion.html)5308- [Распространение модулей Python](https://python-all.ru/3.10/distributing/index.html)53095310 - [Ключевые термины](https://python-all.ru/3.10/distributing/index.html#key-terms)5311 - [Лицензирование с открытым исходным кодом и совместная работа](https://python-all.ru/3.10/distributing/index.html#open-source-licensing-and-collaboration)5312 - [Установка инструментов](https://python-all.ru/3.10/distributing/index.html#installing-the-tools)5313 - [Чтение руководства пользователя Python Packaging](https://python-all.ru/3.10/distributing/index.html#reading-the-python-packaging-user-guide)5314 - [Как мне...?](https://python-all.ru/3.10/distributing/index.html#how-do-i)53155316 - [... выбрать имя для моего проекта?](https://python-all.ru/3.10/distributing/index.html#choose-a-name-for-my-project)5317 - [... создавать и распространять бинарные расширения?](https://python-all.ru/3.10/distributing/index.html#create-and-distribute-binary-extensions)5318- [Установка модулей Python](https://python-all.ru/3.10/installing/index.html)53195320 - [Ключевые термины](https://python-all.ru/3.10/installing/index.html#key-terms)5321 - [Основы использования](https://python-all.ru/3.10/installing/index.html#basic-usage)5322 - [Как мне …?](https://python-all.ru/3.10/installing/index.html#how-do-i)53235324 - [… установить `pip` в версиях Python до Python 3.4?](https://python-all.ru/3.10/installing/index.html#install-pip-in-versions-of-python-prior-to-python-3-4)5325 - [… установить пакеты только для текущего пользователя?](https://python-all.ru/3.10/installing/index.html#install-packages-just-for-the-current-user)5326 - [… установить научные пакеты Python?](https://python-all.ru/3.10/installing/index.html#install-scientific-python-packages)5327 - [… работать с несколькими версиями Python, установленными параллельно?](https://python-all.ru/3.10/installing/index.html#work-with-multiple-versions-of-python-installed-in-parallel)5328 - [Распространённые проблемы установки](https://python-all.ru/3.10/installing/index.html#common-installation-issues)53295330 - [Установка в системный Python на Linux](https://python-all.ru/3.10/installing/index.html#installing-into-the-system-python-on-linux)5331 - [Pip не установлен](https://python-all.ru/3.10/installing/index.html#pip-not-installed)5332 - [Установка бинарных расширений](https://python-all.ru/3.10/installing/index.html#installing-binary-extensions)5333- [Руководства Python HOWTO](https://python-all.ru/3.10/howto/index.html)53345335 - [Перенос кода с Python 2 на Python 3](https://python-all.ru/3.10/howto/pyporting.html)53365337 - [Краткое объяснение](https://python-all.ru/3.10/howto/pyporting.html#the-short-explanation)5338 - [Подробности](https://python-all.ru/3.10/howto/pyporting.html#details)53395340 - [Прекратить поддержку Python 2.6 и более старых версий](https://python-all.ru/3.10/howto/pyporting.html#drop-support-for-python-2-6-and-older)5341 - [Убедитесь, что в файле `setup.py` указана правильная поддержка версий](https://python-all.ru/3.10/howto/pyporting.html#make-sure-you-specify-the-proper-version-support-in-your-setup-py-file)5342 - [Обеспечьте хорошее покрытие тестами](https://python-all.ru/3.10/howto/pyporting.html#have-good-test-coverage)5343 - [Изучите различия между Python 2 и 3](https://python-all.ru/3.10/howto/pyporting.html#learn-the-differences-between-python-2-3)5344 - [Обновите свой код](https://python-all.ru/3.10/howto/pyporting.html#update-your-code)53455346 - [Деление](https://python-all.ru/3.10/howto/pyporting.html#division)5347 - [Текст и двоичные данные](https://python-all.ru/3.10/howto/pyporting.html#text-versus-binary-data)5348 - [Используйте определение возможностей вместо определения версии](https://python-all.ru/3.10/howto/pyporting.html#use-feature-detection-instead-of-version-detection)5349 - [Предотвращение регрессий совместимости](https://python-all.ru/3.10/howto/pyporting.html#prevent-compatibility-regressions)5350 - [Проверьте, какие зависимости блокируют переход](https://python-all.ru/3.10/howto/pyporting.html#check-which-dependencies-block-your-transition)5351 - [Обновите файл `setup.py`, чтобы указать совместимость с Python 3](https://python-all.ru/3.10/howto/pyporting.html#update-your-setup-py-file-to-denote-python-3-compatibility)5352 - [Используйте непрерывную интеграцию для поддержания совместимости](https://python-all.ru/3.10/howto/pyporting.html#use-continuous-integration-to-stay-compatible)5353 - [Рассмотрите использование необязательной статической проверки типов](https://python-all.ru/3.10/howto/pyporting.html#consider-using-optional-static-type-checking)5354 - [Перенос модулей расширения на Python 3](https://python-all.ru/3.10/howto/cporting.html)5355 - [Программирование с curses на Python](https://python-all.ru/3.10/howto/curses.html)53565357 - [Что такое curses?](https://python-all.ru/3.10/howto/curses.html#what-is-curses)53585359 - [Модуль curses в Python](https://python-all.ru/3.10/howto/curses.html#the-python-curses-module)5360 - [Запуск и завершение приложения curses](https://python-all.ru/3.10/howto/curses.html#starting-and-ending-a-curses-application)5361 - [Окна и пады](https://python-all.ru/3.10/howto/curses.html#windows-and-pads)5362 - [Отображение текста](https://python-all.ru/3.10/howto/curses.html#displaying-text)53635364 - [Атрибуты и цвет](https://python-all.ru/3.10/howto/curses.html#attributes-and-color)5365 - [Ввод пользователя](https://python-all.ru/3.10/howto/curses.html#user-input)5366 - [Для получения дополнительных сведений](https://python-all.ru/3.10/howto/curses.html#for-more-information)5367 - [Руководство по дескрипторам](https://python-all.ru/3.10/howto/descriptor.html)53685369 - [Введение](https://python-all.ru/3.10/howto/descriptor.html#primer)53705371 - [Простой пример: дескриптор, возвращающий константу](https://python-all.ru/3.10/howto/descriptor.html#simple-example-a-descriptor-that-returns-a-constant)5372 - [Динамический поиск](https://python-all.ru/3.10/howto/descriptor.html#dynamic-lookups)5373 - [Управляемые атрибуты](https://python-all.ru/3.10/howto/descriptor.html#managed-attributes)5374 - [Настраиваемые имена](https://python-all.ru/3.10/howto/descriptor.html#customized-names)5375 - [Заключительные мысли](https://python-all.ru/3.10/howto/descriptor.html#closing-thoughts)5376 - [Полный практический пример](https://python-all.ru/3.10/howto/descriptor.html#complete-practical-example)53775378 - [Класс-валидатор](https://python-all.ru/3.10/howto/descriptor.html#validator-class)5379 - [Пользовательские валидаторы](https://python-all.ru/3.10/howto/descriptor.html#custom-validators)5380 - [Практическое применение](https://python-all.ru/3.10/howto/descriptor.html#practical-application)5381 - [Техническое руководство](https://python-all.ru/3.10/howto/descriptor.html#technical-tutorial)53825383 - [Аннотация](https://python-all.ru/3.10/howto/descriptor.html#abstract)5384 - [Определение и введение](https://python-all.ru/3.10/howto/descriptor.html#definition-and-introduction)5385 - [Протокол дескриптора](https://python-all.ru/3.10/howto/descriptor.html#descriptor-protocol)5386 - [Обзор вызова дескриптора](https://python-all.ru/3.10/howto/descriptor.html#overview-of-descriptor-invocation)5387 - [Вызов из экземпляра](https://python-all.ru/3.10/howto/descriptor.html#invocation-from-an-instance)5388 - [Вызов из класса](https://python-all.ru/3.10/howto/descriptor.html#invocation-from-a-class)5389 - [Вызов через super](https://python-all.ru/3.10/howto/descriptor.html#invocation-from-super)5390 - [Сводка логики вызова](https://python-all.ru/3.10/howto/descriptor.html#summary-of-invocation-logic)5391 - [Автоматическое уведомление об имени](https://python-all.ru/3.10/howto/descriptor.html#automatic-name-notification)5392 - [Пример ORM](https://python-all.ru/3.10/howto/descriptor.html#orm-example)5393 - [Эквиваленты на чистом Python](https://python-all.ru/3.10/howto/descriptor.html#pure-python-equivalents)53945395 - [Свойства](https://python-all.ru/3.10/howto/descriptor.html#properties)5396 - [Функции и методы](https://python-all.ru/3.10/howto/descriptor.html#functions-and-methods)5397 - [Виды методов](https://python-all.ru/3.10/howto/descriptor.html#kinds-of-methods)5398 - [Статические методы](https://python-all.ru/3.10/howto/descriptor.html#static-methods)5399 - [Методы класса](https://python-all.ru/3.10/howto/descriptor.html#class-methods)5400 - [Объекты-члены и \_\_slots\_\_](https://python-all.ru/3.10/howto/descriptor.html#member-objects-and-slots)5401 - [HOWTO по функциональному программированию](https://python-all.ru/3.10/howto/functional.html)54025403 - [Введение](https://python-all.ru/3.10/howto/functional.html#introduction)54045405 - [Формальная доказуемость](https://python-all.ru/3.10/howto/functional.html#formal-provability)5406 - [Модульность](https://python-all.ru/3.10/howto/functional.html#modularity)5407 - [Простота отладки и тестирования](https://python-all.ru/3.10/howto/functional.html#ease-of-debugging-and-testing)5408 - [Композируемость](https://python-all.ru/3.10/howto/functional.html#composability)5409 - [Итераторы](https://python-all.ru/3.10/howto/functional.html#iterators)54105411 - [Типы данных, поддерживающие итераторы](https://python-all.ru/3.10/howto/functional.html#data-types-that-support-iterators)5412 - [Генераторные выражения и списковые включения](https://python-all.ru/3.10/howto/functional.html#generator-expressions-and-list-comprehensions)5413 - [Генераторы](https://python-all.ru/3.10/howto/functional.html#generators)54145415 - [Передача значений в генератор](https://python-all.ru/3.10/howto/functional.html#passing-values-into-a-generator)5416 - [Встроенные функции](https://python-all.ru/3.10/howto/functional.html#built-in-functions)5417 - [Модуль itertools](https://python-all.ru/3.10/howto/functional.html#the-itertools-module)54185419 - [Создание новых итераторов](https://python-all.ru/3.10/howto/functional.html#creating-new-iterators)5420 - [Вызов функций для элементов](https://python-all.ru/3.10/howto/functional.html#calling-functions-on-elements)5421 - [Выбор элементов](https://python-all.ru/3.10/howto/functional.html#selecting-elements)5422 - [Комбинаторные функции](https://python-all.ru/3.10/howto/functional.html#combinatoric-functions)5423 - [Группировка элементов](https://python-all.ru/3.10/howto/functional.html#grouping-elements)5424 - [Модуль functools](https://python-all.ru/3.10/howto/functional.html#the-functools-module)54255426 - [Модуль operator](https://python-all.ru/3.10/howto/functional.html#the-operator-module)5427 - [Небольшие функции и лямбда-выражение](https://python-all.ru/3.10/howto/functional.html#small-functions-and-the-lambda-expression)5428 - [История изменений и благодарности](https://python-all.ru/3.10/howto/functional.html#revision-history-and-acknowledgements)5429 - [Ссылки](https://python-all.ru/3.10/howto/functional.html#references)54305431 - [Общие](https://python-all.ru/3.10/howto/functional.html#general)5432 - [Специфичное для Python](https://python-all.ru/3.10/howto/functional.html#python-specific)5433 - [Документация Python](https://python-all.ru/3.10/howto/functional.html#python-documentation)5434 - [Руководство по логированию](https://python-all.ru/3.10/howto/logging.html)54355436 - [Базовое руководство по логированию](https://python-all.ru/3.10/howto/logging.html#basic-logging-tutorial)54375438 - [Когда использовать логирование](https://python-all.ru/3.10/howto/logging.html#when-to-use-logging)5439 - [Простой пример](https://python-all.ru/3.10/howto/logging.html#a-simple-example)5440 - [Логирование в файл](https://python-all.ru/3.10/howto/logging.html#logging-to-a-file)5441 - [Логирование из нескольких модулей](https://python-all.ru/3.10/howto/logging.html#logging-from-multiple-modules)5442 - [Логирование переменных данных](https://python-all.ru/3.10/howto/logging.html#logging-variable-data)5443 - [Изменение формата отображаемых сообщений](https://python-all.ru/3.10/howto/logging.html#changing-the-format-of-displayed-messages)5444 - [Отображение даты/времени в сообщениях](https://python-all.ru/3.10/howto/logging.html#displaying-the-date-time-in-messages)5445 - [Дальнейшие шаги](https://python-all.ru/3.10/howto/logging.html#next-steps)5446 - [Расширенное руководство по логированию](https://python-all.ru/3.10/howto/logging.html#advanced-logging-tutorial)54475448 - [Поток логирования](https://python-all.ru/3.10/howto/logging.html#logging-flow)5449 - [Логгеры](https://python-all.ru/3.10/howto/logging.html#loggers)5450 - [Обработчики](https://python-all.ru/3.10/howto/logging.html#handlers)5451 - [Форматировщики](https://python-all.ru/3.10/howto/logging.html#formatters)5452 - [Настройка логирования](https://python-all.ru/3.10/howto/logging.html#configuring-logging)5453 - [Что происходит, если конфигурация не предоставлена](https://python-all.ru/3.10/howto/logging.html#what-happens-if-no-configuration-is-provided)5454 - [Настройка логирования для библиотеки](https://python-all.ru/3.10/howto/logging.html#configuring-logging-for-a-library)5455 - [Уровни журналирования](https://python-all.ru/3.10/howto/logging.html#logging-levels)54565457 - [Пользовательские уровни](https://python-all.ru/3.10/howto/logging.html#custom-levels)5458 - [Полезные обработчики](https://python-all.ru/3.10/howto/logging.html#useful-handlers)5459 - [Исключения, возникающие при логировании](https://python-all.ru/3.10/howto/logging.html#exceptions-raised-during-logging)5460 - [Использование произвольных объектов в качестве сообщений](https://python-all.ru/3.10/howto/logging.html#using-arbitrary-objects-as-messages)5461 - [Оптимизация](https://python-all.ru/3.10/howto/logging.html#optimization)5462 - [Рецепты по логированию](https://python-all.ru/3.10/howto/logging-cookbook.html)54635464 - [Использование логирования в нескольких модулях](https://python-all.ru/3.10/howto/logging-cookbook.html#using-logging-in-multiple-modules)5465 - [Логирование из нескольких потоков](https://python-all.ru/3.10/howto/logging-cookbook.html#logging-from-multiple-threads)5466 - [Несколько обработчиков и форматировщиков](https://python-all.ru/3.10/howto/logging-cookbook.html#multiple-handlers-and-formatters)5467 - [Логирование в несколько мест назначения](https://python-all.ru/3.10/howto/logging-cookbook.html#logging-to-multiple-destinations)5468 - [Пользовательская обработка уровней](https://python-all.ru/3.10/howto/logging-cookbook.html#custom-handling-of-levels)5469 - [Пример сервера конфигурации](https://python-all.ru/3.10/howto/logging-cookbook.html#configuration-server-example)5470 - [Работа с блокирующими обработчиками](https://python-all.ru/3.10/howto/logging-cookbook.html#dealing-with-handlers-that-block)5471 - [Отправка и получение событий логирования по сети](https://python-all.ru/3.10/howto/logging-cookbook.html#sending-and-receiving-logging-events-across-a-network)54725473 - [Запуск слушателя сокетов логирования в production](https://python-all.ru/3.10/howto/logging-cookbook.html#running-a-logging-socket-listener-in-production)5474 - [Добавление контекстной информации в вывод логирования](https://python-all.ru/3.10/howto/logging-cookbook.html#adding-contextual-information-to-your-logging-output)54755476 - [Использование LoggerAdapters для передачи контекстной информации](https://python-all.ru/3.10/howto/logging-cookbook.html#using-loggeradapters-to-impart-contextual-information)54775478 - [Использование объектов, отличных от словаря, для передачи контекстной информации](https://python-all.ru/3.10/howto/logging-cookbook.html#using-objects-other-than-dicts-to-pass-contextual-information)5479 - [Использование фильтров для передачи контекстной информации](https://python-all.ru/3.10/howto/logging-cookbook.html#using-filters-to-impart-contextual-information)5480 - [Использование `contextvars`](https://python-all.ru/3.10/howto/logging-cookbook.html#use-of-contextvars)5481 - [Передача контекстной информации в обработчиках](https://python-all.ru/3.10/howto/logging-cookbook.html#imparting-contextual-information-in-handlers)5482 - [Логирование в один файл из нескольких процессов](https://python-all.ru/3.10/howto/logging-cookbook.html#logging-to-a-single-file-from-multiple-processes)54835484 - [Использование concurrent.futures.ProcessPoolExecutor](https://python-all.ru/3.10/howto/logging-cookbook.html#using-concurrent-futures-processpoolexecutor)5485 - [Развертывание веб-приложений с использованием Gunicorn и uWSGI](https://python-all.ru/3.10/howto/logging-cookbook.html#deploying-web-applications-using-gunicorn-and-uwsgi)5486 - [Использование ротации файлов](https://python-all.ru/3.10/howto/logging-cookbook.html#using-file-rotation)5487 - [Использование альтернативных стилей форматирования](https://python-all.ru/3.10/howto/logging-cookbook.html#use-of-alternative-formatting-styles)5488 - [Настройка `LogRecord`](https://python-all.ru/3.10/howto/logging-cookbook.html#customizing-logrecord)5489 - [Наследование от QueueHandler – пример с ZeroMQ](https://python-all.ru/3.10/howto/logging-cookbook.html#subclassing-queuehandler-a-zeromq-example)5490 - [Наследование от QueueListener – пример с ZeroMQ](https://python-all.ru/3.10/howto/logging-cookbook.html#subclassing-queuelistener-a-zeromq-example)5491 - [Пример конфигурации на основе словаря](https://python-all.ru/3.10/howto/logging-cookbook.html#an-example-dictionary-based-configuration)5492 - [Использование rotator и namer для настройки обработки ротации логов](https://python-all.ru/3.10/howto/logging-cookbook.html#using-a-rotator-and-namer-to-customize-log-rotation-processing)5493 - [Более сложный пример многопроцессорной обработки](https://python-all.ru/3.10/howto/logging-cookbook.html#a-more-elaborate-multiprocessing-example)5494 - [Вставка BOM в сообщения, отправляемые в SysLogHandler](https://python-all.ru/3.10/howto/logging-cookbook.html#inserting-a-bom-into-messages-sent-to-a-sysloghandler)5495 - [Реализация структурированного логирования](https://python-all.ru/3.10/howto/logging-cookbook.html#implementing-structured-logging)5496 - [Настройка обработчиков с помощью `dictConfig()`](https://python-all.ru/3.10/howto/logging-cookbook.html#customizing-handlers-with-dictconfig)5497 - [Использование определённых стилей форматирования во всём приложении](https://python-all.ru/3.10/howto/logging-cookbook.html#using-particular-formatting-styles-throughout-your-application)54985499 - [Использование фабрик LogRecord](https://python-all.ru/3.10/howto/logging-cookbook.html#using-logrecord-factories)5500 - [Использование пользовательских объектов сообщений](https://python-all.ru/3.10/howto/logging-cookbook.html#using-custom-message-objects)5501 - [Настройка фильтров с помощью `dictConfig()`](https://python-all.ru/3.10/howto/logging-cookbook.html#configuring-filters-with-dictconfig)5502 - [Настраиваемое форматирование исключений](https://python-all.ru/3.10/howto/logging-cookbook.html#customized-exception-formatting)5503 - [Озвучивание сообщений логирования](https://python-all.ru/3.10/howto/logging-cookbook.html#speaking-logging-messages)5504 - [Буферизация сообщений логирования и их условный вывод](https://python-all.ru/3.10/howto/logging-cookbook.html#buffering-logging-messages-and-outputting-them-conditionally)5505 - [Отправка сообщений журнала на почту с буферизацией](https://python-all.ru/3.10/howto/logging-cookbook.html#sending-logging-messages-to-email-with-buffering)5506 - [Форматирование времени в UTC (GMT) через конфигурацию](https://python-all.ru/3.10/howto/logging-cookbook.html#formatting-times-using-utc-gmt-via-configuration)5507 - [Использование менеджера контекста для выборочного журналирования](https://python-all.ru/3.10/howto/logging-cookbook.html#using-a-context-manager-for-selective-logging)5508 - [Шаблон для запуска CLI-приложения](https://python-all.ru/3.10/howto/logging-cookbook.html#a-cli-application-starter-template)5509 - [Графический интерфейс Qt для журналирования](https://python-all.ru/3.10/howto/logging-cookbook.html#a-qt-gui-for-logging)5510 - [Журналирование в syslog с поддержкой RFC5424](https://python-all.ru/3.10/howto/logging-cookbook.html#logging-to-syslog-with-rfc5424-support)5511 - [Как использовать регистратор как поток вывода](https://python-all.ru/3.10/howto/logging-cookbook.html#how-to-treat-a-logger-like-an-output-stream)5512 - [Шаблоны, которых следует избегать](https://python-all.ru/3.10/howto/logging-cookbook.html#patterns-to-avoid)55135514 - [Открытие одного и того же файла журнала несколько раз](https://python-all.ru/3.10/howto/logging-cookbook.html#opening-the-same-log-file-multiple-times)5515 - [Использование регистраторов как атрибутов класса или передача их в качестве параметров](https://python-all.ru/3.10/howto/logging-cookbook.html#using-loggers-as-attributes-in-a-class-or-passing-them-as-parameters)5516 - [Добавление в библиотеке обработчиков, отличных от `NullHandler`, в регистратор](https://python-all.ru/3.10/howto/logging-cookbook.html#adding-handlers-other-than-nullhandler-to-a-logger-in-a-library)5517 - [Создание большого количества регистраторов](https://python-all.ru/3.10/howto/logging-cookbook.html#creating-a-lot-of-loggers)5518 - [Другие ресурсы](https://python-all.ru/3.10/howto/logging-cookbook.html#other-resources)5519 - [HOWTO по регулярным выражениям](https://python-all.ru/3.10/howto/regex.html)55205521 - [Введение](https://python-all.ru/3.10/howto/regex.html#introduction)5522 - [Простые шаблоны](https://python-all.ru/3.10/howto/regex.html#simple-patterns)55235524 - [Сопоставление символов](https://python-all.ru/3.10/howto/regex.html#matching-characters)5525 - [Повторение](https://python-all.ru/3.10/howto/regex.html#repeating-things)5526 - [Использование регулярных выражений](https://python-all.ru/3.10/howto/regex.html#using-regular-expressions)55275528 - [Компиляция регулярных выражений](https://python-all.ru/3.10/howto/regex.html#compiling-regular-expressions)5529 - [Проблема обратной косой черты](https://python-all.ru/3.10/howto/regex.html#the-backslash-plague)5530 - [Выполнение сопоставлений](https://python-all.ru/3.10/howto/regex.html#performing-matches)5531 - [Функции уровня модуля](https://python-all.ru/3.10/howto/regex.html#module-level-functions)5532 - [Флаги компиляции](https://python-all.ru/3.10/howto/regex.html#compilation-flags)5533 - [Дополнительные возможности шаблонов](https://python-all.ru/3.10/howto/regex.html#more-pattern-power)55345535 - [Дополнительные метасимволы](https://python-all.ru/3.10/howto/regex.html#more-metacharacters)5536 - [Группировка](https://python-all.ru/3.10/howto/regex.html#grouping)5537 - [Незахватывающие и именованные группы](https://python-all.ru/3.10/howto/regex.html#non-capturing-and-named-groups)5538 - [Опережающие проверки](https://python-all.ru/3.10/howto/regex.html#lookahead-assertions)5539 - [Изменение строк](https://python-all.ru/3.10/howto/regex.html#modifying-strings)55405541 - [Разделение строк](https://python-all.ru/3.10/howto/regex.html#splitting-strings)5542 - [Поиск и замена](https://python-all.ru/3.10/howto/regex.html#search-and-replace)5543 - [Распространённые проблемы](https://python-all.ru/3.10/howto/regex.html#common-problems)55445545 - [Использование строковых методов](https://python-all.ru/3.10/howto/regex.html#use-string-methods)5546 - [match() и search()](https://python-all.ru/3.10/howto/regex.html#match-versus-search)5547 - [Жадные и нежадные квантификаторы](https://python-all.ru/3.10/howto/regex.html#greedy-versus-non-greedy)5548 - [Использование re.VERBOSE](https://python-all.ru/3.10/howto/regex.html#using-re-verbose)5549 - [Обратная связь](https://python-all.ru/3.10/howto/regex.html#feedback)5550 - [Руководство по программированию сокетов](https://python-all.ru/3.10/howto/sockets.html)55515552 - [Сокеты](https://python-all.ru/3.10/howto/sockets.html#sockets)55535554 - [История](https://python-all.ru/3.10/howto/sockets.html#history)5555 - [Создание сокета](https://python-all.ru/3.10/howto/sockets.html#creating-a-socket)55565557 - [Межпроцессное взаимодействие](https://python-all.ru/3.10/howto/sockets.html#ipc)5558 - [Использование сокета](https://python-all.ru/3.10/howto/sockets.html#using-a-socket)55595560 - [Двоичные данные](https://python-all.ru/3.10/howto/sockets.html#binary-data)5561 - [Отключение](https://python-all.ru/3.10/howto/sockets.html#disconnecting)55625563 - [Когда сокеты завершают работу](https://python-all.ru/3.10/howto/sockets.html#when-sockets-die)5564 - [Неблокирующие сокеты](https://python-all.ru/3.10/howto/sockets.html#non-blocking-sockets)5565 - [Руководство по сортировке](https://python-all.ru/3.10/howto/sorting.html)55665567 - [Основы сортировки](https://python-all.ru/3.10/howto/sorting.html#sorting-basics)5568 - [Ключевые функции](https://python-all.ru/3.10/howto/sorting.html#key-functions)5569 - [Функции модуля operator](https://python-all.ru/3.10/howto/sorting.html#operator-module-functions)5570 - [По возрастанию и по убыванию](https://python-all.ru/3.10/howto/sorting.html#ascending-and-descending)5571 - [Стабильность сортировки и сложные сортировки](https://python-all.ru/3.10/howto/sorting.html#sort-stability-and-complex-sorts)5572 - [Старый способ: Decorate-Sort-Undecorate](https://python-all.ru/3.10/howto/sorting.html#the-old-way-using-decorate-sort-undecorate)5573 - [Старый способ: использование параметра *cmp*](https://python-all.ru/3.10/howto/sorting.html#the-old-way-using-the-cmp-parameter)5574 - [Разное](https://python-all.ru/3.10/howto/sorting.html#odd-and-ends)5575 - [Руководство по Unicode](https://python-all.ru/3.10/howto/unicode.html)55765577 - [Введение в Unicode](https://python-all.ru/3.10/howto/unicode.html#introduction-to-unicode)55785579 - [Определения](https://python-all.ru/3.10/howto/unicode.html#definitions)5580 - [Кодировки](https://python-all.ru/3.10/howto/unicode.html#encodings)5581 - [Ссылки](https://python-all.ru/3.10/howto/unicode.html#references)5582 - [Поддержка Unicode в Python](https://python-all.ru/3.10/howto/unicode.html#python-s-unicode-support)55835584 - [Тип str](https://python-all.ru/3.10/howto/unicode.html#the-string-type)5585 - [Преобразование в байты](https://python-all.ru/3.10/howto/unicode.html#converting-to-bytes)5586 - [Unicode-литералы в исходном коде Python](https://python-all.ru/3.10/howto/unicode.html#unicode-literals-in-python-source-code)5587 - [Свойства Unicode](https://python-all.ru/3.10/howto/unicode.html#unicode-properties)5588 - [Сравнение строк](https://python-all.ru/3.10/howto/unicode.html#comparing-strings)5589 - [Регулярные выражения и Unicode](https://python-all.ru/3.10/howto/unicode.html#unicode-regular-expressions)5590 - [Ссылки](https://python-all.ru/3.10/howto/unicode.html#id2)5591 - [Чтение и запись данных Unicode](https://python-all.ru/3.10/howto/unicode.html#reading-and-writing-unicode-data)55925593 - [Имена файлов в Unicode](https://python-all.ru/3.10/howto/unicode.html#unicode-filenames)5594 - [Советы по написанию программ с поддержкой Unicode](https://python-all.ru/3.10/howto/unicode.html#tips-for-writing-unicode-aware-programs)55955596 - [Преобразование между кодировками файлов](https://python-all.ru/3.10/howto/unicode.html#converting-between-file-encodings)5597 - [Файлы в неизвестной кодировке](https://python-all.ru/3.10/howto/unicode.html#files-in-an-unknown-encoding)5598 - [Ссылки](https://python-all.ru/3.10/howto/unicode.html#id3)5599 - [Благодарности](https://python-all.ru/3.10/howto/unicode.html#acknowledgements)5600 - [HOWTO: получение интернет-ресурсов с помощью пакета urllib](https://python-all.ru/3.10/howto/urllib2.html)56015602 - [Введение](https://python-all.ru/3.10/howto/urllib2.html#introduction)5603 - [Получение URL-адресов](https://python-all.ru/3.10/howto/urllib2.html#fetching-urls)56045605 - [Данные](https://python-all.ru/3.10/howto/urllib2.html#data)5606 - [Заголовки](https://python-all.ru/3.10/howto/urllib2.html#headers)5607 - [Обработка исключений](https://python-all.ru/3.10/howto/urllib2.html#handling-exceptions)56085609 - [URLError](https://python-all.ru/3.10/howto/urllib2.html#urlerror)5610 - [HTTPError](https://python-all.ru/3.10/howto/urllib2.html#httperror)56115612 - [Коды ошибок](https://python-all.ru/3.10/howto/urllib2.html#error-codes)5613 - [Заключение](https://python-all.ru/3.10/howto/urllib2.html#wrapping-it-up)56145615 - [Номер 1](https://python-all.ru/3.10/howto/urllib2.html#number-1)5616 - [Номер 2](https://python-all.ru/3.10/howto/urllib2.html#number-2)5617 - [info и geturl](https://python-all.ru/3.10/howto/urllib2.html#info-and-geturl)5618 - [Открыватели и обработчики](https://python-all.ru/3.10/howto/urllib2.html#openers-and-handlers)5619 - [Базовая аутентификация](https://python-all.ru/3.10/howto/urllib2.html#id5)5620 - [Прокси](https://python-all.ru/3.10/howto/urllib2.html#proxies)5621 - [Сокеты и слои](https://python-all.ru/3.10/howto/urllib2.html#sockets-and-layers)5622 - [Сноски](https://python-all.ru/3.10/howto/urllib2.html#footnotes)5623 - [Учебное пособие по argparse](https://python-all.ru/3.10/howto/argparse.html)56245625 - [Основные понятия](https://python-all.ru/3.10/howto/argparse.html#concepts)5626 - [Основы](https://python-all.ru/3.10/howto/argparse.html#the-basics)5627 - [Знакомство с позиционными аргументами](https://python-all.ru/3.10/howto/argparse.html#introducing-positional-arguments)5628 - [Знакомство с необязательными аргументами](https://python-all.ru/3.10/howto/argparse.html#introducing-optional-arguments)56295630 - [Короткие опции](https://python-all.ru/3.10/howto/argparse.html#short-options)5631 - [Сочетание позиционных и необязательных аргументов](https://python-all.ru/3.10/howto/argparse.html#combining-positional-and-optional-arguments)5632 - [Переходим к более сложным темам](https://python-all.ru/3.10/howto/argparse.html#getting-a-little-more-advanced)56335634 - [Конфликтующие опции](https://python-all.ru/3.10/howto/argparse.html#conflicting-options)5635 - [Заключение](https://python-all.ru/3.10/howto/argparse.html#conclusion)5636 - [Введение в модуль ipaddress](https://python-all.ru/3.10/howto/ipaddress.html)56375638 - [Создание объектов Address/Network/Interface](https://python-all.ru/3.10/howto/ipaddress.html#creating-address-network-interface-objects)56395640 - [Замечание о версиях IP](https://python-all.ru/3.10/howto/ipaddress.html#a-note-on-ip-versions)5641 - [IP-адреса хостов](https://python-all.ru/3.10/howto/ipaddress.html#ip-host-addresses)5642 - [Определение сетей](https://python-all.ru/3.10/howto/ipaddress.html#defining-networks)5643 - [Интерфейсы хоста](https://python-all.ru/3.10/howto/ipaddress.html#host-interfaces)5644 - [Проверка объектов адреса/сети/интерфейса](https://python-all.ru/3.10/howto/ipaddress.html#inspecting-address-network-interface-objects)5645 - [Сети как списки адресов](https://python-all.ru/3.10/howto/ipaddress.html#networks-as-lists-of-addresses)5646 - [Сравнения](https://python-all.ru/3.10/howto/ipaddress.html#comparisons)5647 - [Использование IP-адресов с другими модулями](https://python-all.ru/3.10/howto/ipaddress.html#using-ip-addresses-with-other-modules)5648 - [Получение дополнительных сведений при сбое создания экземпляра](https://python-all.ru/3.10/howto/ipaddress.html#getting-more-detail-when-instance-creation-fails)5649 - [Руководство по Argument Clinic](https://python-all.ru/3.10/howto/clinic.html)56505651 - [Цели Argument Clinic](https://python-all.ru/3.10/howto/clinic.html#the-goals-of-argument-clinic)5652 - [Основные понятия и использование](https://python-all.ru/3.10/howto/clinic.html#basic-concepts-and-usage)5653 - [Преобразование первой функции](https://python-all.ru/3.10/howto/clinic.html#converting-your-first-function)5654 - [Продвинутые темы](https://python-all.ru/3.10/howto/clinic.html#advanced-topics)56555656 - [Символические значения по умолчанию](https://python-all.ru/3.10/howto/clinic.html#symbolic-default-values)5657 - [Переименование C-функций и переменных, генерируемых Argument Clinic](https://python-all.ru/3.10/howto/clinic.html#renaming-the-c-functions-and-variables-generated-by-argument-clinic)5658 - [Преобразование функций с использованием PyArg\_UnpackTuple](https://python-all.ru/3.10/howto/clinic.html#converting-functions-using-pyarg-unpacktuple)5659 - [Необязательные группы](https://python-all.ru/3.10/howto/clinic.html#optional-groups)5660 - [Использование настоящих преобразователей Argument Clinic вместо «устаревших преобразователей»](https://python-all.ru/3.10/howto/clinic.html#using-real-argument-clinic-converters-instead-of-legacy-converters)5661 - [Py\_buffer](https://python-all.ru/3.10/howto/clinic.html#py-buffer)5662 - [Продвинутые преобразователи](https://python-all.ru/3.10/howto/clinic.html#advanced-converters)5663 - [Значения параметров по умолчанию](https://python-all.ru/3.10/howto/clinic.html#parameter-default-values)5664 - [Значение по умолчанию `NULL`](https://python-all.ru/3.10/howto/clinic.html#the-null-default-value)5665 - [Выражения, заданные как значения по умолчанию](https://python-all.ru/3.10/howto/clinic.html#expressions-specified-as-default-values)5666 - [Использование преобразователя возвращаемого значения](https://python-all.ru/3.10/howto/clinic.html#using-a-return-converter)5667 - [Клонирование существующих функций](https://python-all.ru/3.10/howto/clinic.html#cloning-existing-functions)5668 - [Вызов кода Python](https://python-all.ru/3.10/howto/clinic.html#calling-python-code)5669 - [Использование «self converter»](https://python-all.ru/3.10/howto/clinic.html#using-a-self-converter)5670 - [Использование конвертера «defining class»](https://python-all.ru/3.10/howto/clinic.html#using-a-defining-class-converter)5671 - [Создание собственного конвертера](https://python-all.ru/3.10/howto/clinic.html#writing-a-custom-converter)5672 - [Создание собственного конвертера возвращаемого значения](https://python-all.ru/3.10/howto/clinic.html#writing-a-custom-return-converter)5673 - [METH\_O and METH\_NOARGS](https://python-all.ru/3.10/howto/clinic.html#meth-o-and-meth-noargs)5674 - [Функции tp\_new и tp\_init](https://python-all.ru/3.10/howto/clinic.html#tp-new-and-tp-init-functions)5675 - [Изменение и перенаправление вывода Clinic](https://python-all.ru/3.10/howto/clinic.html#changing-and-redirecting-clinic-s-output)5676 - [Приём #ifdef](https://python-all.ru/3.10/howto/clinic.html#the-ifdef-trick)5677 - [Использование Argument Clinic в файлах Python](https://python-all.ru/3.10/howto/clinic.html#using-argument-clinic-in-python-files)5678 - [Инструментирование CPython с помощью DTrace и SystemTap](https://python-all.ru/3.10/howto/instrumentation.html)56795680 - [Включение статических маркеров](https://python-all.ru/3.10/howto/instrumentation.html#enabling-the-static-markers)5681 - [Статические зонды DTrace](https://python-all.ru/3.10/howto/instrumentation.html#static-dtrace-probes)5682 - [Статические маркеры SystemTap](https://python-all.ru/3.10/howto/instrumentation.html#static-systemtap-markers)5683 - [Доступные статические маркеры](https://python-all.ru/3.10/howto/instrumentation.html#available-static-markers)5684 - [Тэпсеты SystemTap](https://python-all.ru/3.10/howto/instrumentation.html#systemtap-tapsets)5685 - [Примеры](https://python-all.ru/3.10/howto/instrumentation.html#examples)5686 - [Лучшие практики аннотаций](https://python-all.ru/3.10/howto/annotations.html)56875688 - [Доступ к словарю аннотаций объекта в Python 3.10 и новее](https://python-all.ru/3.10/howto/annotations.html#accessing-the-annotations-dict-of-an-object-in-python-3-10-and-newer)5689 - [Доступ к словарю аннотаций объекта в Python 3.9 и старше](https://python-all.ru/3.10/howto/annotations.html#accessing-the-annotations-dict-of-an-object-in-python-3-9-and-older)5690 - [Ручное обратное преобразование строкизированных аннотаций](https://python-all.ru/3.10/howto/annotations.html#manually-un-stringizing-stringized-annotations)5691 - [Рекомендации по `__annotations__` в любой версии Python](https://python-all.ru/3.10/howto/annotations.html#best-practices-for-annotations-in-any-python-version)5692 - [`__annotations__` Особенности](https://python-all.ru/3.10/howto/annotations.html#annotations-quirks)5693- [Часто задаваемые вопросы по Python](https://python-all.ru/3.10/faq/index.html)56945695 - [Общие вопросы по Python](https://python-all.ru/3.10/faq/general.html)56965697 - [Общая информация](https://python-all.ru/3.10/faq/general.html#general-information)5698 - [Python в реальном мире](https://python-all.ru/3.10/faq/general.html#python-in-the-real-world)5699 - [Вопросы по программированию](https://python-all.ru/3.10/faq/programming.html)57005701 - [Общие вопросы](https://python-all.ru/3.10/faq/programming.html#general-questions)5702 - [Ядро языка](https://python-all.ru/3.10/faq/programming.html#core-language)5703 - [Числа и строки](https://python-all.ru/3.10/faq/programming.html#numbers-and-strings)5704 - [Производительность](https://python-all.ru/3.10/faq/programming.html#performance)5705 - [Последовательности (кортежи/списки)](https://python-all.ru/3.10/faq/programming.html#sequences-tuples-lists)5706 - [Объекты](https://python-all.ru/3.10/faq/programming.html#objects)5707 - [Модули](https://python-all.ru/3.10/faq/programming.html#modules)5708 - [Вопросы по дизайну и истории](https://python-all.ru/3.10/faq/design.html)57095710 - [Почему в Python для группировки инструкций используются отступы?](https://python-all.ru/3.10/faq/design.html#why-does-python-use-indentation-for-grouping-of-statements)5711 - [Почему при простых арифметических операциях получаются странные результаты?](https://python-all.ru/3.10/faq/design.html#why-am-i-getting-strange-results-with-simple-arithmetic-operations)5712 - [Почему вычисления с плавающей запятой такие неточные?](https://python-all.ru/3.10/faq/design.html#why-are-floating-point-calculations-so-inaccurate)5713 - [Почему строки в Python неизменяемы?](https://python-all.ru/3.10/faq/design.html#why-are-python-strings-immutable)5714 - [Почему self нужно явно указывать в определениях и вызовах методов?](https://python-all.ru/3.10/faq/design.html#why-must-self-be-used-explicitly-in-method-definitions-and-calls)5715 - [Почему в выражении нельзя использовать присваивание?](https://python-all.ru/3.10/faq/design.html#why-can-t-i-use-an-assignment-in-an-expression)5716 - [Почему в Python для одних возможностей используются методы (например, list.index()), а для других – функции (например, len(list))?](https://python-all.ru/3.10/faq/design.html#why-does-python-use-methods-for-some-functionality-e-g-list-index-but-functions-for-other-e-g-len-list)5717 - [Почему join() – метод строки, а не списка или кортежа?](https://python-all.ru/3.10/faq/design.html#why-is-join-a-string-method-instead-of-a-list-or-tuple-method)5718 - [Насколько быстры исключения?](https://python-all.ru/3.10/faq/design.html#how-fast-are-exceptions)5719 - [Почему в Python нет оператора switch или case?](https://python-all.ru/3.10/faq/design.html#why-isn-t-there-a-switch-or-case-statement-in-python)5720 - [Разве нельзя эмулировать потоки в интерпретаторе, вместо того чтобы полагаться на реализацию потоков, зависящую от ОС?](https://python-all.ru/3.10/faq/design.html#can-t-you-emulate-threads-in-the-interpreter-instead-of-relying-on-an-os-specific-thread-implementation)5721 - [Почему лямбда-выражения не могут содержать инструкции?](https://python-all.ru/3.10/faq/design.html#why-can-t-lambda-expressions-contain-statements)5722 - [Можно ли скомпилировать Python в машинный код, C или другой язык?](https://python-all.ru/3.10/faq/design.html#can-python-be-compiled-to-machine-code-c-or-some-other-language)5723 - [Как Python управляет памятью?](https://python-all.ru/3.10/faq/design.html#how-does-python-manage-memory)5724 - [Почему CPython не использует более традиционную схему сборки мусора?](https://python-all.ru/3.10/faq/design.html#why-doesn-t-cpython-use-a-more-traditional-garbage-collection-scheme)5725 - [Почему при завершении CPython освобождается не вся память?](https://python-all.ru/3.10/faq/design.html#why-isn-t-all-memory-freed-when-cpython-exits)5726 - [Почему существуют отдельные типы данных кортеж и список?](https://python-all.ru/3.10/faq/design.html#why-are-there-separate-tuple-and-list-data-types)5727 - [Как списки реализованы в CPython?](https://python-all.ru/3.10/faq/design.html#how-are-lists-implemented-in-cpython)5728 - [Как словари реализованы в CPython?](https://python-all.ru/3.10/faq/design.html#how-are-dictionaries-implemented-in-cpython)5729 - [Почему ключи словаря должны быть неизменяемыми?](https://python-all.ru/3.10/faq/design.html#why-must-dictionary-keys-be-immutable)5730 - [Почему list.sort() не возвращает отсортированный список?](https://python-all.ru/3.10/faq/design.html#why-doesn-t-list-sort-return-the-sorted-list)5731 - [Как задать и обеспечить соблюдение спецификации интерфейса в Python?](https://python-all.ru/3.10/faq/design.html#how-do-you-specify-and-enforce-an-interface-spec-in-python)5732 - [Почему нет goto?](https://python-all.ru/3.10/faq/design.html#why-is-there-no-goto)5733 - [Почему сырые строки (r-строки) не могут заканчиваться обратной косой чертой?](https://python-all.ru/3.10/faq/design.html#why-can-t-raw-strings-r-strings-end-with-a-backslash)5734 - [Почему в Python нет оператора with для присваивания атрибутов?](https://python-all.ru/3.10/faq/design.html#why-doesn-t-python-have-a-with-statement-for-attribute-assignments)5735 - [Почему генераторы не поддерживают оператор with?](https://python-all.ru/3.10/faq/design.html#why-don-t-generators-support-the-with-statement)5736 - [Почему в операторах if/while/def/class требуется двоеточие?](https://python-all.ru/3.10/faq/design.html#why-are-colons-required-for-the-if-while-def-class-statements)5737 - [Почему Python разрешает запятые в конце списков и кортежей?](https://python-all.ru/3.10/faq/design.html#why-does-python-allow-commas-at-the-end-of-lists-and-tuples)5738 - [FAQ по библиотекам и расширениям](https://python-all.ru/3.10/faq/library.html)57395740 - [Общие вопросы по библиотекам](https://python-all.ru/3.10/faq/library.html#general-library-questions)5741 - [Типовые задачи](https://python-all.ru/3.10/faq/library.html#common-tasks)5742 - [Потоки](https://python-all.ru/3.10/faq/library.html#threads)5743 - [Ввод и вывод](https://python-all.ru/3.10/faq/library.html#input-and-output)5744 - [Сетевое и интернет-программирование](https://python-all.ru/3.10/faq/library.html#network-internet-programming)5745 - [Базы данных](https://python-all.ru/3.10/faq/library.html#databases)5746 - [Математика и численные методы](https://python-all.ru/3.10/faq/library.html#mathematics-and-numerics)5747 - [FAQ по расширению и встраиванию](https://python-all.ru/3.10/faq/extending.html)57485749 - [Можно ли создавать собственные функции на C?](https://python-all.ru/3.10/faq/extending.html#can-i-create-my-own-functions-in-c)5750 - [Можно ли создавать собственные функции на C++?](https://python-all.ru/3.10/faq/extending.html#id1)5751 - [Писать на C сложно; есть ли альтернативы?](https://python-all.ru/3.10/faq/extending.html#writing-c-is-hard-are-there-any-alternatives)5752 - [Как выполнить произвольные инструкции Python из C?](https://python-all.ru/3.10/faq/extending.html#how-can-i-execute-arbitrary-python-statements-from-c)5753 - [Как вычислить произвольное выражение Python из C?](https://python-all.ru/3.10/faq/extending.html#how-can-i-evaluate-an-arbitrary-python-expression-from-c)5754 - [Как извлечь значения C из объекта Python?](https://python-all.ru/3.10/faq/extending.html#how-do-i-extract-c-values-from-a-python-object)5755 - [Как использовать Py\_BuildValue() для создания кортежа произвольной длины?](https://python-all.ru/3.10/faq/extending.html#how-do-i-use-py-buildvalue-to-create-a-tuple-of-arbitrary-length)5756 - [Как вызвать метод объекта из C?](https://python-all.ru/3.10/faq/extending.html#how-do-i-call-an-object-s-method-from-c)5757 - [Как перехватить вывод PyErr\_Print() (или любого другого вывода в stdout/stderr)?](https://python-all.ru/3.10/faq/extending.html#how-do-i-catch-the-output-from-pyerr-print-or-anything-that-prints-to-stdout-stderr)5758 - [Как получить доступ к модулю, написанному на Python, из C?](https://python-all.ru/3.10/faq/extending.html#how-do-i-access-a-module-written-in-python-from-c)5759 - [Как организовать взаимодействие с объектами C++ из Python?](https://python-all.ru/3.10/faq/extending.html#how-do-i-interface-to-c-objects-from-python)5760 - [Почему make завершается ошибкой после добавления модуля через файл Setup?](https://python-all.ru/3.10/faq/extending.html#i-added-a-module-using-the-setup-file-and-the-make-fails-why)5761 - [Как отлаживать расширение?](https://python-all.ru/3.10/faq/extending.html#how-do-i-debug-an-extension)5762 - [Почему при компиляции модуля Python в Linux отсутствуют некоторые файлы?](https://python-all.ru/3.10/faq/extending.html#i-want-to-compile-a-python-module-on-my-linux-system-but-some-files-are-missing-why)5763 - [Как отличить «неполный ввод» от «неверного ввода»?](https://python-all.ru/3.10/faq/extending.html#how-do-i-tell-incomplete-input-from-invalid-input)5764 - [Как найти неопределённые символы g++ \_\_builtin\_new или \_\_pure\_virtual?](https://python-all.ru/3.10/faq/extending.html#how-do-i-find-undefined-g-symbols-builtin-new-or-pure-virtual)5765 - [Можно ли создать класс объекта, в котором часть методов реализована на C, а часть – на Python (например, через наследование)?](https://python-all.ru/3.10/faq/extending.html#can-i-create-an-object-class-with-some-methods-implemented-in-c-and-others-in-python-e-g-through-inheritance)5766 - [FAQ по Python в Windows](https://python-all.ru/3.10/faq/windows.html)57675768 - [Как запустить программу Python в Windows?](https://python-all.ru/3.10/faq/windows.html#how-do-i-run-a-python-program-under-windows)5769 - [Как сделать скрипты Python исполняемыми?](https://python-all.ru/3.10/faq/windows.html#how-do-i-make-python-scripts-executable)5770 - [Почему Python иногда так долго запускается?](https://python-all.ru/3.10/faq/windows.html#why-does-python-sometimes-take-so-long-to-start)5771 - [Как создать исполняемый файл из скрипта Python?](https://python-all.ru/3.10/faq/windows.html#how-do-i-make-an-executable-from-a-python-script)5772 - [Является ли файл `*.pyd` тем же, что и DLL?](https://python-all.ru/3.10/faq/windows.html#is-a-pyd-file-the-same-as-a-dll)5773 - [Как встроить Python в приложение Windows?](https://python-all.ru/3.10/faq/windows.html#how-can-i-embed-python-into-a-windows-application)5774 - [Как запретить редакторам вставлять табуляцию в исходный код Python?](https://python-all.ru/3.10/faq/windows.html#how-do-i-keep-editors-from-inserting-tabs-into-my-python-source)5775 - [Как проверить нажатие клавиши без блокировки?](https://python-all.ru/3.10/faq/windows.html#how-do-i-check-for-a-keypress-without-blocking)5776 - [Как исправить ошибку «отсутствует api-ms-win-crt-runtime-l1-1-0.dll»?](https://python-all.ru/3.10/faq/windows.html#how-do-i-solve-the-missing-api-ms-win-crt-runtime-l1-1-0-dll-error)5777 - [Часто задаваемые вопросы о графическом интерфейсе пользователя](https://python-all.ru/3.10/faq/gui.html)57785779 - [Общие вопросы по GUI](https://python-all.ru/3.10/faq/gui.html#general-gui-questions)5780 - [Какие наборы инструментов GUI существуют для Python?](https://python-all.ru/3.10/faq/gui.html#what-gui-toolkits-exist-for-python)5781 - [Вопросы по Tkinter](https://python-all.ru/3.10/faq/gui.html#tkinter-questions)5782 - [FAQ «Почему Python установлен на моём компьютере?»](https://python-all.ru/3.10/faq/installed.html)57835784 - [Что такое Python?](https://python-all.ru/3.10/faq/installed.html#what-is-python)5785 - [Почему Python установлен на моём компьютере?](https://python-all.ru/3.10/faq/installed.html#why-is-python-installed-on-my-machine)5786 - [Можно ли удалить Python?](https://python-all.ru/3.10/faq/installed.html#can-i-delete-python)5787- [Глоссарий](https://python-all.ru/3.10/glossary.html)5788- [Об этих документах](https://python-all.ru/3.10/about.html)57895790 - [Участники документации Python](https://python-all.ru/3.10/about.html#contributors-to-the-python-documentation)5791- [Работа с ошибками](https://python-all.ru/3.10/bugs.html)57925793 - [Ошибки в документации](https://python-all.ru/3.10/bugs.html#documentation-bugs)5794 - [Использование трекера задач Python](https://python-all.ru/3.10/bugs.html#using-the-python-issue-tracker)5795 - [Начало работы: участие в разработке Python](https://python-all.ru/3.10/bugs.html#getting-started-contributing-to-python-yourself)5796- [Авторские права](https://python-all.ru/3.10/copyright.html)5797- [История и лицензия](https://python-all.ru/3.10/license.html)57985799 - [История программного обеспечения](https://python-all.ru/3.10/license.html#history-of-the-software)5800 - [Условия доступа и использования Python](https://python-all.ru/3.10/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python)58015802 - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ PSF ДЛЯ PYTHON 3.10.20](https://python-all.ru/3.10/license.html#psf-license-agreement-for-python-release)5803 - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ BEOPEN.COM ДЛЯ PYTHON 2.0](https://python-all.ru/3.10/license.html#beopen-com-license-agreement-for-python-2-0)5804 - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CNRI ДЛЯ PYTHON 1.6.1](https://python-all.ru/3.10/license.html#cnri-license-agreement-for-python-1-6-1)5805 - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CWI ДЛЯ PYTHON 0.9.0 – 1.2](https://python-all.ru/3.10/license.html#cwi-license-agreement-for-python-0-9-0-through-1-2)5806 - [ЛИЦЕНЗИЯ BSD С НУЛЕВЫМ УСЛОВИЕМ ДЛЯ КОДА В ДОКУМЕНТАЦИИ PYTHON 3.10.20](https://python-all.ru/3.10/license.html#zero-clause-bsd-license-for-code-in-the-python-release-documentation)5807 - [Лицензии и благодарности для включённого программного обеспечения](https://python-all.ru/3.10/license.html#licenses-and-acknowledgements-for-incorporated-software)58085809 - [Вихрь Мерсенна](https://python-all.ru/3.10/license.html#mersenne-twister)5810 - [Сокеты](https://python-all.ru/3.10/license.html#sockets)5811 - [Асинхронные службы сокетов](https://python-all.ru/3.10/license.html#asynchronous-socket-services)5812 - [Управление cookie](https://python-all.ru/3.10/license.html#cookie-management)5813 - [Трассировка выполнения](https://python-all.ru/3.10/license.html#execution-tracing)5814 - [Функции UUencode и UUdecode](https://python-all.ru/3.10/license.html#uuencode-and-uudecode-functions)5815 - [XML-вызовы удалённых процедур](https://python-all.ru/3.10/license.html#xml-remote-procedure-calls)5816 - [test\_epoll](https://python-all.ru/3.10/license.html#test-epoll)5817 - [Select kqueue](https://python-all.ru/3.10/license.html#select-kqueue)5818 - [SipHash24](https://python-all.ru/3.10/license.html#siphash24)5819 - [strtod and dtoa](https://python-all.ru/3.10/license.html#strtod-and-dtoa)5820 - [OpenSSL](https://python-all.ru/3.10/license.html#openssl)5821 - [expat](https://python-all.ru/3.10/license.html#expat)5822 - [libffi](https://python-all.ru/3.10/license.html#libffi)5823 - [zlib](https://python-all.ru/3.10/license.html#zlib)5824 - [cfuhash](https://python-all.ru/3.10/license.html#cfuhash)5825 - [libmpdec](https://python-all.ru/3.10/license.html#libmpdec)5826 - [Тестовый набор W3C C14N](https://python-all.ru/3.10/license.html#w3c-c14n-test-suite)5827 - [Audioop](https://python-all.ru/3.10/license.html#audioop)5828