contents.md
1> **Источник:** https://python-all.ru/3.15/contents.html2>3> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.45---67# Содержание документации Python89- [Что нового в Python](https://python-all.ru/3.15/whatsnew/index.html)1011 - [Что нового в Python 3.15](https://python-all.ru/3.15/whatsnew/3.15.html)1213 - [Сводка – основные моменты выпуска](https://python-all.ru/3.15/whatsnew/3.15.html#summary-release-highlights)14 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.15.html#new-features)1516 - [**PEP 810**: Явные ленивые импорты](https://python-all.ru/3.15/whatsnew/3.15.html#pep-810-explicit-lazy-imports)17 - [**PEP 814**: Добавление встроенного типа frozendict](https://python-all.ru/3.15/whatsnew/3.15.html#pep-814-add-frozendict-built-in-type)18 - [**PEP 661**: Добавление встроенного типа sentinel](https://python-all.ru/3.15/whatsnew/3.15.html#pep-661-add-sentinel-built-in-type)19 - [**PEP 799**: выделенный пакет для профилирования](https://python-all.ru/3.15/whatsnew/3.15.html#pep-799-a-dedicated-profiling-package)20 - [Tachyon: профилировщик с высокочастотной статистической выборкой](https://python-all.ru/3.15/whatsnew/3.15.html#tachyon-high-frequency-statistical-sampling-profiler)21 - [**PEP 831**: фреймовые указатели включены по умолчанию](https://python-all.ru/3.15/whatsnew/3.15.html#pep-831-frame-pointers-enabled-by-default)22 - [**PEP 798**: распаковка в генераторах](https://python-all.ru/3.15/whatsnew/3.15.html#pep-798-unpacking-in-comprehensions)23 - [**PEP 829**: файлы конфигурации запуска пакетов](https://python-all.ru/3.15/whatsnew/3.15.html#pep-829-package-startup-configuration-files)24 - [**PEP 803** – стабильный ABI для сборок со свободной многопоточностью](https://python-all.ru/3.15/whatsnew/3.15.html#pep-803-stable-abi-for-free-threaded-builds)25 - [**PEP 788**: защита C API от финализации интерпретатора](https://python-all.ru/3.15/whatsnew/3.15.html#pep-788-protecting-the-c-api-from-interpreter-finalization)26 - [Улучшенные сообщения об ошибках](https://python-all.ru/3.15/whatsnew/3.15.html#improved-error-messages)27 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/3.15.html#other-language-changes)28 - [Интерактивная оболочка по умолчанию](https://python-all.ru/3.15/whatsnew/3.15.html#default-interactive-shell)29 - [Новые модули](https://python-all.ru/3.15/whatsnew/3.15.html#new-modules)3031 - [math.integer](https://python-all.ru/3.15/whatsnew/3.15.html#math-integer)32 - [Улучшенные модули](https://python-all.ru/3.15/whatsnew/3.15.html#improved-modules)3334 - [argparse](https://python-all.ru/3.15/whatsnew/3.15.html#argparse)35 - [array](https://python-all.ru/3.15/whatsnew/3.15.html#array)36 - [ast](https://python-all.ru/3.15/whatsnew/3.15.html#ast)37 - [asyncio](https://python-all.ru/3.15/whatsnew/3.15.html#asyncio)38 - [base64](https://python-all.ru/3.15/whatsnew/3.15.html#base64)39 - [binascii](https://python-all.ru/3.15/whatsnew/3.15.html#binascii)40 - [calendar](https://python-all.ru/3.15/whatsnew/3.15.html#calendar)41 - [collections](https://python-all.ru/3.15/whatsnew/3.15.html#collections)42 - [concurrent.futures](https://python-all.ru/3.15/whatsnew/3.15.html#concurrent-futures)43 - [contextlib](https://python-all.ru/3.15/whatsnew/3.15.html#contextlib)44 - [dataclasses](https://python-all.ru/3.15/whatsnew/3.15.html#dataclasses)45 - [dbm](https://python-all.ru/3.15/whatsnew/3.15.html#dbm)46 - [difflib](https://python-all.ru/3.15/whatsnew/3.15.html#difflib)47 - [email](https://python-all.ru/3.15/whatsnew/3.15.html#email)48 - [faulthandler](https://python-all.ru/3.15/whatsnew/3.15.html#faulthandler)49 - [functools](https://python-all.ru/3.15/whatsnew/3.15.html#functools)50 - [gc](https://python-all.ru/3.15/whatsnew/3.15.html#gc)51 - [hashlib](https://python-all.ru/3.15/whatsnew/3.15.html#hashlib)52 - [http.client](https://python-all.ru/3.15/whatsnew/3.15.html#http-client)53 - [http.server](https://python-all.ru/3.15/whatsnew/3.15.html#http-server)54 - [importlib.metadata](https://python-all.ru/3.15/whatsnew/3.15.html#importlib-metadata)55 - [inspect](https://python-all.ru/3.15/whatsnew/3.15.html#inspect)56 - [json](https://python-all.ru/3.15/whatsnew/3.15.html#json)57 - [locale](https://python-all.ru/3.15/whatsnew/3.15.html#locale)58 - [math](https://python-all.ru/3.15/whatsnew/3.15.html#math)59 - [mimetypes](https://python-all.ru/3.15/whatsnew/3.15.html#mimetypes)60 - [mmap](https://python-all.ru/3.15/whatsnew/3.15.html#mmap)61 - [os](https://python-all.ru/3.15/whatsnew/3.15.html#os)62 - [os.path](https://python-all.ru/3.15/whatsnew/3.15.html#os-path)63 - [pdb](https://python-all.ru/3.15/whatsnew/3.15.html#pdb)64 - [pickle](https://python-all.ru/3.15/whatsnew/3.15.html#pickle)65 - [pickletools](https://python-all.ru/3.15/whatsnew/3.15.html#pickletools)66 - [pprint](https://python-all.ru/3.15/whatsnew/3.15.html#pprint)67 - [re](https://python-all.ru/3.15/whatsnew/3.15.html#re)68 - [resource](https://python-all.ru/3.15/whatsnew/3.15.html#resource)69 - [shelve](https://python-all.ru/3.15/whatsnew/3.15.html#shelve)70 - [сокет](https://python-all.ru/3.15/whatsnew/3.15.html#socket)71 - [sqlite3](https://python-all.ru/3.15/whatsnew/3.15.html#sqlite3)72 - [ssl](https://python-all.ru/3.15/whatsnew/3.15.html#ssl)73 - [подпроцесс](https://python-all.ru/3.15/whatsnew/3.15.html#subprocess)74 - [symtable](https://python-all.ru/3.15/whatsnew/3.15.html#symtable)75 - [sys](https://python-all.ru/3.15/whatsnew/3.15.html#sys)76 - [sys.monitoring](https://python-all.ru/3.15/whatsnew/3.15.html#sys-monitoring)77 - [tarfile](https://python-all.ru/3.15/whatsnew/3.15.html#tarfile)78 - [threading](https://python-all.ru/3.15/whatsnew/3.15.html#threading)79 - [timeit](https://python-all.ru/3.15/whatsnew/3.15.html#timeit)80 - [tkinter](https://python-all.ru/3.15/whatsnew/3.15.html#tkinter)81 - [tokenize](https://python-all.ru/3.15/whatsnew/3.15.html#tokenize)82 - [tomllib](https://python-all.ru/3.15/whatsnew/3.15.html#tomllib)83 - [типы](https://python-all.ru/3.15/whatsnew/3.15.html#types)84 - [typing](https://python-all.ru/3.15/whatsnew/3.15.html#typing)85 - [unicodedata](https://python-all.ru/3.15/whatsnew/3.15.html#unicodedata)86 - [unittest](https://python-all.ru/3.15/whatsnew/3.15.html#unittest)87 - [urllib.parse](https://python-all.ru/3.15/whatsnew/3.15.html#urllib-parse)88 - [venv](https://python-all.ru/3.15/whatsnew/3.15.html#venv)89 - [warnings](https://python-all.ru/3.15/whatsnew/3.15.html#warnings)90 - [wave](https://python-all.ru/3.15/whatsnew/3.15.html#wave)91 - [webbrowser](https://python-all.ru/3.15/whatsnew/3.15.html#webbrowser)92 - [xml](https://python-all.ru/3.15/whatsnew/3.15.html#xml)93 - [xml.parsers.expat](https://python-all.ru/3.15/whatsnew/3.15.html#xml-parsers-expat)94 - [zlib](https://python-all.ru/3.15/whatsnew/3.15.html#zlib)95 - [Оптимизации](https://python-all.ru/3.15/whatsnew/3.15.html#optimizations)9697 - [base64 & binascii](https://python-all.ru/3.15/whatsnew/3.15.html#base64-binascii)98 - [csv](https://python-all.ru/3.15/whatsnew/3.15.html#csv)99 - [Обновлённый JIT-компилятор](https://python-all.ru/3.15/whatsnew/3.15.html#upgraded-jit-compiler)100 - [Удалённое](https://python-all.ru/3.15/whatsnew/3.15.html#removed)101102 - [ast](https://python-all.ru/3.15/whatsnew/3.15.html#id1)103 - [collections.abc](https://python-all.ru/3.15/whatsnew/3.15.html#collections-abc)104 - [ctypes](https://python-all.ru/3.15/whatsnew/3.15.html#ctypes)105 - [datetime](https://python-all.ru/3.15/whatsnew/3.15.html#datetime)106 - [glob](https://python-all.ru/3.15/whatsnew/3.15.html#glob)107 - [http.server](https://python-all.ru/3.15/whatsnew/3.15.html#id2)108 - [importlib.resources](https://python-all.ru/3.15/whatsnew/3.15.html#importlib-resources)109 - [pathlib](https://python-all.ru/3.15/whatsnew/3.15.html#pathlib)110 - [platform](https://python-all.ru/3.15/whatsnew/3.15.html#platform)111 - [sre\_\*](https://python-all.ru/3.15/whatsnew/3.15.html#sre)112 - [sysconfig](https://python-all.ru/3.15/whatsnew/3.15.html#sysconfig)113 - [threading](https://python-all.ru/3.15/whatsnew/3.15.html#id3)114 - [типы](https://python-all.ru/3.15/whatsnew/3.15.html#id4)115 - [typing](https://python-all.ru/3.15/whatsnew/3.15.html#id5)116 - [wave](https://python-all.ru/3.15/whatsnew/3.15.html#id6)117 - [zipimport](https://python-all.ru/3.15/whatsnew/3.15.html#zipimport)118 - [Устарело](https://python-all.ru/3.15/whatsnew/3.15.html#deprecated)119120 - [Новые устаревания](https://python-all.ru/3.15/whatsnew/3.15.html#new-deprecations)121 - [Запланировано к удалению в Python 3.16](https://python-all.ru/3.15/whatsnew/3.15.html#pending-removal-in-python-3-16)122 - [Запланировано к удалению в Python 3.17](https://python-all.ru/3.15/whatsnew/3.15.html#pending-removal-in-python-3-17)123 - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3.15/whatsnew/3.15.html#pending-removal-in-python-3-18)124 - [Ожидаемое удаление в Python 3.19](https://python-all.ru/3.15/whatsnew/3.15.html#pending-removal-in-python-3-19)125 - [Ожидается удаление в Python 3.20](https://python-all.ru/3.15/whatsnew/3.15.html#pending-removal-in-python-3-20)126 - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3.15/whatsnew/3.15.html#pending-removal-in-future-versions)127 - [Мягкие устаревания](https://python-all.ru/3.15/whatsnew/3.15.html#soft-deprecations)128 - [Изменения C API](https://python-all.ru/3.15/whatsnew/3.15.html#c-api-changes)129130 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.15.html#id7)131 - [Изменённые C API](https://python-all.ru/3.15/whatsnew/3.15.html#changed-c-apis)132 - [Удалённые C API](https://python-all.ru/3.15/whatsnew/3.15.html#removed-c-apis)133 - [Устаревшие C API](https://python-all.ru/3.15/whatsnew/3.15.html#deprecated-c-apis)134 - [Изменения сборки](https://python-all.ru/3.15/whatsnew/3.15.html#build-changes)135 - [Перенос на Python 3.15](https://python-all.ru/3.15/whatsnew/3.15.html#porting-to-python-3-15)136 - [Что нового в Python 3.14](https://python-all.ru/3.15/whatsnew/3.14.html)137138 - [Сводка – основные моменты выпуска](https://python-all.ru/3.15/whatsnew/3.14.html#summary-release-highlights)139 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.14.html#new-features)140141 - [**PEP 649** и **PEP 749**: отложенное вычисление аннотаций](https://python-all.ru/3.15/whatsnew/3.14.html#pep-649-pep-749-deferred-evaluation-of-annotations)142 - [**PEP 734**: несколько интерпретаторов в стандартной библиотеке](https://python-all.ru/3.15/whatsnew/3.14.html#pep-734-multiple-interpreters-in-the-standard-library)143 - [**PEP 750**: строковые шаблонные литералы](https://python-all.ru/3.15/whatsnew/3.14.html#pep-750-template-string-literals)144 - [**PEP 768**: безопасный интерфейс внешнего отладчика](https://python-all.ru/3.15/whatsnew/3.14.html#pep-768-safe-external-debugger-interface)145 - [Новый тип интерпретатора](https://python-all.ru/3.15/whatsnew/3.14.html#a-new-type-of-interpreter)146 - [Улучшения свободно-поточного режима](https://python-all.ru/3.15/whatsnew/3.14.html#free-threaded-mode-improvements)147 - [Улучшенные сообщения об ошибках](https://python-all.ru/3.15/whatsnew/3.14.html#improved-error-messages)148 - [**PEP 784**: поддержка Zstandard в стандартной библиотеке](https://python-all.ru/3.15/whatsnew/3.14.html#pep-784-zstandard-support-in-the-standard-library)149 - [Возможности самоанализа asyncio](https://python-all.ru/3.15/whatsnew/3.14.html#asyncio-introspection-capabilities)150 - [Потокобезопасное управление предупреждениями](https://python-all.ru/3.15/whatsnew/3.14.html#concurrent-safe-warnings-control)151 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/3.14.html#other-language-changes)152153 - [Встроенные функции](https://python-all.ru/3.15/whatsnew/3.14.html#built-ins)154 - [Командная строка и окружение](https://python-all.ru/3.15/whatsnew/3.14.html#command-line-and-environment)155 - [PEP 758: Разрешены выражения `except` и `except*` без скобок](https://python-all.ru/3.15/whatsnew/3.14.html#pep-758-allow-except-and-except-expressions-without-brackets)156 - [PEP 765: Управление потоком в блоках `finally`](https://python-all.ru/3.15/whatsnew/3.14.html#pep-765-control-flow-in-finally-blocks)157 - [Сборка мусора](https://python-all.ru/3.15/whatsnew/3.14.html#garbage-collection)158 - [Интерактивная оболочка по умолчанию](https://python-all.ru/3.15/whatsnew/3.14.html#default-interactive-shell)159 - [Новые модули](https://python-all.ru/3.15/whatsnew/3.14.html#new-modules)160 - [Улучшенные модули](https://python-all.ru/3.15/whatsnew/3.14.html#improved-modules)161162 - [argparse](https://python-all.ru/3.15/whatsnew/3.14.html#argparse)163 - [ast](https://python-all.ru/3.15/whatsnew/3.14.html#ast)164 - [asyncio](https://python-all.ru/3.15/whatsnew/3.14.html#asyncio)165 - [calendar](https://python-all.ru/3.15/whatsnew/3.14.html#calendar)166 - [concurrent.futures](https://python-all.ru/3.15/whatsnew/3.14.html#concurrent-futures)167 - [configparser](https://python-all.ru/3.15/whatsnew/3.14.html#configparser)168 - [contextvars](https://python-all.ru/3.15/whatsnew/3.14.html#contextvars)169 - [ctypes](https://python-all.ru/3.15/whatsnew/3.14.html#ctypes)170 - [curses](https://python-all.ru/3.15/whatsnew/3.14.html#curses)171 - [datetime](https://python-all.ru/3.15/whatsnew/3.14.html#datetime)172 - [decimal](https://python-all.ru/3.15/whatsnew/3.14.html#decimal)173 - [difflib](https://python-all.ru/3.15/whatsnew/3.14.html#difflib)174 - [dis](https://python-all.ru/3.15/whatsnew/3.14.html#dis)175 - [errno](https://python-all.ru/3.15/whatsnew/3.14.html#errno)176 - [faulthandler](https://python-all.ru/3.15/whatsnew/3.14.html#faulthandler)177 - [fnmatch](https://python-all.ru/3.15/whatsnew/3.14.html#fnmatch)178 - [fractions](https://python-all.ru/3.15/whatsnew/3.14.html#fractions)179 - [functools](https://python-all.ru/3.15/whatsnew/3.14.html#functools)180 - [getopt](https://python-all.ru/3.15/whatsnew/3.14.html#getopt)181 - [getpass](https://python-all.ru/3.15/whatsnew/3.14.html#getpass)182 - [graphlib](https://python-all.ru/3.15/whatsnew/3.14.html#graphlib)183 - [heapq](https://python-all.ru/3.15/whatsnew/3.14.html#heapq)184 - [hmac](https://python-all.ru/3.15/whatsnew/3.14.html#hmac)185 - [http](https://python-all.ru/3.15/whatsnew/3.14.html#http)186 - [imaplib](https://python-all.ru/3.15/whatsnew/3.14.html#imaplib)187 - [inspect](https://python-all.ru/3.15/whatsnew/3.14.html#inspect)188 - [io](https://python-all.ru/3.15/whatsnew/3.14.html#io)189 - [json](https://python-all.ru/3.15/whatsnew/3.14.html#json)190 - [linecache](https://python-all.ru/3.15/whatsnew/3.14.html#linecache)191 - [logging.handlers](https://python-all.ru/3.15/whatsnew/3.14.html#logging-handlers)192 - [math](https://python-all.ru/3.15/whatsnew/3.14.html#math)193 - [mimetypes](https://python-all.ru/3.15/whatsnew/3.14.html#mimetypes)194 - [multiprocessing](https://python-all.ru/3.15/whatsnew/3.14.html#multiprocessing)195 - [оператор](https://python-all.ru/3.15/whatsnew/3.14.html#operator)196 - [os](https://python-all.ru/3.15/whatsnew/3.14.html#os)197 - [os.path](https://python-all.ru/3.15/whatsnew/3.14.html#os-path)198 - [pathlib](https://python-all.ru/3.15/whatsnew/3.14.html#pathlib)199 - [pdb](https://python-all.ru/3.15/whatsnew/3.14.html#pdb)200 - [pickle](https://python-all.ru/3.15/whatsnew/3.14.html#pickle)201 - [platform](https://python-all.ru/3.15/whatsnew/3.14.html#platform)202 - [pydoc](https://python-all.ru/3.15/whatsnew/3.14.html#pydoc)203 - [re](https://python-all.ru/3.15/whatsnew/3.14.html#re)204 - [сокет](https://python-all.ru/3.15/whatsnew/3.14.html#socket)205 - [ssl](https://python-all.ru/3.15/whatsnew/3.14.html#ssl)206 - [struct](https://python-all.ru/3.15/whatsnew/3.14.html#struct)207 - [symtable](https://python-all.ru/3.15/whatsnew/3.14.html#symtable)208 - [sys](https://python-all.ru/3.15/whatsnew/3.14.html#sys)209 - [sys.monitoring](https://python-all.ru/3.15/whatsnew/3.14.html#sys-monitoring)210 - [sysconfig](https://python-all.ru/3.15/whatsnew/3.14.html#sysconfig)211 - [tarfile](https://python-all.ru/3.15/whatsnew/3.14.html#tarfile)212 - [threading](https://python-all.ru/3.15/whatsnew/3.14.html#threading)213 - [tkinter](https://python-all.ru/3.15/whatsnew/3.14.html#tkinter)214 - [turtle](https://python-all.ru/3.15/whatsnew/3.14.html#turtle)215 - [типы](https://python-all.ru/3.15/whatsnew/3.14.html#types)216 - [typing](https://python-all.ru/3.15/whatsnew/3.14.html#typing)217 - [unicodedata](https://python-all.ru/3.15/whatsnew/3.14.html#unicodedata)218 - [unittest](https://python-all.ru/3.15/whatsnew/3.14.html#unittest)219 - [urllib](https://python-all.ru/3.15/whatsnew/3.14.html#urllib)220 - [uuid](https://python-all.ru/3.15/whatsnew/3.14.html#uuid)221 - [webbrowser](https://python-all.ru/3.15/whatsnew/3.14.html#webbrowser)222 - [zipfile](https://python-all.ru/3.15/whatsnew/3.14.html#zipfile)223 - [Оптимизации](https://python-all.ru/3.15/whatsnew/3.14.html#optimizations)224225 - [asyncio](https://python-all.ru/3.15/whatsnew/3.14.html#id2)226 - [base64](https://python-all.ru/3.15/whatsnew/3.14.html#base64)227 - [bdb](https://python-all.ru/3.15/whatsnew/3.14.html#bdb)228 - [difflib](https://python-all.ru/3.15/whatsnew/3.14.html#id3)229 - [gc](https://python-all.ru/3.15/whatsnew/3.14.html#gc)230 - [io](https://python-all.ru/3.15/whatsnew/3.14.html#id4)231 - [pathlib](https://python-all.ru/3.15/whatsnew/3.14.html#id5)232 - [pdb](https://python-all.ru/3.15/whatsnew/3.14.html#id6)233 - [textwrap](https://python-all.ru/3.15/whatsnew/3.14.html#textwrap)234 - [uuid](https://python-all.ru/3.15/whatsnew/3.14.html#id7)235 - [zlib](https://python-all.ru/3.15/whatsnew/3.14.html#zlib)236 - [Удалённое](https://python-all.ru/3.15/whatsnew/3.14.html#removed)237238 - [argparse](https://python-all.ru/3.15/whatsnew/3.14.html#id8)239 - [ast](https://python-all.ru/3.15/whatsnew/3.14.html#id9)240 - [asyncio](https://python-all.ru/3.15/whatsnew/3.14.html#id10)241 - [email](https://python-all.ru/3.15/whatsnew/3.14.html#email)242 - [importlib.abc](https://python-all.ru/3.15/whatsnew/3.14.html#importlib-abc)243 - [itertools](https://python-all.ru/3.15/whatsnew/3.14.html#itertools)244 - [pathlib](https://python-all.ru/3.15/whatsnew/3.14.html#id11)245 - [pkgutil](https://python-all.ru/3.15/whatsnew/3.14.html#pkgutil)246 - [pty](https://python-all.ru/3.15/whatsnew/3.14.html#pty)247 - [sqlite3](https://python-all.ru/3.15/whatsnew/3.14.html#sqlite3)248 - [urllib](https://python-all.ru/3.15/whatsnew/3.14.html#id12)249 - [Устарело](https://python-all.ru/3.15/whatsnew/3.14.html#deprecated)250251 - [Новые устаревания](https://python-all.ru/3.15/whatsnew/3.14.html#new-deprecations)252 - [Ожидается удаление в Python 3.15](https://python-all.ru/3.15/whatsnew/3.14.html#pending-removal-in-python-3-15)253 - [Запланировано к удалению в Python 3.16](https://python-all.ru/3.15/whatsnew/3.14.html#pending-removal-in-python-3-16)254 - [Запланировано к удалению в Python 3.17](https://python-all.ru/3.15/whatsnew/3.14.html#pending-removal-in-python-3-17)255 - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3.15/whatsnew/3.14.html#pending-removal-in-python-3-18)256 - [Ожидаемое удаление в Python 3.19](https://python-all.ru/3.15/whatsnew/3.14.html#pending-removal-in-python-3-19)257 - [Ожидается удаление в Python 3.20](https://python-all.ru/3.15/whatsnew/3.14.html#pending-removal-in-python-3-20)258 - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3.15/whatsnew/3.14.html#pending-removal-in-future-versions)259 - [Изменения байт-кода CPython](https://python-all.ru/3.15/whatsnew/3.14.html#cpython-bytecode-changes)260261 - [Псевдоинструкции](https://python-all.ru/3.15/whatsnew/3.14.html#pseudo-instructions)262 - [Изменения C API](https://python-all.ru/3.15/whatsnew/3.14.html#c-api-changes)263264 - [C API конфигурации Python](https://python-all.ru/3.15/whatsnew/3.14.html#python-configuration-c-api)265 - [Новые возможности C API](https://python-all.ru/3.15/whatsnew/3.14.html#new-features-in-the-c-api)266 - [Изменения ограниченного C API](https://python-all.ru/3.15/whatsnew/3.14.html#limited-c-api-changes)267 - [Удалённые C API](https://python-all.ru/3.15/whatsnew/3.14.html#removed-c-apis)268 - [Устаревшие C API](https://python-all.ru/3.15/whatsnew/3.14.html#deprecated-c-apis)269270 - [Ожидается удаление в Python 3.15](https://python-all.ru/3.15/whatsnew/3.14.html#id13)271 - [Запланировано к удалению в Python 3.16](https://python-all.ru/3.15/whatsnew/3.14.html#id14)272 - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3.15/whatsnew/3.14.html#id15)273 - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3.15/whatsnew/3.14.html#id16)274 - [Изменения сборки](https://python-all.ru/3.15/whatsnew/3.14.html#build-changes)275276 - [`build-details.json`](https://python-all.ru/3.15/whatsnew/3.14.html#build-details-json)277 - [Прекращение использования PGP-подписей](https://python-all.ru/3.15/whatsnew/3.14.html#discontinuation-of-pgp-signatures)278 - [Free-threaded Python официально поддерживается](https://python-all.ru/3.15/whatsnew/3.14.html#free-threaded-python-is-officially-supported)279 - [Бинарные сборки для экспериментального JIT-компилятора](https://python-all.ru/3.15/whatsnew/3.14.html#binary-releases-for-the-experimental-just-in-time-compiler)280 - [Перенос на Python 3.14](https://python-all.ru/3.15/whatsnew/3.14.html#porting-to-python-3-14)281282 - [Изменения в Python API](https://python-all.ru/3.15/whatsnew/3.14.html#changes-in-the-python-api)283 - [Изменения в аннотациях (**PEP 649** и **PEP 749**)](https://python-all.ru/3.15/whatsnew/3.14.html#changes-in-annotations-pep-649-and-pep-749)284285 - [Последствия для аннотированного кода](https://python-all.ru/3.15/whatsnew/3.14.html#implications-for-annotated-code)286 - [Последствия для читателей `__annotations__`](https://python-all.ru/3.15/whatsnew/3.14.html#implications-for-readers-of-annotations)287 - [Связанные изменения](https://python-all.ru/3.15/whatsnew/3.14.html#related-changes)288 - [`from __future__ import annotations`](https://python-all.ru/3.15/whatsnew/3.14.html#from-future-import-annotations)289 - [Изменения в C API](https://python-all.ru/3.15/whatsnew/3.14.html#changes-in-the-c-api)290 - [Значительные изменения в 3.14.5](https://python-all.ru/3.15/whatsnew/3.14.html#notable-changes-in-3-14-5)291292 - [gc](https://python-all.ru/3.15/whatsnew/3.14.html#id19)293 - [Что нового в Python 3.13](https://python-all.ru/3.15/whatsnew/3.13.html)294295 - [Сводка – основные моменты выпуска](https://python-all.ru/3.15/whatsnew/3.13.html#summary-release-highlights)296 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.13.html#new-features)297298 - [Улучшенный интерактивный интерпретатор](https://python-all.ru/3.15/whatsnew/3.13.html#a-better-interactive-interpreter)299 - [Улучшенные сообщения об ошибках](https://python-all.ru/3.15/whatsnew/3.13.html#improved-error-messages)300 - [Свободнопоточный CPython](https://python-all.ru/3.15/whatsnew/3.13.html#free-threaded-cpython)301 - [Экспериментальный JIT-компилятор](https://python-all.ru/3.15/whatsnew/3.13.html#an-experimental-just-in-time-jit-compiler)302 - [Определена семантика мутаций для `locals()`](https://python-all.ru/3.15/whatsnew/3.13.html#defined-mutation-semantics-for-locals)303 - [Поддержка мобильных платформ](https://python-all.ru/3.15/whatsnew/3.13.html#support-for-mobile-platforms)304 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/3.13.html#other-language-changes)305 - [Новые модули](https://python-all.ru/3.15/whatsnew/3.13.html#new-modules)306 - [Улучшенные модули](https://python-all.ru/3.15/whatsnew/3.13.html#improved-modules)307308 - [argparse](https://python-all.ru/3.15/whatsnew/3.13.html#argparse)309 - [array](https://python-all.ru/3.15/whatsnew/3.13.html#array)310 - [ast](https://python-all.ru/3.15/whatsnew/3.13.html#ast)311 - [asyncio](https://python-all.ru/3.15/whatsnew/3.13.html#asyncio)312 - [base64](https://python-all.ru/3.15/whatsnew/3.13.html#base64)313 - [compileall](https://python-all.ru/3.15/whatsnew/3.13.html#compileall)314 - [concurrent.futures](https://python-all.ru/3.15/whatsnew/3.13.html#concurrent-futures)315 - [configparser](https://python-all.ru/3.15/whatsnew/3.13.html#configparser)316 - [copy](https://python-all.ru/3.15/whatsnew/3.13.html#copy)317 - [ctypes](https://python-all.ru/3.15/whatsnew/3.13.html#ctypes)318 - [dbm](https://python-all.ru/3.15/whatsnew/3.13.html#dbm)319 - [dis](https://python-all.ru/3.15/whatsnew/3.13.html#dis)320 - [doctest](https://python-all.ru/3.15/whatsnew/3.13.html#doctest)321 - [email](https://python-all.ru/3.15/whatsnew/3.13.html#email)322 - [enum](https://python-all.ru/3.15/whatsnew/3.13.html#enum)323 - [fractions](https://python-all.ru/3.15/whatsnew/3.13.html#fractions)324 - [glob](https://python-all.ru/3.15/whatsnew/3.13.html#glob)325 - [importlib](https://python-all.ru/3.15/whatsnew/3.13.html#importlib)326 - [io](https://python-all.ru/3.15/whatsnew/3.13.html#io)327 - [ipaddress](https://python-all.ru/3.15/whatsnew/3.13.html#ipaddress)328 - [itertools](https://python-all.ru/3.15/whatsnew/3.13.html#itertools)329 - [marshal](https://python-all.ru/3.15/whatsnew/3.13.html#marshal)330 - [math](https://python-all.ru/3.15/whatsnew/3.13.html#math)331 - [mimetypes](https://python-all.ru/3.15/whatsnew/3.13.html#mimetypes)332 - [mmap](https://python-all.ru/3.15/whatsnew/3.13.html#mmap)333 - [multiprocessing](https://python-all.ru/3.15/whatsnew/3.13.html#multiprocessing)334 - [os](https://python-all.ru/3.15/whatsnew/3.13.html#os)335 - [os.path](https://python-all.ru/3.15/whatsnew/3.13.html#os-path)336 - [pathlib](https://python-all.ru/3.15/whatsnew/3.13.html#pathlib)337 - [pdb](https://python-all.ru/3.15/whatsnew/3.13.html#pdb)338 - [очередь](https://python-all.ru/3.15/whatsnew/3.13.html#queue)339 - [random](https://python-all.ru/3.15/whatsnew/3.13.html#random)340 - [re](https://python-all.ru/3.15/whatsnew/3.13.html#re)341 - [shutil](https://python-all.ru/3.15/whatsnew/3.13.html#shutil)342 - [site](https://python-all.ru/3.15/whatsnew/3.13.html#site)343 - [sqlite3](https://python-all.ru/3.15/whatsnew/3.13.html#sqlite3)344 - [ssl](https://python-all.ru/3.15/whatsnew/3.13.html#ssl)345 - [statistics](https://python-all.ru/3.15/whatsnew/3.13.html#statistics)346 - [подпроцесс](https://python-all.ru/3.15/whatsnew/3.13.html#subprocess)347 - [sys](https://python-all.ru/3.15/whatsnew/3.13.html#sys)348 - [tempfile](https://python-all.ru/3.15/whatsnew/3.13.html#tempfile)349 - [time](https://python-all.ru/3.15/whatsnew/3.13.html#time)350 - [tkinter](https://python-all.ru/3.15/whatsnew/3.13.html#tkinter)351 - [traceback](https://python-all.ru/3.15/whatsnew/3.13.html#traceback)352 - [типы](https://python-all.ru/3.15/whatsnew/3.13.html#types)353 - [typing](https://python-all.ru/3.15/whatsnew/3.13.html#typing)354 - [unicodedata](https://python-all.ru/3.15/whatsnew/3.13.html#unicodedata)355 - [venv](https://python-all.ru/3.15/whatsnew/3.13.html#venv)356 - [warnings](https://python-all.ru/3.15/whatsnew/3.13.html#warnings)357 - [xml](https://python-all.ru/3.15/whatsnew/3.13.html#xml)358 - [zipimport](https://python-all.ru/3.15/whatsnew/3.13.html#zipimport)359 - [Оптимизации](https://python-all.ru/3.15/whatsnew/3.13.html#optimizations)360 - [Удалённые модули и API](https://python-all.ru/3.15/whatsnew/3.13.html#removed-modules-and-apis)361362 - [PEP 594: Удаление «мёртвых батареек» из стандартной библиотеки](https://python-all.ru/3.15/whatsnew/3.13.html#pep-594-remove-dead-batteries-from-the-standard-library)363 - [2to3](https://python-all.ru/3.15/whatsnew/3.13.html#to3)364 - [builtins](https://python-all.ru/3.15/whatsnew/3.13.html#builtins)365 - [configparser](https://python-all.ru/3.15/whatsnew/3.13.html#id3)366 - [importlib.metadata](https://python-all.ru/3.15/whatsnew/3.13.html#importlib-metadata)367 - [locale](https://python-all.ru/3.15/whatsnew/3.13.html#locale)368 - [opcode](https://python-all.ru/3.15/whatsnew/3.13.html#opcode)369 - [optparse](https://python-all.ru/3.15/whatsnew/3.13.html#optparse)370 - [pathlib](https://python-all.ru/3.15/whatsnew/3.13.html#id4)371 - [re](https://python-all.ru/3.15/whatsnew/3.13.html#id5)372 - [tkinter.tix](https://python-all.ru/3.15/whatsnew/3.13.html#tkinter-tix)373 - [turtle](https://python-all.ru/3.15/whatsnew/3.13.html#turtle)374 - [typing](https://python-all.ru/3.15/whatsnew/3.13.html#id6)375 - [unittest](https://python-all.ru/3.15/whatsnew/3.13.html#unittest)376 - [urllib](https://python-all.ru/3.15/whatsnew/3.13.html#urllib)377 - [webbrowser](https://python-all.ru/3.15/whatsnew/3.13.html#webbrowser)378 - [Новые объявления об устаревании](https://python-all.ru/3.15/whatsnew/3.13.html#new-deprecations)379380 - [Удаление планируется в Python 3.14](https://python-all.ru/3.15/whatsnew/3.13.html#pending-removal-in-python-3-14)381 - [Ожидается удаление в Python 3.15](https://python-all.ru/3.15/whatsnew/3.13.html#pending-removal-in-python-3-15)382 - [Запланировано к удалению в Python 3.16](https://python-all.ru/3.15/whatsnew/3.13.html#pending-removal-in-python-3-16)383 - [Запланировано к удалению в Python 3.17](https://python-all.ru/3.15/whatsnew/3.13.html#pending-removal-in-python-3-17)384 - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3.15/whatsnew/3.13.html#pending-removal-in-python-3-18)385 - [Ожидаемое удаление в Python 3.19](https://python-all.ru/3.15/whatsnew/3.13.html#pending-removal-in-python-3-19)386 - [Ожидается удаление в Python 3.20](https://python-all.ru/3.15/whatsnew/3.13.html#pending-removal-in-python-3-20)387 - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3.15/whatsnew/3.13.html#pending-removal-in-future-versions)388 - [Изменения байт-кода CPython](https://python-all.ru/3.15/whatsnew/3.13.html#cpython-bytecode-changes)389 - [Изменения C API](https://python-all.ru/3.15/whatsnew/3.13.html#c-api-changes)390391 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.13.html#id7)392 - [Изменённые C API](https://python-all.ru/3.15/whatsnew/3.13.html#changed-c-apis)393 - [Изменения ограниченного C API](https://python-all.ru/3.15/whatsnew/3.13.html#limited-c-api-changes)394 - [Удалённые C API](https://python-all.ru/3.15/whatsnew/3.13.html#removed-c-apis)395 - [Устаревшие C API](https://python-all.ru/3.15/whatsnew/3.13.html#deprecated-c-apis)396397 - [Удаление планируется в Python 3.14](https://python-all.ru/3.15/whatsnew/3.13.html#id8)398 - [Ожидается удаление в Python 3.15](https://python-all.ru/3.15/whatsnew/3.13.html#id9)399 - [Запланировано к удалению в Python 3.16](https://python-all.ru/3.15/whatsnew/3.13.html#id10)400 - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3.15/whatsnew/3.13.html#id11)401 - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3.15/whatsnew/3.13.html#id12)402 - [Изменения сборки](https://python-all.ru/3.15/whatsnew/3.13.html#build-changes)403 - [Перенос на Python 3.13](https://python-all.ru/3.15/whatsnew/3.13.html#porting-to-python-3-13)404405 - [Изменения в Python API](https://python-all.ru/3.15/whatsnew/3.13.html#changes-in-the-python-api)406 - [Изменения в C API](https://python-all.ru/3.15/whatsnew/3.13.html#changes-in-the-c-api)407 - [Изменения в регрессионных тестах](https://python-all.ru/3.15/whatsnew/3.13.html#regression-test-changes)408 - [Что нового в Python 3.12](https://python-all.ru/3.15/whatsnew/3.12.html)409410 - [Сводка – основные моменты выпуска](https://python-all.ru/3.15/whatsnew/3.12.html#summary-release-highlights)411 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.12.html#new-features)412413 - [PEP 695: Синтаксис параметров типа](https://python-all.ru/3.15/whatsnew/3.12.html#pep-695-type-parameter-syntax)414 - [PEP 701: Формализация синтаксиса f-строк](https://python-all.ru/3.15/whatsnew/3.12.html#pep-701-syntactic-formalization-of-f-strings)415 - [PEP 684: GIL для каждого интерпретатора](https://python-all.ru/3.15/whatsnew/3.12.html#pep-684-a-per-interpreter-gil)416 - [PEP 669: Мониторинг с низким влиянием для CPython](https://python-all.ru/3.15/whatsnew/3.12.html#pep-669-low-impact-monitoring-for-cpython)417 - [PEP 688: Доступность протокола буфера в Python](https://python-all.ru/3.15/whatsnew/3.12.html#pep-688-making-the-buffer-protocol-accessible-in-python)418 - [PEP 709: Встраивание генераторных выражений](https://python-all.ru/3.15/whatsnew/3.12.html#pep-709-comprehension-inlining)419 - [Улучшенные сообщения об ошибках](https://python-all.ru/3.15/whatsnew/3.12.html#improved-error-messages)420 - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3.15/whatsnew/3.12.html#new-features-related-to-type-hints)421422 - [PEP 692: Использование `TypedDict` для более точной типизации `**kwargs`](https://python-all.ru/3.15/whatsnew/3.12.html#pep-692-using-typeddict-for-more-precise-kwargs-typing)423 - [PEP 698: Декоратор override для статической типизации](https://python-all.ru/3.15/whatsnew/3.12.html#pep-698-override-decorator-for-static-typing)424 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/3.12.html#other-language-changes)425 - [Новые модули](https://python-all.ru/3.15/whatsnew/3.12.html#new-modules)426 - [Улучшенные модули](https://python-all.ru/3.15/whatsnew/3.12.html#improved-modules)427428 - [array](https://python-all.ru/3.15/whatsnew/3.12.html#array)429 - [asyncio](https://python-all.ru/3.15/whatsnew/3.12.html#asyncio)430 - [calendar](https://python-all.ru/3.15/whatsnew/3.12.html#calendar)431 - [csv](https://python-all.ru/3.15/whatsnew/3.12.html#csv)432 - [dis](https://python-all.ru/3.15/whatsnew/3.12.html#dis)433 - [fractions](https://python-all.ru/3.15/whatsnew/3.12.html#fractions)434 - [importlib.resources](https://python-all.ru/3.15/whatsnew/3.12.html#importlib-resources)435 - [inspect](https://python-all.ru/3.15/whatsnew/3.12.html#inspect)436 - [itertools](https://python-all.ru/3.15/whatsnew/3.12.html#itertools)437 - [math](https://python-all.ru/3.15/whatsnew/3.12.html#math)438 - [os](https://python-all.ru/3.15/whatsnew/3.12.html#os)439 - [os.path](https://python-all.ru/3.15/whatsnew/3.12.html#os-path)440 - [pathlib](https://python-all.ru/3.15/whatsnew/3.12.html#pathlib)441 - [platform](https://python-all.ru/3.15/whatsnew/3.12.html#platform)442 - [pdb](https://python-all.ru/3.15/whatsnew/3.12.html#pdb)443 - [random](https://python-all.ru/3.15/whatsnew/3.12.html#random)444 - [shutil](https://python-all.ru/3.15/whatsnew/3.12.html#shutil)445 - [sqlite3](https://python-all.ru/3.15/whatsnew/3.12.html#sqlite3)446 - [statistics](https://python-all.ru/3.15/whatsnew/3.12.html#statistics)447 - [sys](https://python-all.ru/3.15/whatsnew/3.12.html#sys)448 - [tempfile](https://python-all.ru/3.15/whatsnew/3.12.html#tempfile)449 - [threading](https://python-all.ru/3.15/whatsnew/3.12.html#threading)450 - [tkinter](https://python-all.ru/3.15/whatsnew/3.12.html#tkinter)451 - [tokenize](https://python-all.ru/3.15/whatsnew/3.12.html#tokenize)452 - [типы](https://python-all.ru/3.15/whatsnew/3.12.html#types)453 - [typing](https://python-all.ru/3.15/whatsnew/3.12.html#typing)454 - [unicodedata](https://python-all.ru/3.15/whatsnew/3.12.html#unicodedata)455 - [unittest](https://python-all.ru/3.15/whatsnew/3.12.html#unittest)456 - [uuid](https://python-all.ru/3.15/whatsnew/3.12.html#uuid)457 - [Оптимизации](https://python-all.ru/3.15/whatsnew/3.12.html#optimizations)458 - [Изменения байт-кода CPython](https://python-all.ru/3.15/whatsnew/3.12.html#cpython-bytecode-changes)459 - [Демонстрации и инструменты](https://python-all.ru/3.15/whatsnew/3.12.html#demos-and-tools)460 - [Устарело](https://python-all.ru/3.15/whatsnew/3.12.html#deprecated)461462 - [Запланировано к удалению в Python 3.13](https://python-all.ru/3.15/whatsnew/3.12.html#pending-removal-in-python-3-13)463 - [Удаление планируется в Python 3.14](https://python-all.ru/3.15/whatsnew/3.12.html#pending-removal-in-python-3-14)464 - [Ожидается удаление в Python 3.15](https://python-all.ru/3.15/whatsnew/3.12.html#pending-removal-in-python-3-15)465 - [Запланировано к удалению в Python 3.16](https://python-all.ru/3.15/whatsnew/3.12.html#pending-removal-in-python-3-16)466 - [Запланировано к удалению в Python 3.17](https://python-all.ru/3.15/whatsnew/3.12.html#pending-removal-in-python-3-17)467 - [Ожидаемое удаление в Python 3.19](https://python-all.ru/3.15/whatsnew/3.12.html#pending-removal-in-python-3-19)468 - [Ожидается удаление в Python 3.20](https://python-all.ru/3.15/whatsnew/3.12.html#pending-removal-in-python-3-20)469 - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3.15/whatsnew/3.12.html#pending-removal-in-future-versions)470 - [Удалённое](https://python-all.ru/3.15/whatsnew/3.12.html#removed)471472 - [asynchat и asyncore](https://python-all.ru/3.15/whatsnew/3.12.html#asynchat-and-asyncore)473 - [configparser](https://python-all.ru/3.15/whatsnew/3.12.html#configparser)474 - [distutils](https://python-all.ru/3.15/whatsnew/3.12.html#distutils)475 - [ensurepip](https://python-all.ru/3.15/whatsnew/3.12.html#ensurepip)476 - [enum](https://python-all.ru/3.15/whatsnew/3.12.html#enum)477 - [ftplib](https://python-all.ru/3.15/whatsnew/3.12.html#ftplib)478 - [gzip](https://python-all.ru/3.15/whatsnew/3.12.html#gzip)479 - [hashlib](https://python-all.ru/3.15/whatsnew/3.12.html#hashlib)480 - [importlib](https://python-all.ru/3.15/whatsnew/3.12.html#importlib)481 - [imp](https://python-all.ru/3.15/whatsnew/3.12.html#imp)482 - [io](https://python-all.ru/3.15/whatsnew/3.12.html#io)483 - [locale](https://python-all.ru/3.15/whatsnew/3.12.html#locale)484 - [smtpd](https://python-all.ru/3.15/whatsnew/3.12.html#smtpd)485 - [sqlite3](https://python-all.ru/3.15/whatsnew/3.12.html#id2)486 - [ssl](https://python-all.ru/3.15/whatsnew/3.12.html#ssl)487 - [unittest](https://python-all.ru/3.15/whatsnew/3.12.html#id3)488 - [webbrowser](https://python-all.ru/3.15/whatsnew/3.12.html#webbrowser)489 - [xml.etree.ElementTree](https://python-all.ru/3.15/whatsnew/3.12.html#xml-etree-elementtree)490 - [zipimport](https://python-all.ru/3.15/whatsnew/3.12.html#zipimport)491 - [Другие](https://python-all.ru/3.15/whatsnew/3.12.html#others)492 - [Переход на Python 3.12](https://python-all.ru/3.15/whatsnew/3.12.html#porting-to-python-3-12)493494 - [Изменения в Python API](https://python-all.ru/3.15/whatsnew/3.12.html#changes-in-the-python-api)495 - [Изменения сборки](https://python-all.ru/3.15/whatsnew/3.12.html#build-changes)496 - [Изменения C API](https://python-all.ru/3.15/whatsnew/3.12.html#c-api-changes)497498 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.12.html#id4)499 - [Переход на Python 3.12](https://python-all.ru/3.15/whatsnew/3.12.html#id5)500 - [Устарело](https://python-all.ru/3.15/whatsnew/3.12.html#id6)501502 - [Удаление планируется в Python 3.14](https://python-all.ru/3.15/whatsnew/3.12.html#id7)503 - [Ожидается удаление в Python 3.15](https://python-all.ru/3.15/whatsnew/3.12.html#id8)504 - [Запланировано к удалению в Python 3.16](https://python-all.ru/3.15/whatsnew/3.12.html#id9)505 - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3.15/whatsnew/3.12.html#id10)506 - [Удалённое](https://python-all.ru/3.15/whatsnew/3.12.html#id11)507 - [Что нового в Python 3.11](https://python-all.ru/3.15/whatsnew/3.11.html)508509 - [Сводка – основные моменты выпуска](https://python-all.ru/3.15/whatsnew/3.11.html#summary-release-highlights)510 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.11.html#new-features)511512 - [PEP 657: Точное указание местоположения ошибок в трассировках](https://python-all.ru/3.15/whatsnew/3.11.html#pep-657-fine-grained-error-locations-in-tracebacks)513 - [PEP 654: Группы исключений и `except*`](https://python-all.ru/3.15/whatsnew/3.11.html#pep-654-exception-groups-and-except)514 - [PEP 678: Исключения можно дополнять заметками](https://python-all.ru/3.15/whatsnew/3.11.html#pep-678-exceptions-can-be-enriched-with-notes)515 - [Улучшения программы запуска `py.exe` в Windows](https://python-all.ru/3.15/whatsnew/3.11.html#windows-py-exe-launcher-improvements)516 - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3.15/whatsnew/3.11.html#new-features-related-to-type-hints)517518 - [PEP 646: Вариативные дженерики](https://python-all.ru/3.15/whatsnew/3.11.html#pep-646-variadic-generics)519 - [PEP 655: Пометка отдельных `TypedDict` элементов как обязательных или необязательных](https://python-all.ru/3.15/whatsnew/3.11.html#pep-655-marking-individual-typeddict-items-as-required-or-not-required)520 - [PEP 673: тип `Self`](https://python-all.ru/3.15/whatsnew/3.11.html#pep-673-self-type)521 - [PEP 675: Тип произвольной литеральной строки](https://python-all.ru/3.15/whatsnew/3.11.html#pep-675-arbitrary-literal-string-type)522 - [PEP 681: Преобразования классов данных](https://python-all.ru/3.15/whatsnew/3.11.html#pep-681-data-class-transforms)523 - [PEP 563 может не стать будущим](https://python-all.ru/3.15/whatsnew/3.11.html#pep-563-may-not-be-the-future)524 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/3.11.html#other-language-changes)525 - [Прочие изменения реализации CPython](https://python-all.ru/3.15/whatsnew/3.11.html#other-cpython-implementation-changes)526 - [Новые модули](https://python-all.ru/3.15/whatsnew/3.11.html#new-modules)527 - [Улучшенные модули](https://python-all.ru/3.15/whatsnew/3.11.html#improved-modules)528529 - [asyncio](https://python-all.ru/3.15/whatsnew/3.11.html#asyncio)530 - [contextlib](https://python-all.ru/3.15/whatsnew/3.11.html#contextlib)531 - [dataclasses](https://python-all.ru/3.15/whatsnew/3.11.html#dataclasses)532 - [datetime](https://python-all.ru/3.15/whatsnew/3.11.html#datetime)533 - [enum](https://python-all.ru/3.15/whatsnew/3.11.html#enum)534 - [fcntl](https://python-all.ru/3.15/whatsnew/3.11.html#fcntl)535 - [fractions](https://python-all.ru/3.15/whatsnew/3.11.html#fractions)536 - [functools](https://python-all.ru/3.15/whatsnew/3.11.html#functools)537 - [gzip](https://python-all.ru/3.15/whatsnew/3.11.html#gzip)538 - [hashlib](https://python-all.ru/3.15/whatsnew/3.11.html#hashlib)539 - [IDLE и idlelib](https://python-all.ru/3.15/whatsnew/3.11.html#whatsnew311-idle)540 - [inspect](https://python-all.ru/3.15/whatsnew/3.11.html#inspect)541 - [locale](https://python-all.ru/3.15/whatsnew/3.11.html#locale)542 - [logging](https://python-all.ru/3.15/whatsnew/3.11.html#logging)543 - [math](https://python-all.ru/3.15/whatsnew/3.11.html#math)544 - [оператор](https://python-all.ru/3.15/whatsnew/3.11.html#operator)545 - [os](https://python-all.ru/3.15/whatsnew/3.11.html#os)546 - [pathlib](https://python-all.ru/3.15/whatsnew/3.11.html#pathlib)547 - [re](https://python-all.ru/3.15/whatsnew/3.11.html#re)548 - [shutil](https://python-all.ru/3.15/whatsnew/3.11.html#shutil)549 - [сокет](https://python-all.ru/3.15/whatsnew/3.11.html#socket)550 - [sqlite3](https://python-all.ru/3.15/whatsnew/3.11.html#sqlite3)551 - [строка](https://python-all.ru/3.15/whatsnew/3.11.html#string)552 - [sys](https://python-all.ru/3.15/whatsnew/3.11.html#sys)553 - [sysconfig](https://python-all.ru/3.15/whatsnew/3.11.html#sysconfig)554 - [tempfile](https://python-all.ru/3.15/whatsnew/3.11.html#tempfile)555 - [threading](https://python-all.ru/3.15/whatsnew/3.11.html#threading)556 - [time](https://python-all.ru/3.15/whatsnew/3.11.html#time)557 - [tkinter](https://python-all.ru/3.15/whatsnew/3.11.html#tkinter)558 - [traceback](https://python-all.ru/3.15/whatsnew/3.11.html#traceback)559 - [typing](https://python-all.ru/3.15/whatsnew/3.11.html#typing)560 - [unicodedata](https://python-all.ru/3.15/whatsnew/3.11.html#unicodedata)561 - [unittest](https://python-all.ru/3.15/whatsnew/3.11.html#unittest)562 - [venv](https://python-all.ru/3.15/whatsnew/3.11.html#venv)563 - [warnings](https://python-all.ru/3.15/whatsnew/3.11.html#warnings)564 - [zipfile](https://python-all.ru/3.15/whatsnew/3.11.html#zipfile)565 - [Оптимизации](https://python-all.ru/3.15/whatsnew/3.11.html#optimizations)566 - [Более быстрый CPython](https://python-all.ru/3.15/whatsnew/3.11.html#faster-cpython)567568 - [Более быстрый запуск](https://python-all.ru/3.15/whatsnew/3.11.html#faster-startup)569570 - [Замороженные импорты / Статические объекты кода](https://python-all.ru/3.15/whatsnew/3.11.html#frozen-imports-static-code-objects)571 - [Более быстрое выполнение](https://python-all.ru/3.15/whatsnew/3.11.html#faster-runtime)572573 - [Более дешёвые и ленивые фреймы Python](https://python-all.ru/3.15/whatsnew/3.11.html#cheaper-lazy-python-frames)574 - [Встраиваемые вызовы функций Python](https://python-all.ru/3.15/whatsnew/3.11.html#inlined-python-function-calls)575 - [PEP 659: Специализирующийся адаптивный интерпретатор](https://python-all.ru/3.15/whatsnew/3.11.html#pep-659-specializing-adaptive-interpreter)576 - [Разное](https://python-all.ru/3.15/whatsnew/3.11.html#misc)577 - [Часто задаваемые вопросы](https://python-all.ru/3.15/whatsnew/3.11.html#faq)578579 - [Как следует писать код, чтобы воспользоваться этими ускорениями?](https://python-all.ru/3.15/whatsnew/3.11.html#how-should-i-write-my-code-to-utilize-these-speedups)580 - [Будет ли CPython 3.11 потреблять больше памяти?](https://python-all.ru/3.15/whatsnew/3.11.html#will-cpython-3-11-use-more-memory)581 - [Я не вижу ускорений в своей рабочей нагрузке. Почему?](https://python-all.ru/3.15/whatsnew/3.11.html#i-don-t-see-any-speedups-in-my-workload-why)582 - [Есть ли JIT-компилятор?](https://python-all.ru/3.15/whatsnew/3.11.html#is-there-a-jit-compiler)583 - [Общие сведения](https://python-all.ru/3.15/whatsnew/3.11.html#about)584 - [Изменения байт-кода CPython](https://python-all.ru/3.15/whatsnew/3.11.html#cpython-bytecode-changes)585586 - [Новые опкоды](https://python-all.ru/3.15/whatsnew/3.11.html#new-opcodes)587 - [Заменённые опкоды](https://python-all.ru/3.15/whatsnew/3.11.html#replaced-opcodes)588 - [Изменённые/удалённые опкоды](https://python-all.ru/3.15/whatsnew/3.11.html#changed-removed-opcodes)589 - [Устарело](https://python-all.ru/3.15/whatsnew/3.11.html#deprecated)590591 - [Язык/Встроенные функции](https://python-all.ru/3.15/whatsnew/3.11.html#language-builtins)592 - [Модули](https://python-all.ru/3.15/whatsnew/3.11.html#modules)593 - [Стандартная библиотека](https://python-all.ru/3.15/whatsnew/3.11.html#standard-library)594 - [Ожидаемые к удалению в Python 3.12](https://python-all.ru/3.15/whatsnew/3.11.html#pending-removal-in-python-3-12)595 - [Удалённое](https://python-all.ru/3.15/whatsnew/3.11.html#removed)596 - [Переход на Python 3.11](https://python-all.ru/3.15/whatsnew/3.11.html#porting-to-python-3-11)597 - [Изменения сборки](https://python-all.ru/3.15/whatsnew/3.11.html#build-changes)598 - [Изменения C API](https://python-all.ru/3.15/whatsnew/3.11.html#c-api-changes)599600 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.11.html#whatsnew311-c-api-new-features)601 - [Переход на Python 3.11](https://python-all.ru/3.15/whatsnew/3.11.html#whatsnew311-c-api-porting)602 - [Устарело](https://python-all.ru/3.15/whatsnew/3.11.html#whatsnew311-c-api-deprecated)603 - [Ожидаемые к удалению в Python 3.12](https://python-all.ru/3.15/whatsnew/3.11.html#whatsnew311-c-api-pending-removal)604 - [Удалённое](https://python-all.ru/3.15/whatsnew/3.11.html#whatsnew311-c-api-removed)605 - [Заметные изменения в 3.11.4](https://python-all.ru/3.15/whatsnew/3.11.html#notable-changes-in-3-11-4)606607 - [tarfile](https://python-all.ru/3.15/whatsnew/3.11.html#tarfile)608 - [Заметные изменения в 3.11.5](https://python-all.ru/3.15/whatsnew/3.11.html#notable-changes-in-3-11-5)609610 - [OpenSSL](https://python-all.ru/3.15/whatsnew/3.11.html#openssl)611 - [Что нового в Python 3.10](https://python-all.ru/3.15/whatsnew/3.10.html)612613 - [Сводка – основные моменты выпуска](https://python-all.ru/3.15/whatsnew/3.10.html#summary-release-highlights)614 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.10.html#new-features)615616 - [Контекстные менеджеры в круглых скобках](https://python-all.ru/3.15/whatsnew/3.10.html#parenthesized-context-managers)617 - [Улучшенные сообщения об ошибках](https://python-all.ru/3.15/whatsnew/3.10.html#better-error-messages)618619 - [SyntaxErrors](https://python-all.ru/3.15/whatsnew/3.10.html#syntaxerrors)620 - [IndentationErrors](https://python-all.ru/3.15/whatsnew/3.10.html#indentationerrors)621 - [AttributeErrors](https://python-all.ru/3.15/whatsnew/3.10.html#attributeerrors)622 - [NameErrors](https://python-all.ru/3.15/whatsnew/3.10.html#nameerrors)623 - [PEP 626: Точные номера строк для отладки и других инструментов](https://python-all.ru/3.15/whatsnew/3.10.html#pep-626-precise-line-numbers-for-debugging-and-other-tools)624 - [PEP 634: Структурное сопоставление с образцом](https://python-all.ru/3.15/whatsnew/3.10.html#pep-634-structural-pattern-matching)625626 - [Синтаксис и операции](https://python-all.ru/3.15/whatsnew/3.10.html#syntax-and-operations)627 - [Декларативный подход](https://python-all.ru/3.15/whatsnew/3.10.html#declarative-approach)628 - [Простой шаблон: сопоставление с литералом](https://python-all.ru/3.15/whatsnew/3.10.html#simple-pattern-match-to-a-literal)629630 - [Поведение без символа подстановки](https://python-all.ru/3.15/whatsnew/3.10.html#behavior-without-the-wildcard)631 - [Шаблоны с литералом и переменной](https://python-all.ru/3.15/whatsnew/3.10.html#patterns-with-a-literal-and-variable)632 - [Шаблоны и классы](https://python-all.ru/3.15/whatsnew/3.10.html#patterns-and-classes)633634 - [Шаблоны с позиционными параметрами](https://python-all.ru/3.15/whatsnew/3.10.html#patterns-with-positional-parameters)635 - [Вложенные шаблоны](https://python-all.ru/3.15/whatsnew/3.10.html#nested-patterns)636 - [Сложные шаблоны и символ подстановки](https://python-all.ru/3.15/whatsnew/3.10.html#complex-patterns-and-the-wildcard)637 - [Ограничитель](https://python-all.ru/3.15/whatsnew/3.10.html#guard)638 - [Другие ключевые особенности](https://python-all.ru/3.15/whatsnew/3.10.html#other-key-features)639 - [Необязательная опция `EncodingWarning` и `encoding="locale"`](https://python-all.ru/3.15/whatsnew/3.10.html#optional-encodingwarning-and-encoding-locale-option)640 - [Новые возможности, связанные с аннотациями типов](https://python-all.ru/3.15/whatsnew/3.10.html#new-features-related-to-type-hints)641642 - [PEP 604: Новый оператор объединения типов](https://python-all.ru/3.15/whatsnew/3.10.html#pep-604-new-type-union-operator)643 - [PEP 612: Переменные спецификации параметров](https://python-all.ru/3.15/whatsnew/3.10.html#pep-612-parameter-specification-variables)644 - [PEP 613: TypeAlias](https://python-all.ru/3.15/whatsnew/3.10.html#pep-613-typealias)645 - [PEP 647: Определяемые пользователем охранители типов](https://python-all.ru/3.15/whatsnew/3.10.html#pep-647-user-defined-type-guards)646 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/3.10.html#other-language-changes)647 - [Новые модули](https://python-all.ru/3.15/whatsnew/3.10.html#new-modules)648 - [Улучшенные модули](https://python-all.ru/3.15/whatsnew/3.10.html#improved-modules)649650 - [asyncio](https://python-all.ru/3.15/whatsnew/3.10.html#asyncio)651 - [argparse](https://python-all.ru/3.15/whatsnew/3.10.html#argparse)652 - [array](https://python-all.ru/3.15/whatsnew/3.10.html#array)653 - [asynchat, asyncore, smtpd](https://python-all.ru/3.15/whatsnew/3.10.html#asynchat-asyncore-smtpd)654 - [base64](https://python-all.ru/3.15/whatsnew/3.10.html#base64)655 - [bdb](https://python-all.ru/3.15/whatsnew/3.10.html#bdb)656 - [bisect](https://python-all.ru/3.15/whatsnew/3.10.html#bisect)657 - [codecs](https://python-all.ru/3.15/whatsnew/3.10.html#codecs)658 - [collections.abc](https://python-all.ru/3.15/whatsnew/3.10.html#collections-abc)659 - [contextlib](https://python-all.ru/3.15/whatsnew/3.10.html#contextlib)660 - [curses](https://python-all.ru/3.15/whatsnew/3.10.html#curses)661 - [dataclasses](https://python-all.ru/3.15/whatsnew/3.10.html#dataclasses)662663 - [\_\_slots\_\_](https://python-all.ru/3.15/whatsnew/3.10.html#slots)664 - [Поля, задаваемые только по ключу](https://python-all.ru/3.15/whatsnew/3.10.html#keyword-only-fields)665 - [distutils](https://python-all.ru/3.15/whatsnew/3.10.html#distutils)666 - [doctest](https://python-all.ru/3.15/whatsnew/3.10.html#doctest)667 - [encodings](https://python-all.ru/3.15/whatsnew/3.10.html#encodings)668 - [enum](https://python-all.ru/3.15/whatsnew/3.10.html#enum)669 - [fileinput](https://python-all.ru/3.15/whatsnew/3.10.html#fileinput)670 - [faulthandler](https://python-all.ru/3.15/whatsnew/3.10.html#faulthandler)671 - [gc](https://python-all.ru/3.15/whatsnew/3.10.html#gc)672 - [glob](https://python-all.ru/3.15/whatsnew/3.10.html#glob)673 - [hashlib](https://python-all.ru/3.15/whatsnew/3.10.html#hashlib)674 - [hmac](https://python-all.ru/3.15/whatsnew/3.10.html#hmac)675 - [IDLE и idlelib](https://python-all.ru/3.15/whatsnew/3.10.html#idle-and-idlelib)676 - [importlib.metadata](https://python-all.ru/3.15/whatsnew/3.10.html#importlib-metadata)677 - [inspect](https://python-all.ru/3.15/whatsnew/3.10.html#inspect)678 - [itertools](https://python-all.ru/3.15/whatsnew/3.10.html#itertools)679 - [linecache](https://python-all.ru/3.15/whatsnew/3.10.html#linecache)680 - [os](https://python-all.ru/3.15/whatsnew/3.10.html#os)681 - [os.path](https://python-all.ru/3.15/whatsnew/3.10.html#os-path)682 - [pathlib](https://python-all.ru/3.15/whatsnew/3.10.html#pathlib)683 - [platform](https://python-all.ru/3.15/whatsnew/3.10.html#platform)684 - [pprint](https://python-all.ru/3.15/whatsnew/3.10.html#pprint)685 - [py\_compile](https://python-all.ru/3.15/whatsnew/3.10.html#py-compile)686 - [pyclbr](https://python-all.ru/3.15/whatsnew/3.10.html#pyclbr)687 - [shelve](https://python-all.ru/3.15/whatsnew/3.10.html#shelve)688 - [statistics](https://python-all.ru/3.15/whatsnew/3.10.html#statistics)689 - [site](https://python-all.ru/3.15/whatsnew/3.10.html#site)690 - [сокет](https://python-all.ru/3.15/whatsnew/3.10.html#socket)691 - [ssl](https://python-all.ru/3.15/whatsnew/3.10.html#ssl)692 - [sqlite3](https://python-all.ru/3.15/whatsnew/3.10.html#sqlite3)693 - [sys](https://python-all.ru/3.15/whatsnew/3.10.html#sys)694 - [\_thread](https://python-all.ru/3.15/whatsnew/3.10.html#thread)695 - [threading](https://python-all.ru/3.15/whatsnew/3.10.html#threading)696 - [traceback](https://python-all.ru/3.15/whatsnew/3.10.html#traceback)697 - [типы](https://python-all.ru/3.15/whatsnew/3.10.html#types)698 - [typing](https://python-all.ru/3.15/whatsnew/3.10.html#typing)699 - [unittest](https://python-all.ru/3.15/whatsnew/3.10.html#unittest)700 - [urllib.parse](https://python-all.ru/3.15/whatsnew/3.10.html#urllib-parse)701 - [xml](https://python-all.ru/3.15/whatsnew/3.10.html#xml)702 - [zipimport](https://python-all.ru/3.15/whatsnew/3.10.html#zipimport)703 - [Оптимизации](https://python-all.ru/3.15/whatsnew/3.10.html#optimizations)704 - [Устарело](https://python-all.ru/3.15/whatsnew/3.10.html#deprecated)705 - [Удалённое](https://python-all.ru/3.15/whatsnew/3.10.html#removed)706 - [Перенос на Python 3.10](https://python-all.ru/3.15/whatsnew/3.10.html#porting-to-python-3-10)707708 - [Изменения в синтаксисе Python](https://python-all.ru/3.15/whatsnew/3.10.html#changes-in-the-python-syntax)709 - [Изменения в Python API](https://python-all.ru/3.15/whatsnew/3.10.html#changes-in-the-python-api)710 - [Изменения в C API](https://python-all.ru/3.15/whatsnew/3.10.html#changes-in-the-c-api)711 - [Изменения байт-кода CPython](https://python-all.ru/3.15/whatsnew/3.10.html#cpython-bytecode-changes)712 - [Изменения сборки](https://python-all.ru/3.15/whatsnew/3.10.html#build-changes)713 - [Изменения C API](https://python-all.ru/3.15/whatsnew/3.10.html#c-api-changes)714715 - [PEP 652: Поддержка стабильного ABI](https://python-all.ru/3.15/whatsnew/3.10.html#pep-652-maintaining-the-stable-abi)716 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.10.html#id1)717 - [Перенос на Python 3.10](https://python-all.ru/3.15/whatsnew/3.10.html#id2)718 - [Устарело](https://python-all.ru/3.15/whatsnew/3.10.html#id3)719 - [Удалённое](https://python-all.ru/3.15/whatsnew/3.10.html#id4)720 - [Важная функция безопасности в 3.10.7](https://python-all.ru/3.15/whatsnew/3.10.html#notable-security-feature-in-3-10-7)721 - [Важная функция безопасности в 3.10.8](https://python-all.ru/3.15/whatsnew/3.10.html#notable-security-feature-in-3-10-8)722 - [Важные изменения в 3.10.12](https://python-all.ru/3.15/whatsnew/3.10.html#notable-changes-in-3-10-12)723724 - [tarfile](https://python-all.ru/3.15/whatsnew/3.10.html#tarfile)725 - [Что нового в Python 3.9](https://python-all.ru/3.15/whatsnew/3.9.html)726727 - [Сводка – основные моменты выпуска](https://python-all.ru/3.15/whatsnew/3.9.html#summary-release-highlights)728 - [Следует проверить наличие DeprecationWarning в своём коде](https://python-all.ru/3.15/whatsnew/3.9.html#you-should-check-for-deprecationwarning-in-your-code)729 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.9.html#new-features)730731 - [Операторы слияния и обновления словарей](https://python-all.ru/3.15/whatsnew/3.9.html#dictionary-merge-update-operators)732 - [Новые строковые методы для удаления префиксов и суффиксов](https://python-all.ru/3.15/whatsnew/3.9.html#new-string-methods-to-remove-prefixes-and-suffixes)733 - [Обобщённые аннотации типов в стандартных коллекциях](https://python-all.ru/3.15/whatsnew/3.9.html#type-hinting-generics-in-standard-collections)734 - [Новый парсер](https://python-all.ru/3.15/whatsnew/3.9.html#new-parser)735 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/3.9.html#other-language-changes)736 - [Новые модули](https://python-all.ru/3.15/whatsnew/3.9.html#new-modules)737738 - [zoneinfo](https://python-all.ru/3.15/whatsnew/3.9.html#zoneinfo)739 - [graphlib](https://python-all.ru/3.15/whatsnew/3.9.html#graphlib)740 - [Улучшенные модули](https://python-all.ru/3.15/whatsnew/3.9.html#improved-modules)741742 - [ast](https://python-all.ru/3.15/whatsnew/3.9.html#ast)743 - [asyncio](https://python-all.ru/3.15/whatsnew/3.9.html#asyncio)744 - [compileall](https://python-all.ru/3.15/whatsnew/3.9.html#compileall)745 - [concurrent.futures](https://python-all.ru/3.15/whatsnew/3.9.html#concurrent-futures)746 - [curses](https://python-all.ru/3.15/whatsnew/3.9.html#curses)747 - [datetime](https://python-all.ru/3.15/whatsnew/3.9.html#datetime)748 - [distutils](https://python-all.ru/3.15/whatsnew/3.9.html#distutils)749 - [fcntl](https://python-all.ru/3.15/whatsnew/3.9.html#fcntl)750 - [ftplib](https://python-all.ru/3.15/whatsnew/3.9.html#ftplib)751 - [gc](https://python-all.ru/3.15/whatsnew/3.9.html#gc)752 - [hashlib](https://python-all.ru/3.15/whatsnew/3.9.html#hashlib)753 - [http](https://python-all.ru/3.15/whatsnew/3.9.html#http)754 - [IDLE и idlelib](https://python-all.ru/3.15/whatsnew/3.9.html#idle-and-idlelib)755 - [imaplib](https://python-all.ru/3.15/whatsnew/3.9.html#imaplib)756 - [importlib](https://python-all.ru/3.15/whatsnew/3.9.html#importlib)757 - [inspect](https://python-all.ru/3.15/whatsnew/3.9.html#inspect)758 - [ipaddress](https://python-all.ru/3.15/whatsnew/3.9.html#ipaddress)759 - [math](https://python-all.ru/3.15/whatsnew/3.9.html#math)760 - [multiprocessing](https://python-all.ru/3.15/whatsnew/3.9.html#multiprocessing)761 - [nntplib](https://python-all.ru/3.15/whatsnew/3.9.html#nntplib)762 - [os](https://python-all.ru/3.15/whatsnew/3.9.html#os)763 - [pathlib](https://python-all.ru/3.15/whatsnew/3.9.html#pathlib)764 - [pdb](https://python-all.ru/3.15/whatsnew/3.9.html#pdb)765 - [poplib](https://python-all.ru/3.15/whatsnew/3.9.html#poplib)766 - [pprint](https://python-all.ru/3.15/whatsnew/3.9.html#pprint)767 - [pydoc](https://python-all.ru/3.15/whatsnew/3.9.html#pydoc)768 - [random](https://python-all.ru/3.15/whatsnew/3.9.html#random)769 - [signal](https://python-all.ru/3.15/whatsnew/3.9.html#signal)770 - [smtplib](https://python-all.ru/3.15/whatsnew/3.9.html#smtplib)771 - [сокет](https://python-all.ru/3.15/whatsnew/3.9.html#socket)772 - [time](https://python-all.ru/3.15/whatsnew/3.9.html#time)773 - [sys](https://python-all.ru/3.15/whatsnew/3.9.html#sys)774 - [tracemalloc](https://python-all.ru/3.15/whatsnew/3.9.html#tracemalloc)775 - [typing](https://python-all.ru/3.15/whatsnew/3.9.html#typing)776 - [unicodedata](https://python-all.ru/3.15/whatsnew/3.9.html#unicodedata)777 - [venv](https://python-all.ru/3.15/whatsnew/3.9.html#venv)778 - [xml](https://python-all.ru/3.15/whatsnew/3.9.html#xml)779 - [Оптимизации](https://python-all.ru/3.15/whatsnew/3.9.html#optimizations)780 - [Устарело](https://python-all.ru/3.15/whatsnew/3.9.html#deprecated)781 - [Удалённое](https://python-all.ru/3.15/whatsnew/3.9.html#removed)782 - [Перенос на Python 3.9](https://python-all.ru/3.15/whatsnew/3.9.html#porting-to-python-3-9)783784 - [Изменения в Python API](https://python-all.ru/3.15/whatsnew/3.9.html#changes-in-the-python-api)785 - [Изменения в C API](https://python-all.ru/3.15/whatsnew/3.9.html#changes-in-the-c-api)786 - [Изменения байт-кода CPython](https://python-all.ru/3.15/whatsnew/3.9.html#cpython-bytecode-changes)787 - [Изменения сборки](https://python-all.ru/3.15/whatsnew/3.9.html#build-changes)788 - [Изменения C API](https://python-all.ru/3.15/whatsnew/3.9.html#c-api-changes)789790 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.9.html#id1)791 - [Перенос на Python 3.9](https://python-all.ru/3.15/whatsnew/3.9.html#id2)792 - [Удалённое](https://python-all.ru/3.15/whatsnew/3.9.html#id3)793 - [Заметные изменения в Python 3.9.1](https://python-all.ru/3.15/whatsnew/3.9.html#notable-changes-in-python-3-9-1)794795 - [typing](https://python-all.ru/3.15/whatsnew/3.9.html#id4)796 - [Поддержка macOS 11.0 (Big Sur) и Mac на Apple Silicon](https://python-all.ru/3.15/whatsnew/3.9.html#macos-11-0-big-sur-and-apple-silicon-mac-support)797 - [Заметные изменения в Python 3.9.2](https://python-all.ru/3.15/whatsnew/3.9.html#notable-changes-in-python-3-9-2)798799 - [collections.abc](https://python-all.ru/3.15/whatsnew/3.9.html#collections-abc)800 - [urllib.parse](https://python-all.ru/3.15/whatsnew/3.9.html#urllib-parse)801 - [Заметные изменения в Python 3.9.3](https://python-all.ru/3.15/whatsnew/3.9.html#notable-changes-in-python-3-9-3)802 - [Заметные изменения в Python 3.9.5](https://python-all.ru/3.15/whatsnew/3.9.html#notable-changes-in-python-3-9-5)803804 - [urllib.parse](https://python-all.ru/3.15/whatsnew/3.9.html#id5)805 - [Заметная функция безопасности в 3.9.14](https://python-all.ru/3.15/whatsnew/3.9.html#notable-security-feature-in-3-9-14)806 - [Заметные изменения в 3.9.17](https://python-all.ru/3.15/whatsnew/3.9.html#notable-changes-in-3-9-17)807808 - [tarfile](https://python-all.ru/3.15/whatsnew/3.9.html#tarfile)809 - [Что нового в Python 3.8](https://python-all.ru/3.15/whatsnew/3.8.html)810811 - [Сводка – основные моменты выпуска](https://python-all.ru/3.15/whatsnew/3.8.html#summary-release-highlights)812 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.8.html#new-features)813814 - [Присваивающие выражения](https://python-all.ru/3.15/whatsnew/3.8.html#assignment-expressions)815 - [Только позиционные параметры](https://python-all.ru/3.15/whatsnew/3.8.html#positional-only-parameters)816 - [Параллельный кэш файловой системы для скомпилированных файлов байт-кода](https://python-all.ru/3.15/whatsnew/3.8.html#parallel-filesystem-cache-for-compiled-bytecode-files)817 - [Отладочная сборка использует тот же ABI, что и релизная сборка](https://python-all.ru/3.15/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build)818 - [Поддержка f-строк `=` для самодокументируемых выражений и отладки](https://python-all.ru/3.15/whatsnew/3.8.html#f-strings-support-for-self-documenting-expressions-and-debugging)819 - [PEP 578: Хуки аудита времени выполнения Python](https://python-all.ru/3.15/whatsnew/3.8.html#pep-578-python-runtime-audit-hooks)820 - [PEP 587: Конфигурация инициализации Python](https://python-all.ru/3.15/whatsnew/3.8.html#pep-587-python-initialization-configuration)821 - [PEP 590: Vectorcall: быстрый протокол вызова для CPython](https://python-all.ru/3.15/whatsnew/3.8.html#pep-590-vectorcall-a-fast-calling-protocol-for-cpython)822 - [Протокол pickle 5 с внеполосными буферами данных](https://python-all.ru/3.15/whatsnew/3.8.html#pickle-protocol-5-with-out-of-band-data-buffers)823 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/3.8.html#other-language-changes)824 - [Новые модули](https://python-all.ru/3.15/whatsnew/3.8.html#new-modules)825 - [Улучшенные модули](https://python-all.ru/3.15/whatsnew/3.8.html#improved-modules)826827 - [ast](https://python-all.ru/3.15/whatsnew/3.8.html#ast)828 - [asyncio](https://python-all.ru/3.15/whatsnew/3.8.html#asyncio)829 - [builtins](https://python-all.ru/3.15/whatsnew/3.8.html#builtins)830 - [collections](https://python-all.ru/3.15/whatsnew/3.8.html#collections)831 - [cProfile](https://python-all.ru/3.15/whatsnew/3.8.html#cprofile)832 - [csv](https://python-all.ru/3.15/whatsnew/3.8.html#csv)833 - [curses](https://python-all.ru/3.15/whatsnew/3.8.html#curses)834 - [ctypes](https://python-all.ru/3.15/whatsnew/3.8.html#ctypes)835 - [datetime](https://python-all.ru/3.15/whatsnew/3.8.html#datetime)836 - [functools](https://python-all.ru/3.15/whatsnew/3.8.html#functools)837 - [gc](https://python-all.ru/3.15/whatsnew/3.8.html#gc)838 - [gettext](https://python-all.ru/3.15/whatsnew/3.8.html#gettext)839 - [gzip](https://python-all.ru/3.15/whatsnew/3.8.html#gzip)840 - [IDLE и idlelib](https://python-all.ru/3.15/whatsnew/3.8.html#idle-and-idlelib)841 - [inspect](https://python-all.ru/3.15/whatsnew/3.8.html#inspect)842 - [io](https://python-all.ru/3.15/whatsnew/3.8.html#io)843 - [itertools](https://python-all.ru/3.15/whatsnew/3.8.html#itertools)844 - [json.tool](https://python-all.ru/3.15/whatsnew/3.8.html#json-tool)845 - [logging](https://python-all.ru/3.15/whatsnew/3.8.html#logging)846 - [math](https://python-all.ru/3.15/whatsnew/3.8.html#math)847 - [mmap](https://python-all.ru/3.15/whatsnew/3.8.html#mmap)848 - [multiprocessing](https://python-all.ru/3.15/whatsnew/3.8.html#multiprocessing)849 - [os](https://python-all.ru/3.15/whatsnew/3.8.html#os)850 - [os.path](https://python-all.ru/3.15/whatsnew/3.8.html#os-path)851 - [pathlib](https://python-all.ru/3.15/whatsnew/3.8.html#pathlib)852 - [pickle](https://python-all.ru/3.15/whatsnew/3.8.html#pickle)853 - [plistlib](https://python-all.ru/3.15/whatsnew/3.8.html#plistlib)854 - [pprint](https://python-all.ru/3.15/whatsnew/3.8.html#pprint)855 - [py\_compile](https://python-all.ru/3.15/whatsnew/3.8.html#py-compile)856 - [shlex](https://python-all.ru/3.15/whatsnew/3.8.html#shlex)857 - [shutil](https://python-all.ru/3.15/whatsnew/3.8.html#shutil)858 - [сокет](https://python-all.ru/3.15/whatsnew/3.8.html#socket)859 - [ssl](https://python-all.ru/3.15/whatsnew/3.8.html#ssl)860 - [statistics](https://python-all.ru/3.15/whatsnew/3.8.html#statistics)861 - [sys](https://python-all.ru/3.15/whatsnew/3.8.html#sys)862 - [tarfile](https://python-all.ru/3.15/whatsnew/3.8.html#tarfile)863 - [threading](https://python-all.ru/3.15/whatsnew/3.8.html#threading)864 - [tokenize](https://python-all.ru/3.15/whatsnew/3.8.html#tokenize)865 - [tkinter](https://python-all.ru/3.15/whatsnew/3.8.html#tkinter)866 - [time](https://python-all.ru/3.15/whatsnew/3.8.html#time)867 - [typing](https://python-all.ru/3.15/whatsnew/3.8.html#typing)868 - [unicodedata](https://python-all.ru/3.15/whatsnew/3.8.html#unicodedata)869 - [unittest](https://python-all.ru/3.15/whatsnew/3.8.html#unittest)870 - [venv](https://python-all.ru/3.15/whatsnew/3.8.html#venv)871 - [weakref](https://python-all.ru/3.15/whatsnew/3.8.html#weakref)872 - [xml](https://python-all.ru/3.15/whatsnew/3.8.html#xml)873 - [xmlrpc](https://python-all.ru/3.15/whatsnew/3.8.html#xmlrpc)874 - [Оптимизации](https://python-all.ru/3.15/whatsnew/3.8.html#optimizations)875 - [Изменения в сборке и C API](https://python-all.ru/3.15/whatsnew/3.8.html#build-and-c-api-changes)876 - [Устарело](https://python-all.ru/3.15/whatsnew/3.8.html#deprecated)877 - [Удаление API и возможностей](https://python-all.ru/3.15/whatsnew/3.8.html#api-and-feature-removals)878 - [Перенос на Python 3.8](https://python-all.ru/3.15/whatsnew/3.8.html#porting-to-python-3-8)879880 - [Изменения в поведении Python](https://python-all.ru/3.15/whatsnew/3.8.html#changes-in-python-behavior)881 - [Изменения в Python API](https://python-all.ru/3.15/whatsnew/3.8.html#changes-in-the-python-api)882 - [Изменения в C API](https://python-all.ru/3.15/whatsnew/3.8.html#changes-in-the-c-api)883 - [Изменения байт-кода CPython](https://python-all.ru/3.15/whatsnew/3.8.html#cpython-bytecode-changes)884 - [Демонстрации и инструменты](https://python-all.ru/3.15/whatsnew/3.8.html#demos-and-tools)885 - [Заметные изменения в Python 3.8.1](https://python-all.ru/3.15/whatsnew/3.8.html#notable-changes-in-python-3-8-1)886 - [Заметные изменения в Python 3.8.2](https://python-all.ru/3.15/whatsnew/3.8.html#notable-changes-in-python-3-8-2)887 - [Заметные изменения в Python 3.8.3](https://python-all.ru/3.15/whatsnew/3.8.html#notable-changes-in-python-3-8-3)888 - [Заметные изменения в Python 3.8.8](https://python-all.ru/3.15/whatsnew/3.8.html#notable-changes-in-python-3-8-8)889 - [Заметные изменения в Python 3.8.9](https://python-all.ru/3.15/whatsnew/3.8.html#notable-changes-in-python-3-8-9)890 - [Заметные изменения в Python 3.8.10](https://python-all.ru/3.15/whatsnew/3.8.html#notable-changes-in-python-3-8-10)891892 - [Поддержка macOS 11.0 (Big Sur) и Mac на Apple Silicon](https://python-all.ru/3.15/whatsnew/3.8.html#macos-11-0-big-sur-and-apple-silicon-mac-support)893 - [Заметные изменения в Python 3.8.10](https://python-all.ru/3.15/whatsnew/3.8.html#id1)894895 - [urllib.parse](https://python-all.ru/3.15/whatsnew/3.8.html#urllib-parse)896 - [Заметные изменения в Python 3.8.12](https://python-all.ru/3.15/whatsnew/3.8.html#notable-changes-in-python-3-8-12)897898 - [Изменения в Python API](https://python-all.ru/3.15/whatsnew/3.8.html#id2)899 - [Заметное улучшение безопасности в 3.8.14](https://python-all.ru/3.15/whatsnew/3.8.html#notable-security-feature-in-3-8-14)900 - [Заметные изменения в 3.8.17](https://python-all.ru/3.15/whatsnew/3.8.html#notable-changes-in-3-8-17)901902 - [tarfile](https://python-all.ru/3.15/whatsnew/3.8.html#id3)903 - [Что нового в Python 3.7](https://python-all.ru/3.15/whatsnew/3.7.html)904905 - [Сводка – основные моменты выпуска](https://python-all.ru/3.15/whatsnew/3.7.html#summary-release-highlights)906 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.7.html#new-features)907908 - [PEP 563: Отложенная оценка аннотаций](https://python-all.ru/3.15/whatsnew/3.7.html#pep-563-postponed-evaluation-of-annotations)909 - [PEP 538: Приведение устаревшей C-локали](https://python-all.ru/3.15/whatsnew/3.7.html#pep-538-legacy-c-locale-coercion)910 - [PEP 540: Принудительный режим UTF-8 во время выполнения](https://python-all.ru/3.15/whatsnew/3.7.html#pep-540-forced-utf-8-runtime-mode)911 - [PEP 553: Встроенная функция `breakpoint()`](https://python-all.ru/3.15/whatsnew/3.7.html#pep-553-built-in-breakpoint)912 - [PEP 539: Новый C API для локального хранилища потоков](https://python-all.ru/3.15/whatsnew/3.7.html#pep-539-new-c-api-for-thread-local-storage)913 - [PEP 562: Настройка доступа к атрибутам модуля](https://python-all.ru/3.15/whatsnew/3.7.html#pep-562-customization-of-access-to-module-attributes)914 - [PEP 564: Новые функции времени с наносекундным разрешением](https://python-all.ru/3.15/whatsnew/3.7.html#pep-564-new-time-functions-with-nanosecond-resolution)915 - [PEP 565: Показывать DeprecationWarning в `__main__`](https://python-all.ru/3.15/whatsnew/3.7.html#pep-565-show-deprecationwarning-in-main)916 - [PEP 560: Базовая поддержка модуля `typing` и обобщённых типов](https://python-all.ru/3.15/whatsnew/3.7.html#pep-560-core-support-for-typing-module-and-generic-types)917 - [PEP 552: .pyc-файлы на основе хешей](https://python-all.ru/3.15/whatsnew/3.7.html#pep-552-hash-based-pyc-files)918 - [PEP 545: Переводы документации Python](https://python-all.ru/3.15/whatsnew/3.7.html#pep-545-python-documentation-translations)919 - [Режим разработки Python (-X dev)](https://python-all.ru/3.15/whatsnew/3.7.html#python-development-mode-x-dev)920 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/3.7.html#other-language-changes)921 - [Новые модули](https://python-all.ru/3.15/whatsnew/3.7.html#new-modules)922923 - [contextvars](https://python-all.ru/3.15/whatsnew/3.7.html#contextvars)924 - [dataclasses](https://python-all.ru/3.15/whatsnew/3.7.html#dataclasses)925 - [importlib.resources](https://python-all.ru/3.15/whatsnew/3.7.html#importlib-resources)926 - [Улучшенные модули](https://python-all.ru/3.15/whatsnew/3.7.html#improved-modules)927928 - [argparse](https://python-all.ru/3.15/whatsnew/3.7.html#argparse)929 - [asyncio](https://python-all.ru/3.15/whatsnew/3.7.html#asyncio)930 - [binascii](https://python-all.ru/3.15/whatsnew/3.7.html#binascii)931 - [calendar](https://python-all.ru/3.15/whatsnew/3.7.html#calendar)932 - [collections](https://python-all.ru/3.15/whatsnew/3.7.html#collections)933 - [compileall](https://python-all.ru/3.15/whatsnew/3.7.html#compileall)934 - [concurrent.futures](https://python-all.ru/3.15/whatsnew/3.7.html#concurrent-futures)935 - [contextlib](https://python-all.ru/3.15/whatsnew/3.7.html#contextlib)936 - [cProfile](https://python-all.ru/3.15/whatsnew/3.7.html#cprofile)937 - [crypt](https://python-all.ru/3.15/whatsnew/3.7.html#crypt)938 - [datetime](https://python-all.ru/3.15/whatsnew/3.7.html#datetime)939 - [dbm](https://python-all.ru/3.15/whatsnew/3.7.html#dbm)940 - [decimal](https://python-all.ru/3.15/whatsnew/3.7.html#decimal)941 - [dis](https://python-all.ru/3.15/whatsnew/3.7.html#dis)942 - [distutils](https://python-all.ru/3.15/whatsnew/3.7.html#distutils)943 - [enum](https://python-all.ru/3.15/whatsnew/3.7.html#enum)944 - [functools](https://python-all.ru/3.15/whatsnew/3.7.html#functools)945 - [gc](https://python-all.ru/3.15/whatsnew/3.7.html#gc)946 - [hmac](https://python-all.ru/3.15/whatsnew/3.7.html#hmac)947 - [http.client](https://python-all.ru/3.15/whatsnew/3.7.html#http-client)948 - [http.server](https://python-all.ru/3.15/whatsnew/3.7.html#http-server)949 - [idlelib и IDLE](https://python-all.ru/3.15/whatsnew/3.7.html#idlelib-and-idle)950 - [importlib](https://python-all.ru/3.15/whatsnew/3.7.html#importlib)951 - [io](https://python-all.ru/3.15/whatsnew/3.7.html#io)952 - [ipaddress](https://python-all.ru/3.15/whatsnew/3.7.html#ipaddress)953 - [itertools](https://python-all.ru/3.15/whatsnew/3.7.html#itertools)954 - [locale](https://python-all.ru/3.15/whatsnew/3.7.html#locale)955 - [logging](https://python-all.ru/3.15/whatsnew/3.7.html#logging)956 - [math](https://python-all.ru/3.15/whatsnew/3.7.html#math)957 - [mimetypes](https://python-all.ru/3.15/whatsnew/3.7.html#mimetypes)958 - [msilib](https://python-all.ru/3.15/whatsnew/3.7.html#msilib)959 - [multiprocessing](https://python-all.ru/3.15/whatsnew/3.7.html#multiprocessing)960 - [os](https://python-all.ru/3.15/whatsnew/3.7.html#os)961 - [pathlib](https://python-all.ru/3.15/whatsnew/3.7.html#pathlib)962 - [pdb](https://python-all.ru/3.15/whatsnew/3.7.html#pdb)963 - [py\_compile](https://python-all.ru/3.15/whatsnew/3.7.html#py-compile)964 - [pydoc](https://python-all.ru/3.15/whatsnew/3.7.html#pydoc)965 - [очередь](https://python-all.ru/3.15/whatsnew/3.7.html#queue)966 - [re](https://python-all.ru/3.15/whatsnew/3.7.html#re)967 - [signal](https://python-all.ru/3.15/whatsnew/3.7.html#signal)968 - [сокет](https://python-all.ru/3.15/whatsnew/3.7.html#socket)969 - [socketserver](https://python-all.ru/3.15/whatsnew/3.7.html#socketserver)970 - [sqlite3](https://python-all.ru/3.15/whatsnew/3.7.html#sqlite3)971 - [ssl](https://python-all.ru/3.15/whatsnew/3.7.html#ssl)972 - [строка](https://python-all.ru/3.15/whatsnew/3.7.html#string)973 - [подпроцесс](https://python-all.ru/3.15/whatsnew/3.7.html#subprocess)974 - [sys](https://python-all.ru/3.15/whatsnew/3.7.html#sys)975 - [time](https://python-all.ru/3.15/whatsnew/3.7.html#time)976 - [tkinter](https://python-all.ru/3.15/whatsnew/3.7.html#tkinter)977 - [tracemalloc](https://python-all.ru/3.15/whatsnew/3.7.html#tracemalloc)978 - [типы](https://python-all.ru/3.15/whatsnew/3.7.html#types)979 - [unicodedata](https://python-all.ru/3.15/whatsnew/3.7.html#unicodedata)980 - [unittest](https://python-all.ru/3.15/whatsnew/3.7.html#unittest)981 - [unittest.mock](https://python-all.ru/3.15/whatsnew/3.7.html#unittest-mock)982 - [urllib.parse](https://python-all.ru/3.15/whatsnew/3.7.html#urllib-parse)983 - [uu](https://python-all.ru/3.15/whatsnew/3.7.html#uu)984 - [uuid](https://python-all.ru/3.15/whatsnew/3.7.html#uuid)985 - [warnings](https://python-all.ru/3.15/whatsnew/3.7.html#warnings)986 - [xml](https://python-all.ru/3.15/whatsnew/3.7.html#xml)987 - [xml.etree](https://python-all.ru/3.15/whatsnew/3.7.html#xml-etree)988 - [xmlrpc.server](https://python-all.ru/3.15/whatsnew/3.7.html#xmlrpc-server)989 - [zipapp](https://python-all.ru/3.15/whatsnew/3.7.html#zipapp)990 - [zipfile](https://python-all.ru/3.15/whatsnew/3.7.html#zipfile)991 - [Изменения C API](https://python-all.ru/3.15/whatsnew/3.7.html#c-api-changes)992 - [Изменения сборки](https://python-all.ru/3.15/whatsnew/3.7.html#build-changes)993 - [Оптимизации](https://python-all.ru/3.15/whatsnew/3.7.html#optimizations)994 - [Прочие изменения реализации CPython](https://python-all.ru/3.15/whatsnew/3.7.html#other-cpython-implementation-changes)995 - [Устаревшее поведение Python](https://python-all.ru/3.15/whatsnew/3.7.html#deprecated-python-behavior)996 - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.15/whatsnew/3.7.html#deprecated-python-modules-functions-and-methods)997998 - [aifc](https://python-all.ru/3.15/whatsnew/3.7.html#aifc)999 - [asyncio](https://python-all.ru/3.15/whatsnew/3.7.html#whatsnew37-asyncio-deprecated)1000 - [collections](https://python-all.ru/3.15/whatsnew/3.7.html#id3)1001 - [dbm](https://python-all.ru/3.15/whatsnew/3.7.html#id4)1002 - [enum](https://python-all.ru/3.15/whatsnew/3.7.html#id5)1003 - [gettext](https://python-all.ru/3.15/whatsnew/3.7.html#gettext)1004 - [importlib](https://python-all.ru/3.15/whatsnew/3.7.html#id6)1005 - [locale](https://python-all.ru/3.15/whatsnew/3.7.html#id7)1006 - [macpath](https://python-all.ru/3.15/whatsnew/3.7.html#macpath)1007 - [threading](https://python-all.ru/3.15/whatsnew/3.7.html#threading)1008 - [сокет](https://python-all.ru/3.15/whatsnew/3.7.html#id8)1009 - [ssl](https://python-all.ru/3.15/whatsnew/3.7.html#id9)1010 - [sunau](https://python-all.ru/3.15/whatsnew/3.7.html#sunau)1011 - [sys](https://python-all.ru/3.15/whatsnew/3.7.html#id10)1012 - [wave](https://python-all.ru/3.15/whatsnew/3.7.html#wave)1013 - [Устаревшие функции и типы C API](https://python-all.ru/3.15/whatsnew/3.7.html#deprecated-functions-and-types-of-the-c-api)1014 - [Удаление поддержки платформ](https://python-all.ru/3.15/whatsnew/3.7.html#platform-support-removals)1015 - [Удаление API и возможностей](https://python-all.ru/3.15/whatsnew/3.7.html#api-and-feature-removals)1016 - [Удаление модулей](https://python-all.ru/3.15/whatsnew/3.7.html#module-removals)1017 - [Изменения только для Windows](https://python-all.ru/3.15/whatsnew/3.7.html#windows-only-changes)1018 - [Перенос на Python 3.7](https://python-all.ru/3.15/whatsnew/3.7.html#porting-to-python-3-7)10191020 - [Изменения в поведении Python](https://python-all.ru/3.15/whatsnew/3.7.html#changes-in-python-behavior)1021 - [Изменения в Python API](https://python-all.ru/3.15/whatsnew/3.7.html#changes-in-the-python-api)1022 - [Изменения в C API](https://python-all.ru/3.15/whatsnew/3.7.html#changes-in-the-c-api)1023 - [Изменения байт-кода CPython](https://python-all.ru/3.15/whatsnew/3.7.html#cpython-bytecode-changes)1024 - [Изменения только для Windows](https://python-all.ru/3.15/whatsnew/3.7.html#id12)1025 - [Прочие изменения реализации CPython](https://python-all.ru/3.15/whatsnew/3.7.html#id13)1026 - [Заметные изменения в Python 3.7.1](https://python-all.ru/3.15/whatsnew/3.7.html#notable-changes-in-python-3-7-1)1027 - [Заметные изменения в Python 3.7.2](https://python-all.ru/3.15/whatsnew/3.7.html#notable-changes-in-python-3-7-2)1028 - [Заметные изменения в Python 3.7.6](https://python-all.ru/3.15/whatsnew/3.7.html#notable-changes-in-python-3-7-6)1029 - [Заметные изменения в Python 3.7.10](https://python-all.ru/3.15/whatsnew/3.7.html#notable-changes-in-python-3-7-10)1030 - [Заметные изменения в Python 3.7.11](https://python-all.ru/3.15/whatsnew/3.7.html#notable-changes-in-python-3-7-11)1031 - [Важная функция безопасности в 3.7.14](https://python-all.ru/3.15/whatsnew/3.7.html#notable-security-feature-in-3-7-14)1032 - [Что нового в Python 3.6](https://python-all.ru/3.15/whatsnew/3.6.html)10331034 - [Сводка – основные моменты выпуска](https://python-all.ru/3.15/whatsnew/3.6.html#summary-release-highlights)1035 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.6.html#new-features)10361037 - [PEP 498: Форматированные строковые литералы](https://python-all.ru/3.15/whatsnew/3.6.html#pep-498-formatted-string-literals)1038 - [PEP 526: Синтаксис аннотаций переменных](https://python-all.ru/3.15/whatsnew/3.6.html#pep-526-syntax-for-variable-annotations)1039 - [PEP 515: Подчёркивания в числовых литералах](https://python-all.ru/3.15/whatsnew/3.6.html#pep-515-underscores-in-numeric-literals)1040 - [PEP 525: Асинхронные генераторы](https://python-all.ru/3.15/whatsnew/3.6.html#pep-525-asynchronous-generators)1041 - [PEP 530: Асинхронные включения](https://python-all.ru/3.15/whatsnew/3.6.html#pep-530-asynchronous-comprehensions)1042 - [PEP 487: Упрощённая настройка создания классов](https://python-all.ru/3.15/whatsnew/3.6.html#pep-487-simpler-customization-of-class-creation)1043 - [PEP 487: Улучшения протокола дескрипторов](https://python-all.ru/3.15/whatsnew/3.6.html#pep-487-descriptor-protocol-enhancements)1044 - [PEP 519: Добавление протокола пути файловой системы](https://python-all.ru/3.15/whatsnew/3.6.html#pep-519-adding-a-file-system-path-protocol)1045 - [PEP 495: Устранение неоднозначности местного времени](https://python-all.ru/3.15/whatsnew/3.6.html#pep-495-local-time-disambiguation)1046 - [PEP 529: Изменение кодировки файловой системы Windows на UTF-8](https://python-all.ru/3.15/whatsnew/3.6.html#pep-529-change-windows-filesystem-encoding-to-utf-8)1047 - [PEP 528: Изменение кодировки консоли Windows на UTF-8](https://python-all.ru/3.15/whatsnew/3.6.html#pep-528-change-windows-console-encoding-to-utf-8)1048 - [PEP 520: Сохранение порядка определения атрибутов класса](https://python-all.ru/3.15/whatsnew/3.6.html#pep-520-preserving-class-attribute-definition-order)1049 - [PEP 468: Сохранение порядка именованных аргументов](https://python-all.ru/3.15/whatsnew/3.6.html#pep-468-preserving-keyword-argument-order)1050 - [Новая реализация dict](https://python-all.ru/3.15/whatsnew/3.6.html#new-dict-implementation)1051 - [PEP 523: Добавление API оценки фреймов в CPython](https://python-all.ru/3.15/whatsnew/3.6.html#pep-523-adding-a-frame-evaluation-api-to-cpython)1052 - [Переменная окружения PYTHONMALLOC](https://python-all.ru/3.15/whatsnew/3.6.html#pythonmalloc-environment-variable)1053 - [Поддержка трассировки DTrace и SystemTap](https://python-all.ru/3.15/whatsnew/3.6.html#dtrace-and-systemtap-probing-support)1054 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/3.6.html#other-language-changes)1055 - [Новые модули](https://python-all.ru/3.15/whatsnew/3.6.html#new-modules)10561057 - [secrets](https://python-all.ru/3.15/whatsnew/3.6.html#secrets)1058 - [Улучшенные модули](https://python-all.ru/3.15/whatsnew/3.6.html#improved-modules)10591060 - [array](https://python-all.ru/3.15/whatsnew/3.6.html#array)1061 - [ast](https://python-all.ru/3.15/whatsnew/3.6.html#ast)1062 - [asyncio](https://python-all.ru/3.15/whatsnew/3.6.html#asyncio)1063 - [binascii](https://python-all.ru/3.15/whatsnew/3.6.html#binascii)1064 - [cmath](https://python-all.ru/3.15/whatsnew/3.6.html#cmath)1065 - [collections](https://python-all.ru/3.15/whatsnew/3.6.html#collections)1066 - [concurrent.futures](https://python-all.ru/3.15/whatsnew/3.6.html#concurrent-futures)1067 - [contextlib](https://python-all.ru/3.15/whatsnew/3.6.html#contextlib)1068 - [datetime](https://python-all.ru/3.15/whatsnew/3.6.html#datetime)1069 - [decimal](https://python-all.ru/3.15/whatsnew/3.6.html#decimal)1070 - [distutils](https://python-all.ru/3.15/whatsnew/3.6.html#distutils)1071 - [email](https://python-all.ru/3.15/whatsnew/3.6.html#email)1072 - [encodings](https://python-all.ru/3.15/whatsnew/3.6.html#encodings)1073 - [enum](https://python-all.ru/3.15/whatsnew/3.6.html#enum)1074 - [faulthandler](https://python-all.ru/3.15/whatsnew/3.6.html#faulthandler)1075 - [fileinput](https://python-all.ru/3.15/whatsnew/3.6.html#fileinput)1076 - [hashlib](https://python-all.ru/3.15/whatsnew/3.6.html#hashlib)1077 - [http.client](https://python-all.ru/3.15/whatsnew/3.6.html#http-client)1078 - [idlelib и IDLE](https://python-all.ru/3.15/whatsnew/3.6.html#idlelib-and-idle)1079 - [importlib](https://python-all.ru/3.15/whatsnew/3.6.html#importlib)1080 - [inspect](https://python-all.ru/3.15/whatsnew/3.6.html#inspect)1081 - [json](https://python-all.ru/3.15/whatsnew/3.6.html#json)1082 - [logging](https://python-all.ru/3.15/whatsnew/3.6.html#logging)1083 - [math](https://python-all.ru/3.15/whatsnew/3.6.html#math)1084 - [multiprocessing](https://python-all.ru/3.15/whatsnew/3.6.html#multiprocessing)1085 - [os](https://python-all.ru/3.15/whatsnew/3.6.html#os)1086 - [pathlib](https://python-all.ru/3.15/whatsnew/3.6.html#pathlib)1087 - [pdb](https://python-all.ru/3.15/whatsnew/3.6.html#pdb)1088 - [pickle](https://python-all.ru/3.15/whatsnew/3.6.html#pickle)1089 - [pickletools](https://python-all.ru/3.15/whatsnew/3.6.html#pickletools)1090 - [pydoc](https://python-all.ru/3.15/whatsnew/3.6.html#pydoc)1091 - [random](https://python-all.ru/3.15/whatsnew/3.6.html#random)1092 - [re](https://python-all.ru/3.15/whatsnew/3.6.html#re)1093 - [readline](https://python-all.ru/3.15/whatsnew/3.6.html#readline)1094 - [rlcompleter](https://python-all.ru/3.15/whatsnew/3.6.html#rlcompleter)1095 - [shlex](https://python-all.ru/3.15/whatsnew/3.6.html#shlex)1096 - [site](https://python-all.ru/3.15/whatsnew/3.6.html#site)1097 - [sqlite3](https://python-all.ru/3.15/whatsnew/3.6.html#sqlite3)1098 - [сокет](https://python-all.ru/3.15/whatsnew/3.6.html#socket)1099 - [socketserver](https://python-all.ru/3.15/whatsnew/3.6.html#socketserver)1100 - [ssl](https://python-all.ru/3.15/whatsnew/3.6.html#ssl)1101 - [statistics](https://python-all.ru/3.15/whatsnew/3.6.html#statistics)1102 - [struct](https://python-all.ru/3.15/whatsnew/3.6.html#struct)1103 - [подпроцесс](https://python-all.ru/3.15/whatsnew/3.6.html#subprocess)1104 - [sys](https://python-all.ru/3.15/whatsnew/3.6.html#sys)1105 - [telnetlib](https://python-all.ru/3.15/whatsnew/3.6.html#telnetlib)1106 - [time](https://python-all.ru/3.15/whatsnew/3.6.html#time)1107 - [timeit](https://python-all.ru/3.15/whatsnew/3.6.html#timeit)1108 - [tkinter](https://python-all.ru/3.15/whatsnew/3.6.html#tkinter)1109 - [traceback](https://python-all.ru/3.15/whatsnew/3.6.html#traceback)1110 - [tracemalloc](https://python-all.ru/3.15/whatsnew/3.6.html#tracemalloc)1111 - [typing](https://python-all.ru/3.15/whatsnew/3.6.html#typing)1112 - [unicodedata](https://python-all.ru/3.15/whatsnew/3.6.html#unicodedata)1113 - [unittest.mock](https://python-all.ru/3.15/whatsnew/3.6.html#unittest-mock)1114 - [urllib.request](https://python-all.ru/3.15/whatsnew/3.6.html#urllib-request)1115 - [urllib.robotparser](https://python-all.ru/3.15/whatsnew/3.6.html#urllib-robotparser)1116 - [venv](https://python-all.ru/3.15/whatsnew/3.6.html#venv)1117 - [warnings](https://python-all.ru/3.15/whatsnew/3.6.html#warnings)1118 - [winreg](https://python-all.ru/3.15/whatsnew/3.6.html#winreg)1119 - [winsound](https://python-all.ru/3.15/whatsnew/3.6.html#winsound)1120 - [xmlrpc.client](https://python-all.ru/3.15/whatsnew/3.6.html#xmlrpc-client)1121 - [zipfile](https://python-all.ru/3.15/whatsnew/3.6.html#zipfile)1122 - [zlib](https://python-all.ru/3.15/whatsnew/3.6.html#zlib)1123 - [Оптимизации](https://python-all.ru/3.15/whatsnew/3.6.html#optimizations)1124 - [Изменения в сборке и C API](https://python-all.ru/3.15/whatsnew/3.6.html#build-and-c-api-changes)1125 - [Прочие улучшения](https://python-all.ru/3.15/whatsnew/3.6.html#other-improvements)1126 - [Устарело](https://python-all.ru/3.15/whatsnew/3.6.html#deprecated)11271128 - [Новые ключевые слова](https://python-all.ru/3.15/whatsnew/3.6.html#new-keywords)1129 - [Устаревшее поведение Python](https://python-all.ru/3.15/whatsnew/3.6.html#deprecated-python-behavior)1130 - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.15/whatsnew/3.6.html#deprecated-python-modules-functions-and-methods)11311132 - [asynchat](https://python-all.ru/3.15/whatsnew/3.6.html#asynchat)1133 - [asyncore](https://python-all.ru/3.15/whatsnew/3.6.html#asyncore)1134 - [dbm](https://python-all.ru/3.15/whatsnew/3.6.html#dbm)1135 - [distutils](https://python-all.ru/3.15/whatsnew/3.6.html#id2)1136 - [grp](https://python-all.ru/3.15/whatsnew/3.6.html#grp)1137 - [importlib](https://python-all.ru/3.15/whatsnew/3.6.html#id3)1138 - [os](https://python-all.ru/3.15/whatsnew/3.6.html#id4)1139 - [re](https://python-all.ru/3.15/whatsnew/3.6.html#id5)1140 - [ssl](https://python-all.ru/3.15/whatsnew/3.6.html#id6)1141 - [tkinter](https://python-all.ru/3.15/whatsnew/3.6.html#id7)1142 - [venv](https://python-all.ru/3.15/whatsnew/3.6.html#whatsnew36-venv)1143 - [xml](https://python-all.ru/3.15/whatsnew/3.6.html#xml)1144 - [Устаревшие функции и типы C API](https://python-all.ru/3.15/whatsnew/3.6.html#deprecated-functions-and-types-of-the-c-api)1145 - [Устаревшие параметры сборки](https://python-all.ru/3.15/whatsnew/3.6.html#deprecated-build-options)1146 - [Удалённое](https://python-all.ru/3.15/whatsnew/3.6.html#removed)11471148 - [Удаление API и возможностей](https://python-all.ru/3.15/whatsnew/3.6.html#api-and-feature-removals)1149 - [Перенос на Python 3.6](https://python-all.ru/3.15/whatsnew/3.6.html#porting-to-python-3-6)11501151 - [Изменения в поведении команды python](https://python-all.ru/3.15/whatsnew/3.6.html#changes-in-python-command-behavior)1152 - [Изменения в Python API](https://python-all.ru/3.15/whatsnew/3.6.html#changes-in-the-python-api)1153 - [Изменения в C API](https://python-all.ru/3.15/whatsnew/3.6.html#changes-in-the-c-api)1154 - [Изменения байт-кода CPython](https://python-all.ru/3.15/whatsnew/3.6.html#cpython-bytecode-changes)1155 - [Заметные изменения в Python 3.6.2](https://python-all.ru/3.15/whatsnew/3.6.html#notable-changes-in-python-3-6-2)11561157 - [Новая `make regen-all` цель сборки](https://python-all.ru/3.15/whatsnew/3.6.html#new-make-regen-all-build-target)1158 - [Удаление `make touch` цели сборки](https://python-all.ru/3.15/whatsnew/3.6.html#removal-of-make-touch-build-target)1159 - [Заметные изменения в Python 3.6.4](https://python-all.ru/3.15/whatsnew/3.6.html#notable-changes-in-python-3-6-4)1160 - [Заметные изменения в Python 3.6.5](https://python-all.ru/3.15/whatsnew/3.6.html#notable-changes-in-python-3-6-5)1161 - [Заметные изменения в Python 3.6.7](https://python-all.ru/3.15/whatsnew/3.6.html#notable-changes-in-python-3-6-7)1162 - [Заметные изменения в Python 3.6.10](https://python-all.ru/3.15/whatsnew/3.6.html#notable-changes-in-python-3-6-10)1163 - [Заметные изменения в Python 3.6.13](https://python-all.ru/3.15/whatsnew/3.6.html#notable-changes-in-python-3-6-13)1164 - [Заметные изменения в Python 3.6.14](https://python-all.ru/3.15/whatsnew/3.6.html#notable-changes-in-python-3-6-14)1165 - [Что нового в Python 3.5](https://python-all.ru/3.15/whatsnew/3.5.html)11661167 - [Сводка – основные моменты выпуска](https://python-all.ru/3.15/whatsnew/3.5.html#summary-release-highlights)1168 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.5.html#new-features)11691170 - [PEP 492 - Корутины с синтаксисом async и await](https://python-all.ru/3.15/whatsnew/3.5.html#pep-492-coroutines-with-async-and-await-syntax)1171 - [PEP 465 - Специализированный инфиксный оператор для матричного умножения](https://python-all.ru/3.15/whatsnew/3.5.html#pep-465-a-dedicated-infix-operator-for-matrix-multiplication)1172 - [PEP 448 - Дополнительные обобщения распаковки](https://python-all.ru/3.15/whatsnew/3.5.html#pep-448-additional-unpacking-generalizations)1173 - [PEP 461 - Поддержка %-форматирования для bytes и bytearray](https://python-all.ru/3.15/whatsnew/3.5.html#pep-461-percent-formatting-support-for-bytes-and-bytearray)1174 - [PEP 484 - Аннотации типов](https://python-all.ru/3.15/whatsnew/3.5.html#pep-484-type-hints)1175 - [PEP 471 - os.scandir() – улучшенный и более быстрый итератор каталогов](https://python-all.ru/3.15/whatsnew/3.5.html#pep-471-os-scandir-function-a-better-and-faster-directory-iterator)1176 - [PEP 475: Повтор системных вызовов, завершающихся с EINTR](https://python-all.ru/3.15/whatsnew/3.5.html#pep-475-retry-system-calls-failing-with-eintr)1177 - [PEP 479: Изменение обработки StopIteration внутри генераторов](https://python-all.ru/3.15/whatsnew/3.5.html#pep-479-change-stopiteration-handling-inside-generators)1178 - [PEP 485: Функция для проверки приблизительного равенства](https://python-all.ru/3.15/whatsnew/3.5.html#pep-485-a-function-for-testing-approximate-equality)1179 - [PEP 486: Информирование Python Launcher о виртуальных окружениях](https://python-all.ru/3.15/whatsnew/3.5.html#pep-486-make-the-python-launcher-aware-of-virtual-environments)1180 - [PEP 488: Удаление PYO-файлов](https://python-all.ru/3.15/whatsnew/3.5.html#pep-488-elimination-of-pyo-files)1181 - [PEP 489: Многофазная инициализация модулей расширения](https://python-all.ru/3.15/whatsnew/3.5.html#pep-489-multi-phase-extension-module-initialization)1182 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/3.5.html#other-language-changes)1183 - [Новые модули](https://python-all.ru/3.15/whatsnew/3.5.html#new-modules)11841185 - [typing](https://python-all.ru/3.15/whatsnew/3.5.html#typing)1186 - [zipapp](https://python-all.ru/3.15/whatsnew/3.5.html#zipapp)1187 - [Улучшенные модули](https://python-all.ru/3.15/whatsnew/3.5.html#improved-modules)11881189 - [argparse](https://python-all.ru/3.15/whatsnew/3.5.html#argparse)1190 - [asyncio](https://python-all.ru/3.15/whatsnew/3.5.html#asyncio)1191 - [bz2](https://python-all.ru/3.15/whatsnew/3.5.html#bz2)1192 - [cgi](https://python-all.ru/3.15/whatsnew/3.5.html#cgi)1193 - [cmath](https://python-all.ru/3.15/whatsnew/3.5.html#cmath)1194 - [код](https://python-all.ru/3.15/whatsnew/3.5.html#code)1195 - [collections](https://python-all.ru/3.15/whatsnew/3.5.html#collections)1196 - [collections.abc](https://python-all.ru/3.15/whatsnew/3.5.html#collections-abc)1197 - [compileall](https://python-all.ru/3.15/whatsnew/3.5.html#compileall)1198 - [concurrent.futures](https://python-all.ru/3.15/whatsnew/3.5.html#concurrent-futures)1199 - [configparser](https://python-all.ru/3.15/whatsnew/3.5.html#configparser)1200 - [contextlib](https://python-all.ru/3.15/whatsnew/3.5.html#contextlib)1201 - [csv](https://python-all.ru/3.15/whatsnew/3.5.html#csv)1202 - [curses](https://python-all.ru/3.15/whatsnew/3.5.html#curses)1203 - [dbm](https://python-all.ru/3.15/whatsnew/3.5.html#dbm)1204 - [difflib](https://python-all.ru/3.15/whatsnew/3.5.html#difflib)1205 - [distutils](https://python-all.ru/3.15/whatsnew/3.5.html#distutils)1206 - [doctest](https://python-all.ru/3.15/whatsnew/3.5.html#doctest)1207 - [email](https://python-all.ru/3.15/whatsnew/3.5.html#email)1208 - [enum](https://python-all.ru/3.15/whatsnew/3.5.html#enum)1209 - [faulthandler](https://python-all.ru/3.15/whatsnew/3.5.html#faulthandler)1210 - [functools](https://python-all.ru/3.15/whatsnew/3.5.html#functools)1211 - [glob](https://python-all.ru/3.15/whatsnew/3.5.html#glob)1212 - [gzip](https://python-all.ru/3.15/whatsnew/3.5.html#gzip)1213 - [heapq](https://python-all.ru/3.15/whatsnew/3.5.html#heapq)1214 - [http](https://python-all.ru/3.15/whatsnew/3.5.html#http)1215 - [http.client](https://python-all.ru/3.15/whatsnew/3.5.html#http-client)1216 - [idlelib и IDLE](https://python-all.ru/3.15/whatsnew/3.5.html#idlelib-and-idle)1217 - [imaplib](https://python-all.ru/3.15/whatsnew/3.5.html#imaplib)1218 - [imghdr](https://python-all.ru/3.15/whatsnew/3.5.html#imghdr)1219 - [importlib](https://python-all.ru/3.15/whatsnew/3.5.html#importlib)1220 - [inspect](https://python-all.ru/3.15/whatsnew/3.5.html#inspect)1221 - [io](https://python-all.ru/3.15/whatsnew/3.5.html#io)1222 - [ipaddress](https://python-all.ru/3.15/whatsnew/3.5.html#ipaddress)1223 - [json](https://python-all.ru/3.15/whatsnew/3.5.html#json)1224 - [linecache](https://python-all.ru/3.15/whatsnew/3.5.html#linecache)1225 - [locale](https://python-all.ru/3.15/whatsnew/3.5.html#locale)1226 - [logging](https://python-all.ru/3.15/whatsnew/3.5.html#logging)1227 - [lzma](https://python-all.ru/3.15/whatsnew/3.5.html#lzma)1228 - [math](https://python-all.ru/3.15/whatsnew/3.5.html#math)1229 - [multiprocessing](https://python-all.ru/3.15/whatsnew/3.5.html#multiprocessing)1230 - [оператор](https://python-all.ru/3.15/whatsnew/3.5.html#operator)1231 - [os](https://python-all.ru/3.15/whatsnew/3.5.html#os)1232 - [pathlib](https://python-all.ru/3.15/whatsnew/3.5.html#pathlib)1233 - [pickle](https://python-all.ru/3.15/whatsnew/3.5.html#pickle)1234 - [poplib](https://python-all.ru/3.15/whatsnew/3.5.html#poplib)1235 - [re](https://python-all.ru/3.15/whatsnew/3.5.html#re)1236 - [readline](https://python-all.ru/3.15/whatsnew/3.5.html#readline)1237 - [selectors](https://python-all.ru/3.15/whatsnew/3.5.html#selectors)1238 - [shutil](https://python-all.ru/3.15/whatsnew/3.5.html#shutil)1239 - [signal](https://python-all.ru/3.15/whatsnew/3.5.html#signal)1240 - [smtpd](https://python-all.ru/3.15/whatsnew/3.5.html#smtpd)1241 - [smtplib](https://python-all.ru/3.15/whatsnew/3.5.html#smtplib)1242 - [sndhdr](https://python-all.ru/3.15/whatsnew/3.5.html#sndhdr)1243 - [сокет](https://python-all.ru/3.15/whatsnew/3.5.html#socket)1244 - [ssl](https://python-all.ru/3.15/whatsnew/3.5.html#ssl)12451246 - [Поддержка Memory BIO](https://python-all.ru/3.15/whatsnew/3.5.html#memory-bio-support)1247 - [Поддержка согласования протокола прикладного уровня](https://python-all.ru/3.15/whatsnew/3.5.html#application-layer-protocol-negotiation-support)1248 - [Прочие изменения](https://python-all.ru/3.15/whatsnew/3.5.html#other-changes)1249 - [sqlite3](https://python-all.ru/3.15/whatsnew/3.5.html#sqlite3)1250 - [подпроцесс](https://python-all.ru/3.15/whatsnew/3.5.html#subprocess)1251 - [sys](https://python-all.ru/3.15/whatsnew/3.5.html#sys)1252 - [sysconfig](https://python-all.ru/3.15/whatsnew/3.5.html#sysconfig)1253 - [tarfile](https://python-all.ru/3.15/whatsnew/3.5.html#tarfile)1254 - [threading](https://python-all.ru/3.15/whatsnew/3.5.html#threading)1255 - [time](https://python-all.ru/3.15/whatsnew/3.5.html#time)1256 - [timeit](https://python-all.ru/3.15/whatsnew/3.5.html#timeit)1257 - [tkinter](https://python-all.ru/3.15/whatsnew/3.5.html#tkinter)1258 - [traceback](https://python-all.ru/3.15/whatsnew/3.5.html#traceback)1259 - [типы](https://python-all.ru/3.15/whatsnew/3.5.html#types)1260 - [unicodedata](https://python-all.ru/3.15/whatsnew/3.5.html#unicodedata)1261 - [unittest](https://python-all.ru/3.15/whatsnew/3.5.html#unittest)1262 - [unittest.mock](https://python-all.ru/3.15/whatsnew/3.5.html#unittest-mock)1263 - [urllib](https://python-all.ru/3.15/whatsnew/3.5.html#urllib)1264 - [wsgiref](https://python-all.ru/3.15/whatsnew/3.5.html#wsgiref)1265 - [xmlrpc](https://python-all.ru/3.15/whatsnew/3.5.html#xmlrpc)1266 - [xml.sax](https://python-all.ru/3.15/whatsnew/3.5.html#xml-sax)1267 - [zipfile](https://python-all.ru/3.15/whatsnew/3.5.html#zipfile)1268 - [Другие изменения на уровне модулей](https://python-all.ru/3.15/whatsnew/3.5.html#other-module-level-changes)1269 - [Оптимизации](https://python-all.ru/3.15/whatsnew/3.5.html#optimizations)1270 - [Изменения в сборке и C API](https://python-all.ru/3.15/whatsnew/3.5.html#build-and-c-api-changes)1271 - [Устарело](https://python-all.ru/3.15/whatsnew/3.5.html#deprecated)12721273 - [Новые ключевые слова](https://python-all.ru/3.15/whatsnew/3.5.html#new-keywords)1274 - [Устаревшее поведение Python](https://python-all.ru/3.15/whatsnew/3.5.html#deprecated-python-behavior)1275 - [Неподдерживаемые операционные системы](https://python-all.ru/3.15/whatsnew/3.5.html#unsupported-operating-systems)1276 - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.15/whatsnew/3.5.html#deprecated-python-modules-functions-and-methods)1277 - [Удалённое](https://python-all.ru/3.15/whatsnew/3.5.html#removed)12781279 - [Удаление API и возможностей](https://python-all.ru/3.15/whatsnew/3.5.html#api-and-feature-removals)1280 - [Переход на Python 3.5](https://python-all.ru/3.15/whatsnew/3.5.html#porting-to-python-3-5)12811282 - [Изменения в поведении Python](https://python-all.ru/3.15/whatsnew/3.5.html#changes-in-python-behavior)1283 - [Изменения в Python API](https://python-all.ru/3.15/whatsnew/3.5.html#changes-in-the-python-api)1284 - [Изменения в C API](https://python-all.ru/3.15/whatsnew/3.5.html#changes-in-the-c-api)1285 - [Заметные изменения в Python 3.5.4](https://python-all.ru/3.15/whatsnew/3.5.html#notable-changes-in-python-3-5-4)12861287 - [Новая `make regen-all` цель сборки](https://python-all.ru/3.15/whatsnew/3.5.html#new-make-regen-all-build-target)1288 - [Удаление `make touch` цели сборки](https://python-all.ru/3.15/whatsnew/3.5.html#removal-of-make-touch-build-target)1289 - [Что нового в Python 3.4](https://python-all.ru/3.15/whatsnew/3.4.html)12901291 - [Сводка – основные моменты выпуска](https://python-all.ru/3.15/whatsnew/3.4.html#summary-release-highlights)1292 - [Новые возможности](https://python-all.ru/3.15/whatsnew/3.4.html#new-features)12931294 - [PEP 453: Явная начальная загрузка pip в установках Python](https://python-all.ru/3.15/whatsnew/3.4.html#pep-453-explicit-bootstrapping-of-pip-in-python-installations)12951296 - [Автоматическая установка pip по умолчанию](https://python-all.ru/3.15/whatsnew/3.4.html#bootstrapping-pip-by-default)1297 - [Изменения в документации](https://python-all.ru/3.15/whatsnew/3.4.html#documentation-changes)1298 - [PEP 446: Вновь созданные файловые дескрипторы не наследуются](https://python-all.ru/3.15/whatsnew/3.4.html#pep-446-newly-created-file-descriptors-are-non-inheritable)1299 - [Улучшения в обработке кодеков](https://python-all.ru/3.15/whatsnew/3.4.html#improvements-to-codec-handling)1300 - [PEP 451: Тип ModuleSpec для системы импорта](https://python-all.ru/3.15/whatsnew/3.4.html#pep-451-a-modulespec-type-for-the-import-system)1301 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/3.4.html#other-language-changes)1302 - [Новые модули](https://python-all.ru/3.15/whatsnew/3.4.html#new-modules)13031304 - [asyncio](https://python-all.ru/3.15/whatsnew/3.4.html#asyncio)1305 - [ensurepip](https://python-all.ru/3.15/whatsnew/3.4.html#ensurepip)1306 - [enum](https://python-all.ru/3.15/whatsnew/3.4.html#enum)1307 - [pathlib](https://python-all.ru/3.15/whatsnew/3.4.html#pathlib)1308 - [selectors](https://python-all.ru/3.15/whatsnew/3.4.html#selectors)1309 - [statistics](https://python-all.ru/3.15/whatsnew/3.4.html#statistics)1310 - [tracemalloc](https://python-all.ru/3.15/whatsnew/3.4.html#tracemalloc)1311 - [Улучшенные модули](https://python-all.ru/3.15/whatsnew/3.4.html#improved-modules)13121313 - [abc](https://python-all.ru/3.15/whatsnew/3.4.html#abc)1314 - [aifc](https://python-all.ru/3.15/whatsnew/3.4.html#aifc)1315 - [argparse](https://python-all.ru/3.15/whatsnew/3.4.html#argparse)1316 - [audioop](https://python-all.ru/3.15/whatsnew/3.4.html#audioop)1317 - [base64](https://python-all.ru/3.15/whatsnew/3.4.html#base64)1318 - [collections](https://python-all.ru/3.15/whatsnew/3.4.html#collections)1319 - [colorsys](https://python-all.ru/3.15/whatsnew/3.4.html#colorsys)1320 - [contextlib](https://python-all.ru/3.15/whatsnew/3.4.html#contextlib)1321 - [dbm](https://python-all.ru/3.15/whatsnew/3.4.html#dbm)1322 - [dis](https://python-all.ru/3.15/whatsnew/3.4.html#dis)1323 - [doctest](https://python-all.ru/3.15/whatsnew/3.4.html#doctest)1324 - [email](https://python-all.ru/3.15/whatsnew/3.4.html#email)1325 - [filecmp](https://python-all.ru/3.15/whatsnew/3.4.html#filecmp)1326 - [functools](https://python-all.ru/3.15/whatsnew/3.4.html#functools)1327 - [gc](https://python-all.ru/3.15/whatsnew/3.4.html#gc)1328 - [glob](https://python-all.ru/3.15/whatsnew/3.4.html#glob)1329 - [hashlib](https://python-all.ru/3.15/whatsnew/3.4.html#hashlib)1330 - [hmac](https://python-all.ru/3.15/whatsnew/3.4.html#hmac)1331 - [html](https://python-all.ru/3.15/whatsnew/3.4.html#html)1332 - [http](https://python-all.ru/3.15/whatsnew/3.4.html#http)1333 - [idlelib и IDLE](https://python-all.ru/3.15/whatsnew/3.4.html#idlelib-and-idle)1334 - [importlib](https://python-all.ru/3.15/whatsnew/3.4.html#importlib)1335 - [inspect](https://python-all.ru/3.15/whatsnew/3.4.html#inspect)1336 - [ipaddress](https://python-all.ru/3.15/whatsnew/3.4.html#ipaddress)1337 - [logging](https://python-all.ru/3.15/whatsnew/3.4.html#logging)1338 - [marshal](https://python-all.ru/3.15/whatsnew/3.4.html#marshal)1339 - [mmap](https://python-all.ru/3.15/whatsnew/3.4.html#mmap)1340 - [multiprocessing](https://python-all.ru/3.15/whatsnew/3.4.html#multiprocessing)1341 - [оператор](https://python-all.ru/3.15/whatsnew/3.4.html#operator)1342 - [os](https://python-all.ru/3.15/whatsnew/3.4.html#os)1343 - [pdb](https://python-all.ru/3.15/whatsnew/3.4.html#pdb)1344 - [pickle](https://python-all.ru/3.15/whatsnew/3.4.html#pickle)1345 - [plistlib](https://python-all.ru/3.15/whatsnew/3.4.html#plistlib)1346 - [poplib](https://python-all.ru/3.15/whatsnew/3.4.html#poplib)1347 - [pprint](https://python-all.ru/3.15/whatsnew/3.4.html#pprint)1348 - [pty](https://python-all.ru/3.15/whatsnew/3.4.html#pty)1349 - [pydoc](https://python-all.ru/3.15/whatsnew/3.4.html#pydoc)1350 - [re](https://python-all.ru/3.15/whatsnew/3.4.html#re)1351 - [resource](https://python-all.ru/3.15/whatsnew/3.4.html#resource)1352 - [select](https://python-all.ru/3.15/whatsnew/3.4.html#select)1353 - [shelve](https://python-all.ru/3.15/whatsnew/3.4.html#shelve)1354 - [shutil](https://python-all.ru/3.15/whatsnew/3.4.html#shutil)1355 - [smtpd](https://python-all.ru/3.15/whatsnew/3.4.html#smtpd)1356 - [smtplib](https://python-all.ru/3.15/whatsnew/3.4.html#smtplib)1357 - [сокет](https://python-all.ru/3.15/whatsnew/3.4.html#socket)1358 - [sqlite3](https://python-all.ru/3.15/whatsnew/3.4.html#sqlite3)1359 - [ssl](https://python-all.ru/3.15/whatsnew/3.4.html#ssl)1360 - [stat](https://python-all.ru/3.15/whatsnew/3.4.html#stat)1361 - [struct](https://python-all.ru/3.15/whatsnew/3.4.html#struct)1362 - [подпроцесс](https://python-all.ru/3.15/whatsnew/3.4.html#subprocess)1363 - [sunau](https://python-all.ru/3.15/whatsnew/3.4.html#sunau)1364 - [sys](https://python-all.ru/3.15/whatsnew/3.4.html#sys)1365 - [tarfile](https://python-all.ru/3.15/whatsnew/3.4.html#tarfile)1366 - [textwrap](https://python-all.ru/3.15/whatsnew/3.4.html#textwrap)1367 - [threading](https://python-all.ru/3.15/whatsnew/3.4.html#threading)1368 - [traceback](https://python-all.ru/3.15/whatsnew/3.4.html#traceback)1369 - [типы](https://python-all.ru/3.15/whatsnew/3.4.html#types)1370 - [urllib](https://python-all.ru/3.15/whatsnew/3.4.html#urllib)1371 - [unittest](https://python-all.ru/3.15/whatsnew/3.4.html#unittest)1372 - [venv](https://python-all.ru/3.15/whatsnew/3.4.html#venv)1373 - [wave](https://python-all.ru/3.15/whatsnew/3.4.html#wave)1374 - [weakref](https://python-all.ru/3.15/whatsnew/3.4.html#weakref)1375 - [xml.etree](https://python-all.ru/3.15/whatsnew/3.4.html#xml-etree)1376 - [zipfile](https://python-all.ru/3.15/whatsnew/3.4.html#zipfile)1377 - [Изменения в реализации CPython](https://python-all.ru/3.15/whatsnew/3.4.html#cpython-implementation-changes)13781379 - [PEP 445: Настройка аллокаторов памяти CPython](https://python-all.ru/3.15/whatsnew/3.4.html#pep-445-customization-of-cpython-memory-allocators)1380 - [PEP 442: Безопасная финализация объектов](https://python-all.ru/3.15/whatsnew/3.4.html#pep-442-safe-object-finalization)1381 - [PEP 456: Безопасный и взаимозаменяемый хеш-алгоритм](https://python-all.ru/3.15/whatsnew/3.4.html#pep-456-secure-and-interchangeable-hash-algorithm)1382 - [PEP 436: Argument Clinic](https://python-all.ru/3.15/whatsnew/3.4.html#pep-436-argument-clinic)1383 - [Прочие изменения в сборке и C API](https://python-all.ru/3.15/whatsnew/3.4.html#other-build-and-c-api-changes)1384 - [Прочие улучшения](https://python-all.ru/3.15/whatsnew/3.4.html#other-improvements)1385 - [Значительные оптимизации](https://python-all.ru/3.15/whatsnew/3.4.html#significant-optimizations)1386 - [Устарело](https://python-all.ru/3.15/whatsnew/3.4.html#deprecated)13871388 - [Устаревшие возможности в Python API](https://python-all.ru/3.15/whatsnew/3.4.html#deprecations-in-the-python-api)1389 - [Устаревшие возможности](https://python-all.ru/3.15/whatsnew/3.4.html#deprecated-features)1390 - [Удалённое](https://python-all.ru/3.15/whatsnew/3.4.html#removed)13911392 - [Операционные системы, больше не поддерживаемые](https://python-all.ru/3.15/whatsnew/3.4.html#operating-systems-no-longer-supported)1393 - [Удаление API и возможностей](https://python-all.ru/3.15/whatsnew/3.4.html#api-and-feature-removals)1394 - [Очистка кода](https://python-all.ru/3.15/whatsnew/3.4.html#code-cleanups)1395 - [Перенос на Python 3.4](https://python-all.ru/3.15/whatsnew/3.4.html#porting-to-python-3-4)13961397 - [Изменения в поведении команды python](https://python-all.ru/3.15/whatsnew/3.4.html#changes-in-python-command-behavior)1398 - [Изменения в Python API](https://python-all.ru/3.15/whatsnew/3.4.html#changes-in-the-python-api)1399 - [Изменения в C API](https://python-all.ru/3.15/whatsnew/3.4.html#changes-in-the-c-api)1400 - [Изменено в 3.4.3](https://python-all.ru/3.15/whatsnew/3.4.html#changed-in-3-4-3)14011402 - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3.15/whatsnew/3.4.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)1403 - [Что нового в Python 3.3](https://python-all.ru/3.15/whatsnew/3.3.html)14041405 - [Сводка – основные моменты выпуска](https://python-all.ru/3.15/whatsnew/3.3.html#summary-release-highlights)1406 - [PEP 405: Виртуальные окружения](https://python-all.ru/3.15/whatsnew/3.3.html#pep-405-virtual-environments)1407 - [PEP 420: Неявные пакеты пространств имён](https://python-all.ru/3.15/whatsnew/3.3.html#pep-420-implicit-namespace-packages)1408 - [PEP 3118: Новая реализация memoryview и документация протокола буферов](https://python-all.ru/3.15/whatsnew/3.3.html#pep-3118-new-memoryview-implementation-and-buffer-protocol-documentation)14091410 - [Возможности](https://python-all.ru/3.15/whatsnew/3.3.html#features)1411 - [Изменения API](https://python-all.ru/3.15/whatsnew/3.3.html#api-changes)1412 - [PEP 393: Гибкое представление строк](https://python-all.ru/3.15/whatsnew/3.3.html#pep-393-flexible-string-representation)14131414 - [Функциональность](https://python-all.ru/3.15/whatsnew/3.3.html#functionality)1415 - [Производительность и потребление ресурсов](https://python-all.ru/3.15/whatsnew/3.3.html#performance-and-resource-usage)1416 - [PEP 397: Средство запуска Python для Windows](https://python-all.ru/3.15/whatsnew/3.3.html#pep-397-python-launcher-for-windows)1417 - [PEP 3151: Переработка иерархии исключений ОС и ввода-вывода](https://python-all.ru/3.15/whatsnew/3.3.html#pep-3151-reworking-the-os-and-io-exception-hierarchy)1418 - [PEP 380: Синтаксис делегирования подгенератору](https://python-all.ru/3.15/whatsnew/3.3.html#pep-380-syntax-for-delegating-to-a-subgenerator)1419 - [PEP 409: Подавление контекста исключения](https://python-all.ru/3.15/whatsnew/3.3.html#pep-409-suppressing-exception-context)1420 - [PEP 414: Явные литералы Unicode](https://python-all.ru/3.15/whatsnew/3.3.html#pep-414-explicit-unicode-literals)1421 - [PEP 3155: Квалифицированное имя для классов и функций](https://python-all.ru/3.15/whatsnew/3.3.html#pep-3155-qualified-name-for-classes-and-functions)1422 - [PEP 412: Словарь с разделением ключей](https://python-all.ru/3.15/whatsnew/3.3.html#pep-412-key-sharing-dictionary)1423 - [PEP 362: Объект сигнатуры функции](https://python-all.ru/3.15/whatsnew/3.3.html#pep-362-function-signature-object)1424 - [PEP 421: Добавление sys.implementation](https://python-all.ru/3.15/whatsnew/3.3.html#pep-421-adding-sys-implementation)14251426 - [SimpleNamespace](https://python-all.ru/3.15/whatsnew/3.3.html#simplenamespace)1427 - [Использование importlib в качестве реализации импорта](https://python-all.ru/3.15/whatsnew/3.3.html#using-importlib-as-the-implementation-of-import)14281429 - [Новые API](https://python-all.ru/3.15/whatsnew/3.3.html#new-apis)1430 - [Заметные изменения](https://python-all.ru/3.15/whatsnew/3.3.html#visible-changes)1431 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/3.3.html#other-language-changes)1432 - [Более детальная блокировка импорта](https://python-all.ru/3.15/whatsnew/3.3.html#a-finer-grained-import-lock)1433 - [Встроенные функции и типы](https://python-all.ru/3.15/whatsnew/3.3.html#builtin-functions-and-types)1434 - [Новые модули](https://python-all.ru/3.15/whatsnew/3.3.html#new-modules)14351436 - [faulthandler](https://python-all.ru/3.15/whatsnew/3.3.html#faulthandler)1437 - [ipaddress](https://python-all.ru/3.15/whatsnew/3.3.html#ipaddress)1438 - [lzma](https://python-all.ru/3.15/whatsnew/3.3.html#lzma)1439 - [Улучшенные модули](https://python-all.ru/3.15/whatsnew/3.3.html#improved-modules)14401441 - [abc](https://python-all.ru/3.15/whatsnew/3.3.html#abc)1442 - [array](https://python-all.ru/3.15/whatsnew/3.3.html#array)1443 - [base64](https://python-all.ru/3.15/whatsnew/3.3.html#base64)1444 - [binascii](https://python-all.ru/3.15/whatsnew/3.3.html#binascii)1445 - [bz2](https://python-all.ru/3.15/whatsnew/3.3.html#bz2)1446 - [codecs](https://python-all.ru/3.15/whatsnew/3.3.html#codecs)1447 - [collections](https://python-all.ru/3.15/whatsnew/3.3.html#collections)1448 - [contextlib](https://python-all.ru/3.15/whatsnew/3.3.html#contextlib)1449 - [crypt](https://python-all.ru/3.15/whatsnew/3.3.html#crypt)1450 - [curses](https://python-all.ru/3.15/whatsnew/3.3.html#curses)1451 - [datetime](https://python-all.ru/3.15/whatsnew/3.3.html#datetime)1452 - [decimal](https://python-all.ru/3.15/whatsnew/3.3.html#decimal)14531454 - [Возможности](https://python-all.ru/3.15/whatsnew/3.3.html#id1)1455 - [Изменения API](https://python-all.ru/3.15/whatsnew/3.3.html#id2)1456 - [email](https://python-all.ru/3.15/whatsnew/3.3.html#email)14571458 - [Каркас политик](https://python-all.ru/3.15/whatsnew/3.3.html#policy-framework)1459 - [Временная политика с новым API заголовков](https://python-all.ru/3.15/whatsnew/3.3.html#provisional-policy-with-new-header-api)1460 - [Другие изменения API](https://python-all.ru/3.15/whatsnew/3.3.html#other-api-changes)1461 - [ftplib](https://python-all.ru/3.15/whatsnew/3.3.html#ftplib)1462 - [functools](https://python-all.ru/3.15/whatsnew/3.3.html#functools)1463 - [gc](https://python-all.ru/3.15/whatsnew/3.3.html#gc)1464 - [hmac](https://python-all.ru/3.15/whatsnew/3.3.html#hmac)1465 - [http](https://python-all.ru/3.15/whatsnew/3.3.html#http)1466 - [html](https://python-all.ru/3.15/whatsnew/3.3.html#html)1467 - [imaplib](https://python-all.ru/3.15/whatsnew/3.3.html#imaplib)1468 - [inspect](https://python-all.ru/3.15/whatsnew/3.3.html#inspect)1469 - [io](https://python-all.ru/3.15/whatsnew/3.3.html#io)1470 - [itertools](https://python-all.ru/3.15/whatsnew/3.3.html#itertools)1471 - [logging](https://python-all.ru/3.15/whatsnew/3.3.html#logging)1472 - [math](https://python-all.ru/3.15/whatsnew/3.3.html#math)1473 - [mmap](https://python-all.ru/3.15/whatsnew/3.3.html#mmap)1474 - [multiprocessing](https://python-all.ru/3.15/whatsnew/3.3.html#multiprocessing)1475 - [nntplib](https://python-all.ru/3.15/whatsnew/3.3.html#nntplib)1476 - [os](https://python-all.ru/3.15/whatsnew/3.3.html#os)1477 - [pdb](https://python-all.ru/3.15/whatsnew/3.3.html#pdb)1478 - [pickle](https://python-all.ru/3.15/whatsnew/3.3.html#pickle)1479 - [pydoc](https://python-all.ru/3.15/whatsnew/3.3.html#pydoc)1480 - [re](https://python-all.ru/3.15/whatsnew/3.3.html#re)1481 - [sched](https://python-all.ru/3.15/whatsnew/3.3.html#sched)1482 - [select](https://python-all.ru/3.15/whatsnew/3.3.html#select)1483 - [shlex](https://python-all.ru/3.15/whatsnew/3.3.html#shlex)1484 - [shutil](https://python-all.ru/3.15/whatsnew/3.3.html#shutil)1485 - [signal](https://python-all.ru/3.15/whatsnew/3.3.html#signal)1486 - [smtpd](https://python-all.ru/3.15/whatsnew/3.3.html#smtpd)1487 - [smtplib](https://python-all.ru/3.15/whatsnew/3.3.html#smtplib)1488 - [сокет](https://python-all.ru/3.15/whatsnew/3.3.html#socket)1489 - [socketserver](https://python-all.ru/3.15/whatsnew/3.3.html#socketserver)1490 - [sqlite3](https://python-all.ru/3.15/whatsnew/3.3.html#sqlite3)1491 - [ssl](https://python-all.ru/3.15/whatsnew/3.3.html#ssl)1492 - [stat](https://python-all.ru/3.15/whatsnew/3.3.html#stat)1493 - [struct](https://python-all.ru/3.15/whatsnew/3.3.html#struct)1494 - [подпроцесс](https://python-all.ru/3.15/whatsnew/3.3.html#subprocess)1495 - [sys](https://python-all.ru/3.15/whatsnew/3.3.html#sys)1496 - [tarfile](https://python-all.ru/3.15/whatsnew/3.3.html#tarfile)1497 - [tempfile](https://python-all.ru/3.15/whatsnew/3.3.html#tempfile)1498 - [textwrap](https://python-all.ru/3.15/whatsnew/3.3.html#textwrap)1499 - [threading](https://python-all.ru/3.15/whatsnew/3.3.html#threading)1500 - [time](https://python-all.ru/3.15/whatsnew/3.3.html#time)1501 - [типы](https://python-all.ru/3.15/whatsnew/3.3.html#types)1502 - [unittest](https://python-all.ru/3.15/whatsnew/3.3.html#unittest)1503 - [urllib](https://python-all.ru/3.15/whatsnew/3.3.html#urllib)1504 - [webbrowser](https://python-all.ru/3.15/whatsnew/3.3.html#webbrowser)1505 - [xml.etree.ElementTree](https://python-all.ru/3.15/whatsnew/3.3.html#xml-etree-elementtree)1506 - [zlib](https://python-all.ru/3.15/whatsnew/3.3.html#zlib)1507 - [Оптимизации](https://python-all.ru/3.15/whatsnew/3.3.html#optimizations)1508 - [Изменения в сборке и C API](https://python-all.ru/3.15/whatsnew/3.3.html#build-and-c-api-changes)1509 - [Устарело](https://python-all.ru/3.15/whatsnew/3.3.html#deprecated)15101511 - [Неподдерживаемые операционные системы](https://python-all.ru/3.15/whatsnew/3.3.html#unsupported-operating-systems)1512 - [Устаревшие модули, функции и методы Python](https://python-all.ru/3.15/whatsnew/3.3.html#deprecated-python-modules-functions-and-methods)1513 - [Устаревшие функции и типы C API](https://python-all.ru/3.15/whatsnew/3.3.html#deprecated-functions-and-types-of-the-c-api)1514 - [Устаревшие возможности](https://python-all.ru/3.15/whatsnew/3.3.html#deprecated-features)1515 - [Портирование на Python 3.3](https://python-all.ru/3.15/whatsnew/3.3.html#porting-to-python-3-3)15161517 - [Перенос кода Python](https://python-all.ru/3.15/whatsnew/3.3.html#porting-python-code)1518 - [Перенос кода C](https://python-all.ru/3.15/whatsnew/3.3.html#porting-c-code)1519 - [Сборка расширений на C](https://python-all.ru/3.15/whatsnew/3.3.html#building-c-extensions)1520 - [Изменения параметров командной строки](https://python-all.ru/3.15/whatsnew/3.3.html#command-line-switch-changes)1521 - [Что нового в Python 3.2](https://python-all.ru/3.15/whatsnew/3.2.html)15221523 - [PEP 384: Определение стабильного ABI](https://python-all.ru/3.15/whatsnew/3.2.html#pep-384-defining-a-stable-abi)1524 - [PEP 389: Модуль разбора командной строки argparse](https://python-all.ru/3.15/whatsnew/3.2.html#pep-389-argparse-command-line-parsing-module)1525 - [PEP 391: Конфигурация логирования на основе словарей](https://python-all.ru/3.15/whatsnew/3.2.html#pep-391-dictionary-based-configuration-for-logging)1526 - [PEP 3148: Модуль `concurrent.futures`](https://python-all.ru/3.15/whatsnew/3.2.html#pep-3148-the-concurrent-futures-module)1527 - [PEP 3147: Каталоги репозитория PYC](https://python-all.ru/3.15/whatsnew/3.2.html#pep-3147-pyc-repository-directories)1528 - [PEP 3149: Файлы .so с тегом версии ABI](https://python-all.ru/3.15/whatsnew/3.2.html#pep-3149-abi-version-tagged-so-files)1529 - [PEP 3333: Интерфейс шлюза веб-сервера Python v1.0.1](https://python-all.ru/3.15/whatsnew/3.2.html#pep-3333-python-web-server-gateway-interface-v1-0-1)1530 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/3.2.html#other-language-changes)1531 - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.15/whatsnew/3.2.html#new-improved-and-deprecated-modules)15321533 - [email](https://python-all.ru/3.15/whatsnew/3.2.html#email)1534 - [elementtree](https://python-all.ru/3.15/whatsnew/3.2.html#elementtree)1535 - [functools](https://python-all.ru/3.15/whatsnew/3.2.html#functools)1536 - [itertools](https://python-all.ru/3.15/whatsnew/3.2.html#itertools)1537 - [collections](https://python-all.ru/3.15/whatsnew/3.2.html#collections)1538 - [threading](https://python-all.ru/3.15/whatsnew/3.2.html#threading)1539 - [datetime и time](https://python-all.ru/3.15/whatsnew/3.2.html#datetime-and-time)1540 - [math](https://python-all.ru/3.15/whatsnew/3.2.html#math)1541 - [abc](https://python-all.ru/3.15/whatsnew/3.2.html#abc)1542 - [io](https://python-all.ru/3.15/whatsnew/3.2.html#io)1543 - [reprlib](https://python-all.ru/3.15/whatsnew/3.2.html#reprlib)1544 - [logging](https://python-all.ru/3.15/whatsnew/3.2.html#logging)1545 - [csv](https://python-all.ru/3.15/whatsnew/3.2.html#csv)1546 - [contextlib](https://python-all.ru/3.15/whatsnew/3.2.html#contextlib)1547 - [decimal и fractions](https://python-all.ru/3.15/whatsnew/3.2.html#decimal-and-fractions)1548 - [ftp](https://python-all.ru/3.15/whatsnew/3.2.html#ftp)1549 - [popen](https://python-all.ru/3.15/whatsnew/3.2.html#popen)1550 - [select](https://python-all.ru/3.15/whatsnew/3.2.html#select)1551 - [gzip и zipfile](https://python-all.ru/3.15/whatsnew/3.2.html#gzip-and-zipfile)1552 - [tarfile](https://python-all.ru/3.15/whatsnew/3.2.html#tarfile)1553 - [hashlib](https://python-all.ru/3.15/whatsnew/3.2.html#hashlib)1554 - [ast](https://python-all.ru/3.15/whatsnew/3.2.html#ast)1555 - [os](https://python-all.ru/3.15/whatsnew/3.2.html#os)1556 - [shutil](https://python-all.ru/3.15/whatsnew/3.2.html#shutil)1557 - [sqlite3](https://python-all.ru/3.15/whatsnew/3.2.html#sqlite3)1558 - [html](https://python-all.ru/3.15/whatsnew/3.2.html#html)1559 - [сокет](https://python-all.ru/3.15/whatsnew/3.2.html#socket)1560 - [ssl](https://python-all.ru/3.15/whatsnew/3.2.html#ssl)1561 - [nntp](https://python-all.ru/3.15/whatsnew/3.2.html#nntp)1562 - [сертификаты](https://python-all.ru/3.15/whatsnew/3.2.html#certificates)1563 - [imaplib](https://python-all.ru/3.15/whatsnew/3.2.html#imaplib)1564 - [http.client](https://python-all.ru/3.15/whatsnew/3.2.html#http-client)1565 - [unittest](https://python-all.ru/3.15/whatsnew/3.2.html#unittest)1566 - [random](https://python-all.ru/3.15/whatsnew/3.2.html#random)1567 - [poplib](https://python-all.ru/3.15/whatsnew/3.2.html#poplib)1568 - [asyncore](https://python-all.ru/3.15/whatsnew/3.2.html#asyncore)1569 - [tempfile](https://python-all.ru/3.15/whatsnew/3.2.html#tempfile)1570 - [inspect](https://python-all.ru/3.15/whatsnew/3.2.html#inspect)1571 - [pydoc](https://python-all.ru/3.15/whatsnew/3.2.html#pydoc)1572 - [dis](https://python-all.ru/3.15/whatsnew/3.2.html#dis)1573 - [dbm](https://python-all.ru/3.15/whatsnew/3.2.html#dbm)1574 - [ctypes](https://python-all.ru/3.15/whatsnew/3.2.html#ctypes)1575 - [site](https://python-all.ru/3.15/whatsnew/3.2.html#site)1576 - [sysconfig](https://python-all.ru/3.15/whatsnew/3.2.html#sysconfig)1577 - [pdb](https://python-all.ru/3.15/whatsnew/3.2.html#pdb)1578 - [configparser](https://python-all.ru/3.15/whatsnew/3.2.html#configparser)1579 - [urllib.parse](https://python-all.ru/3.15/whatsnew/3.2.html#urllib-parse)1580 - [mailbox](https://python-all.ru/3.15/whatsnew/3.2.html#mailbox)1581 - [turtledemo](https://python-all.ru/3.15/whatsnew/3.2.html#turtledemo)1582 - [Многопоточность](https://python-all.ru/3.15/whatsnew/3.2.html#multi-threading)1583 - [Оптимизации](https://python-all.ru/3.15/whatsnew/3.2.html#optimizations)1584 - [Юникод](https://python-all.ru/3.15/whatsnew/3.2.html#unicode)1585 - [Кодеки](https://python-all.ru/3.15/whatsnew/3.2.html#codecs)1586 - [Документация](https://python-all.ru/3.15/whatsnew/3.2.html#documentation)1587 - [IDLE](https://python-all.ru/3.15/whatsnew/3.2.html#idle)1588 - [Репозиторий кода](https://python-all.ru/3.15/whatsnew/3.2.html#code-repository)1589 - [Изменения в сборке и C API](https://python-all.ru/3.15/whatsnew/3.2.html#build-and-c-api-changes)1590 - [Переход на Python 3.2](https://python-all.ru/3.15/whatsnew/3.2.html#porting-to-python-3-2)1591 - [Что нового в Python 3.1](https://python-all.ru/3.15/whatsnew/3.1.html)15921593 - [PEP 372: Упорядоченные словари](https://python-all.ru/3.15/whatsnew/3.1.html#pep-372-ordered-dictionaries)1594 - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.15/whatsnew/3.1.html#pep-378-format-specifier-for-thousands-separator)1595 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/3.1.html#other-language-changes)1596 - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.15/whatsnew/3.1.html#new-improved-and-deprecated-modules)1597 - [Оптимизации](https://python-all.ru/3.15/whatsnew/3.1.html#optimizations)1598 - [IDLE](https://python-all.ru/3.15/whatsnew/3.1.html#idle)1599 - [Изменения в сборке и C API](https://python-all.ru/3.15/whatsnew/3.1.html#build-and-c-api-changes)1600 - [Переход на Python 3.1](https://python-all.ru/3.15/whatsnew/3.1.html#porting-to-python-3-1)1601 - [Что нового в Python 3.0](https://python-all.ru/3.15/whatsnew/3.0.html)16021603 - [Типичные трудности](https://python-all.ru/3.15/whatsnew/3.0.html#common-stumbling-blocks)16041605 - [Print – это функция](https://python-all.ru/3.15/whatsnew/3.0.html#print-is-a-function)1606 - [Представления и итераторы вместо списков](https://python-all.ru/3.15/whatsnew/3.0.html#views-and-iterators-instead-of-lists)1607 - [Сравнение на упорядочивание](https://python-all.ru/3.15/whatsnew/3.0.html#ordering-comparisons)1608 - [Целые числа](https://python-all.ru/3.15/whatsnew/3.0.html#integers)1609 - [Текст против данных: вместо Unicode и 8-битных строк](https://python-all.ru/3.15/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit)1610 - [Обзор изменений синтаксиса](https://python-all.ru/3.15/whatsnew/3.0.html#overview-of-syntax-changes)16111612 - [Новый синтаксис](https://python-all.ru/3.15/whatsnew/3.0.html#new-syntax)1613 - [Изменённый синтаксис](https://python-all.ru/3.15/whatsnew/3.0.html#changed-syntax)1614 - [Удалённый синтаксис](https://python-all.ru/3.15/whatsnew/3.0.html#removed-syntax)1615 - [Изменения, уже присутствовавшие в Python 2.6](https://python-all.ru/3.15/whatsnew/3.0.html#changes-already-present-in-python-2-6)1616 - [Изменения в библиотеке](https://python-all.ru/3.15/whatsnew/3.0.html#library-changes)1617 - [**PEP 3101**: Новый подход к форматированию строк](https://python-all.ru/3.15/whatsnew/3.0.html#pep-3101-a-new-approach-to-string-formatting)1618 - [Изменения в исключениях](https://python-all.ru/3.15/whatsnew/3.0.html#changes-to-exceptions)1619 - [Прочие изменения](https://python-all.ru/3.15/whatsnew/3.0.html#miscellaneous-other-changes)16201621 - [Операторы и специальные методы](https://python-all.ru/3.15/whatsnew/3.0.html#operators-and-special-methods)1622 - [Встроенные функции](https://python-all.ru/3.15/whatsnew/3.0.html#builtins)1623 - [Изменения в сборке и C API](https://python-all.ru/3.15/whatsnew/3.0.html#build-and-c-api-changes)1624 - [Производительность](https://python-all.ru/3.15/whatsnew/3.0.html#performance)1625 - [Переход на Python 3.0](https://python-all.ru/3.15/whatsnew/3.0.html#porting-to-python-3-0)1626 - [Что нового в Python 2.7](https://python-all.ru/3.15/whatsnew/2.7.html)16271628 - [Будущее Python 2.x](https://python-all.ru/3.15/whatsnew/2.7.html#the-future-for-python-2-x)1629 - [Изменения в обработке предупреждений об устаревании](https://python-all.ru/3.15/whatsnew/2.7.html#changes-to-the-handling-of-deprecation-warnings)1630 - [Возможности Python 3.1](https://python-all.ru/3.15/whatsnew/2.7.html#python-3-1-features)1631 - [PEP 372: Добавление упорядоченного словаря в collections](https://python-all.ru/3.15/whatsnew/2.7.html#pep-372-adding-an-ordered-dictionary-to-collections)1632 - [PEP 378: Спецификатор формата для разделителя тысяч](https://python-all.ru/3.15/whatsnew/2.7.html#pep-378-format-specifier-for-thousands-separator)1633 - [PEP 389: Модуль argparse для разбора командной строки](https://python-all.ru/3.15/whatsnew/2.7.html#pep-389-the-argparse-module-for-parsing-command-lines)1634 - [PEP 391: Конфигурация логирования на основе словаря](https://python-all.ru/3.15/whatsnew/2.7.html#pep-391-dictionary-based-configuration-for-logging)1635 - [PEP 3106: Представления словаря](https://python-all.ru/3.15/whatsnew/2.7.html#pep-3106-dictionary-views)1636 - [PEP 3137: Объект memoryview](https://python-all.ru/3.15/whatsnew/2.7.html#pep-3137-the-memoryview-object)1637 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/2.7.html#other-language-changes)16381639 - [Изменения в интерпретаторе](https://python-all.ru/3.15/whatsnew/2.7.html#interpreter-changes)1640 - [Оптимизации](https://python-all.ru/3.15/whatsnew/2.7.html#optimizations)1641 - [Новые и улучшенные модули](https://python-all.ru/3.15/whatsnew/2.7.html#new-and-improved-modules)16421643 - [Новый модуль: importlib](https://python-all.ru/3.15/whatsnew/2.7.html#new-module-importlib)1644 - [Новый модуль: sysconfig](https://python-all.ru/3.15/whatsnew/2.7.html#new-module-sysconfig)1645 - [ttk: Тематические виджеты для Tk](https://python-all.ru/3.15/whatsnew/2.7.html#ttk-themed-widgets-for-tk)1646 - [Обновлённый модуль: unittest](https://python-all.ru/3.15/whatsnew/2.7.html#updated-module-unittest)1647 - [Обновлённый модуль: ElementTree 1.3](https://python-all.ru/3.15/whatsnew/2.7.html#updated-module-elementtree-1-3)1648 - [Изменения в сборке и C API](https://python-all.ru/3.15/whatsnew/2.7.html#build-and-c-api-changes)16491650 - [Капсулы](https://python-all.ru/3.15/whatsnew/2.7.html#capsules)1651 - [Изменения для конкретных платформ: Windows](https://python-all.ru/3.15/whatsnew/2.7.html#port-specific-changes-windows)1652 - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3.15/whatsnew/2.7.html#port-specific-changes-mac-os-x)1653 - [Изменения для конкретной платформы: FreeBSD](https://python-all.ru/3.15/whatsnew/2.7.html#port-specific-changes-freebsd)1654 - [Прочие изменения и исправления](https://python-all.ru/3.15/whatsnew/2.7.html#other-changes-and-fixes)1655 - [Переход на Python 2.7](https://python-all.ru/3.15/whatsnew/2.7.html#porting-to-python-2-7)1656 - [Новые возможности, добавленные в поддерживаемых выпусках Python 2.7](https://python-all.ru/3.15/whatsnew/2.7.html#new-features-added-to-python-2-7-maintenance-releases)16571658 - [Две новые переменные окружения для режима отладки](https://python-all.ru/3.15/whatsnew/2.7.html#two-new-environment-variables-for-debug-mode)1659 - [PEP 434: Исключение для улучшений IDLE во всех ветках](https://python-all.ru/3.15/whatsnew/2.7.html#pep-434-idle-enhancement-exception-for-all-branches)1660 - [PEP 466: Улучшения сетевой безопасности для Python 2.7](https://python-all.ru/3.15/whatsnew/2.7.html#pep-466-network-security-enhancements-for-python-2-7)1661 - [PEP 477: Перенос ensurepip (PEP 453) в Python 2.7](https://python-all.ru/3.15/whatsnew/2.7.html#pep-477-backport-ensurepip-pep-453-to-python-2-7)16621663 - [Автоматическая установка pip по умолчанию](https://python-all.ru/3.15/whatsnew/2.7.html#bootstrapping-pip-by-default)1664 - [Изменения в документации](https://python-all.ru/3.15/whatsnew/2.7.html#documentation-changes)1665 - [PEP 476: Включение проверки сертификатов по умолчанию для http-клиентов стандартной библиотеки](https://python-all.ru/3.15/whatsnew/2.7.html#pep-476-enabling-certificate-verification-by-default-for-stdlib-http-clients)1666 - [PEP 493: Инструменты миграции проверки HTTPS для Python 2.7](https://python-all.ru/3.15/whatsnew/2.7.html#pep-493-https-verification-migration-tools-for-python-2-7)1667 - [Новая `make regen-all` цель сборки](https://python-all.ru/3.15/whatsnew/2.7.html#new-make-regen-all-build-target)1668 - [Удаление `make touch` цели сборки](https://python-all.ru/3.15/whatsnew/2.7.html#removal-of-make-touch-build-target)1669 - [Благодарности](https://python-all.ru/3.15/whatsnew/2.7.html#acknowledgements)1670 - [Что нового в Python 2.6](https://python-all.ru/3.15/whatsnew/2.6.html)16711672 - [Python 3.0](https://python-all.ru/3.15/whatsnew/2.6.html#python-3-0)1673 - [Изменения в процессе разработки](https://python-all.ru/3.15/whatsnew/2.6.html#changes-to-the-development-process)16741675 - [Новый трекер ошибок: Roundup](https://python-all.ru/3.15/whatsnew/2.6.html#new-issue-tracker-roundup)1676 - [Новый формат документации: reStructuredText с использованием Sphinx](https://python-all.ru/3.15/whatsnew/2.6.html#new-documentation-format-restructuredtext-using-sphinx)1677 - [PEP 343: Оператор 'with'](https://python-all.ru/3.15/whatsnew/2.6.html#pep-343-the-with-statement)16781679 - [Написание контекстных менеджеров](https://python-all.ru/3.15/whatsnew/2.6.html#writing-context-managers)1680 - [Модуль contextlib](https://python-all.ru/3.15/whatsnew/2.6.html#the-contextlib-module)1681 - [PEP 366: Явные относительные импорты из главного модуля](https://python-all.ru/3.15/whatsnew/2.6.html#pep-366-explicit-relative-imports-from-a-main-module)1682 - [PEP 370: Каталог `site-packages` для каждого пользователя](https://python-all.ru/3.15/whatsnew/2.6.html#pep-370-per-user-site-packages-directory)1683 - [PEP 371: Пакет `multiprocessing`](https://python-all.ru/3.15/whatsnew/2.6.html#pep-371-the-multiprocessing-package)1684 - [PEP 3101: Расширенное форматирование строк](https://python-all.ru/3.15/whatsnew/2.6.html#pep-3101-advanced-string-formatting)1685 - [PEP 3105: `print` как функция](https://python-all.ru/3.15/whatsnew/2.6.html#pep-3105-print-as-a-function)1686 - [PEP 3110: Изменения в обработке исключений](https://python-all.ru/3.15/whatsnew/2.6.html#pep-3110-exception-handling-changes)1687 - [PEP 3112: Байтовые литералы](https://python-all.ru/3.15/whatsnew/2.6.html#pep-3112-byte-literals)1688 - [PEP 3116: Новая библиотека ввода-вывода](https://python-all.ru/3.15/whatsnew/2.6.html#pep-3116-new-i-o-library)1689 - [PEP 3118: Пересмотренный протокол буферов](https://python-all.ru/3.15/whatsnew/2.6.html#pep-3118-revised-buffer-protocol)1690 - [PEP 3119: Абстрактные базовые классы](https://python-all.ru/3.15/whatsnew/2.6.html#pep-3119-abstract-base-classes)1691 - [PEP 3127: Поддержка и синтаксис целочисленных литералов](https://python-all.ru/3.15/whatsnew/2.6.html#pep-3127-integer-literal-support-and-syntax)1692 - [PEP 3129: Декораторы классов](https://python-all.ru/3.15/whatsnew/2.6.html#pep-3129-class-decorators)1693 - [PEP 3141: Иерархия типов для чисел](https://python-all.ru/3.15/whatsnew/2.6.html#pep-3141-a-type-hierarchy-for-numbers)16941695 - [Модуль `fractions`](https://python-all.ru/3.15/whatsnew/2.6.html#the-fractions-module)1696 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/2.6.html#other-language-changes)16971698 - [Оптимизации](https://python-all.ru/3.15/whatsnew/2.6.html#optimizations)1699 - [Изменения в интерпретаторе](https://python-all.ru/3.15/whatsnew/2.6.html#interpreter-changes)1700 - [Новые и улучшенные модули](https://python-all.ru/3.15/whatsnew/2.6.html#new-and-improved-modules)17011702 - [Модуль `ast`](https://python-all.ru/3.15/whatsnew/2.6.html#the-ast-module)1703 - [Модуль `future_builtins`](https://python-all.ru/3.15/whatsnew/2.6.html#the-future-builtins-module)1704 - [Модуль `json`: JavaScript Object Notation](https://python-all.ru/3.15/whatsnew/2.6.html#the-json-module-javascript-object-notation)1705 - [Модуль `plistlib`: парсер списков свойств](https://python-all.ru/3.15/whatsnew/2.6.html#the-plistlib-module-a-property-list-parser)1706 - [Улучшения ctypes](https://python-all.ru/3.15/whatsnew/2.6.html#ctypes-enhancements)1707 - [Улучшенная поддержка SSL](https://python-all.ru/3.15/whatsnew/2.6.html#improved-ssl-support)1708 - [Устаревания и удаления](https://python-all.ru/3.15/whatsnew/2.6.html#deprecations-and-removals)1709 - [Изменения в сборке и C API](https://python-all.ru/3.15/whatsnew/2.6.html#build-and-c-api-changes)17101711 - [Изменения для конкретных платформ: Windows](https://python-all.ru/3.15/whatsnew/2.6.html#port-specific-changes-windows)1712 - [Изменения для конкретных платформ: Mac OS X](https://python-all.ru/3.15/whatsnew/2.6.html#port-specific-changes-mac-os-x)1713 - [Изменения для конкретных платформ: IRIX](https://python-all.ru/3.15/whatsnew/2.6.html#port-specific-changes-irix)1714 - [Переход на Python 2.6](https://python-all.ru/3.15/whatsnew/2.6.html#porting-to-python-2-6)1715 - [Благодарности](https://python-all.ru/3.15/whatsnew/2.6.html#acknowledgements)1716 - [Что нового в Python 2.5](https://python-all.ru/3.15/whatsnew/2.5.html)17171718 - [PEP 308: Условные выражения](https://python-all.ru/3.15/whatsnew/2.5.html#pep-308-conditional-expressions)1719 - [PEP 309: Частичное применение функций](https://python-all.ru/3.15/whatsnew/2.5.html#pep-309-partial-function-application)1720 - [PEP 314: Метаданные для пакетов Python v1.1](https://python-all.ru/3.15/whatsnew/2.5.html#pep-314-metadata-for-python-software-packages-v1-1)1721 - [PEP 328: Абсолютные и относительные импорты](https://python-all.ru/3.15/whatsnew/2.5.html#pep-328-absolute-and-relative-imports)1722 - [PEP 338: Выполнение модулей как сценариев](https://python-all.ru/3.15/whatsnew/2.5.html#pep-338-executing-modules-as-scripts)1723 - [PEP 341: Единый try/except/finally](https://python-all.ru/3.15/whatsnew/2.5.html#pep-341-unified-try-except-finally)1724 - [PEP 342: Новые возможности генераторов](https://python-all.ru/3.15/whatsnew/2.5.html#pep-342-new-generator-features)1725 - [PEP 343: Оператор 'with'](https://python-all.ru/3.15/whatsnew/2.5.html#pep-343-the-with-statement)17261727 - [Написание контекстных менеджеров](https://python-all.ru/3.15/whatsnew/2.5.html#writing-context-managers)1728 - [Модуль contextlib](https://python-all.ru/3.15/whatsnew/2.5.html#the-contextlib-module)1729 - [PEP 352: Исключения как классы нового стиля](https://python-all.ru/3.15/whatsnew/2.5.html#pep-352-exceptions-as-new-style-classes)1730 - [PEP 353: Использование ssize\_t в качестве типа индекса](https://python-all.ru/3.15/whatsnew/2.5.html#pep-353-using-ssize-t-as-the-index-type)1731 - [PEP 357: Метод '\_\_index\_\_'](https://python-all.ru/3.15/whatsnew/2.5.html#pep-357-the-index-method)1732 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/2.5.html#other-language-changes)17331734 - [Изменения в интерактивном интерпретаторе](https://python-all.ru/3.15/whatsnew/2.5.html#interactive-interpreter-changes)1735 - [Оптимизации](https://python-all.ru/3.15/whatsnew/2.5.html#optimizations)1736 - [Новые, улучшенные и удалённые модули](https://python-all.ru/3.15/whatsnew/2.5.html#new-improved-and-removed-modules)17371738 - [Пакет ctypes](https://python-all.ru/3.15/whatsnew/2.5.html#the-ctypes-package)1739 - [Пакет ElementTree](https://python-all.ru/3.15/whatsnew/2.5.html#the-elementtree-package)1740 - [Пакет hashlib](https://python-all.ru/3.15/whatsnew/2.5.html#the-hashlib-package)1741 - [Пакет sqlite3](https://python-all.ru/3.15/whatsnew/2.5.html#the-sqlite3-package)1742 - [Пакет wsgiref](https://python-all.ru/3.15/whatsnew/2.5.html#the-wsgiref-package)1743 - [Изменения в сборке и C API](https://python-all.ru/3.15/whatsnew/2.5.html#build-and-c-api-changes)17441745 - [Изменения для конкретных платформ](https://python-all.ru/3.15/whatsnew/2.5.html#port-specific-changes)1746 - [Перенос на Python 2.5](https://python-all.ru/3.15/whatsnew/2.5.html#porting-to-python-2-5)1747 - [Благодарности](https://python-all.ru/3.15/whatsnew/2.5.html#acknowledgements)1748 - [Что нового в Python 2.4](https://python-all.ru/3.15/whatsnew/2.4.html)17491750 - [PEP 218: Встроенные объекты множеств](https://python-all.ru/3.15/whatsnew/2.4.html#pep-218-built-in-set-objects)1751 - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.15/whatsnew/2.4.html#pep-237-unifying-long-integers-and-integers)1752 - [PEP 289: Генераторные выражения](https://python-all.ru/3.15/whatsnew/2.4.html#pep-289-generator-expressions)1753 - [PEP 292: Упрощённая подстановка строк](https://python-all.ru/3.15/whatsnew/2.4.html#pep-292-simpler-string-substitutions)1754 - [PEP 318: Декораторы для функций и методов](https://python-all.ru/3.15/whatsnew/2.4.html#pep-318-decorators-for-functions-and-methods)1755 - [PEP 322: Обратная итерация](https://python-all.ru/3.15/whatsnew/2.4.html#pep-322-reverse-iteration)1756 - [PEP 324: Новый модуль подпроцесса](https://python-all.ru/3.15/whatsnew/2.4.html#pep-324-new-subprocess-module)1757 - [PEP 327: Тип данных Decimal](https://python-all.ru/3.15/whatsnew/2.4.html#pep-327-decimal-data-type)17581759 - [Зачем нужен Decimal?](https://python-all.ru/3.15/whatsnew/2.4.html#why-is-decimal-needed)1760 - [Тип `Decimal`](https://python-all.ru/3.15/whatsnew/2.4.html#the-decimal-type)1761 - [Тип `Context`](https://python-all.ru/3.15/whatsnew/2.4.html#the-context-type)1762 - [PEP 328: Многострочные импорты](https://python-all.ru/3.15/whatsnew/2.4.html#pep-328-multi-line-imports)1763 - [PEP 331: Независящие от локали преобразования float/строк](https://python-all.ru/3.15/whatsnew/2.4.html#pep-331-locale-independent-float-string-conversions)1764 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/2.4.html#other-language-changes)17651766 - [Оптимизации](https://python-all.ru/3.15/whatsnew/2.4.html#optimizations)1767 - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.15/whatsnew/2.4.html#new-improved-and-deprecated-modules)17681769 - [cookielib](https://python-all.ru/3.15/whatsnew/2.4.html#cookielib)1770 - [doctest](https://python-all.ru/3.15/whatsnew/2.4.html#doctest)1771 - [Изменения в сборке и C API](https://python-all.ru/3.15/whatsnew/2.4.html#build-and-c-api-changes)17721773 - [Изменения для конкретных платформ](https://python-all.ru/3.15/whatsnew/2.4.html#port-specific-changes)1774 - [Перенос на Python 2.4](https://python-all.ru/3.15/whatsnew/2.4.html#porting-to-python-2-4)1775 - [Благодарности](https://python-all.ru/3.15/whatsnew/2.4.html#acknowledgements)1776 - [Что нового в Python 2.3](https://python-all.ru/3.15/whatsnew/2.3.html)17771778 - [PEP 218: Стандартный тип set](https://python-all.ru/3.15/whatsnew/2.3.html#pep-218-a-standard-set-datatype)1779 - [PEP 255: простые генераторы](https://python-all.ru/3.15/whatsnew/2.3.html#pep-255-simple-generators)1780 - [PEP 263: Кодировки исходного кода](https://python-all.ru/3.15/whatsnew/2.3.html#pep-263-source-code-encodings)1781 - [PEP 273: Импорт модулей из ZIP-архивов](https://python-all.ru/3.15/whatsnew/2.3.html#pep-273-importing-modules-from-zip-archives)1782 - [PEP 277: Поддержка имён файлов в Unicode для Windows NT](https://python-all.ru/3.15/whatsnew/2.3.html#pep-277-unicode-file-name-support-for-windows-nt)1783 - [PEP 278: Универсальная поддержка символов новой строки](https://python-all.ru/3.15/whatsnew/2.3.html#pep-278-universal-newline-support)1784 - [PEP 279: enumerate()](https://python-all.ru/3.15/whatsnew/2.3.html#pep-279-enumerate)1785 - [PEP 282: Пакет logging](https://python-all.ru/3.15/whatsnew/2.3.html#pep-282-the-logging-package)1786 - [PEP 285: Булев тип](https://python-all.ru/3.15/whatsnew/2.3.html#pep-285-a-boolean-type)1787 - [PEP 293: Колбэки обработки ошибок кодеков](https://python-all.ru/3.15/whatsnew/2.3.html#pep-293-codec-error-handling-callbacks)1788 - [PEP 301: Индекс пакетов и метаданные для Distutils](https://python-all.ru/3.15/whatsnew/2.3.html#pep-301-package-index-and-metadata-for-distutils)1789 - [PEP 302: Новые хуки импорта](https://python-all.ru/3.15/whatsnew/2.3.html#pep-302-new-import-hooks)1790 - [PEP 305: Файлы с разделителями-запятыми](https://python-all.ru/3.15/whatsnew/2.3.html#pep-305-comma-separated-files)1791 - [PEP 307: Улучшения pickle](https://python-all.ru/3.15/whatsnew/2.3.html#pep-307-pickle-enhancements)1792 - [Расширенные срезы](https://python-all.ru/3.15/whatsnew/2.3.html#extended-slices)1793 - [Прочие изменения языка](https://python-all.ru/3.15/whatsnew/2.3.html#other-language-changes)17941795 - [Изменения в строках](https://python-all.ru/3.15/whatsnew/2.3.html#string-changes)1796 - [Оптимизации](https://python-all.ru/3.15/whatsnew/2.3.html#optimizations)1797 - [Новые, улучшенные и устаревшие модули](https://python-all.ru/3.15/whatsnew/2.3.html#new-improved-and-deprecated-modules)17981799 - [Тип даты/времени](https://python-all.ru/3.15/whatsnew/2.3.html#date-time-type)1800 - [Модуль optparse](https://python-all.ru/3.15/whatsnew/2.3.html#the-optparse-module)1801 - [Pymalloc: Специализированный аллокатор объектов](https://python-all.ru/3.15/whatsnew/2.3.html#pymalloc-a-specialized-object-allocator)1802 - [Изменения в сборке и C API](https://python-all.ru/3.15/whatsnew/2.3.html#build-and-c-api-changes)18031804 - [Изменения для конкретных платформ](https://python-all.ru/3.15/whatsnew/2.3.html#port-specific-changes)1805 - [Прочие изменения и исправления](https://python-all.ru/3.15/whatsnew/2.3.html#other-changes-and-fixes)1806 - [Перенос на Python 2.3](https://python-all.ru/3.15/whatsnew/2.3.html#porting-to-python-2-3)1807 - [Благодарности](https://python-all.ru/3.15/whatsnew/2.3.html#acknowledgements)1808 - [Что нового в Python 2.2](https://python-all.ru/3.15/whatsnew/2.2.html)18091810 - [Введение](https://python-all.ru/3.15/whatsnew/2.2.html#introduction)1811 - [PEP 252 и 253: изменения типов и классов](https://python-all.ru/3.15/whatsnew/2.2.html#peps-252-and-253-type-and-class-changes)18121813 - [Старые и новые классы](https://python-all.ru/3.15/whatsnew/2.2.html#old-and-new-classes)1814 - [Дескрипторы](https://python-all.ru/3.15/whatsnew/2.2.html#descriptors)1815 - [Множественное наследование: правило ромба](https://python-all.ru/3.15/whatsnew/2.2.html#multiple-inheritance-the-diamond-rule)1816 - [Доступ к атрибутам](https://python-all.ru/3.15/whatsnew/2.2.html#attribute-access)1817 - [Связанные ссылки](https://python-all.ru/3.15/whatsnew/2.2.html#related-links)1818 - [PEP 234: итераторы](https://python-all.ru/3.15/whatsnew/2.2.html#pep-234-iterators)1819 - [PEP 255: простые генераторы](https://python-all.ru/3.15/whatsnew/2.2.html#pep-255-simple-generators)1820 - [PEP 237: объединение длинных целых и целых чисел](https://python-all.ru/3.15/whatsnew/2.2.html#pep-237-unifying-long-integers-and-integers)1821 - [PEP 238: изменение оператора деления](https://python-all.ru/3.15/whatsnew/2.2.html#pep-238-changing-the-division-operator)1822 - [Изменения в Unicode](https://python-all.ru/3.15/whatsnew/2.2.html#unicode-changes)1823 - [PEP 227: вложенные области видимости](https://python-all.ru/3.15/whatsnew/2.2.html#pep-227-nested-scopes)1824 - [Новые и улучшенные модули](https://python-all.ru/3.15/whatsnew/2.2.html#new-and-improved-modules)1825 - [Изменения и исправления интерпретатора](https://python-all.ru/3.15/whatsnew/2.2.html#interpreter-changes-and-fixes)1826 - [Прочие изменения и исправления](https://python-all.ru/3.15/whatsnew/2.2.html#other-changes-and-fixes)1827 - [Благодарности](https://python-all.ru/3.15/whatsnew/2.2.html#acknowledgements)1828 - [Что нового в Python 2.1](https://python-all.ru/3.15/whatsnew/2.1.html)18291830 - [Введение](https://python-all.ru/3.15/whatsnew/2.1.html#introduction)1831 - [PEP 227: вложенные области видимости](https://python-all.ru/3.15/whatsnew/2.1.html#pep-227-nested-scopes)1832 - [PEP 236: директивы \_\_future\_\_](https://python-all.ru/3.15/whatsnew/2.1.html#pep-236-future-directives)1833 - [PEP 207: расширенные сравнения](https://python-all.ru/3.15/whatsnew/2.1.html#pep-207-rich-comparisons)1834 - [PEP 230: инфраструктура предупреждений](https://python-all.ru/3.15/whatsnew/2.1.html#pep-230-warning-framework)1835 - [PEP 229: новая система сборки](https://python-all.ru/3.15/whatsnew/2.1.html#pep-229-new-build-system)1836 - [PEP 205: слабые ссылки](https://python-all.ru/3.15/whatsnew/2.1.html#pep-205-weak-references)1837 - [PEP 232: атрибуты функций](https://python-all.ru/3.15/whatsnew/2.1.html#pep-232-function-attributes)1838 - [PEP 235: импорт модулей на платформах, нечувствительных к регистру](https://python-all.ru/3.15/whatsnew/2.1.html#pep-235-importing-modules-on-case-insensitive-platforms)1839 - [PEP 217: интерактивный перехватчик вывода](https://python-all.ru/3.15/whatsnew/2.1.html#pep-217-interactive-display-hook)1840 - [PEP 208: новая модель приведения типов](https://python-all.ru/3.15/whatsnew/2.1.html#pep-208-new-coercion-model)1841 - [PEP 241: метаданные в пакетах Python](https://python-all.ru/3.15/whatsnew/2.1.html#pep-241-metadata-in-python-packages)1842 - [Новые и улучшенные модули](https://python-all.ru/3.15/whatsnew/2.1.html#new-and-improved-modules)1843 - [Прочие изменения и исправления](https://python-all.ru/3.15/whatsnew/2.1.html#other-changes-and-fixes)1844 - [Благодарности](https://python-all.ru/3.15/whatsnew/2.1.html#acknowledgements)1845 - [Что нового в Python 2.0](https://python-all.ru/3.15/whatsnew/2.0.html)18461847 - [Введение](https://python-all.ru/3.15/whatsnew/2.0.html#introduction)1848 - [А что насчёт Python 1.6?](https://python-all.ru/3.15/whatsnew/2.0.html#what-about-python-1-6)1849 - [Новый процесс разработки](https://python-all.ru/3.15/whatsnew/2.0.html#new-development-process)1850 - [Юникод](https://python-all.ru/3.15/whatsnew/2.0.html#unicode)1851 - [Списковые включения](https://python-all.ru/3.15/whatsnew/2.0.html#list-comprehensions)1852 - [Расширенное присваивание](https://python-all.ru/3.15/whatsnew/2.0.html#augmented-assignment)1853 - [Методы строк](https://python-all.ru/3.15/whatsnew/2.0.html#string-methods)1854 - [Сборка мусора циклических ссылок](https://python-all.ru/3.15/whatsnew/2.0.html#garbage-collection-of-cycles)1855 - [Другие изменения ядра](https://python-all.ru/3.15/whatsnew/2.0.html#other-core-changes)18561857 - [Мелкие изменения языка](https://python-all.ru/3.15/whatsnew/2.0.html#minor-language-changes)1858 - [Изменения встроенных функций](https://python-all.ru/3.15/whatsnew/2.0.html#changes-to-built-in-functions)1859 - [Перенос на 2.0](https://python-all.ru/3.15/whatsnew/2.0.html#porting-to-2-0)1860 - [Изменения в расширении/встраивании](https://python-all.ru/3.15/whatsnew/2.0.html#extending-embedding-changes)1861 - [Distutils: упрощение установки модулей](https://python-all.ru/3.15/whatsnew/2.0.html#distutils-making-modules-easy-to-install)1862 - [Модули XML](https://python-all.ru/3.15/whatsnew/2.0.html#xml-modules)18631864 - [Поддержка SAX2](https://python-all.ru/3.15/whatsnew/2.0.html#sax2-support)1865 - [Поддержка DOM](https://python-all.ru/3.15/whatsnew/2.0.html#dom-support)1866 - [Связь с PyXML](https://python-all.ru/3.15/whatsnew/2.0.html#relationship-to-pyxml)1867 - [Изменения модулей](https://python-all.ru/3.15/whatsnew/2.0.html#module-changes)1868 - [Новые модули](https://python-all.ru/3.15/whatsnew/2.0.html#new-modules)1869 - [Улучшения IDLE](https://python-all.ru/3.15/whatsnew/2.0.html#idle-improvements)1870 - [Удалённые и устаревшие модули](https://python-all.ru/3.15/whatsnew/2.0.html#deleted-and-deprecated-modules)1871 - [Благодарности](https://python-all.ru/3.15/whatsnew/2.0.html#acknowledgements)1872 - [Журнал изменений](https://python-all.ru/3.15/whatsnew/changelog.html)18731874 - [Следующая версия Python](https://python-all.ru/3.15/whatsnew/changelog.html#python-next)18751876 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#windows)1877 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#tests)1878 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#security)1879 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#library)1880 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#idle)1881 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#core-and-builtins)1882 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#build)1883 - [Python 3.15.0 beta 3](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-15-0-beta-3)18841885 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id2)1886 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id3)1887 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id4)1888 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#documentation)1889 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id5)1890 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id6)1891 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id7)1892 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#macos)1893 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id8)1894 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#c-api)1895 - [Python 3.15.0 beta 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-15-0-beta-2)18961897 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id9)1898 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id10)1899 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id11)1900 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id12)1901 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id13)1902 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id14)1903 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id15)1904 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#tools-demos)1905 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id16)1906 - [Python 3.15.0 beta 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-15-0-beta-1)19071908 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id17)1909 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id19)1910 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id20)1911 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id21)1912 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id22)1913 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id23)1914 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id24)1915 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id25)1916 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id26)1917 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id27)1918 - [Python 3.15.0 alpha 8](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-15-0-alpha-8)19191920 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id28)1921 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id29)1922 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id30)1923 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id32)1924 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id33)1925 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id34)1926 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id35)1927 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id36)1928 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id37)1929 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id38)1930 - [Python 3.15.0 alpha 7](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-15-0-alpha-7)19311932 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id39)1933 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id40)1934 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id41)1935 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id42)1936 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id43)1937 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id44)1938 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id45)1939 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id46)1940 - [Python 3.15.0 alpha 6](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-15-0-alpha-6)19411942 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id47)1943 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id48)1944 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id49)1945 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id50)1946 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id51)1947 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id53)1948 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id54)1949 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id55)1950 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id56)1951 - [Python 3.15.0 alpha 5](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-15-0-alpha-5)19521953 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id57)1954 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id58)1955 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id59)1956 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id60)1957 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id61)1958 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id62)1959 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id63)1960 - [Python 3.15.0 alpha 4](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-15-0-alpha-4)19611962 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id64)1963 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id65)1964 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id66)1965 - [Python 3.15.0 alpha 3](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-15-0-alpha-3)19661967 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id67)1968 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id68)1969 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id69)1970 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id70)1971 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id71)1972 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id72)1973 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id73)1974 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id74)1975 - [Python 3.15.0 alpha 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-15-0-alpha-2)19761977 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id75)1978 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id76)1979 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id77)1980 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id78)1981 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id79)1982 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id80)1983 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id81)1984 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id82)1985 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id83)1986 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id84)1987 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id85)1988 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id86)1989 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id87)1990 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id88)1991 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id89)1992 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id90)1993 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id91)1994 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id92)1995 - [Python 3.15.0 alpha 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-15-0-alpha-1)19961997 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id93)1998 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id94)1999 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id95)2000 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id96)2001 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id97)2002 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id98)2003 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id99)2004 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id100)2005 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id101)2006 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id102)2007 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id103)2008 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id104)2009 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id105)2010 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id106)2011 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id107)2012 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id108)2013 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id109)2014 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id110)2015 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id111)2016 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id112)2017 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id113)2018 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id114)2019 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id115)2020 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id116)2021 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id117)2022 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id118)2023 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id119)2024 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id120)2025 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id121)2026 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id122)2027 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id123)2028 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id124)2029 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id125)2030 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id126)2031 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id127)2032 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id128)2033 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id129)2034 - [Python 3.14.0 бета 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-14-0-beta-1)20352036 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id130)2037 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id131)2038 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id132)2039 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id133)2040 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id134)2041 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id135)2042 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id136)2043 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id137)2044 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id138)2045 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id139)2046 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id140)2047 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id141)2048 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id142)2049 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id143)2050 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id144)2051 - [Python 3.14.0 alpha 7](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-14-0-alpha-7)20522053 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id145)2054 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id146)2055 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id147)2056 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id148)2057 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id149)2058 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id150)2059 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id151)2060 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id152)2061 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id153)2062 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id154)2063 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id155)2064 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id156)2065 - [Python 3.14.0 alpha 6](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-14-0-alpha-6)20662067 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id157)2068 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id158)2069 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id159)2070 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id160)2071 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id161)2072 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id162)2073 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id163)2074 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id164)2075 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id165)2076 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id166)2077 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id167)2078 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id168)2079 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id169)2080 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id170)2081 - [Python 3.14.0 альфа 5](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-14-0-alpha-5)20822083 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id171)2084 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id172)2085 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id173)2086 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id174)2087 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id175)2088 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id176)2089 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id177)2090 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id178)2091 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id179)2092 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id180)2093 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id181)2094 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id182)2095 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id183)2096 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id184)2097 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id185)2098 - [Python 3.14.0 альфа 4](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-14-0-alpha-4)20992100 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id186)2101 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id187)2102 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id188)2103 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id189)2104 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id190)2105 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id191)2106 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id192)2107 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id193)2108 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id194)2109 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id195)2110 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id196)2111 - [Python 3.14.0 альфа 3](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-14-0-alpha-3)21122113 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id197)2114 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id198)2115 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id199)2116 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id200)2117 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id201)2118 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id202)2119 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id203)2120 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id204)2121 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id205)2122 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id206)2123 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id207)2124 - [Python 3.14.0 альфа 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-14-0-alpha-2)21252126 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id208)2127 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id209)2128 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id210)2129 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id211)2130 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id212)2131 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id213)2132 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id214)2133 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id215)2134 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id216)2135 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id217)2136 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id218)2137 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id219)2138 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id220)2139 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id221)2140 - [Python 3.14.0 альфа 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-14-0-alpha-1)21412142 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id222)2143 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id223)2144 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id224)2145 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id225)2146 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id226)2147 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id227)2148 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id228)2149 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id229)2150 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id230)2151 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id231)2152 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id232)2153 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id233)2154 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id234)2155 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id235)2156 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id236)2157 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id237)2158 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id238)2159 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id239)2160 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id240)2161 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id241)2162 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id242)2163 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id243)2164 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id244)2165 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id245)2166 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id246)2167 - [Python 3.13.0 бета 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-13-0-beta-1)21682169 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id247)2170 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id248)2171 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id249)2172 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id250)2173 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id251)2174 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id252)2175 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id253)2176 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id254)2177 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id255)2178 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id256)2179 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id257)2180 - [Python 3.13.0 альфа 6](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-13-0-alpha-6)21812182 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id258)2183 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id259)2184 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id260)2185 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id261)2186 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id262)2187 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id263)2188 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id264)2189 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id265)2190 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id266)2191 - [Python 3.13.0 альфа 5](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-13-0-alpha-5)21922193 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id267)2194 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id268)2195 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id269)2196 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id270)2197 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id271)2198 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id272)2199 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id273)2200 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id274)2201 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id275)2202 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id276)2203 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id277)2204 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id278)2205 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id279)2206 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id280)2207 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id281)2208 - [Python 3.13.0 альфа 4](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-13-0-alpha-4)22092210 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id282)2211 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id283)2212 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id284)2213 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id285)2214 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id286)2215 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id287)2216 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id288)2217 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id289)2218 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id290)2219 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id291)2220 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id292)2221 - [Python 3.13.0 альфа 3](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-13-0-alpha-3)22222223 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id293)2224 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id294)2225 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id295)2226 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id296)2227 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id297)2228 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id298)2229 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id299)2230 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id300)2231 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id301)2232 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id302)2233 - [Python 3.13.0 альфа 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-13-0-alpha-2)22342235 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id303)2236 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id304)2237 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id305)2238 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id306)2239 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id307)2240 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id308)2241 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id309)2242 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id310)2243 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id311)2244 - [Python 3.13.0 альфа 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-13-0-alpha-1)22452246 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id312)2247 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id313)2248 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id314)2249 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id315)2250 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id316)2251 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id317)2252 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id318)2253 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id319)2254 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id320)2255 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id321)2256 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id322)2257 - [Python 3.12.0 бета 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-12-0-beta-1)22582259 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id323)2260 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id324)2261 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id325)2262 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id326)2263 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id327)2264 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id328)2265 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id329)2266 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id330)2267 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id331)2268 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id332)2269 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id333)2270 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id334)2271 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id335)2272 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id336)2273 - [Python 3.12.0 альфа 7](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-12-0-alpha-7)22742275 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id337)2276 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id338)2277 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id339)2278 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id340)2279 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id341)2280 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id342)2281 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id343)2282 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id344)2283 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id345)2284 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id346)2285 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id347)2286 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id348)2287 - [Python 3.12.0 альфа 6](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-12-0-alpha-6)22882289 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id349)2290 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id350)2291 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id351)2292 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id352)2293 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id353)2294 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id354)2295 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id355)2296 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id356)2297 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id357)2298 - [Python 3.12.0 альфа 5](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-12-0-alpha-5)22992300 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id358)2301 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id360)2302 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id361)2303 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id362)2304 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id363)2305 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id364)2306 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id365)2307 - [Python 3.12.0 alpha 4](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-12-0-alpha-4)23082309 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id366)2310 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id367)2311 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id368)2312 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id369)2313 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id370)2314 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id371)2315 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id372)2316 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id373)2317 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id374)2318 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id375)2319 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id376)2320 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id377)2321 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id378)2322 - [Python 3.12.0 alpha 3](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-12-0-alpha-3)23232324 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id379)2325 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id380)2326 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id381)2327 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id382)2328 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id383)2329 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id384)2330 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id385)2331 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id386)2332 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id387)2333 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id388)2334 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id389)2335 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id390)2336 - [Python 3.12.0 alpha 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-12-0-alpha-2)23372338 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id391)2339 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id392)2340 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id393)2341 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id394)2342 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id395)2343 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id396)2344 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id397)2345 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id398)2346 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id399)2347 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id400)2348 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id401)2349 - [Python 3.12.0 alpha 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-12-0-alpha-1)23502351 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id402)2352 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id403)2353 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id404)2354 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id405)2355 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id406)2356 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id407)2357 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id408)2358 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id409)2359 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id410)2360 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id411)2361 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id412)2362 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id413)2363 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id414)2364 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id415)2365 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id416)2366 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id417)2367 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id418)2368 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id419)2369 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id420)2370 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id421)2371 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id422)2372 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id423)2373 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id424)2374 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id425)2375 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id426)2376 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id427)2377 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id428)2378 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id429)2379 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id431)2380 - [Python 3.11.0 beta 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-11-0-beta-1)23812382 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id432)2383 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id433)2384 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id434)2385 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id435)2386 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id436)2387 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id437)2388 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id438)2389 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id439)2390 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id440)2391 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id441)2392 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id442)2393 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id443)2394 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id444)2395 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id445)2396 - [Python 3.11.0 alpha 7](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-11-0-alpha-7)23972398 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id446)2399 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id447)2400 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id448)2401 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id449)2402 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id450)2403 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id451)2404 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id452)2405 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id453)2406 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id454)2407 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id455)2408 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id456)2409 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id457)2410 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id458)2411 - [Python 3.11.0 alpha 6](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-11-0-alpha-6)24122413 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id459)2414 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id460)2415 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id461)2416 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id462)2417 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id463)2418 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id464)2419 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id465)2420 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id466)2421 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id467)2422 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id468)2423 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id469)2424 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id470)2425 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id471)2426 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id472)2427 - [Python 3.11.0 alpha 5](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-11-0-alpha-5)24282429 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id473)2430 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id474)2431 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id475)2432 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id476)2433 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id477)2434 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id478)2435 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id479)2436 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id480)2437 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id481)2438 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id482)2439 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id483)2440 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id484)2441 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id485)2442 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id486)2443 - [Python 3.11.0 alpha 4](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-11-0-alpha-4)24442445 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id487)2446 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id488)2447 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id489)2448 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id490)2449 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id491)2450 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id492)2451 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id493)2452 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id494)2453 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id495)2454 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id496)2455 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id497)2456 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id498)2457 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id499)2458 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id500)2459 - [Python 3.11.0 alpha 3](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-11-0-alpha-3)24602461 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id501)2462 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id502)2463 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id503)2464 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id504)2465 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id505)2466 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id506)2467 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id507)2468 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id508)2469 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id509)2470 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id510)2471 - [Python 3.11.0 alpha 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-11-0-alpha-2)24722473 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id511)2474 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id512)2475 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id513)2476 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id514)2477 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id515)2478 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id516)2479 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id517)2480 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id518)2481 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id519)2482 - [Python 3.11.0 alpha 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-11-0-alpha-1)24832484 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id520)2485 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id521)2486 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id522)2487 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id523)2488 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id524)2489 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id525)2490 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id526)2491 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id527)2492 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id528)2493 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id529)2494 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id530)2495 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id531)2496 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id532)2497 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id533)2498 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id534)2499 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id535)2500 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id536)2501 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id537)2502 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id538)2503 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id539)2504 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id540)2505 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id541)2506 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id542)2507 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id543)2508 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id544)2509 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id545)2510 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id546)2511 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id547)2512 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id548)2513 - [Python 3.10.0 beta 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-10-0-beta-1)25142515 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id549)2516 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id550)2517 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id551)2518 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id552)2519 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id553)2520 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id554)2521 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id555)2522 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id556)2523 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id557)2524 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id558)2525 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id559)2526 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id560)2527 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id561)2528 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id562)2529 - [Python 3.10.0 alpha 7](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-10-0-alpha-7)25302531 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id563)2532 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id564)2533 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id565)2534 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id566)2535 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id567)2536 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id568)2537 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id569)2538 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id570)2539 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id571)2540 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id572)2541 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id573)2542 - [Python 3.10.0 alpha 6](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-10-0-alpha-6)25432544 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id574)2545 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id575)2546 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id576)2547 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id577)2548 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id578)2549 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id579)2550 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id580)2551 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id581)2552 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id582)2553 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id583)2554 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id584)2555 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id585)2556 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id586)2557 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id587)2558 - [Python 3.10.0 alpha 5](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-10-0-alpha-5)25592560 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id588)2561 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id589)2562 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id590)2563 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id591)2564 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id592)2565 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id593)2566 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id594)2567 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id595)2568 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id596)2569 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id597)2570 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id598)2571 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id599)2572 - [Python 3.10.0 alpha 4](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-10-0-alpha-4)25732574 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id600)2575 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id601)2576 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id602)2577 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id603)2578 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id604)2579 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id605)2580 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id606)2581 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id607)2582 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id608)2583 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id609)2584 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id610)2585 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id611)2586 - [Python 3.10.0 alpha 3](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-10-0-alpha-3)25872588 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id612)2589 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id613)2590 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id614)2591 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id615)2592 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id616)2593 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id617)2594 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id618)2595 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id619)2596 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id620)2597 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id621)2598 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id622)2599 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id623)2600 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id624)2601 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id625)2602 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id626)2603 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id627)2604 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id628)2605 - [Python 3.10.0 alpha 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-10-0-alpha-2)26062607 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id629)2608 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id630)2609 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id631)2610 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id632)2611 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id633)2612 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id634)2613 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id635)2614 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id636)2615 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id637)2616 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id638)2617 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id639)2618 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id640)2619 - [Python 3.10.0 alpha 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-10-0-alpha-1)26202621 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id641)2622 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id642)2623 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id643)2624 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id644)2625 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id645)2626 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id646)2627 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id647)2628 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id648)2629 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id649)2630 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id650)2631 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id651)2632 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id652)2633 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id653)2634 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id654)2635 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id655)2636 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id656)2637 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id657)2638 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id658)2639 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id659)2640 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id660)2641 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id661)2642 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id662)2643 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id663)2644 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id664)2645 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id665)2646 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id666)2647 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id667)2648 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id668)2649 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id669)2650 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id670)2651 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id671)2652 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id672)2653 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id673)2654 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id674)2655 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id675)2656 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id676)2657 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id677)2658 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id678)2659 - [Python 3.9.0 beta 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-9-0-beta-1)26602661 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id679)2662 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id680)2663 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id681)2664 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id682)2665 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id683)2666 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id684)2667 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id685)2668 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id686)2669 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id687)2670 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id688)2671 - [Python 3.9.0 alpha 6](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-9-0-alpha-6)26722673 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id689)2674 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id690)2675 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id691)2676 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id692)2677 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id693)2678 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id694)2679 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id695)2680 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id696)2681 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id697)2682 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id698)2683 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id699)2684 - [Python 3.9.0 alpha 5](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-9-0-alpha-5)26852686 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id700)2687 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id701)2688 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id702)2689 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id703)2690 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id704)2691 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id705)2692 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id706)2693 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id707)2694 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id708)2695 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id709)2696 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id710)2697 - [Python 3.9.0 alpha 4](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-9-0-alpha-4)26982699 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id711)2700 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id712)2701 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id713)2702 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id714)2703 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id715)2704 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id716)2705 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id717)2706 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id718)2707 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id719)2708 - [Python 3.9.0 alpha 3](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-9-0-alpha-3)27092710 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id720)2711 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id721)2712 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id722)2713 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id723)2714 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id724)2715 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id725)2716 - [Python 3.9.0 alpha 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-9-0-alpha-2)27172718 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id726)2719 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id727)2720 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id728)2721 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id729)2722 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id730)2723 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id731)2724 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id732)2725 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id733)2726 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id734)2727 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id735)2728 - [Python 3.9.0 alpha 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-9-0-alpha-1)27292730 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id736)2731 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id737)2732 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id738)2733 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id739)2734 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id740)2735 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id741)2736 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id742)2737 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id743)2738 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id744)2739 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id745)2740 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id746)2741 - [Python 3.8.0 beta 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-8-0-beta-1)27422743 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id747)2744 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id748)2745 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id749)2746 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id750)2747 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id751)2748 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id752)2749 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id753)2750 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id754)2751 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id755)2752 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id756)2753 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id757)2754 - [Python 3.8.0 alpha 4](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-8-0-alpha-4)27552756 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id758)2757 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id759)2758 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id760)2759 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id761)2760 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id762)2761 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id763)2762 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id764)2763 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id765)2764 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id766)2765 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id767)2766 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id768)2767 - [Python 3.8.0 alpha 3](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-8-0-alpha-3)27682769 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id769)2770 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id770)2771 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id771)2772 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id772)2773 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id773)2774 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id774)2775 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id775)2776 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id776)2777 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id777)2778 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id778)2779 - [Python 3.8.0 alpha 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-8-0-alpha-2)27802781 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id779)2782 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id780)2783 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id781)2784 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id782)2785 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id783)2786 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id784)2787 - [Python 3.8.0 альфа 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-8-0-alpha-1)27882789 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id785)2790 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id786)2791 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id787)2792 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id788)2793 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id789)2794 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id790)2795 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id791)2796 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id792)2797 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id793)2798 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id794)2799 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id795)2800 - [Python 3.7.0 финальный](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-7-0-final)28012802 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id796)2803 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id797)2804 - [Python 3.7.0 кандидат в релизы 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-7-0-release-candidate-1)28052806 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id798)2807 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id799)2808 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id800)2809 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id801)2810 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id802)2811 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id803)2812 - [Python 3.7.0 бета 5](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-7-0-beta-5)28132814 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id804)2815 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id805)2816 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id806)2817 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id807)2818 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id808)2819 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id809)2820 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id810)2821 - [Python 3.7.0 бета 4](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-7-0-beta-4)28222823 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id811)2824 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id812)2825 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id813)2826 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id814)2827 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id815)2828 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id816)2829 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id817)2830 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id818)2831 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id819)2832 - [Python 3.7.0 бета 3](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-7-0-beta-3)28332834 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id820)2835 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id821)2836 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id822)2837 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id823)2838 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id824)2839 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id825)2840 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id826)2841 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id827)2842 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id828)2843 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id829)2844 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id830)2845 - [Python 3.7.0 бета 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-7-0-beta-2)28462847 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id831)2848 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id832)2849 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id833)2850 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id834)2851 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id835)2852 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id836)2853 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id837)2854 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id838)2855 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id839)2856 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id840)2857 - [Python 3.7.0 бета 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-7-0-beta-1)28582859 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id841)2860 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id842)2861 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id843)2862 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id844)2863 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id845)2864 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id846)2865 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id847)2866 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id848)2867 - [Python 3.7.0 альфа 4](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-7-0-alpha-4)28682869 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id849)2870 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id850)2871 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id851)2872 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id852)2873 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id853)2874 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id854)2875 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id855)2876 - [Python 3.7.0 альфа 3](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-7-0-alpha-3)28772878 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id856)2879 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id857)2880 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id858)2881 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id859)2882 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id860)2883 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id861)2884 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id862)2885 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id863)2886 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id864)2887 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id865)2888 - [Python 3.7.0 альфа 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-7-0-alpha-2)28892890 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id866)2891 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id867)2892 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id868)2893 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id869)2894 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id870)2895 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id871)2896 - [Python 3.7.0 альфа 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-7-0-alpha-1)28972898 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id872)2899 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id873)2900 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id874)2901 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id875)2902 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id876)2903 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id877)2904 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id878)2905 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id879)2906 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id880)2907 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id881)2908 - [Python 3.6.6 финальный](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-6-final)2909 - [Python 3.6.6 кандидат в релизы 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-6-release-candidate-1)29102911 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id882)2912 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id883)2913 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id884)2914 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id885)2915 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id886)2916 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id887)2917 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id888)2918 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id889)2919 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id890)2920 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id891)2921 - [Python 3.6.5 финальный](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-5-final)29222923 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id892)2924 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id893)2925 - [Python 3.6.5 кандидат в релизы 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-5-release-candidate-1)29262927 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id894)2928 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id895)2929 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id896)2930 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id897)2931 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id898)2932 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id899)2933 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id900)2934 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id901)2935 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id902)2936 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id903)2937 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id904)2938 - [Python 3.6.4 финальная](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-4-final)2939 - [Python 3.6.4 кандидат в релизы 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-4-release-candidate-1)29402941 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id905)2942 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id906)2943 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id907)2944 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id908)2945 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id909)2946 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id910)2947 - [macOS](https://python-all.ru/3.15/whatsnew/changelog.html#id911)2948 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id912)2949 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id913)2950 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id914)2951 - [Python 3.6.3 финальная](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-3-final)29522953 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id915)2954 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id916)2955 - [Python 3.6.3 кандидат в релизы 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-3-release-candidate-1)29562957 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id917)2958 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id918)2959 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id919)2960 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id920)2961 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id921)2962 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id922)2963 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id923)2964 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id924)2965 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id925)2966 - [Python 3.6.2 финальная](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-2-final)2967 - [Python 3.6.2 кандидат в релизы 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-2-release-candidate-2)29682969 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id926)2970 - [Python 3.6.2 кандидат в релизы 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-2-release-candidate-1)29712972 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id927)2973 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id928)2974 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id929)2975 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id930)2976 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id931)2977 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id932)2978 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id933)2979 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id934)2980 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id935)2981 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id936)2982 - [Python 3.6.1 финальный](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-1-final)29832984 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id937)2985 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id938)2986 - [Python 3.6.1 кандидат в релизы 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-1-release-candidate-1)29872988 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id939)2989 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id940)2990 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id941)2991 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id942)2992 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id943)2993 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id944)2994 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id945)2995 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id946)2996 - [Python 3.6.0 финальный](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-0-final)2997 - [Python 3.6.0 кандидат в релизы 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-0-release-candidate-2)29982999 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id947)3000 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id948)3001 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id949)3002 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id950)3003 - [Python 3.6.0 кандидат в релизы 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-0-release-candidate-1)30043005 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id951)3006 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id952)3007 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id953)3008 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id954)3009 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id955)3010 - [Python 3.6.0 бета 4](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-0-beta-4)30113012 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id956)3013 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id957)3014 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id958)3015 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id959)3016 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id960)3017 - [Python 3.6.0 бета 3](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-0-beta-3)30183019 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id961)3020 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id962)3021 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id963)3022 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id964)3023 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id965)3024 - [Python 3.6.0 бета 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-0-beta-2)30253026 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id966)3027 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id967)3028 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id968)3029 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id969)3030 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id970)3031 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id971)3032 - [Python 3.6.0 бета 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-0-beta-1)30333034 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id972)3035 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id973)3036 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id974)3037 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id975)3038 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id976)3039 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id977)3040 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id978)3041 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id979)3042 - [Python 3.6.0 альфа 4](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-0-alpha-4)30433044 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id980)3045 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id981)3046 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id982)3047 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id983)3048 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id984)3049 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id985)3050 - [Python 3.6.0 альфа 3](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-0-alpha-3)30513052 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id986)3053 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id987)3054 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id988)3055 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id989)3056 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id990)3057 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id991)3058 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id992)3059 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id993)3060 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id994)3061 - [Python 3.6.0 альфа 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-0-alpha-2)30623063 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id995)3064 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id996)3065 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id997)3066 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id998)3067 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id999)3068 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id1000)3069 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id1001)3070 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id1002)3071 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id1003)3072 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id1004)3073 - [Python 3.6.0 альфа 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-6-0-alpha-1)30743075 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id1005)3076 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1006)3077 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1007)3078 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id1008)3079 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id1009)3080 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id1010)3081 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id1011)3082 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id1012)3083 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id1013)3084 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id1014)3085 - [Python 3.5.5 финальный](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-5-final)3086 - [Python 3.5.5 кандидат в релизы 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-5-release-candidate-1)30873088 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id1015)3089 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1016)3090 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1017)3091 - [Python 3.5.4 финальный](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-4-final)30923093 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1018)3094 - [Python 3.5.4 кандидат в релизы 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-4-release-candidate-1)30953096 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id1019)3097 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1020)3098 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1021)3099 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id1022)3100 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id1023)3101 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id1024)3102 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id1025)3103 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id1026)3104 - [Python 3.5.3 финальный](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-3-final)3105 - [Python 3.5.3 кандидат в релизы 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-3-release-candidate-1)31063107 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id1027)3108 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1028)3109 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1029)3110 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id1030)3111 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id1031)3112 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id1032)3113 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id1033)3114 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id1034)3115 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id1035)3116 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id1036)3117 - [Python 3.5.2, финальная версия](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-2-final)31183119 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1037)3120 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id1038)3121 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id1039)3122 - [Python 3.5.2, релиз-кандидат 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-2-release-candidate-1)31233124 - [Безопасность](https://python-all.ru/3.15/whatsnew/changelog.html#id1040)3125 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1041)3126 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1042)3127 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id1043)3128 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id1044)3129 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id1045)3130 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id1046)3131 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id1047)3132 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id1048)3133 - [Python 3.5.1, финальная версия](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-1-final)31343135 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1049)3136 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id1050)3137 - [Python 3.5.1, релиз-кандидат 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-1-release-candidate-1)31383139 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1051)3140 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1052)3141 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id1053)3142 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id1054)3143 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id1055)3144 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id1056)3145 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id1057)3146 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id1058)3147 - [Python 3.5.0, финальная версия](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-0-final)31483149 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id1059)3150 - [Python 3.5.0, релиз-кандидат 4](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-0-release-candidate-4)31513152 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1060)3153 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id1061)3154 - [Python 3.5.0, релиз-кандидат 3](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-0-release-candidate-3)31553156 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1062)3157 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1063)3158 - [Python 3.5.0 кандидат в релизы 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-0-release-candidate-2)31593160 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1064)3161 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1065)3162 - [Python 3.5.0 кандидат в релизы 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-0-release-candidate-1)31633164 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1066)3165 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1067)3166 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id1068)3167 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id1069)3168 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id1070)3169 - [Python 3.5.0 beta 4](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-0-beta-4)31703171 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1071)3172 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1072)3173 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id1073)3174 - [Python 3.5.0 beta 3](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-0-beta-3)31753176 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1074)3177 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1075)3178 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id1076)3179 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id1077)3180 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id1078)3181 - [Python 3.5.0 beta 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-0-beta-2)31823183 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1079)3184 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1080)3185 - [Python 3.5.0 beta 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-0-beta-1)31863187 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1081)3188 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1082)3189 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id1083)3190 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id1084)3191 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id1085)3192 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id1086)3193 - [Python 3.5.0 alpha 4](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-0-alpha-4)31943195 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1087)3196 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1088)3197 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id1089)3198 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id1090)3199 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id1091)3200 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id1092)3201 - [Python 3.5.0 alpha 3](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-0-alpha-3)32023203 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1093)3204 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1094)3205 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id1095)3206 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id1096)3207 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id1097)3208 - [Python 3.5.0 alpha 2](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-0-alpha-2)32093210 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1098)3211 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1099)3212 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id1100)3213 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id1101)3214 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id1102)3215 - [Python 3.5.0 alpha 1](https://python-all.ru/3.15/whatsnew/changelog.html#python-3-5-0-alpha-1)32163217 - [Ядро и встроенные модули](https://python-all.ru/3.15/whatsnew/changelog.html#id1103)3218 - [Библиотека](https://python-all.ru/3.15/whatsnew/changelog.html#id1104)3219 - [IDLE](https://python-all.ru/3.15/whatsnew/changelog.html#id1105)3220 - [Сборка](https://python-all.ru/3.15/whatsnew/changelog.html#id1106)3221 - [C API](https://python-all.ru/3.15/whatsnew/changelog.html#id1107)3222 - [Документация](https://python-all.ru/3.15/whatsnew/changelog.html#id1108)3223 - [Тесты](https://python-all.ru/3.15/whatsnew/changelog.html#id1109)3224 - [Инструменты/Демонстрации](https://python-all.ru/3.15/whatsnew/changelog.html#id1110)3225 - [Windows](https://python-all.ru/3.15/whatsnew/changelog.html#id1111)3226- [Учебник Python](https://python-all.ru/3.15/tutorial/index.html)32273228 - [1. Введение](https://python-all.ru/3.15/tutorial/appetite.html)3229 - [2. Использование интерпретатора Python](https://python-all.ru/3.15/tutorial/interpreter.html)32303231 - [2.1. Запуск интерпретатора](https://python-all.ru/3.15/tutorial/interpreter.html#invoking-the-interpreter)32323233 - [2.1.1. Передача аргументов](https://python-all.ru/3.15/tutorial/interpreter.html#argument-passing)3234 - [2.1.2. Интерактивный режим](https://python-all.ru/3.15/tutorial/interpreter.html#interactive-mode)3235 - [2.2. Интерпретатор и его окружение](https://python-all.ru/3.15/tutorial/interpreter.html#the-interpreter-and-its-environment)32363237 - [2.2.1. Кодировка исходного кода](https://python-all.ru/3.15/tutorial/interpreter.html#source-code-encoding)3238 - [3. Неформальное введение в Python](https://python-all.ru/3.15/tutorial/introduction.html)32393240 - [3.1. Использование Python в качестве калькулятора](https://python-all.ru/3.15/tutorial/introduction.html#using-python-as-a-calculator)32413242 - [3.1.1. Числа](https://python-all.ru/3.15/tutorial/introduction.html#numbers)3243 - [3.1.2. Текст](https://python-all.ru/3.15/tutorial/introduction.html#text)3244 - [3.1.3. Списки](https://python-all.ru/3.15/tutorial/introduction.html#lists)3245 - [3.2. Первые шаги к программированию](https://python-all.ru/3.15/tutorial/introduction.html#first-steps-towards-programming)3246 - [4. Дополнительные средства управления потоком](https://python-all.ru/3.15/tutorial/controlflow.html)32473248 - [4.1. `if` Инструкции](https://python-all.ru/3.15/tutorial/controlflow.html#if-statements)3249 - [4.2. `for` Инструкции](https://python-all.ru/3.15/tutorial/controlflow.html#for-statements)3250 - [4.3. Функция `range()`](https://python-all.ru/3.15/tutorial/controlflow.html#the-range-function)3251 - [4.4. `break` и `continue` Инструкции](https://python-all.ru/3.15/tutorial/controlflow.html#break-and-continue-statements)3252 - [4.5. `else` Предложения в циклах](https://python-all.ru/3.15/tutorial/controlflow.html#else-clauses-on-loops)3253 - [4.6. `pass` Инструкции](https://python-all.ru/3.15/tutorial/controlflow.html#pass-statements)3254 - [4.7. `match` Инструкции](https://python-all.ru/3.15/tutorial/controlflow.html#match-statements)3255 - [4.8. Определение функций](https://python-all.ru/3.15/tutorial/controlflow.html#defining-functions)3256 - [4.9. Подробнее об определении функций](https://python-all.ru/3.15/tutorial/controlflow.html#more-on-defining-functions)32573258 - [4.9.1. Значения аргументов по умолчанию](https://python-all.ru/3.15/tutorial/controlflow.html#default-argument-values)3259 - [4.9.2. Именованные аргументы](https://python-all.ru/3.15/tutorial/controlflow.html#keyword-arguments)3260 - [4.9.3. Специальные параметры](https://python-all.ru/3.15/tutorial/controlflow.html#special-parameters)32613262 - [4.9.3.1. Позиционно-именованные аргументы](https://python-all.ru/3.15/tutorial/controlflow.html#positional-or-keyword-arguments)3263 - [4.9.3.2. Только позиционные параметры](https://python-all.ru/3.15/tutorial/controlflow.html#positional-only-parameters)3264 - [4.9.3.3. Только именованные аргументы](https://python-all.ru/3.15/tutorial/controlflow.html#keyword-only-arguments)3265 - [4.9.3.4. Примеры функций](https://python-all.ru/3.15/tutorial/controlflow.html#function-examples)3266 - [4.9.3.5. Краткий обзор](https://python-all.ru/3.15/tutorial/controlflow.html#recap)3267 - [4.9.4. Произвольные списки аргументов](https://python-all.ru/3.15/tutorial/controlflow.html#arbitrary-argument-lists)3268 - [4.9.5. Распаковка списков аргументов](https://python-all.ru/3.15/tutorial/controlflow.html#unpacking-argument-lists)3269 - [4.9.6. Лямбда-выражения](https://python-all.ru/3.15/tutorial/controlflow.html#lambda-expressions)3270 - [4.9.7. Строки документации](https://python-all.ru/3.15/tutorial/controlflow.html#documentation-strings)3271 - [4.9.8. Аннотации функций](https://python-all.ru/3.15/tutorial/controlflow.html#function-annotations)3272 - [4.10. Интермеццо: стиль кода](https://python-all.ru/3.15/tutorial/controlflow.html#intermezzo-coding-style)3273 - [5. Структуры данных](https://python-all.ru/3.15/tutorial/datastructures.html)32743275 - [5.1. Подробнее о списках](https://python-all.ru/3.15/tutorial/datastructures.html#more-on-lists)32763277 - [5.1.1. Использование списков как стеков](https://python-all.ru/3.15/tutorial/datastructures.html#using-lists-as-stacks)3278 - [5.1.2. Использование списков как очередей](https://python-all.ru/3.15/tutorial/datastructures.html#using-lists-as-queues)3279 - [5.1.3. Списковые включения](https://python-all.ru/3.15/tutorial/datastructures.html#list-comprehensions)3280 - [5.1.4. Вложенные списковые включения](https://python-all.ru/3.15/tutorial/datastructures.html#nested-list-comprehensions)3281 - [5.1.5. Распаковка в списках и списковых включениях](https://python-all.ru/3.15/tutorial/datastructures.html#unpacking-in-lists-and-list-comprehensions)3282 - [5.2. Инструкция `del`](https://python-all.ru/3.15/tutorial/datastructures.html#the-del-statement)3283 - [5.3. Кортежи и последовательности](https://python-all.ru/3.15/tutorial/datastructures.html#tuples-and-sequences)3284 - [5.4. Множества](https://python-all.ru/3.15/tutorial/datastructures.html#sets)3285 - [5.5. Словари](https://python-all.ru/3.15/tutorial/datastructures.html#dictionaries)3286 - [5.6. Приёмы работы с циклами](https://python-all.ru/3.15/tutorial/datastructures.html#looping-techniques)3287 - [5.7. Подробнее об условиях](https://python-all.ru/3.15/tutorial/datastructures.html#more-on-conditions)3288 - [5.8. Сравнение последовательностей и других типов](https://python-all.ru/3.15/tutorial/datastructures.html#comparing-sequences-and-other-types)3289 - [6. Модули](https://python-all.ru/3.15/tutorial/modules.html)32903291 - [6.1. Подробнее о модулях](https://python-all.ru/3.15/tutorial/modules.html#more-on-modules)32923293 - [6.1.1. Запуск модулей как скриптов](https://python-all.ru/3.15/tutorial/modules.html#executing-modules-as-scripts)3294 - [6.1.2. Путь поиска модулей](https://python-all.ru/3.15/tutorial/modules.html#the-module-search-path)3295 - [6.1.3. «Скомпилированные» файлы Python](https://python-all.ru/3.15/tutorial/modules.html#compiled-python-files)3296 - [6.2. Стандартные модули](https://python-all.ru/3.15/tutorial/modules.html#standard-modules)3297 - [6.3. Функция `dir()`](https://python-all.ru/3.15/tutorial/modules.html#the-dir-function)3298 - [6.4. Пакеты](https://python-all.ru/3.15/tutorial/modules.html#packages)32993300 - [6.4.1. Импорт \* из пакета](https://python-all.ru/3.15/tutorial/modules.html#importing-from-a-package)3301 - [6.4.2. Ссылки внутри пакета](https://python-all.ru/3.15/tutorial/modules.html#intra-package-references)3302 - [6.4.3. Пакеты в нескольких каталогах](https://python-all.ru/3.15/tutorial/modules.html#packages-in-multiple-directories)3303 - [7. Ввод и вывод](https://python-all.ru/3.15/tutorial/inputoutput.html)33043305 - [7.1. Более сложное форматирование вывода](https://python-all.ru/3.15/tutorial/inputoutput.html#fancier-output-formatting)33063307 - [7.1.1. Форматированные строковые литералы](https://python-all.ru/3.15/tutorial/inputoutput.html#formatted-string-literals)3308 - [7.1.2. Метод format() строк](https://python-all.ru/3.15/tutorial/inputoutput.html#the-string-format-method)3309 - [7.1.3. Форматирование строк вручную](https://python-all.ru/3.15/tutorial/inputoutput.html#manual-string-formatting)3310 - [7.1.4. Устаревшее форматирование строк](https://python-all.ru/3.15/tutorial/inputoutput.html#old-string-formatting)3311 - [7.2. Чтение и запись файлов](https://python-all.ru/3.15/tutorial/inputoutput.html#reading-and-writing-files)33123313 - [7.2.1. Методы файловых объектов](https://python-all.ru/3.15/tutorial/inputoutput.html#methods-of-file-objects)3314 - [7.2.2. Сохранение структурированных данных с помощью `json`](https://python-all.ru/3.15/tutorial/inputoutput.html#saving-structured-data-with-json)3315 - [8. Ошибки и исключения](https://python-all.ru/3.15/tutorial/errors.html)33163317 - [8.1. Синтаксические ошибки](https://python-all.ru/3.15/tutorial/errors.html#syntax-errors)3318 - [8.2. Исключения](https://python-all.ru/3.15/tutorial/errors.html#exceptions)3319 - [8.3. Обработка исключений](https://python-all.ru/3.15/tutorial/errors.html#handling-exceptions)3320 - [8.4. Возбуждение исключений](https://python-all.ru/3.15/tutorial/errors.html#raising-exceptions)3321 - [8.5. Цепочки исключений](https://python-all.ru/3.15/tutorial/errors.html#exception-chaining)3322 - [8.6. Пользовательские исключения](https://python-all.ru/3.15/tutorial/errors.html#user-defined-exceptions)3323 - [8.7. Определение действий по очистке](https://python-all.ru/3.15/tutorial/errors.html#defining-clean-up-actions)3324 - [8.8. Предопределённые действия по очистке](https://python-all.ru/3.15/tutorial/errors.html#predefined-clean-up-actions)3325 - [8.9. Возбуждение и обработка нескольких несвязанных исключений](https://python-all.ru/3.15/tutorial/errors.html#raising-and-handling-multiple-unrelated-exceptions)3326 - [8.10. Обогащение исключений примечаниями](https://python-all.ru/3.15/tutorial/errors.html#enriching-exceptions-with-notes)3327 - [9. Классы](https://python-all.ru/3.15/tutorial/classes.html)33283329 - [9.1. Несколько слов об именах и объектах](https://python-all.ru/3.15/tutorial/classes.html#a-word-about-names-and-objects)3330 - [9.2. Области видимости и пространства имён Python](https://python-all.ru/3.15/tutorial/classes.html#python-scopes-and-namespaces)33313332 - [9.2.1. Пример областей видимости и пространств имён](https://python-all.ru/3.15/tutorial/classes.html#scopes-and-namespaces-example)3333 - [9.3. Первое знакомство с классами](https://python-all.ru/3.15/tutorial/classes.html#a-first-look-at-classes)33343335 - [9.3.1. Синтаксис определения класса](https://python-all.ru/3.15/tutorial/classes.html#class-definition-syntax)3336 - [9.3.2. Объекты классов](https://python-all.ru/3.15/tutorial/classes.html#class-objects)3337 - [9.3.3. Объекты экземпляров](https://python-all.ru/3.15/tutorial/classes.html#instance-objects)3338 - [9.3.4. Объекты методов](https://python-all.ru/3.15/tutorial/classes.html#method-objects)3339 - [9.3.5. Переменные класса и экземпляра](https://python-all.ru/3.15/tutorial/classes.html#class-and-instance-variables)3340 - [9.4. Разные замечания](https://python-all.ru/3.15/tutorial/classes.html#random-remarks)3341 - [9.5. Наследование](https://python-all.ru/3.15/tutorial/classes.html#inheritance)33423343 - [9.5.1. Множественное наследование](https://python-all.ru/3.15/tutorial/classes.html#multiple-inheritance)3344 - [9.6. Приватные переменные](https://python-all.ru/3.15/tutorial/classes.html#private-variables)3345 - [9.7. Разное](https://python-all.ru/3.15/tutorial/classes.html#odds-and-ends)3346 - [9.8. Итераторы](https://python-all.ru/3.15/tutorial/classes.html#iterators)3347 - [9.9. Генераторы](https://python-all.ru/3.15/tutorial/classes.html#generators)3348 - [9.10. Генераторные выражения](https://python-all.ru/3.15/tutorial/classes.html#generator-expressions)3349 - [10. Краткий обзор стандартной библиотеки](https://python-all.ru/3.15/tutorial/stdlib.html)33503351 - [10.1. Интерфейс операционной системы](https://python-all.ru/3.15/tutorial/stdlib.html#operating-system-interface)3352 - [10.2. Шаблоны имён файлов](https://python-all.ru/3.15/tutorial/stdlib.html#file-wildcards)3353 - [10.3. Аргументы командной строки](https://python-all.ru/3.15/tutorial/stdlib.html#command-line-arguments)3354 - [10.4. Перенаправление вывода ошибок и завершение программы](https://python-all.ru/3.15/tutorial/stdlib.html#error-output-redirection-and-program-termination)3355 - [10.5. Сопоставление строк с шаблоном](https://python-all.ru/3.15/tutorial/stdlib.html#string-pattern-matching)3356 - [10.6. Математика](https://python-all.ru/3.15/tutorial/stdlib.html#mathematics)3357 - [10.7. Доступ к Интернету](https://python-all.ru/3.15/tutorial/stdlib.html#internet-access)3358 - [10.8. Дата и время](https://python-all.ru/3.15/tutorial/stdlib.html#dates-and-times)3359 - [10.9. Сжатие данных](https://python-all.ru/3.15/tutorial/stdlib.html#data-compression)3360 - [10.10. Измерение производительности](https://python-all.ru/3.15/tutorial/stdlib.html#performance-measurement)3361 - [10.11. Контроль качества](https://python-all.ru/3.15/tutorial/stdlib.html#quality-control)3362 - [10.12. «Батарейки в комплекте»](https://python-all.ru/3.15/tutorial/stdlib.html#batteries-included)3363 - [11. Краткий обзор стандартной библиотеки. Часть II](https://python-all.ru/3.15/tutorial/stdlib2.html)33643365 - [11.1. Форматирование вывода](https://python-all.ru/3.15/tutorial/stdlib2.html#output-formatting)3366 - [11.2. Шаблоны](https://python-all.ru/3.15/tutorial/stdlib2.html#templating)3367 - [11.3. Работа с двоичными данными и структурами записей](https://python-all.ru/3.15/tutorial/stdlib2.html#working-with-binary-data-record-layouts)3368 - [11.4. Многопоточность](https://python-all.ru/3.15/tutorial/stdlib2.html#multi-threading)3369 - [11.5. Логирование](https://python-all.ru/3.15/tutorial/stdlib2.html#logging)3370 - [11.6. Слабые ссылки](https://python-all.ru/3.15/tutorial/stdlib2.html#weak-references)3371 - [11.7. Инструменты для работы со списками](https://python-all.ru/3.15/tutorial/stdlib2.html#tools-for-working-with-lists)3372 - [11.8. Десятичная арифметика с плавающей запятой](https://python-all.ru/3.15/tutorial/stdlib2.html#decimal-floating-point-arithmetic)3373 - [12. Виртуальные окружения и пакеты](https://python-all.ru/3.15/tutorial/venv.html)33743375 - [12.1. Введение](https://python-all.ru/3.15/tutorial/venv.html#introduction)3376 - [12.2. Создание виртуальных окружений](https://python-all.ru/3.15/tutorial/venv.html#creating-virtual-environments)3377 - [12.3. Управление пакетами с помощью pip](https://python-all.ru/3.15/tutorial/venv.html#managing-packages-with-pip)3378 - [13. Что дальше?](https://python-all.ru/3.15/tutorial/whatnow.html)3379 - [14. Интерактивное редактирование ввода и подстановка истории](https://python-all.ru/3.15/tutorial/interactive.html)33803381 - [14.1. Автодополнение по табуляции и редактирование истории](https://python-all.ru/3.15/tutorial/interactive.html#tab-completion-and-history-editing)3382 - [14.2. Альтернативы интерактивному интерпретатору](https://python-all.ru/3.15/tutorial/interactive.html#alternatives-to-the-interactive-interpreter)3383 - [15. Арифметика с плавающей запятой: проблемы и ограничения](https://python-all.ru/3.15/tutorial/floatingpoint.html)33843385 - [15.1. Ошибка представления](https://python-all.ru/3.15/tutorial/floatingpoint.html#representation-error)3386 - [16. Приложение](https://python-all.ru/3.15/tutorial/appendix.html)33873388 - [16.1. Интерактивный режим](https://python-all.ru/3.15/tutorial/appendix.html#interactive-mode)33893390 - [16.1.1. Обработка ошибок](https://python-all.ru/3.15/tutorial/appendix.html#error-handling)3391 - [16.1.2. Исполняемые скрипты Python](https://python-all.ru/3.15/tutorial/appendix.html#executable-python-scripts)3392 - [16.1.3. Файл автозагрузки интерактивного режима](https://python-all.ru/3.15/tutorial/appendix.html#the-interactive-startup-file)3393 - [16.1.4. Модули настройки](https://python-all.ru/3.15/tutorial/appendix.html#the-customization-modules)3394- [Настройка и использование Python](https://python-all.ru/3.15/using/index.html)33953396 - [1. Командная строка и окружение](https://python-all.ru/3.15/using/cmdline.html)33973398 - [1.1. Командная строка](https://python-all.ru/3.15/using/cmdline.html#command-line)33993400 - [1.1.1. Параметры интерфейса](https://python-all.ru/3.15/using/cmdline.html#interface-options)3401 - [1.1.2. Общие параметры](https://python-all.ru/3.15/using/cmdline.html#generic-options)3402 - [1.1.3. Прочие параметры](https://python-all.ru/3.15/using/cmdline.html#miscellaneous-options)3403 - [1.1.4. Управление цветом](https://python-all.ru/3.15/using/cmdline.html#controlling-color)3404 - [1.2. Переменные окружения](https://python-all.ru/3.15/using/cmdline.html#environment-variables)34053406 - [1.2.1. Переменные режима отладки](https://python-all.ru/3.15/using/cmdline.html#debug-mode-variables)3407 - [2. Использование Python на платформах Unix](https://python-all.ru/3.15/using/unix.html)34083409 - [2.1. Получение и установка последней версии Python](https://python-all.ru/3.15/using/unix.html#getting-and-installing-the-latest-version-of-python)34103411 - [2.1.1. В Linux](https://python-all.ru/3.15/using/unix.html#on-linux)34123413 - [2.1.1.1. Установка IDLE](https://python-all.ru/3.15/using/unix.html#installing-idle)3414 - [2.1.2. В FreeBSD и OpenBSD](https://python-all.ru/3.15/using/unix.html#on-freebsd-and-openbsd)3415 - [2.2. Сборка Python](https://python-all.ru/3.15/using/unix.html#building-python)3416 - [2.3. Пути и файлы, связанные с Python](https://python-all.ru/3.15/using/unix.html#python-related-paths-and-files)3417 - [2.4. Прочее](https://python-all.ru/3.15/using/unix.html#miscellaneous)3418 - [2.5. Настройка OpenSSL](https://python-all.ru/3.15/using/unix.html#custom-openssl)3419 - [3. Настройка сборки Python](https://python-all.ru/3.15/using/configure.html)34203421 - [3.1. Требования к сборке](https://python-all.ru/3.15/using/configure.html#build-requirements)34223423 - [3.1.1. Требования для опциональных модулей](https://python-all.ru/3.15/using/configure.html#requirements-for-optional-modules)3424 - [3.2. Сгенерированные файлы](https://python-all.ru/3.15/using/configure.html#generated-files)34253426 - [3.2.1. Скрипт configure](https://python-all.ru/3.15/using/configure.html#configure-script)3427 - [3.3. Параметры configure](https://python-all.ru/3.15/using/configure.html#configure-options)34283429 - [3.3.1. Общие параметры](https://python-all.ru/3.15/using/configure.html#general-options)3430 - [3.3.2. Параметры компилятора C](https://python-all.ru/3.15/using/configure.html#c-compiler-options)3431 - [3.3.3. Параметры компоновщика](https://python-all.ru/3.15/using/configure.html#linker-options)3432 - [3.3.4. Параметры для сторонних зависимостей](https://python-all.ru/3.15/using/configure.html#options-for-third-party-dependencies)3433 - [3.3.5. Параметры WebAssembly](https://python-all.ru/3.15/using/configure.html#webassembly-options)3434 - [3.3.6. Параметры установки](https://python-all.ru/3.15/using/configure.html#install-options)3435 - [3.3.7. Параметры производительности](https://python-all.ru/3.15/using/configure.html#performance-options)3436 - [3.3.8. Отладочная сборка Python](https://python-all.ru/3.15/using/configure.html#python-debug-build)3437 - [3.3.9. Параметры отладки](https://python-all.ru/3.15/using/configure.html#debug-options)3438 - [3.3.10. Параметры компоновщика](https://python-all.ru/3.15/using/configure.html#id13)3439 - [3.3.11. Параметры библиотек](https://python-all.ru/3.15/using/configure.html#libraries-options)3440 - [3.3.12. Параметры безопасности](https://python-all.ru/3.15/using/configure.html#security-options)3441 - [3.3.13. Параметры macOS](https://python-all.ru/3.15/using/configure.html#macos-options)3442 - [3.3.14. Параметры iOS](https://python-all.ru/3.15/using/configure.html#ios-options)3443 - [3.3.15. Параметры кросс-компиляции](https://python-all.ru/3.15/using/configure.html#cross-compiling-options)3444 - [3.4. Система сборки Python](https://python-all.ru/3.15/using/configure.html#python-build-system)34453446 - [3.4.1. Основные файлы системы сборки](https://python-all.ru/3.15/using/configure.html#main-files-of-the-build-system)3447 - [3.4.2. Основные этапы сборки](https://python-all.ru/3.15/using/configure.html#main-build-steps)3448 - [3.4.3. Основные цели Makefile](https://python-all.ru/3.15/using/configure.html#main-makefile-targets)34493450 - [3.4.3.1. make](https://python-all.ru/3.15/using/configure.html#make)3451 - [3.4.3.2. make platform](https://python-all.ru/3.15/using/configure.html#make-platform)3452 - [3.4.3.3. make profile-opt](https://python-all.ru/3.15/using/configure.html#make-profile-opt)3453 - [3.4.3.4. make clean](https://python-all.ru/3.15/using/configure.html#make-clean)3454 - [3.4.3.5. make distclean](https://python-all.ru/3.15/using/configure.html#make-distclean)3455 - [3.4.3.6. make install](https://python-all.ru/3.15/using/configure.html#make-install)3456 - [3.4.3.7. make test](https://python-all.ru/3.15/using/configure.html#make-test)3457 - [3.4.3.8. make ci](https://python-all.ru/3.15/using/configure.html#make-ci)3458 - [3.4.3.9. make buildbottest](https://python-all.ru/3.15/using/configure.html#make-buildbottest)3459 - [3.4.3.10. make regen-all](https://python-all.ru/3.15/using/configure.html#make-regen-all)3460 - [3.4.4. Расширения C](https://python-all.ru/3.15/using/configure.html#c-extensions)3461 - [3.5. Флаги компилятора и компоновщика](https://python-all.ru/3.15/using/configure.html#compiler-and-linker-flags)34623463 - [3.5.1. Флаги препроцессора](https://python-all.ru/3.15/using/configure.html#preprocessor-flags)3464 - [3.5.2. Флаги компилятора](https://python-all.ru/3.15/using/configure.html#compiler-flags)3465 - [3.5.3. Флаги компоновщика](https://python-all.ru/3.15/using/configure.html#linker-flags)3466 - [4. Использование Python в Windows](https://python-all.ru/3.15/using/windows.html)34673468 - [4.1. Диспетчер установки Python](https://python-all.ru/3.15/using/windows.html#python-install-manager)34693470 - [4.1.1. Установка](https://python-all.ru/3.15/using/windows.html#installation)3471 - [4.1.2. Основное использование](https://python-all.ru/3.15/using/windows.html#basic-use)3472 - [4.1.3. Справка по командам](https://python-all.ru/3.15/using/windows.html#command-help)3473 - [4.1.4. Список сред выполнения](https://python-all.ru/3.15/using/windows.html#listing-runtimes)3474 - [4.1.5. Установка сред выполнения](https://python-all.ru/3.15/using/windows.html#installing-runtimes)3475 - [4.1.6. Автономная установка](https://python-all.ru/3.15/using/windows.html#offline-installs)3476 - [4.1.7. Удаление сред выполнения](https://python-all.ru/3.15/using/windows.html#uninstalling-runtimes)3477 - [4.1.8. Настройка](https://python-all.ru/3.15/using/windows.html#configuration)3478 - [4.1.9. Строки shebang](https://python-all.ru/3.15/using/windows.html#shebang-lines)3479 - [4.1.10. Расширенная установка](https://python-all.ru/3.15/using/windows.html#advanced-installation)3480 - [4.1.11. Административная настройка](https://python-all.ru/3.15/using/windows.html#administrative-configuration)3481 - [4.1.12. Установка free-threaded двоичных файлов](https://python-all.ru/3.15/using/windows.html#installing-free-threaded-binaries)3482 - [4.1.13. Подписи индексов](https://python-all.ru/3.15/using/windows.html#index-signatures)3483 - [4.1.14. Устранение неполадок](https://python-all.ru/3.15/using/windows.html#troubleshooting)3484 - [4.2. Встраиваемый пакет](https://python-all.ru/3.15/using/windows.html#the-embeddable-package)34853486 - [4.2.1. Приложение Python](https://python-all.ru/3.15/using/windows.html#python-application)3487 - [4.2.2. Встраивание Python](https://python-all.ru/3.15/using/windows.html#embedding-python)3488 - [4.3. Пакеты из nuget.org](https://python-all.ru/3.15/using/windows.html#the-nuget-org-packages)34893490 - [4.3.1. Free-threaded пакеты](https://python-all.ru/3.15/using/windows.html#free-threaded-packages)3491 - [4.4. Альтернативные сборки](https://python-all.ru/3.15/using/windows.html#alternative-bundles)3492 - [4.5. Поддерживаемые версии Windows](https://python-all.ru/3.15/using/windows.html#supported-windows-versions)3493 - [4.6. Снятие ограничения MAX\_PATH](https://python-all.ru/3.15/using/windows.html#removing-the-max-path-limitation)3494 - [4.7. Режим UTF-8](https://python-all.ru/3.15/using/windows.html#utf-8-mode)3495 - [4.8. Поиск модулей](https://python-all.ru/3.15/using/windows.html#finding-modules)3496 - [4.9. Дополнительные модули](https://python-all.ru/3.15/using/windows.html#additional-modules)34973498 - [4.9.1. PyWin32](https://python-all.ru/3.15/using/windows.html#pywin32)3499 - [4.9.2. cx\_Freeze](https://python-all.ru/3.15/using/windows.html#cx-freeze)3500 - [4.10. Компиляция Python в Windows](https://python-all.ru/3.15/using/windows.html#compiling-python-on-windows)3501 - [4.11. Полный установщик (устарело)](https://python-all.ru/3.15/using/windows.html#the-full-installer-deprecated)35023503 - [4.11.1. Этапы установки](https://python-all.ru/3.15/using/windows.html#installation-steps)3504 - [4.11.2. Снятие ограничения MAX\_PATH](https://python-all.ru/3.15/using/windows.html#id2)3505 - [4.11.3. Установка без интерфейса](https://python-all.ru/3.15/using/windows.html#installing-without-ui)3506 - [4.11.4. Установка без загрузки](https://python-all.ru/3.15/using/windows.html#installing-without-downloading)3507 - [4.11.5. Изменение установки](https://python-all.ru/3.15/using/windows.html#modifying-an-install)3508 - [4.11.6. Установка free-threaded двоичных файлов](https://python-all.ru/3.15/using/windows.html#id3)3509 - [4.12. Средство запуска Python для Windows (устарело)](https://python-all.ru/3.15/using/windows.html#python-launcher-for-windows-deprecated)35103511 - [4.12.1. Начало работы](https://python-all.ru/3.15/using/windows.html#getting-started)35123513 - [4.12.1.1. Из командной строки](https://python-all.ru/3.15/using/windows.html#from-the-command-line)3514 - [4.12.1.2. Виртуальные окружения](https://python-all.ru/3.15/using/windows.html#virtual-environments)3515 - [4.12.1.3. Из скрипта](https://python-all.ru/3.15/using/windows.html#from-a-script)3516 - [4.12.1.4. По ассоциациям файлов](https://python-all.ru/3.15/using/windows.html#from-file-associations)3517 - [4.12.2. Строки shebang](https://python-all.ru/3.15/using/windows.html#id4)3518 - [4.12.3. Аргументы в строках shebang](https://python-all.ru/3.15/using/windows.html#arguments-in-shebang-lines)3519 - [4.12.4. Настройка](https://python-all.ru/3.15/using/windows.html#customization)35203521 - [4.12.4.1. Настройка через INI-файлы](https://python-all.ru/3.15/using/windows.html#customization-via-ini-files)3522 - [4.12.4.2. Настройка версий Python по умолчанию](https://python-all.ru/3.15/using/windows.html#customizing-default-python-versions)3523 - [4.12.5. Диагностика](https://python-all.ru/3.15/using/windows.html#diagnostics)3524 - [4.12.6. Пробный запуск](https://python-all.ru/3.15/using/windows.html#dry-run)3525 - [4.12.7. Установка по запросу](https://python-all.ru/3.15/using/windows.html#install-on-demand)3526 - [4.12.8. Коды возврата](https://python-all.ru/3.15/using/windows.html#return-codes)3527 - [5. Использование Python на macOS](https://python-all.ru/3.15/using/mac.html)35283529 - [5.1. Использование Python для macOS из `python.org`](https://python-all.ru/3.15/using/mac.html#using-python-for-macos-from-python-org)35303531 - [5.1.1. Этапы установки](https://python-all.ru/3.15/using/mac.html#installation-steps)3532 - [5.1.2. Как запустить скрипт Python](https://python-all.ru/3.15/using/mac.html#how-to-run-a-python-script)3533 - [5.2. Альтернативные дистрибутивы](https://python-all.ru/3.15/using/mac.html#alternative-distributions)3534 - [5.3. Установка дополнительных пакетов Python](https://python-all.ru/3.15/using/mac.html#installing-additional-python-packages)3535 - [5.4. Программирование GUI](https://python-all.ru/3.15/using/mac.html#gui-programming)3536 - [5.5. Продвинутые темы](https://python-all.ru/3.15/using/mac.html#advanced-topics)35373538 - [5.5.1. Установка free-threaded двоичных файлов](https://python-all.ru/3.15/using/mac.html#installing-free-threaded-binaries)3539 - [5.5.2. Установка с помощью командной строки](https://python-all.ru/3.15/using/mac.html#installing-using-the-command-line)3540 - [5.5.3. Распространение приложений Python](https://python-all.ru/3.15/using/mac.html#distributing-python-applications)3541 - [5.5.4. Соответствие требованиям App Store](https://python-all.ru/3.15/using/mac.html#app-store-compliance)3542 - [5.6. Прочие ресурсы](https://python-all.ru/3.15/using/mac.html#other-resources)3543 - [6. Использование Python на Android](https://python-all.ru/3.15/using/android.html)35443545 - [6.1. Добавление Python в приложение Android](https://python-all.ru/3.15/using/android.html#adding-python-to-an-android-app)3546 - [6.2. Сборка пакета Python для Android](https://python-all.ru/3.15/using/android.html#building-a-python-package-for-android)3547 - [7. Использование Python на iOS](https://python-all.ru/3.15/using/ios.html)35483549 - [7.1. Python во время выполнения на iOS](https://python-all.ru/3.15/using/ios.html#python-at-runtime-on-ios)35503551 - [7.1.1. Совместимость версий iOS](https://python-all.ru/3.15/using/ios.html#ios-version-compatibility)3552 - [7.1.2. Определение платформы](https://python-all.ru/3.15/using/ios.html#platform-identification)3553 - [7.1.3. Доступность стандартной библиотеки](https://python-all.ru/3.15/using/ios.html#standard-library-availability)3554 - [7.1.4. Двоичные модули расширения](https://python-all.ru/3.15/using/ios.html#binary-extension-modules)3555 - [7.1.5. Заглушки компилятора](https://python-all.ru/3.15/using/ios.html#compiler-stub-binaries)3556 - [7.2. Установка Python на iOS](https://python-all.ru/3.15/using/ios.html#installing-python-on-ios)35573558 - [7.2.1. Инструменты для сборки приложений iOS](https://python-all.ru/3.15/using/ios.html#tools-for-building-ios-apps)3559 - [7.2.2. Добавление Python в проект iOS](https://python-all.ru/3.15/using/ios.html#adding-python-to-an-ios-project)3560 - [7.2.3. Тестирование пакета Python](https://python-all.ru/3.15/using/ios.html#testing-a-python-package)3561 - [7.3. Соответствие требованиям App Store](https://python-all.ru/3.15/using/ios.html#app-store-compliance)35623563 - [7.3.1. Несовместимый код в стандартной библиотеке](https://python-all.ru/3.15/using/ios.html#incompatible-code-in-the-standard-library)3564 - [7.3.2. Манифесты конфиденциальности](https://python-all.ru/3.15/using/ios.html#privacy-manifests)3565 - [8. Редакторы и среды разработки](https://python-all.ru/3.15/using/editors.html)35663567 - [8.1. IDLE – редактор и оболочка Python](https://python-all.ru/3.15/using/editors.html#idle-python-editor-and-shell)3568 - [8.2. Другие редакторы и среды разработки](https://python-all.ru/3.15/using/editors.html#other-editors-and-ides)3569- [Справочник по языку Python](https://python-all.ru/3.15/reference/index.html)35703571 - [1. Введение](https://python-all.ru/3.15/reference/introduction.html)35723573 - [1.1. Альтернативные реализации](https://python-all.ru/3.15/reference/introduction.html#alternate-implementations)3574 - [1.2. Обозначения](https://python-all.ru/3.15/reference/introduction.html#notation)35753576 - [1.2.1. Лексические и синтаксические определения](https://python-all.ru/3.15/reference/introduction.html#lexical-and-syntactic-definitions)3577 - [2. Лексический анализ](https://python-all.ru/3.15/reference/lexical_analysis.html)35783579 - [2.1. Структура строк](https://python-all.ru/3.15/reference/lexical_analysis.html#line-structure)35803581 - [2.1.1. Логические строки](https://python-all.ru/3.15/reference/lexical_analysis.html#logical-lines)3582 - [2.1.2. Физические строки](https://python-all.ru/3.15/reference/lexical_analysis.html#physical-lines)3583 - [2.1.3. Комментарии](https://python-all.ru/3.15/reference/lexical_analysis.html#comments)3584 - [2.1.4. Объявление кодировки](https://python-all.ru/3.15/reference/lexical_analysis.html#encoding-declarations)3585 - [2.1.5. Явное объединение строк](https://python-all.ru/3.15/reference/lexical_analysis.html#explicit-line-joining)3586 - [2.1.6. Неявное объединение строк](https://python-all.ru/3.15/reference/lexical_analysis.html#implicit-line-joining)3587 - [2.1.7. Пустые строки](https://python-all.ru/3.15/reference/lexical_analysis.html#blank-lines)3588 - [2.1.8. Отступы](https://python-all.ru/3.15/reference/lexical_analysis.html#indentation)3589 - [2.1.9. Пробелы между токенами](https://python-all.ru/3.15/reference/lexical_analysis.html#whitespace-between-tokens)3590 - [2.1.10. Маркер конца](https://python-all.ru/3.15/reference/lexical_analysis.html#end-marker)3591 - [2.2. Другие токены](https://python-all.ru/3.15/reference/lexical_analysis.html#other-tokens)3592 - [2.3. Имена (идентификаторы и ключевые слова)](https://python-all.ru/3.15/reference/lexical_analysis.html#names-identifiers-and-keywords)35933594 - [2.3.1. Ключевые слова](https://python-all.ru/3.15/reference/lexical_analysis.html#keywords)3595 - [2.3.2. Мягкие ключевые слова](https://python-all.ru/3.15/reference/lexical_analysis.html#soft-keywords)3596 - [2.3.3. Зарезервированные классы идентификаторов](https://python-all.ru/3.15/reference/lexical_analysis.html#reserved-classes-of-identifiers)3597 - [2.3.4. Не-ASCII символы в именах](https://python-all.ru/3.15/reference/lexical_analysis.html#non-ascii-characters-in-names)3598 - [2.4. Литералы](https://python-all.ru/3.15/reference/lexical_analysis.html#literals)3599 - [2.5. Строковые и байтовые литералы](https://python-all.ru/3.15/reference/lexical_analysis.html#string-and-bytes-literals)36003601 - [2.5.1. Строки в тройных кавычках](https://python-all.ru/3.15/reference/lexical_analysis.html#triple-quoted-strings)3602 - [2.5.2. Префиксы строк](https://python-all.ru/3.15/reference/lexical_analysis.html#string-prefixes)3603 - [2.5.3. Формальная грамматика](https://python-all.ru/3.15/reference/lexical_analysis.html#formal-grammar)3604 - [2.5.4. Управляющие последовательности](https://python-all.ru/3.15/reference/lexical_analysis.html#escape-sequences)36053606 - [2.5.4.1. Игнорируемый конец строки](https://python-all.ru/3.15/reference/lexical_analysis.html#ignored-end-of-line)3607 - [2.5.4.2. Экранированные символы](https://python-all.ru/3.15/reference/lexical_analysis.html#escaped-characters)3608 - [2.5.4.3. Восьмеричный символ](https://python-all.ru/3.15/reference/lexical_analysis.html#octal-character)3609 - [2.5.4.4. Шестнадцатеричный символ](https://python-all.ru/3.15/reference/lexical_analysis.html#hexadecimal-character)3610 - [2.5.4.5. Именованный символ Юникода](https://python-all.ru/3.15/reference/lexical_analysis.html#named-unicode-character)3611 - [2.5.4.6. Шестнадцатеричные символы Юникода](https://python-all.ru/3.15/reference/lexical_analysis.html#hexadecimal-unicode-characters)3612 - [2.5.4.7. Нераспознанные управляющие последовательности](https://python-all.ru/3.15/reference/lexical_analysis.html#unrecognized-escape-sequences)3613 - [2.5.5. Байтовые литералы](https://python-all.ru/3.15/reference/lexical_analysis.html#bytes-literals)3614 - [2.5.6. Сырые строковые литералы](https://python-all.ru/3.15/reference/lexical_analysis.html#raw-string-literals)3615 - [2.5.7. f-строки](https://python-all.ru/3.15/reference/lexical_analysis.html#formatted-string-literals)3616 - [2.5.8. t-строки](https://python-all.ru/3.15/reference/lexical_analysis.html#template-string-literals)3617 - [2.5.9. Формальная грамматика для f-строк](https://python-all.ru/3.15/reference/lexical_analysis.html#formal-grammar-for-f-strings)3618 - [2.6. Числовые литералы](https://python-all.ru/3.15/reference/lexical_analysis.html#numeric-literals)36193620 - [2.6.1. Целочисленные литералы](https://python-all.ru/3.15/reference/lexical_analysis.html#integer-literals)3621 - [2.6.2. Литералы с плавающей точкой](https://python-all.ru/3.15/reference/lexical_analysis.html#floating-point-literals)3622 - [2.6.3. Литералы мнимых чисел](https://python-all.ru/3.15/reference/lexical_analysis.html#imaginary-literals)3623 - [2.7. Операторы и разделители](https://python-all.ru/3.15/reference/lexical_analysis.html#operators-and-delimiters)3624 - [3. Модель данных](https://python-all.ru/3.15/reference/datamodel.html)36253626 - [3.1. Объекты, значения и типы](https://python-all.ru/3.15/reference/datamodel.html#objects-values-and-types)3627 - [3.2. Стандартная иерархия типов](https://python-all.ru/3.15/reference/datamodel.html#the-standard-type-hierarchy)36283629 - [3.2.1. None](https://python-all.ru/3.15/reference/datamodel.html#none)3630 - [3.2.2. NotImplemented](https://python-all.ru/3.15/reference/datamodel.html#notimplemented)3631 - [3.2.3. Ellipsis](https://python-all.ru/3.15/reference/datamodel.html#ellipsis)3632 - [3.2.4. `numbers.Number`](https://python-all.ru/3.15/reference/datamodel.html#numbers-number)36333634 - [3.2.4.1. `numbers.Integral`](https://python-all.ru/3.15/reference/datamodel.html#numbers-integral)3635 - [3.2.4.2. `numbers.Real` (`float`)](https://python-all.ru/3.15/reference/datamodel.html#numbers-real-float)3636 - [3.2.4.3. `numbers.Complex` (`complex`)](https://python-all.ru/3.15/reference/datamodel.html#numbers-complex-complex)3637 - [3.2.5. Последовательности](https://python-all.ru/3.15/reference/datamodel.html#sequences)36383639 - [3.2.5.1. Неизменяемые последовательности](https://python-all.ru/3.15/reference/datamodel.html#immutable-sequences)3640 - [3.2.5.2. Изменяемые последовательности](https://python-all.ru/3.15/reference/datamodel.html#mutable-sequences)3641 - [3.2.6. Типы множеств](https://python-all.ru/3.15/reference/datamodel.html#set-types)3642 - [3.2.7. Отображения](https://python-all.ru/3.15/reference/datamodel.html#mappings)36433644 - [3.2.7.1. Словари](https://python-all.ru/3.15/reference/datamodel.html#dictionaries)3645 - [3.2.7.2. Замороженные словари](https://python-all.ru/3.15/reference/datamodel.html#frozen-dictionaries)3646 - [3.2.8. Вызываемые типы](https://python-all.ru/3.15/reference/datamodel.html#callable-types)36473648 - [3.2.8.1. Пользовательские функции](https://python-all.ru/3.15/reference/datamodel.html#user-defined-functions)36493650 - [3.2.8.1.1. Специальные атрибуты только для чтения](https://python-all.ru/3.15/reference/datamodel.html#special-read-only-attributes)3651 - [3.2.8.1.2. Специальные изменяемые атрибуты](https://python-all.ru/3.15/reference/datamodel.html#special-writable-attributes)3652 - [3.2.8.2. Методы экземпляра](https://python-all.ru/3.15/reference/datamodel.html#instance-methods)3653 - [3.2.8.3. Функции-генераторы](https://python-all.ru/3.15/reference/datamodel.html#generator-functions)3654 - [3.2.8.4. Корутинные функции](https://python-all.ru/3.15/reference/datamodel.html#coroutine-functions)3655 - [3.2.8.5. Асинхронные функции-генераторы](https://python-all.ru/3.15/reference/datamodel.html#asynchronous-generator-functions)3656 - [3.2.8.6. Встроенные функции](https://python-all.ru/3.15/reference/datamodel.html#built-in-functions)3657 - [3.2.8.7. Встроенные методы](https://python-all.ru/3.15/reference/datamodel.html#built-in-methods)3658 - [3.2.8.8. Классы](https://python-all.ru/3.15/reference/datamodel.html#classes)3659 - [3.2.8.9. Экземпляры классов](https://python-all.ru/3.15/reference/datamodel.html#class-instances)3660 - [3.2.9. Модули](https://python-all.ru/3.15/reference/datamodel.html#modules)36613662 - [3.2.9.1. Атрибуты объектов модулей, связанные с импортом](https://python-all.ru/3.15/reference/datamodel.html#import-related-attributes-on-module-objects)3663 - [3.2.9.2. Прочие изменяемые атрибуты объектов модулей](https://python-all.ru/3.15/reference/datamodel.html#other-writable-attributes-on-module-objects)3664 - [3.2.9.3. Словари модулей](https://python-all.ru/3.15/reference/datamodel.html#module-dictionaries)3665 - [3.2.10. Пользовательские классы](https://python-all.ru/3.15/reference/datamodel.html#custom-classes)36663667 - [3.2.10.1. Специальные атрибуты](https://python-all.ru/3.15/reference/datamodel.html#special-attributes)3668 - [3.2.10.2. Специальные методы](https://python-all.ru/3.15/reference/datamodel.html#special-methods)3669 - [3.2.11. Экземпляры классов](https://python-all.ru/3.15/reference/datamodel.html#id4)36703671 - [3.2.11.1. Специальные атрибуты](https://python-all.ru/3.15/reference/datamodel.html#id5)3672 - [3.2.12. Объекты ввода-вывода (также известные как файловые объекты)](https://python-all.ru/3.15/reference/datamodel.html#i-o-objects-also-known-as-file-objects)3673 - [3.2.13. Внутренние типы](https://python-all.ru/3.15/reference/datamodel.html#internal-types)36743675 - [3.2.13.1. Объекты кода](https://python-all.ru/3.15/reference/datamodel.html#code-objects)36763677 - [3.2.13.1.1. Специальные атрибуты только для чтения](https://python-all.ru/3.15/reference/datamodel.html#index-64)3678 - [3.2.13.1.2. Методы объектов кода](https://python-all.ru/3.15/reference/datamodel.html#methods-on-code-objects)3679 - [3.2.13.2. Объекты фреймов](https://python-all.ru/3.15/reference/datamodel.html#frame-objects)36803681 - [3.2.13.2.1. Специальные атрибуты только для чтения](https://python-all.ru/3.15/reference/datamodel.html#index-70)3682 - [3.2.13.2.2. Специальные атрибуты для записи](https://python-all.ru/3.15/reference/datamodel.html#index-71)3683 - [3.2.13.2.3. Методы объектов фреймов](https://python-all.ru/3.15/reference/datamodel.html#frame-object-methods)3684 - [3.2.13.3. Объекты трассировки](https://python-all.ru/3.15/reference/datamodel.html#traceback-objects)3685 - [3.2.13.4. Объекты срезов](https://python-all.ru/3.15/reference/datamodel.html#slice-objects)3686 - [3.2.13.5. Объекты статических методов](https://python-all.ru/3.15/reference/datamodel.html#static-method-objects)3687 - [3.2.13.6. Объекты методов класса](https://python-all.ru/3.15/reference/datamodel.html#class-method-objects)3688 - [3.3. Имена специальных методов](https://python-all.ru/3.15/reference/datamodel.html#special-method-names)36893690 - [3.3.1. Базовая настройка](https://python-all.ru/3.15/reference/datamodel.html#basic-customization)3691 - [3.3.2. Настройка доступа к атрибутам](https://python-all.ru/3.15/reference/datamodel.html#customizing-attribute-access)36923693 - [3.3.2.1. Настройка доступа к атрибутам модуля](https://python-all.ru/3.15/reference/datamodel.html#customizing-module-attribute-access)3694 - [3.3.2.2. Реализация дескрипторов](https://python-all.ru/3.15/reference/datamodel.html#implementing-descriptors)3695 - [3.3.2.3. Вызов дескрипторов](https://python-all.ru/3.15/reference/datamodel.html#invoking-descriptors)3696 - [3.3.2.4. \_\_slots\_\_](https://python-all.ru/3.15/reference/datamodel.html#slots)3697 - [3.3.3. Настройка создания классов](https://python-all.ru/3.15/reference/datamodel.html#customizing-class-creation)36983699 - [3.3.3.1. Метаклассы](https://python-all.ru/3.15/reference/datamodel.html#metaclasses)3700 - [3.3.3.2. Разрешение записей MRO](https://python-all.ru/3.15/reference/datamodel.html#resolving-mro-entries)3701 - [3.3.3.3. Определение подходящего метакласса](https://python-all.ru/3.15/reference/datamodel.html#determining-the-appropriate-metaclass)3702 - [3.3.3.4. Подготовка пространства имён класса](https://python-all.ru/3.15/reference/datamodel.html#preparing-the-class-namespace)3703 - [3.3.3.5. Выполнение тела класса](https://python-all.ru/3.15/reference/datamodel.html#executing-the-class-body)3704 - [3.3.3.6. Создание объекта класса](https://python-all.ru/3.15/reference/datamodel.html#creating-the-class-object)3705 - [3.3.3.7. Применение метаклассов](https://python-all.ru/3.15/reference/datamodel.html#uses-for-metaclasses)3706 - [3.3.4. Настройка проверок принадлежности экземплярам и подклассам](https://python-all.ru/3.15/reference/datamodel.html#customizing-instance-and-subclass-checks)3707 - [3.3.5. Эмуляция обобщённых типов](https://python-all.ru/3.15/reference/datamodel.html#emulating-generic-types)37083709 - [3.3.5.1. Назначение *\_\_class\_getitem\_\_*](https://python-all.ru/3.15/reference/datamodel.html#the-purpose-of-class-getitem)3710 - [3.3.5.2. *\_\_class\_getitem\_\_* и *\_\_getitem\_\_*](https://python-all.ru/3.15/reference/datamodel.html#class-getitem-versus-getitem)3711 - [3.3.6. Эмуляция вызываемых объектов](https://python-all.ru/3.15/reference/datamodel.html#emulating-callable-objects)3712 - [3.3.7. Эмуляция контейнерных типов](https://python-all.ru/3.15/reference/datamodel.html#emulating-container-types)3713 - [3.3.8. Эмуляция числовых типов](https://python-all.ru/3.15/reference/datamodel.html#emulating-numeric-types)3714 - [3.3.9. Контекстные менеджеры оператора with](https://python-all.ru/3.15/reference/datamodel.html#with-statement-context-managers)3715 - [3.3.10. Настройка позиционных аргументов при сопоставлении с образцом классов](https://python-all.ru/3.15/reference/datamodel.html#customizing-positional-arguments-in-class-pattern-matching)3716 - [3.3.11. Эмуляция буферных типов](https://python-all.ru/3.15/reference/datamodel.html#emulating-buffer-types)3717 - [3.3.12. Аннотации](https://python-all.ru/3.15/reference/datamodel.html#annotations)3718 - [3.3.13. Поиск специальных методов](https://python-all.ru/3.15/reference/datamodel.html#special-method-lookup)3719 - [3.4. Корутины](https://python-all.ru/3.15/reference/datamodel.html#coroutines)37203721 - [3.4.1. Ожидаемые объекты](https://python-all.ru/3.15/reference/datamodel.html#awaitable-objects)3722 - [3.4.2. Объекты корутин](https://python-all.ru/3.15/reference/datamodel.html#coroutine-objects)3723 - [3.4.3. Асинхронные итераторы](https://python-all.ru/3.15/reference/datamodel.html#asynchronous-iterators)3724 - [3.4.4. Асинхронные контекстные менеджеры](https://python-all.ru/3.15/reference/datamodel.html#asynchronous-context-managers)3725 - [4. Модель выполнения](https://python-all.ru/3.15/reference/executionmodel.html)37263727 - [4.1. Структура программы](https://python-all.ru/3.15/reference/executionmodel.html#structure-of-a-program)3728 - [4.2. Имена и связывание](https://python-all.ru/3.15/reference/executionmodel.html#naming-and-binding)37293730 - [4.2.1. Связывание имён](https://python-all.ru/3.15/reference/executionmodel.html#binding-of-names)3731 - [4.2.2. Разрешение имён](https://python-all.ru/3.15/reference/executionmodel.html#resolution-of-names)3732 - [4.2.3. Области видимости аннотаций](https://python-all.ru/3.15/reference/executionmodel.html#annotation-scopes)3733 - [4.2.4. Ленивые вычисления](https://python-all.ru/3.15/reference/executionmodel.html#lazy-evaluation)3734 - [4.2.5. Встроенные функции и ограниченное выполнение](https://python-all.ru/3.15/reference/executionmodel.html#builtins-and-restricted-execution)3735 - [4.2.6. Взаимодействие с динамическими возможностями](https://python-all.ru/3.15/reference/executionmodel.html#interaction-with-dynamic-features)3736 - [4.3. Исключения](https://python-all.ru/3.15/reference/executionmodel.html#exceptions)3737 - [4.4. Компоненты времени выполнения](https://python-all.ru/3.15/reference/executionmodel.html#runtime-components)37383739 - [4.4.1. Общая вычислительная модель](https://python-all.ru/3.15/reference/executionmodel.html#general-computing-model)3740 - [4.4.2. Модель выполнения Python](https://python-all.ru/3.15/reference/executionmodel.html#python-runtime-model)3741 - [5. Система импорта](https://python-all.ru/3.15/reference/import.html)37423743 - [5.1. `importlib`](https://python-all.ru/3.15/reference/import.html#importlib)3744 - [5.2. Пакеты](https://python-all.ru/3.15/reference/import.html#packages)37453746 - [5.2.1. Обычные пакеты](https://python-all.ru/3.15/reference/import.html#regular-packages)3747 - [5.2.2. Пакеты пространства имён](https://python-all.ru/3.15/reference/import.html#namespace-packages)3748 - [5.3. Поиск](https://python-all.ru/3.15/reference/import.html#searching)37493750 - [5.3.1. Кеш модулей](https://python-all.ru/3.15/reference/import.html#the-module-cache)3751 - [5.3.2. Искатели и загрузчики](https://python-all.ru/3.15/reference/import.html#finders-and-loaders)3752 - [5.3.3. Хуки импорта](https://python-all.ru/3.15/reference/import.html#import-hooks)3753 - [5.3.4. Метапуть](https://python-all.ru/3.15/reference/import.html#the-meta-path)3754 - [5.4. Загрузка](https://python-all.ru/3.15/reference/import.html#loading)37553756 - [5.4.1. Загрузчики](https://python-all.ru/3.15/reference/import.html#loaders)3757 - [5.4.2. Подмодули](https://python-all.ru/3.15/reference/import.html#submodules)3758 - [5.4.3. Спецификации модулей](https://python-all.ru/3.15/reference/import.html#module-specs)3759 - [5.4.4. Атрибут \_\_path\_\_ у модулей](https://python-all.ru/3.15/reference/import.html#path-attributes-on-modules)3760 - [5.4.5. Представления модулей](https://python-all.ru/3.15/reference/import.html#module-reprs)3761 - [5.4.6. Инвалидация кешированного байт-кода](https://python-all.ru/3.15/reference/import.html#cached-bytecode-invalidation)3762 - [5.5. Искатель на основе путей](https://python-all.ru/3.15/reference/import.html#the-path-based-finder)37633764 - [5.5.1. Искатели записей путей](https://python-all.ru/3.15/reference/import.html#path-entry-finders)3765 - [5.5.2. Протокол искателя записей путей](https://python-all.ru/3.15/reference/import.html#path-entry-finder-protocol)3766 - [5.6. Замена стандартной системы импорта](https://python-all.ru/3.15/reference/import.html#replacing-the-standard-import-system)3767 - [5.7. Относительные импорты в пакетах](https://python-all.ru/3.15/reference/import.html#package-relative-imports)3768 - [5.8. Особые соображения для \_\_main\_\_](https://python-all.ru/3.15/reference/import.html#special-considerations-for-main)37693770 - [5.8.1. \_\_main\_\_.\_\_spec\_\_](https://python-all.ru/3.15/reference/import.html#main-spec)3771 - [5.9. Ссылки](https://python-all.ru/3.15/reference/import.html#references)3772 - [6. Выражения](https://python-all.ru/3.15/reference/expressions.html)37733774 - [6.1. Арифметические преобразования](https://python-all.ru/3.15/reference/expressions.html#arithmetic-conversions)3775 - [6.2. Атомы](https://python-all.ru/3.15/reference/expressions.html#atoms)37763777 - [6.2.1. Встроенные константы](https://python-all.ru/3.15/reference/expressions.html#built-in-constants)3778 - [6.2.2. Идентификаторы (имена)](https://python-all.ru/3.15/reference/expressions.html#atom-identifiers)37793780 - [6.2.2.1. Приватное искажение имён](https://python-all.ru/3.15/reference/expressions.html#index-5)3781 - [6.2.3. Литералы](https://python-all.ru/3.15/reference/expressions.html#literals)37823783 - [6.2.3.1. Литералы и идентичность объектов](https://python-all.ru/3.15/reference/expressions.html#literals-and-object-identity)3784 - [6.2.3.2. Конкатенация строковых литералов](https://python-all.ru/3.15/reference/expressions.html#string-literal-concatenation)3785 - [6.2.4. Группы в скобках](https://python-all.ru/3.15/reference/expressions.html#parenthesized-groups)3786 - [6.2.5. Отображения контейнеров](https://python-all.ru/3.15/reference/expressions.html#container-displays)37873788 - [6.2.5.1. Отображения списков](https://python-all.ru/3.15/reference/expressions.html#list-displays)3789 - [6.2.5.2. Отображения множеств](https://python-all.ru/3.15/reference/expressions.html#set-displays)3790 - [6.2.5.3. Отображения кортежей](https://python-all.ru/3.15/reference/expressions.html#tuple-displays)3791 - [6.2.5.4. Отображения словарей](https://python-all.ru/3.15/reference/expressions.html#dictionary-displays)3792 - [6.2.6. Генераторы коллекций](https://python-all.ru/3.15/reference/expressions.html#comprehensions)37933794 - [6.2.6.1. Фильтрация в генераторах коллекций](https://python-all.ru/3.15/reference/expressions.html#filtering-in-comprehensions)3795 - [6.2.6.2. Сложные генераторы коллекций](https://python-all.ru/3.15/reference/expressions.html#complex-comprehensions)3796 - [6.2.6.3. Распаковка в генераторах коллекций](https://python-all.ru/3.15/reference/expressions.html#unpacking-in-comprehensions)3797 - [6.2.6.4. Асинхронные генераторы коллекций](https://python-all.ru/3.15/reference/expressions.html#asynchronous-comprehensions)3798 - [6.2.6.5. Формальная грамматика генераторов коллекций](https://python-all.ru/3.15/reference/expressions.html#formal-grammar-for-comprehensions)3799 - [6.2.7. Генераторные выражения](https://python-all.ru/3.15/reference/expressions.html#generator-expressions)3800 - [6.2.8. Выражения yield](https://python-all.ru/3.15/reference/expressions.html#yield-expressions)38013802 - [6.2.8.1. Методы итератора генератора](https://python-all.ru/3.15/reference/expressions.html#generator-iterator-methods)3803 - [6.2.8.2. Примеры](https://python-all.ru/3.15/reference/expressions.html#examples)3804 - [6.2.8.3. Асинхронные функции-генераторы](https://python-all.ru/3.15/reference/expressions.html#asynchronous-generator-functions)3805 - [6.2.8.4. Методы асинхронного итератора генератора](https://python-all.ru/3.15/reference/expressions.html#asynchronous-generator-iterator-methods)3806 - [6.3. Первичные выражения](https://python-all.ru/3.15/reference/expressions.html#primaries)38073808 - [6.3.1. Ссылки на атрибуты](https://python-all.ru/3.15/reference/expressions.html#attribute-references)3809 - [6.3.2. Подписки и срезы](https://python-all.ru/3.15/reference/expressions.html#subscriptions-and-slicings)38103811 - [6.3.2.1. Срезы](https://python-all.ru/3.15/reference/expressions.html#slicings)3812 - [6.3.2.2. Индексы через запятую](https://python-all.ru/3.15/reference/expressions.html#comma-separated-subscripts)3813 - [6.3.2.3. Подписки со звёздочкой](https://python-all.ru/3.15/reference/expressions.html#starred-subscriptions)3814 - [6.3.2.4. Формальная грамматика подписок](https://python-all.ru/3.15/reference/expressions.html#formal-subscription-grammar)3815 - [6.3.3. Вызовы](https://python-all.ru/3.15/reference/expressions.html#calls)3816 - [6.4. Выражение await](https://python-all.ru/3.15/reference/expressions.html#await-expression)3817 - [6.5. Оператор возведения в степень](https://python-all.ru/3.15/reference/expressions.html#the-power-operator)3818 - [6.6. Унарные арифметические и битовые операции](https://python-all.ru/3.15/reference/expressions.html#unary-arithmetic-and-bitwise-operations)3819 - [6.7. Бинарные арифметические операции](https://python-all.ru/3.15/reference/expressions.html#binary-arithmetic-operations)3820 - [6.8. Операции сдвига](https://python-all.ru/3.15/reference/expressions.html#shifting-operations)3821 - [6.9. Двоичные поразрядные операции](https://python-all.ru/3.15/reference/expressions.html#binary-bitwise-operations)3822 - [6.10. Сравнения](https://python-all.ru/3.15/reference/expressions.html#comparisons)38233824 - [6.10.1. Сравнения значений](https://python-all.ru/3.15/reference/expressions.html#value-comparisons)3825 - [6.10.2. Операции проверки принадлежности](https://python-all.ru/3.15/reference/expressions.html#membership-test-operations)3826 - [6.10.3. Сравнения идентичности](https://python-all.ru/3.15/reference/expressions.html#is-not)3827 - [6.11. Булевы операции](https://python-all.ru/3.15/reference/expressions.html#boolean-operations)3828 - [6.12. Присваивающие выражения](https://python-all.ru/3.15/reference/expressions.html#assignment-expressions)3829 - [6.13. Условные выражения](https://python-all.ru/3.15/reference/expressions.html#conditional-expressions)3830 - [6.14. Лямбда-выражения](https://python-all.ru/3.15/reference/expressions.html#lambda)3831 - [6.15. Списки выражений](https://python-all.ru/3.15/reference/expressions.html#expression-lists)38323833 - [6.15.1. Распаковка итерируемых объектов](https://python-all.ru/3.15/reference/expressions.html#index-98)3834 - [6.16. Порядок вычисления](https://python-all.ru/3.15/reference/expressions.html#evaluation-order)3835 - [6.17. Приоритет операторов](https://python-all.ru/3.15/reference/expressions.html#operator-precedence)3836 - [7. Простые инструкции](https://python-all.ru/3.15/reference/simple_stmts.html)38373838 - [7.1. Инструкции-выражения](https://python-all.ru/3.15/reference/simple_stmts.html#expression-statements)3839 - [7.2. Инструкции присваивания](https://python-all.ru/3.15/reference/simple_stmts.html#assignment-statements)38403841 - [7.2.1. Совмещённые инструкции присваивания](https://python-all.ru/3.15/reference/simple_stmts.html#augmented-assignment-statements)3842 - [7.2.2. Аннотированные инструкции присваивания](https://python-all.ru/3.15/reference/simple_stmts.html#annotated-assignment-statements)3843 - [7.3. Инструкция `assert`](https://python-all.ru/3.15/reference/simple_stmts.html#the-assert-statement)3844 - [7.4. Инструкция `pass`](https://python-all.ru/3.15/reference/simple_stmts.html#the-pass-statement)3845 - [7.5. Инструкция `del`](https://python-all.ru/3.15/reference/simple_stmts.html#the-del-statement)3846 - [7.6. Инструкция `return`](https://python-all.ru/3.15/reference/simple_stmts.html#the-return-statement)3847 - [7.7. Инструкция `yield`](https://python-all.ru/3.15/reference/simple_stmts.html#the-yield-statement)3848 - [7.8. Инструкция `raise`](https://python-all.ru/3.15/reference/simple_stmts.html#the-raise-statement)3849 - [7.9. Инструкция `break`](https://python-all.ru/3.15/reference/simple_stmts.html#the-break-statement)3850 - [7.10. Инструкция `continue`](https://python-all.ru/3.15/reference/simple_stmts.html#the-continue-statement)3851 - [7.11. Инструкция `import`](https://python-all.ru/3.15/reference/simple_stmts.html#the-import-statement)38523853 - [7.11.1. Ленивые импорты](https://python-all.ru/3.15/reference/simple_stmts.html#lazy)38543855 - [7.11.1.1. Совместимость через `__lazy_modules__`](https://python-all.ru/3.15/reference/simple_stmts.html#compatibility-via-lazy-modules)3856 - [7.11.2. Инструкции future](https://python-all.ru/3.15/reference/simple_stmts.html#future-statements)3857 - [7.12. Инструкция `global`](https://python-all.ru/3.15/reference/simple_stmts.html#the-global-statement)3858 - [7.13. Инструкция `nonlocal`](https://python-all.ru/3.15/reference/simple_stmts.html#the-nonlocal-statement)3859 - [7.14. Инструкция `type`](https://python-all.ru/3.15/reference/simple_stmts.html#the-type-statement)3860 - [8. Составные инструкции](https://python-all.ru/3.15/reference/compound_stmts.html)38613862 - [8.1. Инструкция `if`](https://python-all.ru/3.15/reference/compound_stmts.html#the-if-statement)3863 - [8.2. Инструкция `while`](https://python-all.ru/3.15/reference/compound_stmts.html#the-while-statement)3864 - [8.3. Инструкция `for`](https://python-all.ru/3.15/reference/compound_stmts.html#the-for-statement)3865 - [8.4. Инструкция `try`](https://python-all.ru/3.15/reference/compound_stmts.html#the-try-statement)38663867 - [8.4.1. Предложение `except`](https://python-all.ru/3.15/reference/compound_stmts.html#except-clause)3868 - [8.4.2. Предложение `except*`](https://python-all.ru/3.15/reference/compound_stmts.html#except-star)3869 - [8.4.3. Предложение `else`](https://python-all.ru/3.15/reference/compound_stmts.html#else-clause)3870 - [8.4.4. Предложение `finally`](https://python-all.ru/3.15/reference/compound_stmts.html#finally-clause)3871 - [8.5. Инструкция `with`](https://python-all.ru/3.15/reference/compound_stmts.html#the-with-statement)3872 - [8.6. Инструкция `match`](https://python-all.ru/3.15/reference/compound_stmts.html#the-match-statement)38733874 - [8.6.1. Обзор](https://python-all.ru/3.15/reference/compound_stmts.html#overview)3875 - [8.6.2. Ограничители](https://python-all.ru/3.15/reference/compound_stmts.html#guards)3876 - [8.6.3. Неопровержимые блоки case](https://python-all.ru/3.15/reference/compound_stmts.html#irrefutable-case-blocks)3877 - [8.6.4. Шаблоны](https://python-all.ru/3.15/reference/compound_stmts.html#patterns)38783879 - [8.6.4.1. Шаблоны OR](https://python-all.ru/3.15/reference/compound_stmts.html#or-patterns)3880 - [8.6.4.2. Шаблоны AS](https://python-all.ru/3.15/reference/compound_stmts.html#as-patterns)3881 - [8.6.4.3. Литеральные шаблоны](https://python-all.ru/3.15/reference/compound_stmts.html#literal-patterns)3882 - [8.6.4.4. Захватывающие шаблоны](https://python-all.ru/3.15/reference/compound_stmts.html#capture-patterns)3883 - [8.6.4.5. Шаблоны-подстановки](https://python-all.ru/3.15/reference/compound_stmts.html#wildcard-patterns)3884 - [8.6.4.6. Шаблоны значений](https://python-all.ru/3.15/reference/compound_stmts.html#value-patterns)3885 - [8.6.4.7. Групповые шаблоны](https://python-all.ru/3.15/reference/compound_stmts.html#group-patterns)3886 - [8.6.4.8. Шаблоны последовательностей](https://python-all.ru/3.15/reference/compound_stmts.html#sequence-patterns)3887 - [8.6.4.9. Шаблоны отображений](https://python-all.ru/3.15/reference/compound_stmts.html#mapping-patterns)3888 - [8.6.4.10. Шаблоны классов](https://python-all.ru/3.15/reference/compound_stmts.html#class-patterns)3889 - [8.7. Определения функций](https://python-all.ru/3.15/reference/compound_stmts.html#function-definitions)3890 - [8.8. Определения классов](https://python-all.ru/3.15/reference/compound_stmts.html#class-definitions)38913892 - [8.8.1. Множественное наследование](https://python-all.ru/3.15/reference/compound_stmts.html#multiple-inheritance)3893 - [8.9. Корутины](https://python-all.ru/3.15/reference/compound_stmts.html#coroutines)38943895 - [8.9.1. Определение корутинной функции](https://python-all.ru/3.15/reference/compound_stmts.html#coroutine-function-definition)3896 - [8.9.2. Инструкция `async for`](https://python-all.ru/3.15/reference/compound_stmts.html#the-async-for-statement)3897 - [8.9.3. Оператор `async with`](https://python-all.ru/3.15/reference/compound_stmts.html#the-async-with-statement)3898 - [8.10. Списки параметров типов](https://python-all.ru/3.15/reference/compound_stmts.html#type-parameter-lists)38993900 - [8.10.1. Обобщённые функции](https://python-all.ru/3.15/reference/compound_stmts.html#generic-functions)3901 - [8.10.2. Обобщённые классы](https://python-all.ru/3.15/reference/compound_stmts.html#generic-classes)3902 - [8.10.3. Обобщённые псевдонимы типов](https://python-all.ru/3.15/reference/compound_stmts.html#generic-type-aliases)3903 - [8.11. Аннотации](https://python-all.ru/3.15/reference/compound_stmts.html#annotations)3904 - [9. Компоненты верхнего уровня](https://python-all.ru/3.15/reference/toplevel_components.html)39053906 - [9.1. Полные программы на Python](https://python-all.ru/3.15/reference/toplevel_components.html#complete-python-programs)3907 - [9.2. Ввод из файла](https://python-all.ru/3.15/reference/toplevel_components.html#file-input)3908 - [9.3. Интерактивный ввод](https://python-all.ru/3.15/reference/toplevel_components.html#interactive-input)3909 - [9.4. Ввод выражений](https://python-all.ru/3.15/reference/toplevel_components.html#expression-input)3910 - [10. Полная спецификация грамматики](https://python-all.ru/3.15/reference/grammar.html)3911- [Стандартная библиотека Python](https://python-all.ru/3.15/library/index.html)39123913 - [Введение](https://python-all.ru/3.15/library/intro.html)39143915 - [Примечания о доступности](https://python-all.ru/3.15/library/intro.html#notes-on-availability)39163917 - [Платформы WebAssembly](https://python-all.ru/3.15/library/intro.html#webassembly-platforms)3918 - [Мобильные платформы](https://python-all.ru/3.15/library/intro.html#mobile-platforms)3919 - [Встроенные функции](https://python-all.ru/3.15/library/functions.html)3920 - [Встроенные константы](https://python-all.ru/3.15/library/constants.html)39213922 - [Константы, добавляемые модулем `site`](https://python-all.ru/3.15/library/constants.html#constants-added-by-the-site-module)3923 - [Встроенные типы](https://python-all.ru/3.15/library/stdtypes.html)39243925 - [Проверка истинности](https://python-all.ru/3.15/library/stdtypes.html#truth-value-testing)3926 - [Логические операции – `and`, `or`, `not`](https://python-all.ru/3.15/library/stdtypes.html#boolean-operations-and-or-not)3927 - [Сравнения](https://python-all.ru/3.15/library/stdtypes.html#comparisons)3928 - [Числовые типы – `int`, `float`, `complex`](https://python-all.ru/3.15/library/stdtypes.html#numeric-types-int-float-complex)39293930 - [Побитовые операции над целыми типами](https://python-all.ru/3.15/library/stdtypes.html#bitwise-operations-on-integer-types)3931 - [Дополнительные методы целых типов](https://python-all.ru/3.15/library/stdtypes.html#additional-methods-on-integer-types)3932 - [Дополнительные методы типа float](https://python-all.ru/3.15/library/stdtypes.html#additional-methods-on-float)3933 - [Дополнительные методы типа complex](https://python-all.ru/3.15/library/stdtypes.html#additional-methods-on-complex)3934 - [Хеширование числовых типов](https://python-all.ru/3.15/library/stdtypes.html#hashing-of-numeric-types)3935 - [Логический тип – `bool`](https://python-all.ru/3.15/library/stdtypes.html#boolean-type-bool)3936 - [Типы итераторов](https://python-all.ru/3.15/library/stdtypes.html#iterator-types)39373938 - [Типы генераторов](https://python-all.ru/3.15/library/stdtypes.html#generator-types)3939 - [Типы последовательностей – `list`, `tuple`, `range`](https://python-all.ru/3.15/library/stdtypes.html#sequence-types-list-tuple-range)39403941 - [Общие операции с последовательностями](https://python-all.ru/3.15/library/stdtypes.html#common-sequence-operations)3942 - [Неизменяемые типы последовательностей](https://python-all.ru/3.15/library/stdtypes.html#immutable-sequence-types)3943 - [Изменяемые типы последовательностей](https://python-all.ru/3.15/library/stdtypes.html#mutable-sequence-types)3944 - [Списки](https://python-all.ru/3.15/library/stdtypes.html#lists)3945 - [Кортежи](https://python-all.ru/3.15/library/stdtypes.html#tuples)3946 - [Диапазоны](https://python-all.ru/3.15/library/stdtypes.html#ranges)3947 - [Сводка методов для текстовых и двоичных последовательностей](https://python-all.ru/3.15/library/stdtypes.html#text-and-binary-sequence-type-methods-summary)3948 - [Тип текстовых последовательностей – `str`](https://python-all.ru/3.15/library/stdtypes.html#text-sequence-type-str)39493950 - [Методы строк](https://python-all.ru/3.15/library/stdtypes.html#string-methods)3951 - [Форматированные строковые литералы (f-строки)](https://python-all.ru/3.15/library/stdtypes.html#formatted-string-literals-f-strings)39523953 - [Спецификатор отладки](https://python-all.ru/3.15/library/stdtypes.html#debug-specifier)3954 - [Спецификатор преобразования](https://python-all.ru/3.15/library/stdtypes.html#conversion-specifier)3955 - [Спецификатор формата](https://python-all.ru/3.15/library/stdtypes.html#format-specifier)3956 - [Шаблонные строковые литералы (t-строки)](https://python-all.ru/3.15/library/stdtypes.html#template-string-literals-t-strings)3957 - [Форматирование строк в стиле `printf`](https://python-all.ru/3.15/library/stdtypes.html#printf-style-string-formatting)3958 - [Типы двоичных последовательностей – `bytes`, `bytearray`, `memoryview`](https://python-all.ru/3.15/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview)39593960 - [Объекты bytes](https://python-all.ru/3.15/library/stdtypes.html#bytes-objects)3961 - [Объекты bytearray](https://python-all.ru/3.15/library/stdtypes.html#bytearray-objects)3962 - [Операции с bytes и bytearray](https://python-all.ru/3.15/library/stdtypes.html#bytes-and-bytearray-operations)3963 - [Форматирование bytes в стиле `printf`](https://python-all.ru/3.15/library/stdtypes.html#printf-style-bytes-formatting)3964 - [Представления памяти](https://python-all.ru/3.15/library/stdtypes.html#memory-views)3965 - [Типы множеств – `set`, `frozenset`](https://python-all.ru/3.15/library/stdtypes.html#set-types-set-frozenset)3966 - [Типы отображений – `dict`, `frozendict`](https://python-all.ru/3.15/library/stdtypes.html#mapping-types-dict-frozendict)39673968 - [Объекты представлений словаря](https://python-all.ru/3.15/library/stdtypes.html#dictionary-view-objects)3969 - [Замороженные словари](https://python-all.ru/3.15/library/stdtypes.html#frozen-dictionaries)3970 - [Типы контекстных менеджеров](https://python-all.ru/3.15/library/stdtypes.html#context-manager-types)3971 - [Типы аннотаций – Общий псевдоним, Объединение](https://python-all.ru/3.15/library/stdtypes.html#type-annotation-types-generic-alias-union)39723973 - [Тип общего псевдонима](https://python-all.ru/3.15/library/stdtypes.html#generic-alias-type)39743975 - [Стандартные обобщённые классы](https://python-all.ru/3.15/library/stdtypes.html#standard-generic-classes)3976 - [Специальные атрибуты объектов `GenericAlias`](https://python-all.ru/3.15/library/stdtypes.html#special-attributes-of-genericalias-objects)3977 - [Тип объединения](https://python-all.ru/3.15/library/stdtypes.html#union-type)3978 - [Прочие встроенные типы](https://python-all.ru/3.15/library/stdtypes.html#other-built-in-types)39793980 - [Модули](https://python-all.ru/3.15/library/stdtypes.html#modules)3981 - [Классы и экземпляры классов](https://python-all.ru/3.15/library/stdtypes.html#classes-and-class-instances)3982 - [Функции](https://python-all.ru/3.15/library/stdtypes.html#functions)3983 - [Методы](https://python-all.ru/3.15/library/stdtypes.html#methods)3984 - [Объекты кода](https://python-all.ru/3.15/library/stdtypes.html#code-objects)3985 - [Объекты типов](https://python-all.ru/3.15/library/stdtypes.html#type-objects)3986 - [Объект None](https://python-all.ru/3.15/library/stdtypes.html#the-null-object)3987 - [Объект Ellipsis](https://python-all.ru/3.15/library/stdtypes.html#the-ellipsis-object)3988 - [Объект NotImplemented](https://python-all.ru/3.15/library/stdtypes.html#the-notimplemented-object)3989 - [Внутренние объекты](https://python-all.ru/3.15/library/stdtypes.html#internal-objects)3990 - [Специальные атрибуты](https://python-all.ru/3.15/library/stdtypes.html#special-attributes)3991 - [Ограничение длины преобразования целого числа в строку](https://python-all.ru/3.15/library/stdtypes.html#integer-string-conversion-length-limitation)39923993 - [Затронутые API](https://python-all.ru/3.15/library/stdtypes.html#affected-apis)3994 - [Настройка ограничения](https://python-all.ru/3.15/library/stdtypes.html#configuring-the-limit)3995 - [Рекомендуемая конфигурация](https://python-all.ru/3.15/library/stdtypes.html#recommended-configuration)3996 - [Встроенные исключения](https://python-all.ru/3.15/library/exceptions.html)39973998 - [Контекст исключения](https://python-all.ru/3.15/library/exceptions.html#exception-context)3999 - [Наследование от встроенных исключений](https://python-all.ru/3.15/library/exceptions.html#inheriting-from-built-in-exceptions)4000 - [Базовые классы](https://python-all.ru/3.15/library/exceptions.html#base-classes)4001 - [Конкретные исключения](https://python-all.ru/3.15/library/exceptions.html#concrete-exceptions)40024003 - [Исключения ОС](https://python-all.ru/3.15/library/exceptions.html#os-exceptions)4004 - [Предупреждения](https://python-all.ru/3.15/library/exceptions.html#warnings)4005 - [Группы исключений](https://python-all.ru/3.15/library/exceptions.html#exception-groups)4006 - [Иерархия исключений](https://python-all.ru/3.15/library/exceptions.html#exception-hierarchy)4007 - [Гарантии потокобезопасности](https://python-all.ru/3.15/library/threadsafety.html)40084009 - [Уровни потокобезопасности](https://python-all.ru/3.15/library/threadsafety.html#thread-safety-levels)40104011 - [Несовместимо](https://python-all.ru/3.15/library/threadsafety.html#incompatible)4012 - [Совместимо](https://python-all.ru/3.15/library/threadsafety.html#compatible)4013 - [Безопасно для разных объектов](https://python-all.ru/3.15/library/threadsafety.html#safe-on-distinct-objects)4014 - [Безопасно для общих объектов](https://python-all.ru/3.15/library/threadsafety.html#safe-on-shared-objects)4015 - [Атомарно](https://python-all.ru/3.15/library/threadsafety.html#atomic)4016 - [Потокобезопасность объектов списка](https://python-all.ru/3.15/library/threadsafety.html#thread-safety-for-list-objects)4017 - [Потокобезопасность объектов словаря](https://python-all.ru/3.15/library/threadsafety.html#thread-safety-for-dict-objects)4018 - [Потокобезопасность объектов множества](https://python-all.ru/3.15/library/threadsafety.html#thread-safety-for-set-objects)4019 - [Потокобезопасность объектов bytearray](https://python-all.ru/3.15/library/threadsafety.html#thread-safety-for-bytearray-objects)4020 - [Потокобезопасность объектов memoryview](https://python-all.ru/3.15/library/threadsafety.html#thread-safety-for-memoryview-objects)4021 - [Службы обработки текста](https://python-all.ru/3.15/library/text.html)40224023 - [`string` – Общие операции со строками](https://python-all.ru/3.15/library/string.html)40244025 - [Строковые константы](https://python-all.ru/3.15/library/string.html#string-constants)4026 - [Пользовательское форматирование строк](https://python-all.ru/3.15/library/string.html#custom-string-formatting)4027 - [Синтаксис форматных строк](https://python-all.ru/3.15/library/string.html#format-string-syntax)40284029 - [Мини-язык спецификации формата](https://python-all.ru/3.15/library/string.html#format-specification-mini-language)4030 - [Примеры форматирования](https://python-all.ru/3.15/library/string.html#format-examples)4031 - [Строки-шаблоны ($-strings)](https://python-all.ru/3.15/library/string.html#template-strings-strings)4032 - [Вспомогательные функции](https://python-all.ru/3.15/library/string.html#helper-functions)4033 - [`string.templatelib` – Поддержка шаблонных строковых литералов](https://python-all.ru/3.15/library/string.templatelib.html)40344035 - [Строки-шаблоны](https://python-all.ru/3.15/library/string.templatelib.html#template-strings)4036 - [Типы](https://python-all.ru/3.15/library/string.templatelib.html#types)4037 - [Вспомогательные функции](https://python-all.ru/3.15/library/string.templatelib.html#helper-functions)4038 - [`re` – Операции с регулярными выражениями](https://python-all.ru/3.15/library/re.html)40394040 - [Синтаксис регулярных выражений](https://python-all.ru/3.15/library/re.html#regular-expression-syntax)4041 - [Содержание модуля](https://python-all.ru/3.15/library/re.html#module-contents)40424043 - [Флаги](https://python-all.ru/3.15/library/re.html#flags)4044 - [Функции](https://python-all.ru/3.15/library/re.html#functions)4045 - [Исключения](https://python-all.ru/3.15/library/re.html#exceptions)4046 - [Объекты регулярных выражений](https://python-all.ru/3.15/library/re.html#regular-expression-objects)4047 - [Объекты сопоставления](https://python-all.ru/3.15/library/re.html#match-objects)4048 - [Примеры регулярных выражений](https://python-all.ru/3.15/library/re.html#regular-expression-examples)40494050 - [Проверка наличия пары](https://python-all.ru/3.15/library/re.html#checking-for-a-pair)4051 - [Имитация scanf()](https://python-all.ru/3.15/library/re.html#simulating-scanf)4052 - [search() и prefixmatch()](https://python-all.ru/3.15/library/re.html#search-vs-prefixmatch)4053 - [prefixmatch() и match()](https://python-all.ru/3.15/library/re.html#prefixmatch-vs-match)4054 - [Создание телефонной книги](https://python-all.ru/3.15/library/re.html#making-a-phonebook)4055 - [Обработка текста](https://python-all.ru/3.15/library/re.html#text-munging)4056 - [Поиск всех наречий](https://python-all.ru/3.15/library/re.html#finding-all-adverbs)4057 - [Поиск всех наречий и их позиций](https://python-all.ru/3.15/library/re.html#finding-all-adverbs-and-their-positions)4058 - [Сырые строки](https://python-all.ru/3.15/library/re.html#raw-string-notation)4059 - [Написание токенизатора](https://python-all.ru/3.15/library/re.html#writing-a-tokenizer)4060 - [`difflib` – Вспомогательные функции для вычисления разностей](https://python-all.ru/3.15/library/difflib.html)40614062 - [Объекты SequenceMatcher](https://python-all.ru/3.15/library/difflib.html#sequencematcher-objects)4063 - [Примеры SequenceMatcher](https://python-all.ru/3.15/library/difflib.html#sequencematcher-examples)4064 - [Объекты Differ](https://python-all.ru/3.15/library/difflib.html#differ-objects)4065 - [Пример Differ](https://python-all.ru/3.15/library/difflib.html#differ-example)4066 - [Интерфейс командной строки для difflib](https://python-all.ru/3.15/library/difflib.html#a-command-line-interface-to-difflib)4067 - [Пример ndiff](https://python-all.ru/3.15/library/difflib.html#ndiff-example)4068 - [`textwrap` – Перенос и заполнение текста](https://python-all.ru/3.15/library/textwrap.html)4069 - [`unicodedata` – База данных Unicode](https://python-all.ru/3.15/library/unicodedata.html)4070 - [`stringprep` – Подготовка строк для интернета](https://python-all.ru/3.15/library/stringprep.html)4071 - [`readline` – Интерфейс GNU readline](https://python-all.ru/3.15/library/readline.html)40724073 - [Файл инициализации](https://python-all.ru/3.15/library/readline.html#init-file)4074 - [Буфер строки](https://python-all.ru/3.15/library/readline.html#line-buffer)4075 - [Файл истории](https://python-all.ru/3.15/library/readline.html#history-file)4076 - [Список истории](https://python-all.ru/3.15/library/readline.html#history-list)4077 - [Перехватчики запуска](https://python-all.ru/3.15/library/readline.html#startup-hooks)4078 - [Автодополнение](https://python-all.ru/3.15/library/readline.html#completion)4079 - [Пример](https://python-all.ru/3.15/library/readline.html#example)4080 - [`rlcompleter` – Функция автодополнения для GNU readline](https://python-all.ru/3.15/library/rlcompleter.html)4081 - [Службы двоичных данных](https://python-all.ru/3.15/library/binary.html)40824083 - [`struct` – Интерпретация байтов как упакованных двоичных данных](https://python-all.ru/3.15/library/struct.html)40844085 - [Функции и исключения](https://python-all.ru/3.15/library/struct.html#functions-and-exceptions)4086 - [Строки формата](https://python-all.ru/3.15/library/struct.html#format-strings)40874088 - [Порядок байтов, размер и выравнивание](https://python-all.ru/3.15/library/struct.html#byte-order-size-and-alignment)4089 - [Символы форматирования](https://python-all.ru/3.15/library/struct.html#format-characters)4090 - [Примеры](https://python-all.ru/3.15/library/struct.html#examples)4091 - [Приложения](https://python-all.ru/3.15/library/struct.html#applications)40924093 - [Родные форматы](https://python-all.ru/3.15/library/struct.html#native-formats)4094 - [Стандартные форматы](https://python-all.ru/3.15/library/struct.html#standard-formats)4095 - [Классы](https://python-all.ru/3.15/library/struct.html#classes)4096 - [`codecs` – Реестр кодеков и базовые классы](https://python-all.ru/3.15/library/codecs.html)40974098 - [Базовые классы кодеков](https://python-all.ru/3.15/library/codecs.html#codec-base-classes)40994100 - [Обработчики ошибок](https://python-all.ru/3.15/library/codecs.html#error-handlers)4101 - [Кодирование и декодирование без состояния](https://python-all.ru/3.15/library/codecs.html#stateless-encoding-and-decoding)4102 - [Инкрементное кодирование и декодирование](https://python-all.ru/3.15/library/codecs.html#incremental-encoding-and-decoding)41034104 - [Объекты IncrementalEncoder](https://python-all.ru/3.15/library/codecs.html#incrementalencoder-objects)4105 - [Объекты IncrementalDecoder](https://python-all.ru/3.15/library/codecs.html#incrementaldecoder-objects)4106 - [Потоковое кодирование и декодирование](https://python-all.ru/3.15/library/codecs.html#stream-encoding-and-decoding)41074108 - [Объекты StreamWriter](https://python-all.ru/3.15/library/codecs.html#streamwriter-objects)4109 - [Объекты StreamReader](https://python-all.ru/3.15/library/codecs.html#streamreader-objects)4110 - [Объекты StreamReaderWriter](https://python-all.ru/3.15/library/codecs.html#streamreaderwriter-objects)4111 - [Объекты StreamRecoder](https://python-all.ru/3.15/library/codecs.html#streamrecoder-objects)4112 - [Кодировки и Юникод](https://python-all.ru/3.15/library/codecs.html#encodings-and-unicode)4113 - [Стандартные кодировки](https://python-all.ru/3.15/library/codecs.html#standard-encodings)4114 - [Специфические для Python кодировки](https://python-all.ru/3.15/library/codecs.html#python-specific-encodings)41154116 - [Текстовые кодировки](https://python-all.ru/3.15/library/codecs.html#text-encodings)4117 - [Двоичные преобразования](https://python-all.ru/3.15/library/codecs.html#binary-transforms)4118 - [Автономные функции кодеков](https://python-all.ru/3.15/library/codecs.html#standalone-codec-functions)4119 - [Текстовые преобразования](https://python-all.ru/3.15/library/codecs.html#text-transforms)4120 - [`encodings` – пакет кодировок](https://python-all.ru/3.15/library/codecs.html#module-encodings)4121 - [`encodings.idna` – интернационализированные доменные имена в приложениях](https://python-all.ru/3.15/library/codecs.html#module-encodings.idna)4122 - [`encodings.mbcs` – кодовая страница ANSI Windows](https://python-all.ru/3.15/library/codecs.html#module-encodings.mbcs)4123 - [`encodings.utf_8_sig` – кодек UTF-8 с сигнатурой BOM](https://python-all.ru/3.15/library/codecs.html#module-encodings.utf_8_sig)4124 - [Типы данных](https://python-all.ru/3.15/library/datatypes.html)41254126 - [`datetime` – базовые типы даты и времени](https://python-all.ru/3.15/library/datetime.html)41274128 - [Осведомлённые и наивные объекты](https://python-all.ru/3.15/library/datetime.html#aware-and-naive-objects)4129 - [Константы](https://python-all.ru/3.15/library/datetime.html#constants)4130 - [Доступные типы](https://python-all.ru/3.15/library/datetime.html#available-types)41314132 - [Общие свойства](https://python-all.ru/3.15/library/datetime.html#common-properties)4133 - [Определение, является ли объект осведомлённым или наивным](https://python-all.ru/3.15/library/datetime.html#determining-if-an-object-is-aware-or-naive)4134 - [`timedelta` объекты](https://python-all.ru/3.15/library/datetime.html#timedelta-objects)41354136 - [Примеры использования: `timedelta`](https://python-all.ru/3.15/library/datetime.html#examples-of-usage-timedelta)4137 - [`date` объекты](https://python-all.ru/3.15/library/datetime.html#date-objects)41384139 - [Примеры использования: `date`](https://python-all.ru/3.15/library/datetime.html#examples-of-usage-date)4140 - [`datetime` объекты](https://python-all.ru/3.15/library/datetime.html#datetime-objects)41414142 - [Примеры использования: `datetime`](https://python-all.ru/3.15/library/datetime.html#examples-of-usage-datetime)4143 - [`time` объекты](https://python-all.ru/3.15/library/datetime.html#time-objects)41444145 - [Примеры использования: `time`](https://python-all.ru/3.15/library/datetime.html#examples-of-usage-time)4146 - [`tzinfo` объекты](https://python-all.ru/3.15/library/datetime.html#tzinfo-objects)4147 - [`timezone` объекты](https://python-all.ru/3.15/library/datetime.html#timezone-objects)4148 - [поведение `strftime()` и `strptime()`](https://python-all.ru/3.15/library/datetime.html#strftime-and-strptime-behavior)41494150 - [коды формата `strftime()` и `strptime()`](https://python-all.ru/3.15/library/datetime.html#strftime-and-strptime-format-codes)4151 - [Техническая деталь](https://python-all.ru/3.15/library/datetime.html#technical-detail)4152 - [`zoneinfo` – поддержка часовых поясов IANA](https://python-all.ru/3.15/library/zoneinfo.html)41534154 - [Использование `ZoneInfo`](https://python-all.ru/3.15/library/zoneinfo.html#using-zoneinfo)4155 - [Источники данных](https://python-all.ru/3.15/library/zoneinfo.html#data-sources)41564157 - [Настройка источников данных](https://python-all.ru/3.15/library/zoneinfo.html#configuring-the-data-sources)41584159 - [Конфигурация на этапе компиляции](https://python-all.ru/3.15/library/zoneinfo.html#compile-time-configuration)4160 - [Конфигурация окружения](https://python-all.ru/3.15/library/zoneinfo.html#environment-configuration)4161 - [Конфигурация во время выполнения](https://python-all.ru/3.15/library/zoneinfo.html#runtime-configuration)4162 - [Класс `ZoneInfo`](https://python-all.ru/3.15/library/zoneinfo.html#the-zoneinfo-class)41634164 - [Строковые представления](https://python-all.ru/3.15/library/zoneinfo.html#string-representations)4165 - [Сериализация pickle](https://python-all.ru/3.15/library/zoneinfo.html#pickle-serialization)4166 - [Функции](https://python-all.ru/3.15/library/zoneinfo.html#functions)4167 - [Глобальные переменные](https://python-all.ru/3.15/library/zoneinfo.html#globals)4168 - [Исключения и предупреждения](https://python-all.ru/3.15/library/zoneinfo.html#exceptions-and-warnings)4169 - [`calendar` – общие функции для работы с календарём](https://python-all.ru/3.15/library/calendar.html)41704171 - [Использование командной строки](https://python-all.ru/3.15/library/calendar.html#command-line-usage)4172 - [`collections` – контейнерные типы данных](https://python-all.ru/3.15/library/collections.html)41734174 - [`ChainMap` объекты](https://python-all.ru/3.15/library/collections.html#chainmap-objects)41754176 - [Примеры и рецепты `ChainMap`](https://python-all.ru/3.15/library/collections.html#chainmap-examples-and-recipes)4177 - [`Counter` объекты](https://python-all.ru/3.15/library/collections.html#counter-objects)4178 - [`deque` объекты](https://python-all.ru/3.15/library/collections.html#deque-objects)41794180 - [Рецепты `deque`](https://python-all.ru/3.15/library/collections.html#deque-recipes)4181 - [`defaultdict` объекты](https://python-all.ru/3.15/library/collections.html#defaultdict-objects)41824183 - [Примеры `defaultdict`](https://python-all.ru/3.15/library/collections.html#defaultdict-examples)4184 - [`namedtuple()` – фабричная функция для кортежей с именованными полями](https://python-all.ru/3.15/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields)4185 - [`OrderedDict` объекты](https://python-all.ru/3.15/library/collections.html#ordereddict-objects)41864187 - [Примеры и рецепты `OrderedDict`](https://python-all.ru/3.15/library/collections.html#ordereddict-examples-and-recipes)4188 - [`UserDict` объекты](https://python-all.ru/3.15/library/collections.html#userdict-objects)4189 - [`UserList` объекты](https://python-all.ru/3.15/library/collections.html#userlist-objects)4190 - [`UserString` объекты](https://python-all.ru/3.15/library/collections.html#userstring-objects)4191 - [`collections.abc` – абстрактные базовые классы для контейнеров](https://python-all.ru/3.15/library/collections.abc.html)41924193 - [Абстрактные базовые классы коллекций](https://python-all.ru/3.15/library/collections.abc.html#collections-abstract-base-classes)4194 - [Абстрактные базовые классы коллекций – подробные описания](https://python-all.ru/3.15/library/collections.abc.html#collections-abstract-base-classes-detailed-descriptions)4195 - [Примеры и рецепты](https://python-all.ru/3.15/library/collections.abc.html#examples-and-recipes)4196 - [`heapq` – алгоритм кучи (очередь с приоритетом)](https://python-all.ru/3.15/library/heapq.html)41974198 - [Основные примеры](https://python-all.ru/3.15/library/heapq.html#basic-examples)4199 - [Другие применения](https://python-all.ru/3.15/library/heapq.html#other-applications)4200 - [Примечания к реализации очереди с приоритетом](https://python-all.ru/3.15/library/heapq.html#priority-queue-implementation-notes)4201 - [Теория](https://python-all.ru/3.15/library/heapq.html#theory)4202 - [`bisect` – алгоритм бисекции массива](https://python-all.ru/3.15/library/bisect.html)42034204 - [Примечания по производительности](https://python-all.ru/3.15/library/bisect.html#performance-notes)4205 - [Поиск в отсортированных списках](https://python-all.ru/3.15/library/bisect.html#searching-sorted-lists)4206 - [Примеры](https://python-all.ru/3.15/library/bisect.html#examples)4207 - [`array` – эффективные массивы числовых значений](https://python-all.ru/3.15/library/array.html)4208 - [`weakref` – слабые ссылки](https://python-all.ru/3.15/library/weakref.html)42094210 - [Объекты слабых ссылок](https://python-all.ru/3.15/library/weakref.html#weak-reference-objects)4211 - [Пример](https://python-all.ru/3.15/library/weakref.html#example)4212 - [Объекты финализаторов](https://python-all.ru/3.15/library/weakref.html#finalizer-objects)4213 - [Сравнение финализаторов с методами `__del__()`](https://python-all.ru/3.15/library/weakref.html#comparing-finalizers-with-del-methods)4214 - [`types` – динамическое создание типов и имена для встроенных типов](https://python-all.ru/3.15/library/types.html)42154216 - [Динамическое создание типов](https://python-all.ru/3.15/library/types.html#dynamic-type-creation)4217 - [Стандартные типы интерпретатора](https://python-all.ru/3.15/library/types.html#standard-interpreter-types)4218 - [Дополнительные вспомогательные классы и функции](https://python-all.ru/3.15/library/types.html#additional-utility-classes-and-functions)4219 - [Вспомогательные функции для корутин](https://python-all.ru/3.15/library/types.html#coroutine-utility-functions)4220 - [`copy` – операции поверхностного и глубокого копирования](https://python-all.ru/3.15/library/copy.html)4221 - [`pprint` – форматированный вывод данных](https://python-all.ru/3.15/library/pprint.html)42224223 - [Функции](https://python-all.ru/3.15/library/pprint.html#functions)4224 - [Объекты PrettyPrinter](https://python-all.ru/3.15/library/pprint.html#prettyprinter-objects)4225 - [Пример](https://python-all.ru/3.15/library/pprint.html#example)4226 - [`reprlib` – альтернативная `repr()` реализация](https://python-all.ru/3.15/library/reprlib.html)42274228 - [Объекты Repr](https://python-all.ru/3.15/library/reprlib.html#repr-objects)4229 - [Создание подклассов Repr](https://python-all.ru/3.15/library/reprlib.html#subclassing-repr-objects)4230 - [`enum` – поддержка перечислений](https://python-all.ru/3.15/library/enum.html)42314232 - [Содержание модуля](https://python-all.ru/3.15/library/enum.html#module-contents)4233 - [Типы данных](https://python-all.ru/3.15/library/enum.html#data-types)42344235 - [Поддерживаемые `__dunder__` имена](https://python-all.ru/3.15/library/enum.html#supported-dunder-names)4236 - [Поддерживаемые `_sunder_` имена](https://python-all.ru/3.15/library/enum.html#supported-sunder-names)4237 - [Утилиты и декораторы](https://python-all.ru/3.15/library/enum.html#utilities-and-decorators)4238 - [Примечания](https://python-all.ru/3.15/library/enum.html#notes)4239 - [`graphlib` – Функциональность для работы с графоподобными структурами](https://python-all.ru/3.15/library/graphlib.html)42404241 - [Исключения](https://python-all.ru/3.15/library/graphlib.html#exceptions)4242 - [Числовые и математические модули](https://python-all.ru/3.15/library/numeric.html)42434244 - [`numbers` – Числовые абстрактные базовые классы](https://python-all.ru/3.15/library/numbers.html)42454246 - [Числовая иерархия](https://python-all.ru/3.15/library/numbers.html#the-numeric-tower)4247 - [Примечания для разработчиков типов](https://python-all.ru/3.15/library/numbers.html#notes-for-type-implementers)42484249 - [Добавление дополнительных числовых абстрактных базовых классов](https://python-all.ru/3.15/library/numbers.html#adding-more-numeric-abcs)4250 - [Реализация арифметических операций](https://python-all.ru/3.15/library/numbers.html#implementing-the-arithmetic-operations)4251 - [`math` – Математические функции](https://python-all.ru/3.15/library/math.html)42524253 - [Арифметика с плавающей запятой](https://python-all.ru/3.15/library/math.html#floating-point-arithmetic)4254 - [Функции для работы с числами с плавающей запятой](https://python-all.ru/3.15/library/math.html#floating-point-manipulation-functions)4255 - [Степенные, экспоненциальные и логарифмические функции](https://python-all.ru/3.15/library/math.html#power-exponential-and-logarithmic-functions)4256 - [Функции суммирования и произведения](https://python-all.ru/3.15/library/math.html#summation-and-product-functions)4257 - [Преобразование угловых величин](https://python-all.ru/3.15/library/math.html#angular-conversion)4258 - [Тригонометрические функции](https://python-all.ru/3.15/library/math.html#trigonometric-functions)4259 - [Гиперболические функции](https://python-all.ru/3.15/library/math.html#hyperbolic-functions)4260 - [Специальные функции](https://python-all.ru/3.15/library/math.html#special-functions)4261 - [Теоретико-числовые функции](https://python-all.ru/3.15/library/math.html#number-theoretic-functions)4262 - [Константы](https://python-all.ru/3.15/library/math.html#constants)4263 - [`math.integer` – Математические функции для целых чисел](https://python-all.ru/3.15/library/math.integer.html)4264 - [`cmath` – Математические функции для комплексных чисел](https://python-all.ru/3.15/library/cmath.html)42654266 - [Преобразование в полярные координаты и обратно](https://python-all.ru/3.15/library/cmath.html#conversions-to-and-from-polar-coordinates)4267 - [Степенные и логарифмические функции](https://python-all.ru/3.15/library/cmath.html#power-and-logarithmic-functions)4268 - [Тригонометрические функции](https://python-all.ru/3.15/library/cmath.html#trigonometric-functions)4269 - [Гиперболические функции](https://python-all.ru/3.15/library/cmath.html#hyperbolic-functions)4270 - [Функции классификации](https://python-all.ru/3.15/library/cmath.html#classification-functions)4271 - [Константы](https://python-all.ru/3.15/library/cmath.html#constants)4272 - [`decimal` – Десятичная арифметика с фиксированной и плавающей запятой](https://python-all.ru/3.15/library/decimal.html)42734274 - [Краткое руководство](https://python-all.ru/3.15/library/decimal.html#quick-start-tutorial)4275 - [Объекты Decimal](https://python-all.ru/3.15/library/decimal.html#decimal-objects)42764277 - [Логические операнды](https://python-all.ru/3.15/library/decimal.html#logical-operands)4278 - [Объекты контекста](https://python-all.ru/3.15/library/decimal.html#context-objects)4279 - [Константы](https://python-all.ru/3.15/library/decimal.html#constants)4280 - [Режимы округления](https://python-all.ru/3.15/library/decimal.html#rounding-modes)4281 - [Сигналы](https://python-all.ru/3.15/library/decimal.html#signals)4282 - [Замечания о числах с плавающей запятой](https://python-all.ru/3.15/library/decimal.html#floating-point-notes)42834284 - [Уменьшение ошибки округления за счёт повышенной точности](https://python-all.ru/3.15/library/decimal.html#mitigating-round-off-error-with-increased-precision)4285 - [Особые значения](https://python-all.ru/3.15/library/decimal.html#special-values)4286 - [Работа с потоками](https://python-all.ru/3.15/library/decimal.html#working-with-threads)4287 - [Рецепты](https://python-all.ru/3.15/library/decimal.html#recipes)4288 - [Часто задаваемые вопросы по Decimal](https://python-all.ru/3.15/library/decimal.html#decimal-faq)4289 - [`fractions` – Рациональные числа](https://python-all.ru/3.15/library/fractions.html)4290 - [`random` – Генерация псевдослучайных чисел](https://python-all.ru/3.15/library/random.html)42914292 - [Учётные функции](https://python-all.ru/3.15/library/random.html#bookkeeping-functions)4293 - [Функции для байтов](https://python-all.ru/3.15/library/random.html#functions-for-bytes)4294 - [Функции для целых чисел](https://python-all.ru/3.15/library/random.html#functions-for-integers)4295 - [Функции для последовательностей](https://python-all.ru/3.15/library/random.html#functions-for-sequences)4296 - [Дискретные распределения](https://python-all.ru/3.15/library/random.html#discrete-distributions)4297 - [Распределения с действительными значениями](https://python-all.ru/3.15/library/random.html#real-valued-distributions)4298 - [Альтернативный генератор](https://python-all.ru/3.15/library/random.html#alternative-generator)4299 - [Замечания о воспроизводимости](https://python-all.ru/3.15/library/random.html#notes-on-reproducibility)4300 - [Примеры](https://python-all.ru/3.15/library/random.html#examples)4301 - [Рецепты](https://python-all.ru/3.15/library/random.html#recipes)4302 - [Использование командной строки](https://python-all.ru/3.15/library/random.html#command-line-usage)4303 - [Пример из командной строки](https://python-all.ru/3.15/library/random.html#command-line-example)4304 - [`statistics` – Функции математической статистики](https://python-all.ru/3.15/library/statistics.html)43054306 - [Средние значения и меры центральной тенденции](https://python-all.ru/3.15/library/statistics.html#averages-and-measures-of-central-location)4307 - [Меры разброса](https://python-all.ru/3.15/library/statistics.html#measures-of-spread)4308 - [Статистика взаимосвязей двух входных величин](https://python-all.ru/3.15/library/statistics.html#statistics-for-relations-between-two-inputs)4309 - [Описание функций](https://python-all.ru/3.15/library/statistics.html#function-details)4310 - [Исключения](https://python-all.ru/3.15/library/statistics.html#exceptions)4311 - [`NormalDist` объекты](https://python-all.ru/3.15/library/statistics.html#normaldist-objects)4312 - [Примеры и рецепты](https://python-all.ru/3.15/library/statistics.html#examples-and-recipes)43134314 - [Классические задачи теории вероятностей](https://python-all.ru/3.15/library/statistics.html#classic-probability-problems)4315 - [Входные данные Монте-Карло для симуляций](https://python-all.ru/3.15/library/statistics.html#monte-carlo-inputs-for-simulations)4316 - [Аппроксимация биномиальных распределений](https://python-all.ru/3.15/library/statistics.html#approximating-binomial-distributions)4317 - [Наивный байесовский классификатор](https://python-all.ru/3.15/library/statistics.html#naive-bayesian-classifier)4318 - [Модули функционального программирования](https://python-all.ru/3.15/library/functional.html)43194320 - [`itertools` – Функции, создающие итераторы для эффективного циклического обхода](https://python-all.ru/3.15/library/itertools.html)43214322 - [Функции itertools](https://python-all.ru/3.15/library/itertools.html#itertool-functions)4323 - [Рецепты itertools](https://python-all.ru/3.15/library/itertools.html#itertools-recipes)4324 - [`functools` – Функции высшего порядка и операции над вызываемыми объектами](https://python-all.ru/3.15/library/functools.html)43254326 - [Объекты `partial`](https://python-all.ru/3.15/library/functools.html#partial-objects)4327 - [`operator` – Стандартные операторы в виде функций](https://python-all.ru/3.15/library/operator.html)43284329 - [Отображение операторов на функции](https://python-all.ru/3.15/library/operator.html#mapping-operators-to-functions)4330 - [Операторы на месте](https://python-all.ru/3.15/library/operator.html#in-place-operators)4331 - [Доступ к файлам и каталогам](https://python-all.ru/3.15/library/filesys.html)43324333 - [`pathlib` – Объектно-ориентированные пути файловой системы](https://python-all.ru/3.15/library/pathlib.html)43344335 - [Основное использование](https://python-all.ru/3.15/library/pathlib.html#basic-use)4336 - [Исключения](https://python-all.ru/3.15/library/pathlib.html#exceptions)4337 - [Абстрактные пути](https://python-all.ru/3.15/library/pathlib.html#pure-paths)43384339 - [Общие свойства](https://python-all.ru/3.15/library/pathlib.html#general-properties)4340 - [Операторы](https://python-all.ru/3.15/library/pathlib.html#operators)4341 - [Доступ к отдельным частям](https://python-all.ru/3.15/library/pathlib.html#accessing-individual-parts)4342 - [Методы и свойства](https://python-all.ru/3.15/library/pathlib.html#methods-and-properties)4343 - [Конкретные пути](https://python-all.ru/3.15/library/pathlib.html#concrete-paths)43444345 - [Разбор и генерация URI](https://python-all.ru/3.15/library/pathlib.html#parsing-and-generating-uris)4346 - [Развёртывание и разрешение путей](https://python-all.ru/3.15/library/pathlib.html#expanding-and-resolving-paths)4347 - [Запрос типа и состояния файла](https://python-all.ru/3.15/library/pathlib.html#querying-file-type-and-status)4348 - [Чтение и запись файлов](https://python-all.ru/3.15/library/pathlib.html#reading-and-writing-files)4349 - [Чтение каталогов](https://python-all.ru/3.15/library/pathlib.html#reading-directories)4350 - [Создание файлов и каталогов](https://python-all.ru/3.15/library/pathlib.html#creating-files-and-directories)4351 - [Копирование, перемещение и удаление](https://python-all.ru/3.15/library/pathlib.html#copying-moving-and-deleting)4352 - [Права доступа и владение](https://python-all.ru/3.15/library/pathlib.html#permissions-and-ownership)4353 - [Язык шаблонов](https://python-all.ru/3.15/library/pathlib.html#pattern-language)4354 - [Сравнение с модулем `glob`](https://python-all.ru/3.15/library/pathlib.html#comparison-to-the-glob-module)4355 - [Сравнение с модулями `os` и `os.path`](https://python-all.ru/3.15/library/pathlib.html#comparison-to-the-os-and-os-path-modules)43564357 - [Соответствующие инструменты](https://python-all.ru/3.15/library/pathlib.html#corresponding-tools)4358 - [Протоколы](https://python-all.ru/3.15/library/pathlib.html#module-pathlib.types)4359 - [`os.path` – Основные операции с путями](https://python-all.ru/3.15/library/os.path.html)4360 - [`stat` – Интерпретация результатов `stat()`](https://python-all.ru/3.15/library/stat.html)4361 - [`filecmp` – Сравнение файлов и каталогов](https://python-all.ru/3.15/library/filecmp.html)43624363 - [Класс `dircmp`](https://python-all.ru/3.15/library/filecmp.html#the-dircmp-class)4364 - [`tempfile` – Создание временных файлов и каталогов](https://python-all.ru/3.15/library/tempfile.html)43654366 - [Примеры](https://python-all.ru/3.15/library/tempfile.html#examples)4367 - [Устаревшие функции и переменные](https://python-all.ru/3.15/library/tempfile.html#deprecated-functions-and-variables)4368 - [`glob` – Развертывание шаблонов путей в стиле Unix](https://python-all.ru/3.15/library/glob.html)43694370 - [Примеры](https://python-all.ru/3.15/library/glob.html#examples)4371 - [`fnmatch` – Сопоставление имен файлов с шаблонами Unix](https://python-all.ru/3.15/library/fnmatch.html)4372 - [`linecache` – Произвольный доступ к строкам текста](https://python-all.ru/3.15/library/linecache.html)4373 - [`shutil` – Высокоуровневые операции с файлами](https://python-all.ru/3.15/library/shutil.html)43744375 - [Операции с каталогами и файлами](https://python-all.ru/3.15/library/shutil.html#directory-and-files-operations)43764377 - [Эффективные операции копирования с учетом платформы](https://python-all.ru/3.15/library/shutil.html#platform-dependent-efficient-copy-operations)4378 - [Пример copytree](https://python-all.ru/3.15/library/shutil.html#copytree-example)4379 - [Пример rmtree](https://python-all.ru/3.15/library/shutil.html#rmtree-example)4380 - [Операции архивирования](https://python-all.ru/3.15/library/shutil.html#archiving-operations)43814382 - [Пример архивирования](https://python-all.ru/3.15/library/shutil.html#archiving-example)4383 - [Пример архивирования с *base\_dir*](https://python-all.ru/3.15/library/shutil.html#archiving-example-with-base-dir)4384 - [Определение размера выходного терминала](https://python-all.ru/3.15/library/shutil.html#querying-the-size-of-the-output-terminal)4385 - [Постоянное хранение данных](https://python-all.ru/3.15/library/persistence.html)43864387 - [`pickle` – Сериализация объектов Python](https://python-all.ru/3.15/library/pickle.html)43884389 - [Связь с другими модулями Python](https://python-all.ru/3.15/library/pickle.html#relationship-to-other-python-modules)43904391 - [Сравнение с `marshal`](https://python-all.ru/3.15/library/pickle.html#comparison-with-marshal)4392 - [Сравнение с `json`](https://python-all.ru/3.15/library/pickle.html#comparison-with-json)4393 - [Формат потока данных](https://python-all.ru/3.15/library/pickle.html#data-stream-format)4394 - [Интерфейс модуля](https://python-all.ru/3.15/library/pickle.html#module-interface)4395 - [Что можно сериализовать и десериализовать?](https://python-all.ru/3.15/library/pickle.html#what-can-be-pickled-and-unpickled)4396 - [Сериализация экземпляров классов](https://python-all.ru/3.15/library/pickle.html#pickling-class-instances)43974398 - [Сохранение внешних объектов](https://python-all.ru/3.15/library/pickle.html#persistence-of-external-objects)4399 - [Диспетчерские таблицы](https://python-all.ru/3.15/library/pickle.html#dispatch-tables)4400 - [Обработка объектов с состоянием](https://python-all.ru/3.15/library/pickle.html#handling-stateful-objects)4401 - [Пользовательская редукция для типов, функций и других объектов](https://python-all.ru/3.15/library/pickle.html#custom-reduction-for-types-functions-and-other-objects)4402 - [Внеполосные буферы](https://python-all.ru/3.15/library/pickle.html#out-of-band-buffers)44034404 - [API провайдера](https://python-all.ru/3.15/library/pickle.html#provider-api)4405 - [API потребителя](https://python-all.ru/3.15/library/pickle.html#consumer-api)4406 - [Пример](https://python-all.ru/3.15/library/pickle.html#example)4407 - [Ограничение глобальных переменных](https://python-all.ru/3.15/library/pickle.html#restricting-globals)4408 - [Производительность](https://python-all.ru/3.15/library/pickle.html#performance)4409 - [Примеры](https://python-all.ru/3.15/library/pickle.html#examples)4410 - [Интерфейс командной строки](https://python-all.ru/3.15/library/pickle.html#command-line-interface)4411 - [`copyreg` – Регистрация вспомогательных функций `pickle`](https://python-all.ru/3.15/library/copyreg.html)44124413 - [Пример](https://python-all.ru/3.15/library/copyreg.html#example)4414 - [`shelve` – Персистентность объектов Python](https://python-all.ru/3.15/library/shelve.html)44154416 - [Ограничения](https://python-all.ru/3.15/library/shelve.html#restrictions)4417 - [Пример](https://python-all.ru/3.15/library/shelve.html#example)4418 - [Исключения](https://python-all.ru/3.15/library/shelve.html#exceptions)4419 - [`marshal` – Внутренняя сериализация объектов Python](https://python-all.ru/3.15/library/marshal.html)4420 - [`dbm` – Интерфейсы к Unix-«базам данных»](https://python-all.ru/3.15/library/dbm.html)44214422 - [`dbm.sqlite3` – Бэкенд SQLite для dbm](https://python-all.ru/3.15/library/dbm.html#module-dbm.sqlite3)4423 - [`dbm.gnu` – Менеджер баз данных GNU](https://python-all.ru/3.15/library/dbm.html#module-dbm.gnu)4424 - [`dbm.ndbm` – Новый менеджер баз данных](https://python-all.ru/3.15/library/dbm.html#module-dbm.ndbm)4425 - [`dbm.dumb` – Переносимая реализация DBM](https://python-all.ru/3.15/library/dbm.html#module-dbm.dumb)4426 - [`sqlite3` – Интерфейс DB-API 2.0 для баз данных SQLite](https://python-all.ru/3.15/library/sqlite3.html)44274428 - [Учебное пособие](https://python-all.ru/3.15/library/sqlite3.html#tutorial)4429 - [Справочник](https://python-all.ru/3.15/library/sqlite3.html#reference)44304431 - [Функции модуля](https://python-all.ru/3.15/library/sqlite3.html#module-functions)4432 - [Константы модуля](https://python-all.ru/3.15/library/sqlite3.html#module-constants)4433 - [Объекты соединения](https://python-all.ru/3.15/library/sqlite3.html#connection-objects)4434 - [Объекты курсора](https://python-all.ru/3.15/library/sqlite3.html#cursor-objects)4435 - [Объекты строки](https://python-all.ru/3.15/library/sqlite3.html#row-objects)4436 - [Объекты Blob](https://python-all.ru/3.15/library/sqlite3.html#blob-objects)4437 - [Объекты PrepareProtocol](https://python-all.ru/3.15/library/sqlite3.html#prepareprotocol-objects)4438 - [Исключения](https://python-all.ru/3.15/library/sqlite3.html#exceptions)4439 - [Типы SQLite и Python](https://python-all.ru/3.15/library/sqlite3.html#sqlite-and-python-types)4440 - [Адаптеры и конвертеры по умолчанию (устарело)](https://python-all.ru/3.15/library/sqlite3.html#default-adapters-and-converters-deprecated)4441 - [Интерфейс командной строки](https://python-all.ru/3.15/library/sqlite3.html#command-line-interface)4442 - [Инструкции](https://python-all.ru/3.15/library/sqlite3.html#how-to-guides)44434444 - [Как использовать заполнители для привязки значений в SQL-запросах](https://python-all.ru/3.15/library/sqlite3.html#how-to-use-placeholders-to-bind-values-in-sql-queries)4445 - [Как адаптировать пользовательские типы Python к значениям SQLite](https://python-all.ru/3.15/library/sqlite3.html#how-to-adapt-custom-python-types-to-sqlite-values)44464447 - [Как создавать адаптируемые объекты](https://python-all.ru/3.15/library/sqlite3.html#how-to-write-adaptable-objects)4448 - [Как регистрировать адаптеры-вызываемые объекты](https://python-all.ru/3.15/library/sqlite3.html#how-to-register-adapter-callables)4449 - [Как преобразовывать значения SQLite в пользовательские типы Python](https://python-all.ru/3.15/library/sqlite3.html#how-to-convert-sqlite-values-to-custom-python-types)4450 - [Рецепты адаптеров и преобразователей](https://python-all.ru/3.15/library/sqlite3.html#adapter-and-converter-recipes)4451 - [Как использовать сокращённые методы соединения](https://python-all.ru/3.15/library/sqlite3.html#how-to-use-connection-shortcut-methods)4452 - [Как использовать контекстный менеджер соединения](https://python-all.ru/3.15/library/sqlite3.html#how-to-use-the-connection-context-manager)4453 - [Как работать с URI SQLite](https://python-all.ru/3.15/library/sqlite3.html#how-to-work-with-sqlite-uris)4454 - [Как создавать и использовать фабрики строк](https://python-all.ru/3.15/library/sqlite3.html#how-to-create-and-use-row-factories)4455 - [Как обрабатывать кодировки текста, отличные от UTF-8](https://python-all.ru/3.15/library/sqlite3.html#how-to-handle-non-utf-8-text-encodings)4456 - [Пояснения](https://python-all.ru/3.15/library/sqlite3.html#explanation)44574458 - [Управление транзакциями](https://python-all.ru/3.15/library/sqlite3.html#transaction-control)44594460 - [Управление транзакциями через атрибут `autocommit`](https://python-all.ru/3.15/library/sqlite3.html#transaction-control-via-the-autocommit-attribute)4461 - [Управление транзакциями через атрибут `isolation_level`](https://python-all.ru/3.15/library/sqlite3.html#transaction-control-via-the-isolation-level-attribute)4462 - [Сжатие и архивирование данных](https://python-all.ru/3.15/library/archiving.html)44634464 - [Пакет `compression`](https://python-all.ru/3.15/library/compression.html)4465 - [`compression.zstd` – сжатие, совместимое с форматом Zstandard](https://python-all.ru/3.15/library/compression.zstd.html)44664467 - [Исключения](https://python-all.ru/3.15/library/compression.zstd.html#exceptions)4468 - [Чтение и запись сжатых файлов](https://python-all.ru/3.15/library/compression.zstd.html#reading-and-writing-compressed-files)4469 - [Сжатие и распаковка данных в памяти](https://python-all.ru/3.15/library/compression.zstd.html#compressing-and-decompressing-data-in-memory)4470 - [Словари Zstandard](https://python-all.ru/3.15/library/compression.zstd.html#zstandard-dictionaries)4471 - [Расширенное управление параметрами](https://python-all.ru/3.15/library/compression.zstd.html#advanced-parameter-control)4472 - [Разное](https://python-all.ru/3.15/library/compression.zstd.html#miscellaneous)4473 - [Примеры](https://python-all.ru/3.15/library/compression.zstd.html#examples)4474 - [`zlib` – сжатие, совместимое с **gzip**](https://python-all.ru/3.15/library/zlib.html)4475 - [`gzip` – поддержка файлов **gzip**](https://python-all.ru/3.15/library/gzip.html)44764477 - [Примеры использования](https://python-all.ru/3.15/library/gzip.html#examples-of-usage)4478 - [Интерфейс командной строки](https://python-all.ru/3.15/library/gzip.html#command-line-interface)44794480 - [Параметры командной строки](https://python-all.ru/3.15/library/gzip.html#command-line-options)4481 - [`bz2` – поддержка сжатия **bzip2**](https://python-all.ru/3.15/library/bz2.html)44824483 - [Сжатие и распаковка файлов](https://python-all.ru/3.15/library/bz2.html#de-compression-of-files)4484 - [Инкрементальное сжатие/распаковка](https://python-all.ru/3.15/library/bz2.html#incremental-de-compression)4485 - [Однопроходное сжатие/распаковка](https://python-all.ru/3.15/library/bz2.html#one-shot-de-compression)4486 - [Примеры использования](https://python-all.ru/3.15/library/bz2.html#examples-of-usage)4487 - [`lzma` – сжатие с использованием алгоритма LZMA](https://python-all.ru/3.15/library/lzma.html)44884489 - [Чтение и запись сжатых файлов](https://python-all.ru/3.15/library/lzma.html#reading-and-writing-compressed-files)4490 - [Сжатие и распаковка данных в памяти](https://python-all.ru/3.15/library/lzma.html#compressing-and-decompressing-data-in-memory)4491 - [Разное](https://python-all.ru/3.15/library/lzma.html#miscellaneous)4492 - [Настройка пользовательских цепочек фильтров](https://python-all.ru/3.15/library/lzma.html#specifying-custom-filter-chains)4493 - [Примеры](https://python-all.ru/3.15/library/lzma.html#examples)4494 - [`zipfile` – работа с ZIP-архивами](https://python-all.ru/3.15/library/zipfile.html)44954496 - [Объекты ZipFile](https://python-all.ru/3.15/library/zipfile.html#zipfile-objects)4497 - [Объекты Path](https://python-all.ru/3.15/library/zipfile.html#path-objects)4498 - [Объекты PyZipFile](https://python-all.ru/3.15/library/zipfile.html#pyzipfile-objects)4499 - [Объекты ZipInfo](https://python-all.ru/3.15/library/zipfile.html#zipinfo-objects)4500 - [Интерфейс командной строки](https://python-all.ru/3.15/library/zipfile.html#command-line-interface)45014502 - [Параметры командной строки](https://python-all.ru/3.15/library/zipfile.html#command-line-options)4503 - [Подводные камни распаковки](https://python-all.ru/3.15/library/zipfile.html#decompression-pitfalls)45044505 - [Из самого файла](https://python-all.ru/3.15/library/zipfile.html#from-file-itself)4506 - [Ограничения файловой системы](https://python-all.ru/3.15/library/zipfile.html#file-system-limitations)4507 - [Ограничения ресурсов](https://python-all.ru/3.15/library/zipfile.html#resources-limitations)4508 - [Прерывание](https://python-all.ru/3.15/library/zipfile.html#interruption)4509 - [Поведение по умолчанию при извлечении](https://python-all.ru/3.15/library/zipfile.html#default-behaviors-of-extraction)4510 - [`tarfile` – чтение и запись tar-архивов](https://python-all.ru/3.15/library/tarfile.html)45114512 - [Объекты TarFile](https://python-all.ru/3.15/library/tarfile.html#tarfile-objects)4513 - [Объекты TarInfo](https://python-all.ru/3.15/library/tarfile.html#tarinfo-objects)4514 - [Фильтры извлечения](https://python-all.ru/3.15/library/tarfile.html#extraction-filters)45154516 - [Именованные фильтры по умолчанию](https://python-all.ru/3.15/library/tarfile.html#default-named-filters)4517 - [Ошибки фильтров](https://python-all.ru/3.15/library/tarfile.html#filter-errors)4518 - [Подсказки для дополнительной проверки](https://python-all.ru/3.15/library/tarfile.html#hints-for-further-verification)4519 - [Поддержка старых версий Python](https://python-all.ru/3.15/library/tarfile.html#supporting-older-python-versions)4520 - [Пример фильтра извлечения с состоянием](https://python-all.ru/3.15/library/tarfile.html#stateful-extraction-filter-example)4521 - [Интерфейс командной строки](https://python-all.ru/3.15/library/tarfile.html#command-line-interface)45224523 - [Параметры командной строки](https://python-all.ru/3.15/library/tarfile.html#command-line-options)4524 - [Примеры](https://python-all.ru/3.15/library/tarfile.html#examples)45254526 - [Примеры чтения](https://python-all.ru/3.15/library/tarfile.html#reading-examples)4527 - [Примеры записи](https://python-all.ru/3.15/library/tarfile.html#writing-examples)4528 - [Поддерживаемые форматы tar](https://python-all.ru/3.15/library/tarfile.html#supported-tar-formats)4529 - [Проблемы с Unicode](https://python-all.ru/3.15/library/tarfile.html#unicode-issues)4530 - [Форматы файлов](https://python-all.ru/3.15/library/fileformats.html)45314532 - [`csv` – чтение и запись CSV-файлов](https://python-all.ru/3.15/library/csv.html)45334534 - [Содержимое модуля](https://python-all.ru/3.15/library/csv.html#module-contents)4535 - [Диалекты и параметры форматирования](https://python-all.ru/3.15/library/csv.html#dialects-and-formatting-parameters)4536 - [Объекты чтения](https://python-all.ru/3.15/library/csv.html#reader-objects)4537 - [Объекты записи](https://python-all.ru/3.15/library/csv.html#writer-objects)4538 - [Примеры](https://python-all.ru/3.15/library/csv.html#examples)4539 - [`configparser` – Парсер конфигурационных файлов](https://python-all.ru/3.15/library/configparser.html)45404541 - [Быстрый старт](https://python-all.ru/3.15/library/configparser.html#quick-start)4542 - [Поддерживаемые типы данных](https://python-all.ru/3.15/library/configparser.html#supported-datatypes)4543 - [Значения по умолчанию](https://python-all.ru/3.15/library/configparser.html#fallback-values)4544 - [Поддерживаемая структура INI-файлов](https://python-all.ru/3.15/library/configparser.html#supported-ini-file-structure)4545 - [Безымянные секции](https://python-all.ru/3.15/library/configparser.html#unnamed-sections)4546 - [Интерполяция значений](https://python-all.ru/3.15/library/configparser.html#interpolation-of-values)4547 - [Доступ через протокол отображения](https://python-all.ru/3.15/library/configparser.html#mapping-protocol-access)4548 - [Настройка поведения парсера](https://python-all.ru/3.15/library/configparser.html#customizing-parser-behaviour)4549 - [Примеры устаревшего API](https://python-all.ru/3.15/library/configparser.html#legacy-api-examples)4550 - [Объекты ConfigParser](https://python-all.ru/3.15/library/configparser.html#configparser-objects)4551 - [Объекты RawConfigParser](https://python-all.ru/3.15/library/configparser.html#rawconfigparser-objects)4552 - [Исключения](https://python-all.ru/3.15/library/configparser.html#exceptions)4553 - [`tomllib` – Разбор TOML-файлов](https://python-all.ru/3.15/library/tomllib.html)45544555 - [Примеры](https://python-all.ru/3.15/library/tomllib.html#examples)4556 - [Таблица преобразования](https://python-all.ru/3.15/library/tomllib.html#conversion-table)4557 - [`netrc` – Обработка netrc-файлов](https://python-all.ru/3.15/library/netrc.html)45584559 - [Объекты netrc](https://python-all.ru/3.15/library/netrc.html#netrc-objects)4560 - [`plistlib` – Создание и разбор файлов Apple `.plist`](https://python-all.ru/3.15/library/plistlib.html)45614562 - [Примеры](https://python-all.ru/3.15/library/plistlib.html#examples)4563 - [Криптографические службы](https://python-all.ru/3.15/library/crypto.html)45644565 - [`hashlib` – Безопасные хеши и дайджесты сообщений](https://python-all.ru/3.15/library/hashlib.html)45664567 - [Алгоритмы хеширования](https://python-all.ru/3.15/library/hashlib.html#hash-algorithms)4568 - [Использование](https://python-all.ru/3.15/library/hashlib.html#usage)4569 - [Конструкторы](https://python-all.ru/3.15/library/hashlib.html#constructors)4570 - [Атрибуты](https://python-all.ru/3.15/library/hashlib.html#attributes)4571 - [Объекты хешей](https://python-all.ru/3.15/library/hashlib.html#hash-objects)4572 - [SHAKE: дайджесты переменной длины](https://python-all.ru/3.15/library/hashlib.html#shake-variable-length-digests)4573 - [Хеширование файлов](https://python-all.ru/3.15/library/hashlib.html#file-hashing)4574 - [Вывод ключей](https://python-all.ru/3.15/library/hashlib.html#key-derivation)4575 - [BLAKE2](https://python-all.ru/3.15/library/hashlib.html#blake2)45764577 - [Создание хеш-объектов](https://python-all.ru/3.15/library/hashlib.html#creating-hash-objects)4578 - [Константы](https://python-all.ru/3.15/library/hashlib.html#constants)4579 - [Примеры](https://python-all.ru/3.15/library/hashlib.html#examples)45804581 - [Простое хеширование](https://python-all.ru/3.15/library/hashlib.html#simple-hashing)4582 - [Использование разного размера дайджестов](https://python-all.ru/3.15/library/hashlib.html#using-different-digest-sizes)4583 - [Хеширование с ключом](https://python-all.ru/3.15/library/hashlib.html#keyed-hashing)4584 - [Рандомизированное хеширование](https://python-all.ru/3.15/library/hashlib.html#randomized-hashing)4585 - [Персонализация](https://python-all.ru/3.15/library/hashlib.html#personalization)4586 - [Древовидный режим](https://python-all.ru/3.15/library/hashlib.html#tree-mode)4587 - [Благодарности](https://python-all.ru/3.15/library/hashlib.html#credits)4588 - [`hmac` – хеширование с ключом для аутентификации сообщений](https://python-all.ru/3.15/library/hmac.html)4589 - [`secrets` – генерация защищённых случайных чисел для управления секретами](https://python-all.ru/3.15/library/secrets.html)45904591 - [Случайные числа](https://python-all.ru/3.15/library/secrets.html#random-numbers)4592 - [Генерация токенов](https://python-all.ru/3.15/library/secrets.html#generating-tokens)45934594 - [Сколько байтов должны использовать токены?](https://python-all.ru/3.15/library/secrets.html#how-many-bytes-should-tokens-use)4595 - [Другие функции](https://python-all.ru/3.15/library/secrets.html#other-functions)4596 - [Рецепты и лучшие практики](https://python-all.ru/3.15/library/secrets.html#recipes-and-best-practices)4597 - [Универсальные службы операционной системы](https://python-all.ru/3.15/library/allos.html)45984599 - [`os` – различные интерфейсы операционной системы](https://python-all.ru/3.15/library/os.html)46004601 - [Имена файлов, аргументы командной строки и переменные окружения](https://python-all.ru/3.15/library/os.html#file-names-command-line-arguments-and-environment-variables)4602 - [Режим UTF-8 в Python](https://python-all.ru/3.15/library/os.html#python-utf-8-mode)4603 - [Параметры процесса](https://python-all.ru/3.15/library/os.html#process-parameters)4604 - [Создание файловых объектов](https://python-all.ru/3.15/library/os.html#file-object-creation)4605 - [Операции с файловыми дескрипторами](https://python-all.ru/3.15/library/os.html#file-descriptor-operations)46064607 - [Определение размера терминала](https://python-all.ru/3.15/library/os.html#querying-the-size-of-a-terminal)4608 - [Наследование файловых дескрипторов](https://python-all.ru/3.15/library/os.html#inheritance-of-file-descriptors)4609 - [Файлы и каталоги](https://python-all.ru/3.15/library/os.html#files-and-directories)46104611 - [Файловые дескрипторы таймера](https://python-all.ru/3.15/library/os.html#timer-file-descriptors)4612 - [Расширенные атрибуты Linux](https://python-all.ru/3.15/library/os.html#linux-extended-attributes)4613 - [Управление процессами](https://python-all.ru/3.15/library/os.html#process-management)4614 - [Интерфейс к планировщику](https://python-all.ru/3.15/library/os.html#interface-to-the-scheduler)4615 - [Различная системная информация](https://python-all.ru/3.15/library/os.html#miscellaneous-system-information)4616 - [Случайные числа](https://python-all.ru/3.15/library/os.html#random-numbers)4617 - [`io` – Основные инструменты для работы с потоками данных](https://python-all.ru/3.15/library/io.html)46184619 - [Обзор](https://python-all.ru/3.15/library/io.html#overview)46204621 - [Текстовый ввод/вывод](https://python-all.ru/3.15/library/io.html#text-i-o)4622 - [Двоичный ввод/вывод](https://python-all.ru/3.15/library/io.html#binary-i-o)4623 - [Необработанный ввод/вывод](https://python-all.ru/3.15/library/io.html#raw-i-o)4624 - [Кодировка текста](https://python-all.ru/3.15/library/io.html#text-encoding)46254626 - [Добровольное предупреждение о кодировке](https://python-all.ru/3.15/library/io.html#opt-in-encodingwarning)4627 - [Интерфейс модуля высокого уровня](https://python-all.ru/3.15/library/io.html#high-level-module-interface)4628 - [Иерархия классов](https://python-all.ru/3.15/library/io.html#class-hierarchy)46294630 - [Базовые классы ввода/вывода](https://python-all.ru/3.15/library/io.html#i-o-base-classes)4631 - [Необработанный файловый ввод/вывод](https://python-all.ru/3.15/library/io.html#raw-file-i-o)4632 - [Буферизированные потоки](https://python-all.ru/3.15/library/io.html#buffered-streams)4633 - [Текстовый ввод/вывод](https://python-all.ru/3.15/library/io.html#id1)4634 - [Статическая типизация](https://python-all.ru/3.15/library/io.html#static-typing)4635 - [Производительность](https://python-all.ru/3.15/library/io.html#performance)46364637 - [Двоичный ввод/вывод](https://python-all.ru/3.15/library/io.html#id2)4638 - [Текстовый ввод/вывод](https://python-all.ru/3.15/library/io.html#id3)4639 - [Многопоточность](https://python-all.ru/3.15/library/io.html#multi-threading)4640 - [Реентерабельность](https://python-all.ru/3.15/library/io.html#reentrancy)4641 - [`time` – Доступ ко времени и преобразования](https://python-all.ru/3.15/library/time.html)46424643 - [Функции](https://python-all.ru/3.15/library/time.html#functions)4644 - [Константы идентификаторов часов](https://python-all.ru/3.15/library/time.html#clock-id-constants)4645 - [Константы часовых поясов](https://python-all.ru/3.15/library/time.html#timezone-constants)4646 - [`logging` – Средство журналирования для Python](https://python-all.ru/3.15/library/logging.html)46474648 - [Объекты Logger](https://python-all.ru/3.15/library/logging.html#logger-objects)4649 - [Уровни журналирования](https://python-all.ru/3.15/library/logging.html#logging-levels)4650 - [Объекты-обработчики](https://python-all.ru/3.15/library/logging.html#handler-objects)4651 - [Объекты-форматировщики](https://python-all.ru/3.15/library/logging.html#formatter-objects)4652 - [Объекты-фильтры](https://python-all.ru/3.15/library/logging.html#filter-objects)4653 - [Объекты LogRecord](https://python-all.ru/3.15/library/logging.html#logrecord-objects)4654 - [Атрибуты LogRecord](https://python-all.ru/3.15/library/logging.html#logrecord-attributes)4655 - [Объекты LoggerAdapter](https://python-all.ru/3.15/library/logging.html#loggeradapter-objects)4656 - [Потокобезопасность](https://python-all.ru/3.15/library/logging.html#thread-safety)4657 - [Функции уровня модуля](https://python-all.ru/3.15/library/logging.html#module-level-functions)4658 - [Атрибуты уровня модуля](https://python-all.ru/3.15/library/logging.html#module-level-attributes)4659 - [Интеграция с модулем warnings](https://python-all.ru/3.15/library/logging.html#integration-with-the-warnings-module)4660 - [`logging.config` – Конфигурация логирования](https://python-all.ru/3.15/library/logging.config.html)46614662 - [Функции конфигурации](https://python-all.ru/3.15/library/logging.config.html#configuration-functions)4663 - [Вопросы безопасности](https://python-all.ru/3.15/library/logging.config.html#security-considerations)4664 - [Схема конфигурационного словаря](https://python-all.ru/3.15/library/logging.config.html#configuration-dictionary-schema)46654666 - [Подробности схемы словаря](https://python-all.ru/3.15/library/logging.config.html#dictionary-schema-details)4667 - [Инкрементальная конфигурация](https://python-all.ru/3.15/library/logging.config.html#incremental-configuration)4668 - [Соединения объектов](https://python-all.ru/3.15/library/logging.config.html#object-connections)4669 - [Пользовательские объекты](https://python-all.ru/3.15/library/logging.config.html#user-defined-objects)4670 - [Порядок конфигурации обработчиков](https://python-all.ru/3.15/library/logging.config.html#handler-configuration-order)4671 - [Доступ к внешним объектам](https://python-all.ru/3.15/library/logging.config.html#access-to-external-objects)4672 - [Доступ к внутренним объектам](https://python-all.ru/3.15/library/logging.config.html#access-to-internal-objects)4673 - [Разрешение импорта и пользовательские импортеры](https://python-all.ru/3.15/library/logging.config.html#import-resolution-and-custom-importers)4674 - [Настройка QueueHandler и QueueListener](https://python-all.ru/3.15/library/logging.config.html#configuring-queuehandler-and-queuelistener)4675 - [Формат файла конфигурации](https://python-all.ru/3.15/library/logging.config.html#configuration-file-format)4676 - [`logging.handlers` – Обработчики логирования](https://python-all.ru/3.15/library/logging.handlers.html)46774678 - [StreamHandler](https://python-all.ru/3.15/library/logging.handlers.html#streamhandler)4679 - [FileHandler](https://python-all.ru/3.15/library/logging.handlers.html#filehandler)4680 - [NullHandler](https://python-all.ru/3.15/library/logging.handlers.html#nullhandler)4681 - [WatchedFileHandler](https://python-all.ru/3.15/library/logging.handlers.html#watchedfilehandler)4682 - [BaseRotatingHandler](https://python-all.ru/3.15/library/logging.handlers.html#baserotatinghandler)4683 - [RotatingFileHandler](https://python-all.ru/3.15/library/logging.handlers.html#rotatingfilehandler)4684 - [TimedRotatingFileHandler](https://python-all.ru/3.15/library/logging.handlers.html#timedrotatingfilehandler)4685 - [SocketHandler](https://python-all.ru/3.15/library/logging.handlers.html#sockethandler)4686 - [DatagramHandler](https://python-all.ru/3.15/library/logging.handlers.html#datagramhandler)4687 - [SysLogHandler](https://python-all.ru/3.15/library/logging.handlers.html#sysloghandler)4688 - [NTEventLogHandler](https://python-all.ru/3.15/library/logging.handlers.html#nteventloghandler)4689 - [SMTPHandler](https://python-all.ru/3.15/library/logging.handlers.html#smtphandler)4690 - [MemoryHandler](https://python-all.ru/3.15/library/logging.handlers.html#memoryhandler)4691 - [HTTPHandler](https://python-all.ru/3.15/library/logging.handlers.html#httphandler)4692 - [QueueHandler](https://python-all.ru/3.15/library/logging.handlers.html#queuehandler)4693 - [QueueListener](https://python-all.ru/3.15/library/logging.handlers.html#queuelistener)4694 - [`platform` – Доступ к идентифицирующим данным базовой платформы](https://python-all.ru/3.15/library/platform.html)46954696 - [Кроссплатформенный](https://python-all.ru/3.15/library/platform.html#cross-platform)4697 - [Платформа Windows](https://python-all.ru/3.15/library/platform.html#windows-platform)4698 - [Платформа macOS](https://python-all.ru/3.15/library/platform.html#macos-platform)4699 - [Платформа iOS](https://python-all.ru/3.15/library/platform.html#ios-platform)4700 - [Платформы Unix](https://python-all.ru/3.15/library/platform.html#unix-platforms)4701 - [Платформы Linux](https://python-all.ru/3.15/library/platform.html#linux-platforms)4702 - [Платформа Android](https://python-all.ru/3.15/library/platform.html#android-platform)4703 - [Использование командной строки](https://python-all.ru/3.15/library/platform.html#command-line-usage)4704 - [`errno` – Стандартные системные символы errno](https://python-all.ru/3.15/library/errno.html)4705 - [`ctypes` – Библиотека внешних функций для Python](https://python-all.ru/3.15/library/ctypes.html)47064707 - [Руководство по ctypes](https://python-all.ru/3.15/library/ctypes.html#ctypes-tutorial)47084709 - [Загрузка библиотек динамической компоновки](https://python-all.ru/3.15/library/ctypes.html#loading-dynamic-link-libraries)4710 - [Доступ к функциям из загруженных DLL](https://python-all.ru/3.15/library/ctypes.html#accessing-functions-from-loaded-dlls)4711 - [Вызов функций](https://python-all.ru/3.15/library/ctypes.html#calling-functions)4712 - [Базовые типы данных](https://python-all.ru/3.15/library/ctypes.html#fundamental-data-types)4713 - [Вызов функций (продолжение)](https://python-all.ru/3.15/library/ctypes.html#calling-functions-continued)4714 - [Вызов функций с переменным числом аргументов](https://python-all.ru/3.15/library/ctypes.html#calling-variadic-functions)4715 - [Вызов функций с собственными пользовательскими типами данных](https://python-all.ru/3.15/library/ctypes.html#calling-functions-with-your-own-custom-data-types)4716 - [Указание требуемых типов аргументов (прототипы функций)](https://python-all.ru/3.15/library/ctypes.html#specifying-the-required-argument-types-function-prototypes)4717 - [Типы возвращаемых значений](https://python-all.ru/3.15/library/ctypes.html#return-types)4718 - [Передача указателей (или передача параметров по ссылке)](https://python-all.ru/3.15/library/ctypes.html#passing-pointers-or-passing-parameters-by-reference)4719 - [Структуры и объединения](https://python-all.ru/3.15/library/ctypes.html#structures-and-unions)4720 - [Размещение структур/объединений, выравнивание и порядок байт](https://python-all.ru/3.15/library/ctypes.html#structure-union-layout-alignment-and-byte-order)4721 - [Битовые поля в структурах и объединениях](https://python-all.ru/3.15/library/ctypes.html#bit-fields-in-structures-and-unions)4722 - [Массивы](https://python-all.ru/3.15/library/ctypes.html#arrays)4723 - [Указатели](https://python-all.ru/3.15/library/ctypes.html#pointers)4724 - [Потокобезопасность без GIL](https://python-all.ru/3.15/library/ctypes.html#thread-safety-without-the-gil)4725 - [Преобразования типов](https://python-all.ru/3.15/library/ctypes.html#type-conversions)4726 - [Неполные типы](https://python-all.ru/3.15/library/ctypes.html#incomplete-types)4727 - [Функции обратного вызова](https://python-all.ru/3.15/library/ctypes.html#callback-functions)4728 - [Доступ к значениям, экспортируемым из DLL](https://python-all.ru/3.15/library/ctypes.html#accessing-values-exported-from-dlls)4729 - [Неожиданности](https://python-all.ru/3.15/library/ctypes.html#surprises)4730 - [Типы данных переменного размера](https://python-all.ru/3.15/library/ctypes.html#variable-sized-data-types)4731 - [Справочник по ctypes](https://python-all.ru/3.15/library/ctypes.html#ctypes-reference)47324733 - [Загрузка общих библиотек](https://python-all.ru/3.15/library/ctypes.html#loading-shared-libraries)4734 - [Поиск общих библиотек](https://python-all.ru/3.15/library/ctypes.html#finding-shared-libraries)4735 - [Вывод загруженных общих библиотек](https://python-all.ru/3.15/library/ctypes.html#listing-loaded-shared-libraries)4736 - [Внешние функции](https://python-all.ru/3.15/library/ctypes.html#foreign-functions)4737 - [Прототипы функций](https://python-all.ru/3.15/library/ctypes.html#function-prototypes)4738 - [Вспомогательные функции](https://python-all.ru/3.15/library/ctypes.html#utility-functions)4739 - [Типы данных](https://python-all.ru/3.15/library/ctypes.html#data-types)4740 - [Базовые типы данных](https://python-all.ru/3.15/library/ctypes.html#ctypes-fundamental-data-types-2)4741 - [Структурированные типы данных](https://python-all.ru/3.15/library/ctypes.html#structured-data-types)4742 - [Массивы и указатели](https://python-all.ru/3.15/library/ctypes.html#arrays-and-pointers)4743 - [Исключения](https://python-all.ru/3.15/library/ctypes.html#exceptions)4744 - [Библиотеки интерфейса командной строки](https://python-all.ru/3.15/library/cmdlinelibs.html)47454746 - [`argparse` – Парсер опций, аргументов и подкоманд командной строки](https://python-all.ru/3.15/library/argparse.html)47474748 - [Объекты ArgumentParser](https://python-all.ru/3.15/library/argparse.html#argumentparser-objects)47494750 - [prog](https://python-all.ru/3.15/library/argparse.html#prog)4751 - [usage](https://python-all.ru/3.15/library/argparse.html#usage)4752 - [description](https://python-all.ru/3.15/library/argparse.html#description)4753 - [epilog](https://python-all.ru/3.15/library/argparse.html#epilog)4754 - [parents](https://python-all.ru/3.15/library/argparse.html#parents)4755 - [formatter\_class](https://python-all.ru/3.15/library/argparse.html#formatter-class)4756 - [prefix\_chars](https://python-all.ru/3.15/library/argparse.html#prefix-chars)4757 - [fromfile\_prefix\_chars](https://python-all.ru/3.15/library/argparse.html#fromfile-prefix-chars)4758 - [argument\_default](https://python-all.ru/3.15/library/argparse.html#argument-default)4759 - [allow\_abbrev](https://python-all.ru/3.15/library/argparse.html#allow-abbrev)4760 - [conflict\_handler](https://python-all.ru/3.15/library/argparse.html#conflict-handler)4761 - [add\_help](https://python-all.ru/3.15/library/argparse.html#add-help)4762 - [exit\_on\_error](https://python-all.ru/3.15/library/argparse.html#exit-on-error)4763 - [suggest\_on\_error](https://python-all.ru/3.15/library/argparse.html#suggest-on-error)4764 - [color](https://python-all.ru/3.15/library/argparse.html#color)4765 - [Метод add\_argument()](https://python-all.ru/3.15/library/argparse.html#the-add-argument-method)47664767 - [name или flags](https://python-all.ru/3.15/library/argparse.html#name-or-flags)4768 - [action](https://python-all.ru/3.15/library/argparse.html#action)4769 - [nargs](https://python-all.ru/3.15/library/argparse.html#nargs)4770 - [const](https://python-all.ru/3.15/library/argparse.html#const)4771 - [default](https://python-all.ru/3.15/library/argparse.html#default)4772 - [тип](https://python-all.ru/3.15/library/argparse.html#type)4773 - [choices](https://python-all.ru/3.15/library/argparse.html#choices)4774 - [required](https://python-all.ru/3.15/library/argparse.html#required)4775 - [help](https://python-all.ru/3.15/library/argparse.html#help)4776 - [metavar](https://python-all.ru/3.15/library/argparse.html#metavar)4777 - [dest](https://python-all.ru/3.15/library/argparse.html#dest)4778 - [устарело](https://python-all.ru/3.15/library/argparse.html#deprecated)4779 - [Классы Action](https://python-all.ru/3.15/library/argparse.html#action-classes)4780 - [Метод parse\_args()](https://python-all.ru/3.15/library/argparse.html#the-parse-args-method)47814782 - [Синтаксис значений опций](https://python-all.ru/3.15/library/argparse.html#option-value-syntax)4783 - [Недопустимые аргументы](https://python-all.ru/3.15/library/argparse.html#invalid-arguments)4784 - [Аргументы, содержащие `-`](https://python-all.ru/3.15/library/argparse.html#arguments-containing)4785 - [Сокращения аргументов (сопоставление по префиксу)](https://python-all.ru/3.15/library/argparse.html#argument-abbreviations-prefix-matching)4786 - [За пределами `sys.argv`](https://python-all.ru/3.15/library/argparse.html#beyond-sys-argv)4787 - [Объект Namespace](https://python-all.ru/3.15/library/argparse.html#the-namespace-object)4788 - [Прочие утилиты](https://python-all.ru/3.15/library/argparse.html#other-utilities)47894790 - [Подкоманды](https://python-all.ru/3.15/library/argparse.html#subcommands)4791 - [Объекты FileType](https://python-all.ru/3.15/library/argparse.html#filetype-objects)4792 - [Группы аргументов](https://python-all.ru/3.15/library/argparse.html#argument-groups)4793 - [Взаимное исключение](https://python-all.ru/3.15/library/argparse.html#mutual-exclusion)4794 - [Значения по умолчанию парсера](https://python-all.ru/3.15/library/argparse.html#parser-defaults)4795 - [Вывод справки](https://python-all.ru/3.15/library/argparse.html#printing-help)4796 - [Частичный разбор](https://python-all.ru/3.15/library/argparse.html#partial-parsing)4797 - [Настройка разбора файлов](https://python-all.ru/3.15/library/argparse.html#customizing-file-parsing)4798 - [Методы завершения](https://python-all.ru/3.15/library/argparse.html#exiting-methods)4799 - [Смешанный разбор](https://python-all.ru/3.15/library/argparse.html#intermixed-parsing)4800 - [Регистрация пользовательских типов или действий](https://python-all.ru/3.15/library/argparse.html#registering-custom-types-or-actions)4801 - [Исключения](https://python-all.ru/3.15/library/argparse.html#exceptions)48024803 - [Учебное пособие по argparse](https://python-all.ru/3.15/howto/argparse.html)48044805 - [Основные понятия](https://python-all.ru/3.15/howto/argparse.html#concepts)4806 - [Основы](https://python-all.ru/3.15/howto/argparse.html#the-basics)4807 - [Знакомство с позиционными аргументами](https://python-all.ru/3.15/howto/argparse.html#introducing-positional-arguments)4808 - [Знакомство с необязательными аргументами](https://python-all.ru/3.15/howto/argparse.html#introducing-optional-arguments)48094810 - [Короткие опции](https://python-all.ru/3.15/howto/argparse.html#short-options)4811 - [Сочетание позиционных и необязательных аргументов](https://python-all.ru/3.15/howto/argparse.html#combining-positional-and-optional-arguments)4812 - [Переходим к более сложным темам](https://python-all.ru/3.15/howto/argparse.html#getting-a-little-more-advanced)48134814 - [Указание неоднозначных аргументов](https://python-all.ru/3.15/howto/argparse.html#specifying-ambiguous-arguments)4815 - [Конфликтующие опции](https://python-all.ru/3.15/howto/argparse.html#conflicting-options)4816 - [Как перевести вывод argparse](https://python-all.ru/3.15/howto/argparse.html#how-to-translate-the-argparse-output)4817 - [Пользовательские преобразователи типов](https://python-all.ru/3.15/howto/argparse.html#custom-type-converters)4818 - [Заключение](https://python-all.ru/3.15/howto/argparse.html#conclusion)4819 - [Перенос кода `optparse` на `argparse`](https://python-all.ru/3.15/howto/argparse-optparse.html)4820 - [`optparse` – парсер параметров командной строки](https://python-all.ru/3.15/library/optparse.html)48214822 - [Выбор библиотеки для разбора аргументов](https://python-all.ru/3.15/library/optparse.html#choosing-an-argument-parsing-library)4823 - [Введение](https://python-all.ru/3.15/library/optparse.html#introduction)4824 - [Фон](https://python-all.ru/3.15/library/optparse.html#background)48254826 - [Терминология](https://python-all.ru/3.15/library/optparse.html#terminology)4827 - [Для чего нужны опции?](https://python-all.ru/3.15/library/optparse.html#what-are-options-for)4828 - [Для чего нужны позиционные аргументы?](https://python-all.ru/3.15/library/optparse.html#what-are-positional-arguments-for)4829 - [Учебное пособие](https://python-all.ru/3.15/library/optparse.html#tutorial)48304831 - [Понимание действий опций](https://python-all.ru/3.15/library/optparse.html#understanding-option-actions)4832 - [Действие store](https://python-all.ru/3.15/library/optparse.html#the-store-action)4833 - [Обработка булевых опций (флагов)](https://python-all.ru/3.15/library/optparse.html#handling-boolean-flag-options)4834 - [Другие действия](https://python-all.ru/3.15/library/optparse.html#other-actions)4835 - [Значения по умолчанию](https://python-all.ru/3.15/library/optparse.html#default-values)4836 - [Генерация справки](https://python-all.ru/3.15/library/optparse.html#generating-help)48374838 - [Группировка опций](https://python-all.ru/3.15/library/optparse.html#grouping-options)4839 - [Вывод строки версии](https://python-all.ru/3.15/library/optparse.html#printing-a-version-string)4840 - [Как `optparse` обрабатывает ошибки](https://python-all.ru/3.15/library/optparse.html#how-optparse-handles-errors)4841 - [Собираем всё вместе](https://python-all.ru/3.15/library/optparse.html#putting-it-all-together)4842 - [Справочное руководство](https://python-all.ru/3.15/library/optparse.html#reference-guide)48434844 - [Создание парсера](https://python-all.ru/3.15/library/optparse.html#creating-the-parser)4845 - [Наполнение парсера](https://python-all.ru/3.15/library/optparse.html#populating-the-parser)4846 - [Определение параметров](https://python-all.ru/3.15/library/optparse.html#defining-options)4847 - [Атрибуты параметров](https://python-all.ru/3.15/library/optparse.html#option-attributes)4848 - [Стандартные действия параметров](https://python-all.ru/3.15/library/optparse.html#standard-option-actions)4849 - [Стандартные типы параметров](https://python-all.ru/3.15/library/optparse.html#standard-option-types)4850 - [Разбор аргументов](https://python-all.ru/3.15/library/optparse.html#parsing-arguments)4851 - [Запросы и управление парсером параметров](https://python-all.ru/3.15/library/optparse.html#querying-and-manipulating-your-option-parser)4852 - [Конфликты между параметрами](https://python-all.ru/3.15/library/optparse.html#conflicts-between-options)4853 - [Очистка](https://python-all.ru/3.15/library/optparse.html#cleanup)4854 - [Другие методы](https://python-all.ru/3.15/library/optparse.html#other-methods)4855 - [Колбэки параметров](https://python-all.ru/3.15/library/optparse.html#option-callbacks)48564857 - [Определение параметра с колбэком](https://python-all.ru/3.15/library/optparse.html#defining-a-callback-option)4858 - [Как вызываются колбэки](https://python-all.ru/3.15/library/optparse.html#how-callbacks-are-called)4859 - [Возбуждение исключений в колбэке](https://python-all.ru/3.15/library/optparse.html#raising-errors-in-a-callback)4860 - [Пример колбэка 1: простейший колбэк](https://python-all.ru/3.15/library/optparse.html#callback-example-1-trivial-callback)4861 - [Пример колбэка 2: проверка порядка параметров](https://python-all.ru/3.15/library/optparse.html#callback-example-2-check-option-order)4862 - [Пример колбэка 3: проверка порядка параметров (обобщённо)](https://python-all.ru/3.15/library/optparse.html#callback-example-3-check-option-order-generalized)4863 - [Пример колбэка 4: проверка произвольного условия](https://python-all.ru/3.15/library/optparse.html#callback-example-4-check-arbitrary-condition)4864 - [Пример колбэка 5: фиксированные аргументы](https://python-all.ru/3.15/library/optparse.html#callback-example-5-fixed-arguments)4865 - [Пример колбэка 6: переменное число аргументов](https://python-all.ru/3.15/library/optparse.html#callback-example-6-variable-arguments)4866 - [Расширение `optparse`](https://python-all.ru/3.15/library/optparse.html#extending-optparse)48674868 - [Добавление новых типов](https://python-all.ru/3.15/library/optparse.html#adding-new-types)4869 - [Добавление новых действий](https://python-all.ru/3.15/library/optparse.html#adding-new-actions)4870 - [Исключения](https://python-all.ru/3.15/library/optparse.html#exceptions)4871 - [`getpass` – Переносимый ввод пароля](https://python-all.ru/3.15/library/getpass.html)4872 - [`fileinput` – Итерация по строкам из нескольких входных потоков данных](https://python-all.ru/3.15/library/fileinput.html)4873 - [`curses` – Управление терминалом для символьных дисплеев](https://python-all.ru/3.15/library/curses.html)48744875 - [Функции](https://python-all.ru/3.15/library/curses.html#functions)4876 - [Объекты окон](https://python-all.ru/3.15/library/curses.html#window-objects)4877 - [Константы](https://python-all.ru/3.15/library/curses.html#constants)4878 - [`curses.textpad` – виджет ввода текста для программ curses](https://python-all.ru/3.15/library/curses.html#module-curses.textpad)48794880 - [Объекты Textbox](https://python-all.ru/3.15/library/curses.html#textbox-objects)4881 - [`curses.ascii` – утилиты для работы с ASCII-символами](https://python-all.ru/3.15/library/curses.ascii.html)4882 - [`curses.panel` – расширение стека панелей для curses](https://python-all.ru/3.15/library/curses.panel.html)48834884 - [Функции](https://python-all.ru/3.15/library/curses.panel.html#functions)4885 - [Объекты Panel](https://python-all.ru/3.15/library/curses.panel.html#panel-objects)4886 - [`cmd` – поддержка построчных командных интерпретаторов](https://python-all.ru/3.15/library/cmd.html)48874888 - [Объекты Cmd](https://python-all.ru/3.15/library/cmd.html#cmd-objects)4889 - [Пример Cmd](https://python-all.ru/3.15/library/cmd.html#cmd-example)4890 - [Параллельное выполнение](https://python-all.ru/3.15/library/concurrency.html)48914892 - [`threading` – параллелизм на основе потоков](https://python-all.ru/3.15/library/threading.html)48934894 - [Введение](https://python-all.ru/3.15/library/threading.html#introduction)4895 - [GIL и соображения производительности](https://python-all.ru/3.15/library/threading.html#gil-and-performance-considerations)4896 - [Справочник](https://python-all.ru/3.15/library/threading.html#reference)48974898 - [Данные, локальные для потока](https://python-all.ru/3.15/library/threading.html#thread-local-data)4899 - [Объекты потоков](https://python-all.ru/3.15/library/threading.html#thread-objects)4900 - [Объекты блокировок](https://python-all.ru/3.15/library/threading.html#lock-objects)4901 - [Объекты RLock](https://python-all.ru/3.15/library/threading.html#rlock-objects)4902 - [Объекты условия](https://python-all.ru/3.15/library/threading.html#condition-objects)4903 - [Объекты семафоров](https://python-all.ru/3.15/library/threading.html#semaphore-objects)4904 - [Пример `Semaphore`](https://python-all.ru/3.15/library/threading.html#semaphore-example)4905 - [Объекты событий](https://python-all.ru/3.15/library/threading.html#event-objects)4906 - [Объекты таймеров](https://python-all.ru/3.15/library/threading.html#timer-objects)4907 - [Объекты барьеров](https://python-all.ru/3.15/library/threading.html#barrier-objects)4908 - [Использование блокировок, условий и семафоров в операторе `with`](https://python-all.ru/3.15/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement)4909 - [Синхронизация итераторов](https://python-all.ru/3.15/library/threading.html#iterator-synchronization)4910 - [`multiprocessing` – параллелизм на основе процессов](https://python-all.ru/3.15/library/multiprocessing.html)49114912 - [Введение](https://python-all.ru/3.15/library/multiprocessing.html#introduction)49134914 - [Класс `Process`](https://python-all.ru/3.15/library/multiprocessing.html#the-process-class)4915 - [Контексты и методы запуска](https://python-all.ru/3.15/library/multiprocessing.html#contexts-and-start-methods)4916 - [Обмен объектами между процессами](https://python-all.ru/3.15/library/multiprocessing.html#exchanging-objects-between-processes)4917 - [Синхронизация между процессами](https://python-all.ru/3.15/library/multiprocessing.html#synchronization-between-processes)4918 - [Совместное использование состояния между процессами](https://python-all.ru/3.15/library/multiprocessing.html#sharing-state-between-processes)4919 - [Использование пула рабочих процессов](https://python-all.ru/3.15/library/multiprocessing.html#using-a-pool-of-workers)4920 - [Справочник](https://python-all.ru/3.15/library/multiprocessing.html#reference)49214922 - [Глобальный метод запуска](https://python-all.ru/3.15/library/multiprocessing.html#global-start-method)4923 - [`Process` и исключения](https://python-all.ru/3.15/library/multiprocessing.html#process-and-exceptions)4924 - [Каналы и очереди](https://python-all.ru/3.15/library/multiprocessing.html#pipes-and-queues)4925 - [Разное](https://python-all.ru/3.15/library/multiprocessing.html#miscellaneous)4926 - [Объекты соединений](https://python-all.ru/3.15/library/multiprocessing.html#connection-objects)4927 - [Примитивы синхронизации](https://python-all.ru/3.15/library/multiprocessing.html#synchronization-primitives)4928 - [Разделяемые `ctypes` объекты](https://python-all.ru/3.15/library/multiprocessing.html#shared-ctypes-objects)49294930 - [Модуль `multiprocessing.sharedctypes`](https://python-all.ru/3.15/library/multiprocessing.html#module-multiprocessing.sharedctypes)4931 - [Менеджеры](https://python-all.ru/3.15/library/multiprocessing.html#managers)49324933 - [Настраиваемые менеджеры](https://python-all.ru/3.15/library/multiprocessing.html#customized-managers)4934 - [Использование удалённого менеджера](https://python-all.ru/3.15/library/multiprocessing.html#using-a-remote-manager)4935 - [Объекты-прокси](https://python-all.ru/3.15/library/multiprocessing.html#proxy-objects)49364937 - [Очистка](https://python-all.ru/3.15/library/multiprocessing.html#cleanup)4938 - [Пулы процессов](https://python-all.ru/3.15/library/multiprocessing.html#module-multiprocessing.pool)4939 - [Слушатели и клиенты](https://python-all.ru/3.15/library/multiprocessing.html#module-multiprocessing.connection)49404941 - [Форматы адресов](https://python-all.ru/3.15/library/multiprocessing.html#address-formats)4942 - [Ключи аутентификации](https://python-all.ru/3.15/library/multiprocessing.html#authentication-keys)4943 - [Логирование](https://python-all.ru/3.15/library/multiprocessing.html#logging)4944 - [Модуль `multiprocessing.dummy`](https://python-all.ru/3.15/library/multiprocessing.html#module-multiprocessing.dummy)4945 - [Рекомендации по программированию](https://python-all.ru/3.15/library/multiprocessing.html#programming-guidelines)49464947 - [Все методы запуска](https://python-all.ru/3.15/library/multiprocessing.html#all-start-methods)4948 - [Методы запуска *spawn* и *forkserver*](https://python-all.ru/3.15/library/multiprocessing.html#the-spawn-and-forkserver-start-methods)4949 - [Примеры](https://python-all.ru/3.15/library/multiprocessing.html#examples)4950 - [`multiprocessing.shared_memory` – Разделяемая память для прямого доступа между процессами](https://python-all.ru/3.15/library/multiprocessing.shared_memory.html)4951 - [Пакет `concurrent`](https://python-all.ru/3.15/library/concurrent.html)4952 - [`concurrent.futures` – Запуск параллельных задач](https://python-all.ru/3.15/library/concurrent.futures.html)49534954 - [Объекты исполнителя](https://python-all.ru/3.15/library/concurrent.futures.html#executor-objects)4955 - [ThreadPoolExecutor](https://python-all.ru/3.15/library/concurrent.futures.html#threadpoolexecutor)49564957 - [Пример ThreadPoolExecutor](https://python-all.ru/3.15/library/concurrent.futures.html#threadpoolexecutor-example)4958 - [InterpreterPoolExecutor](https://python-all.ru/3.15/library/concurrent.futures.html#interpreterpoolexecutor)4959 - [ProcessPoolExecutor](https://python-all.ru/3.15/library/concurrent.futures.html#processpoolexecutor)49604961 - [Пример ProcessPoolExecutor](https://python-all.ru/3.15/library/concurrent.futures.html#processpoolexecutor-example)4962 - [Объекты Future](https://python-all.ru/3.15/library/concurrent.futures.html#future-objects)4963 - [Функции модуля](https://python-all.ru/3.15/library/concurrent.futures.html#module-functions)4964 - [Классы исключений](https://python-all.ru/3.15/library/concurrent.futures.html#exception-classes)4965 - [`concurrent.interpreters` – Несколько интерпретаторов в одном процессе](https://python-all.ru/3.15/library/concurrent.interpreters.html)49664967 - [Ключевые детали](https://python-all.ru/3.15/library/concurrent.interpreters.html#key-details)4968 - [Введение](https://python-all.ru/3.15/library/concurrent.interpreters.html#introduction)49694970 - [Несколько интерпретаторов и изоляция](https://python-all.ru/3.15/library/concurrent.interpreters.html#multiple-interpreters-and-isolation)4971 - [Запуск в интерпретаторе](https://python-all.ru/3.15/library/concurrent.interpreters.html#running-in-an-interpreter)4972 - [Конкурентность и параллелизм](https://python-all.ru/3.15/library/concurrent.interpreters.html#concurrency-and-parallelism)4973 - [Взаимодействие между интерпретаторами](https://python-all.ru/3.15/library/concurrent.interpreters.html#communication-between-interpreters)4974 - [«Совместное использование» объектов](https://python-all.ru/3.15/library/concurrent.interpreters.html#sharing-objects)4975 - [Справочник](https://python-all.ru/3.15/library/concurrent.interpreters.html#reference)49764977 - [Объекты интерпретатора](https://python-all.ru/3.15/library/concurrent.interpreters.html#interpreter-objects)4978 - [Исключения](https://python-all.ru/3.15/library/concurrent.interpreters.html#exceptions)4979 - [Взаимодействие между интерпретаторами](https://python-all.ru/3.15/library/concurrent.interpreters.html#communicating-between-interpreters)4980 - [Основы использования](https://python-all.ru/3.15/library/concurrent.interpreters.html#basic-usage)4981 - [`subprocess` – Управление подпроцессами](https://python-all.ru/3.15/library/subprocess.html)49824983 - [Использование модуля `subprocess`](https://python-all.ru/3.15/library/subprocess.html#using-the-subprocess-module)49844985 - [Часто используемые аргументы](https://python-all.ru/3.15/library/subprocess.html#frequently-used-arguments)4986 - [Конструктор Popen](https://python-all.ru/3.15/library/subprocess.html#popen-constructor)4987 - [Исключения](https://python-all.ru/3.15/library/subprocess.html#exceptions)4988 - [Вопросы безопасности](https://python-all.ru/3.15/library/subprocess.html#security-considerations)4989 - [Объекты Popen](https://python-all.ru/3.15/library/subprocess.html#popen-objects)4990 - [Вспомогательные функции Popen для Windows](https://python-all.ru/3.15/library/subprocess.html#windows-popen-helpers)49914992 - [Константы Windows](https://python-all.ru/3.15/library/subprocess.html#windows-constants)4993 - [Старый высокоуровневый API](https://python-all.ru/3.15/library/subprocess.html#older-high-level-api)4994 - [Замена старых функций модулем `subprocess`](https://python-all.ru/3.15/library/subprocess.html#replacing-older-functions-with-the-subprocess-module)49954996 - [Замена подстановки команд оболочки **/bin/sh**](https://python-all.ru/3.15/library/subprocess.html#replacing-bin-sh-shell-command-substitution)4997 - [Замена конвейера оболочки](https://python-all.ru/3.15/library/subprocess.html#replacing-shell-pipeline)4998 - [Замена `os.system()`](https://python-all.ru/3.15/library/subprocess.html#replacing-os-system)4999 - [Замена семейства `os.spawn`](https://python-all.ru/3.15/library/subprocess.html#replacing-the-os-spawn-family)5000 - [Замена `os.popen()`](https://python-all.ru/3.15/library/subprocess.html#replacing-os-popen)5001 - [Устаревшие функции вызова оболочки](https://python-all.ru/3.15/library/subprocess.html#legacy-shell-invocation-functions)5002 - [Примечания](https://python-all.ru/3.15/library/subprocess.html#notes)50035004 - [Поведение при тайм-ауте](https://python-all.ru/3.15/library/subprocess.html#timeout-behavior)5005 - [Преобразование последовательности аргументов в строку на Windows](https://python-all.ru/3.15/library/subprocess.html#converting-an-argument-sequence-to-a-string-on-windows)5006 - [Отключение использования `posix_spawn()`](https://python-all.ru/3.15/library/subprocess.html#disable-use-of-posix-spawn)5007 - [`sched` – планировщик событий](https://python-all.ru/3.15/library/sched.html)50085009 - [Объекты планировщика](https://python-all.ru/3.15/library/sched.html#scheduler-objects)5010 - [`queue` – класс синхронизированной очереди](https://python-all.ru/3.15/library/queue.html)50115012 - [Объекты очередей](https://python-all.ru/3.15/library/queue.html#queue-objects)50135014 - [Ожидание завершения задачи](https://python-all.ru/3.15/library/queue.html#waiting-for-task-completion)5015 - [Завершение очередей](https://python-all.ru/3.15/library/queue.html#terminating-queues)5016 - [Объекты SimpleQueue](https://python-all.ru/3.15/library/queue.html#simplequeue-objects)5017 - [`contextvars` – контекстные переменные](https://python-all.ru/3.15/library/contextvars.html)50185019 - [Контекстные переменные](https://python-all.ru/3.15/library/contextvars.html#context-variables)5020 - [Ручное управление контекстом](https://python-all.ru/3.15/library/contextvars.html#manual-context-management)5021 - [Поддержка asyncio](https://python-all.ru/3.15/library/contextvars.html#asyncio-support)5022 - [`_thread` – низкоуровневый API потоков](https://python-all.ru/3.15/library/_thread.html)5023 - [Сеть и межпроцессное взаимодействие](https://python-all.ru/3.15/library/ipc.html)50245025 - [`asyncio` – асинхронный ввод-вывод](https://python-all.ru/3.15/library/asyncio.html)50265027 - [Запускающие объекты](https://python-all.ru/3.15/library/asyncio-runner.html)50285029 - [Запуск asyncio-программы](https://python-all.ru/3.15/library/asyncio-runner.html#running-an-asyncio-program)5030 - [Контекстный менеджер Runner](https://python-all.ru/3.15/library/asyncio-runner.html#runner-context-manager)5031 - [Обработка прерывания с клавиатуры](https://python-all.ru/3.15/library/asyncio-runner.html#handling-keyboard-interruption)5032 - [Корутины и задачи](https://python-all.ru/3.15/library/asyncio-task.html)50335034 - [Корутины](https://python-all.ru/3.15/library/asyncio-task.html#coroutines)5035 - [Ожидаемые объекты](https://python-all.ru/3.15/library/asyncio-task.html#awaitables)5036 - [Создание задач](https://python-all.ru/3.15/library/asyncio-task.html#creating-tasks)5037 - [Отмена задачи](https://python-all.ru/3.15/library/asyncio-task.html#task-cancellation)5038 - [Группы задач](https://python-all.ru/3.15/library/asyncio-task.html#task-groups)5039 - [Приостановка выполнения](https://python-all.ru/3.15/library/asyncio-task.html#sleeping)5040 - [Конкурентное выполнение задач](https://python-all.ru/3.15/library/asyncio-task.html#running-tasks-concurrently)5041 - [Фабрика задач с немедленным выполнением](https://python-all.ru/3.15/library/asyncio-task.html#eager-task-factory)5042 - [Защита от отмены](https://python-all.ru/3.15/library/asyncio-task.html#shielding-from-cancellation)5043 - [Тайм-ауты](https://python-all.ru/3.15/library/asyncio-task.html#timeouts)5044 - [Примитивы ожидания](https://python-all.ru/3.15/library/asyncio-task.html#waiting-primitives)5045 - [Выполнение в потоках](https://python-all.ru/3.15/library/asyncio-task.html#running-in-threads)5046 - [Планирование из других потоков](https://python-all.ru/3.15/library/asyncio-task.html#scheduling-from-other-threads)5047 - [Интроспекция](https://python-all.ru/3.15/library/asyncio-task.html#introspection)5048 - [Объект задачи](https://python-all.ru/3.15/library/asyncio-task.html#task-object)5049 - [Потоки данных](https://python-all.ru/3.15/library/asyncio-stream.html)50505051 - [StreamReader](https://python-all.ru/3.15/library/asyncio-stream.html#streamreader)5052 - [StreamWriter](https://python-all.ru/3.15/library/asyncio-stream.html#streamwriter)5053 - [Примеры](https://python-all.ru/3.15/library/asyncio-stream.html#examples)50545055 - [Эхо-клиент TCP с использованием потоков данных](https://python-all.ru/3.15/library/asyncio-stream.html#tcp-echo-client-using-streams)5056 - [Эхо-сервер TCP с использованием потоков данных](https://python-all.ru/3.15/library/asyncio-stream.html#tcp-echo-server-using-streams)5057 - [Получение HTTP-заголовков](https://python-all.ru/3.15/library/asyncio-stream.html#get-http-headers)5058 - [Регистрация открытого сокета для ожидания данных через потоки](https://python-all.ru/3.15/library/asyncio-stream.html#register-an-open-socket-to-wait-for-data-using-streams)5059 - [Примитивы синхронизации](https://python-all.ru/3.15/library/asyncio-sync.html)50605061 - [Блокировка](https://python-all.ru/3.15/library/asyncio-sync.html#lock)5062 - [Событие](https://python-all.ru/3.15/library/asyncio-sync.html#event)5063 - [Условная переменная](https://python-all.ru/3.15/library/asyncio-sync.html#condition)5064 - [Семафор](https://python-all.ru/3.15/library/asyncio-sync.html#semaphore)5065 - [BoundedSemaphore](https://python-all.ru/3.15/library/asyncio-sync.html#boundedsemaphore)5066 - [Барьер](https://python-all.ru/3.15/library/asyncio-sync.html#barrier)5067 - [Подпроцессы](https://python-all.ru/3.15/library/asyncio-subprocess.html)50685069 - [Создание подпроцессов](https://python-all.ru/3.15/library/asyncio-subprocess.html#creating-subprocesses)5070 - [Константы](https://python-all.ru/3.15/library/asyncio-subprocess.html#constants)5071 - [Взаимодействие с подпроцессами](https://python-all.ru/3.15/library/asyncio-subprocess.html#interacting-with-subprocesses)50725073 - [Подпроцессы и потоки](https://python-all.ru/3.15/library/asyncio-subprocess.html#subprocess-and-threads)5074 - [Примеры](https://python-all.ru/3.15/library/asyncio-subprocess.html#examples)5075 - [Очереди](https://python-all.ru/3.15/library/asyncio-queue.html)50765077 - [Очередь](https://python-all.ru/3.15/library/asyncio-queue.html#queue)5078 - [Очередь с приоритетом](https://python-all.ru/3.15/library/asyncio-queue.html#priority-queue)5079 - [Очередь LIFO](https://python-all.ru/3.15/library/asyncio-queue.html#lifo-queue)5080 - [Исключения](https://python-all.ru/3.15/library/asyncio-queue.html#exceptions)5081 - [Примеры](https://python-all.ru/3.15/library/asyncio-queue.html#examples)5082 - [Исключения](https://python-all.ru/3.15/library/asyncio-exceptions.html)5083 - [Интроспекция графа вызовов](https://python-all.ru/3.15/library/asyncio-graph.html)50845085 - [Низкоуровневые служебные функции](https://python-all.ru/3.15/library/asyncio-graph.html#low-level-utility-functions)5086 - [Цикл событий](https://python-all.ru/3.15/library/asyncio-eventloop.html)50875088 - [Методы цикла событий](https://python-all.ru/3.15/library/asyncio-eventloop.html#event-loop-methods)50895090 - [Запуск и остановка цикла событий](https://python-all.ru/3.15/library/asyncio-eventloop.html#running-and-stopping-the-loop)5091 - [Планирование колбэков](https://python-all.ru/3.15/library/asyncio-eventloop.html#scheduling-callbacks)5092 - [Планирование отложенных колбэков](https://python-all.ru/3.15/library/asyncio-eventloop.html#scheduling-delayed-callbacks)5093 - [Создание future и задач](https://python-all.ru/3.15/library/asyncio-eventloop.html#creating-futures-and-tasks)5094 - [Открытие сетевых соединений](https://python-all.ru/3.15/library/asyncio-eventloop.html#opening-network-connections)5095 - [Создание сетевых серверов](https://python-all.ru/3.15/library/asyncio-eventloop.html#creating-network-servers)5096 - [Передача файлов](https://python-all.ru/3.15/library/asyncio-eventloop.html#transferring-files)5097 - [Обновление TLS](https://python-all.ru/3.15/library/asyncio-eventloop.html#tls-upgrade)5098 - [Наблюдение за файловыми дескрипторами](https://python-all.ru/3.15/library/asyncio-eventloop.html#watching-file-descriptors)5099 - [Работа с объектами сокетов напрямую](https://python-all.ru/3.15/library/asyncio-eventloop.html#working-with-socket-objects-directly)5100 - [DNS](https://python-all.ru/3.15/library/asyncio-eventloop.html#dns)5101 - [Работа с каналами](https://python-all.ru/3.15/library/asyncio-eventloop.html#working-with-pipes)5102 - [Сигналы Unix](https://python-all.ru/3.15/library/asyncio-eventloop.html#unix-signals)5103 - [Выполнение кода в пулах потоков или процессов](https://python-all.ru/3.15/library/asyncio-eventloop.html#executing-code-in-thread-or-process-pools)5104 - [API обработки ошибок](https://python-all.ru/3.15/library/asyncio-eventloop.html#error-handling-api)5105 - [Включение режима отладки](https://python-all.ru/3.15/library/asyncio-eventloop.html#enabling-debug-mode)5106 - [Запуск подпроцессов](https://python-all.ru/3.15/library/asyncio-eventloop.html#running-subprocesses)5107 - [Дескрипторы колбэков](https://python-all.ru/3.15/library/asyncio-eventloop.html#callback-handles)5108 - [Объекты сервера](https://python-all.ru/3.15/library/asyncio-eventloop.html#server-objects)5109 - [Реализации цикла событий](https://python-all.ru/3.15/library/asyncio-eventloop.html#event-loop-implementations)5110 - [Примеры](https://python-all.ru/3.15/library/asyncio-eventloop.html#examples)51115112 - [Hello World с помощью call\_soon()](https://python-all.ru/3.15/library/asyncio-eventloop.html#hello-world-with-call-soon)5113 - [Отображение текущей даты с помощью call\_later()](https://python-all.ru/3.15/library/asyncio-eventloop.html#display-the-current-date-with-call-later)5114 - [Наблюдение за файловым дескриптором на предмет событий чтения](https://python-all.ru/3.15/library/asyncio-eventloop.html#watch-a-file-descriptor-for-read-events)5115 - [Установка обработчиков сигналов SIGINT и SIGTERM](https://python-all.ru/3.15/library/asyncio-eventloop.html#set-signal-handlers-for-sigint-and-sigterm)5116 - [Future](https://python-all.ru/3.15/library/asyncio-future.html)51175118 - [Функции Future](https://python-all.ru/3.15/library/asyncio-future.html#future-functions)5119 - [Объект Future](https://python-all.ru/3.15/library/asyncio-future.html#future-object)5120 - [Транспорты и протоколы](https://python-all.ru/3.15/library/asyncio-protocol.html)51215122 - [Транспорты](https://python-all.ru/3.15/library/asyncio-protocol.html#transports)51235124 - [Иерархия транспортов](https://python-all.ru/3.15/library/asyncio-protocol.html#transports-hierarchy)5125 - [Базовый транспорт](https://python-all.ru/3.15/library/asyncio-protocol.html#base-transport)5126 - [Транспорты только для чтения](https://python-all.ru/3.15/library/asyncio-protocol.html#read-only-transports)5127 - [Транспорты только для записи](https://python-all.ru/3.15/library/asyncio-protocol.html#write-only-transports)5128 - [Транспорты дейтаграмм](https://python-all.ru/3.15/library/asyncio-protocol.html#datagram-transports)5129 - [Транспорты подпроцессов](https://python-all.ru/3.15/library/asyncio-protocol.html#subprocess-transports)5130 - [Протоколы](https://python-all.ru/3.15/library/asyncio-protocol.html#protocols)51315132 - [Базовые протоколы](https://python-all.ru/3.15/library/asyncio-protocol.html#base-protocols)5133 - [Базовый протокол](https://python-all.ru/3.15/library/asyncio-protocol.html#base-protocol)5134 - [Потоковые протоколы](https://python-all.ru/3.15/library/asyncio-protocol.html#streaming-protocols)5135 - [Буферизированные потоковые протоколы](https://python-all.ru/3.15/library/asyncio-protocol.html#buffered-streaming-protocols)5136 - [Протоколы дейтаграмм](https://python-all.ru/3.15/library/asyncio-protocol.html#datagram-protocols)5137 - [Протоколы подпроцессов](https://python-all.ru/3.15/library/asyncio-protocol.html#subprocess-protocols)5138 - [Примеры](https://python-all.ru/3.15/library/asyncio-protocol.html#examples)51395140 - [TCP-эхо-сервер](https://python-all.ru/3.15/library/asyncio-protocol.html#tcp-echo-server)5141 - [TCP-эхо-клиент](https://python-all.ru/3.15/library/asyncio-protocol.html#tcp-echo-client)5142 - [UDP-эхо-сервер](https://python-all.ru/3.15/library/asyncio-protocol.html#udp-echo-server)5143 - [UDP-эхо-клиент](https://python-all.ru/3.15/library/asyncio-protocol.html#udp-echo-client)5144 - [Подключение существующих сокетов](https://python-all.ru/3.15/library/asyncio-protocol.html#connecting-existing-sockets)5145 - [loop.subprocess\_exec() и SubprocessProtocol](https://python-all.ru/3.15/library/asyncio-protocol.html#loop-subprocess-exec-and-subprocessprotocol)5146 - [Политики](https://python-all.ru/3.15/library/asyncio-policy.html)51475148 - [Получение и установка политики](https://python-all.ru/3.15/library/asyncio-policy.html#getting-and-setting-the-policy)5149 - [Объекты политики](https://python-all.ru/3.15/library/asyncio-policy.html#policy-objects)5150 - [Пользовательские политики](https://python-all.ru/3.15/library/asyncio-policy.html#custom-policies)5151 - [Поддержка платформ](https://python-all.ru/3.15/library/asyncio-platforms.html)51525153 - [Все платформы](https://python-all.ru/3.15/library/asyncio-platforms.html#all-platforms)5154 - [Windows](https://python-all.ru/3.15/library/asyncio-platforms.html#windows)51555156 - [Поддержка подпроцессов в Windows](https://python-all.ru/3.15/library/asyncio-platforms.html#subprocess-support-on-windows)5157 - [macOS](https://python-all.ru/3.15/library/asyncio-platforms.html#macos)5158 - [Расширение](https://python-all.ru/3.15/library/asyncio-extending.html)51595160 - [Создание пользовательского цикла событий](https://python-all.ru/3.15/library/asyncio-extending.html#writing-a-custom-event-loop)5161 - [Приватные конструкторы Future и Задача](https://python-all.ru/3.15/library/asyncio-extending.html#future-and-task-private-constructors)5162 - [Поддержка времени жизни задачи](https://python-all.ru/3.15/library/asyncio-extending.html#task-lifetime-support)5163 - [Индекс API высокого уровня](https://python-all.ru/3.15/library/asyncio-api-index.html)51645165 - [Задачи](https://python-all.ru/3.15/library/asyncio-api-index.html#tasks)5166 - [Очереди](https://python-all.ru/3.15/library/asyncio-api-index.html#queues)5167 - [Подпроцессы](https://python-all.ru/3.15/library/asyncio-api-index.html#subprocesses)5168 - [Потоки данных](https://python-all.ru/3.15/library/asyncio-api-index.html#streams)5169 - [Синхронизация](https://python-all.ru/3.15/library/asyncio-api-index.html#synchronization)5170 - [Исключения](https://python-all.ru/3.15/library/asyncio-api-index.html#exceptions)5171 - [Индекс API низкого уровня](https://python-all.ru/3.15/library/asyncio-llapi-index.html)51725173 - [Получение цикла событий](https://python-all.ru/3.15/library/asyncio-llapi-index.html#obtaining-the-event-loop)5174 - [Методы цикла событий](https://python-all.ru/3.15/library/asyncio-llapi-index.html#event-loop-methods)5175 - [Транспорты](https://python-all.ru/3.15/library/asyncio-llapi-index.html#transports)5176 - [Протоколы](https://python-all.ru/3.15/library/asyncio-llapi-index.html#protocols)5177 - [Политики цикла событий](https://python-all.ru/3.15/library/asyncio-llapi-index.html#event-loop-policies)5178 - [Разработка с asyncio](https://python-all.ru/3.15/library/asyncio-dev.html)51795180 - [Режим отладки](https://python-all.ru/3.15/library/asyncio-dev.html#debug-mode)5181 - [Параллелизм и многопоточность](https://python-all.ru/3.15/library/asyncio-dev.html#concurrency-and-multithreading)5182 - [Выполнение блокирующего кода](https://python-all.ru/3.15/library/asyncio-dev.html#running-blocking-code)5183 - [Логирование](https://python-all.ru/3.15/library/asyncio-dev.html#logging)5184 - [Обнаружение никогда не ожидаемых корутин](https://python-all.ru/3.15/library/asyncio-dev.html#detect-never-awaited-coroutines)5185 - [Обнаружение никогда не извлечённых исключений](https://python-all.ru/3.15/library/asyncio-dev.html#detect-never-retrieved-exceptions)5186 - [Рекомендации по асинхронным генераторам](https://python-all.ru/3.15/library/asyncio-dev.html#asynchronous-generators-best-practices)51875188 - [Явное закрытие асинхронных генераторов](https://python-all.ru/3.15/library/asyncio-dev.html#close-asynchronous-generators-explicitly)5189 - [Создание асинхронных генераторов только при запущенном цикле событий](https://python-all.ru/3.15/library/asyncio-dev.html#create-asynchronous-generators-only-when-the-event-loop-is-running)5190 - [Избегание параллельной итерации и закрытия одного генератора](https://python-all.ru/3.15/library/asyncio-dev.html#avoid-concurrent-iteration-and-closure-of-the-same-generator)5191 - [asyncio и свободно-поточный Python](https://python-all.ru/3.15/library/asyncio-threading.html)51925193 - [Вопросы потокобезопасности](https://python-all.ru/3.15/library/asyncio-threading.html#thread-safety-considerations)5194 - [Использование asyncio с потоками](https://python-all.ru/3.15/library/asyncio-threading.html#using-asyncio-with-threads)5195 - [Производитель/потребитель между потоками](https://python-all.ru/3.15/library/asyncio-threading.html#producer-consumer-across-threads)5196 - [`socket` – низкоуровневый сетевой интерфейс](https://python-all.ru/3.15/library/socket.html)51975198 - [Семейства сокетов](https://python-all.ru/3.15/library/socket.html#socket-families)5199 - [Содержание модуля](https://python-all.ru/3.15/library/socket.html#module-contents)52005201 - [Исключения](https://python-all.ru/3.15/library/socket.html#exceptions)5202 - [Константы](https://python-all.ru/3.15/library/socket.html#constants)5203 - [Функции](https://python-all.ru/3.15/library/socket.html#functions)52045205 - [Создание сокетов](https://python-all.ru/3.15/library/socket.html#creating-sockets)5206 - [Другие функции](https://python-all.ru/3.15/library/socket.html#other-functions)5207 - [Объекты сокетов](https://python-all.ru/3.15/library/socket.html#socket-objects)5208 - [Примечания о тайм-аутах сокетов](https://python-all.ru/3.15/library/socket.html#notes-on-socket-timeouts)52095210 - [Тайм-ауты и метод `connect`](https://python-all.ru/3.15/library/socket.html#timeouts-and-the-connect-method)5211 - [Тайм-ауты и метод `accept`](https://python-all.ru/3.15/library/socket.html#timeouts-and-the-accept-method)5212 - [Пример](https://python-all.ru/3.15/library/socket.html#example)5213 - [`ssl` – обёртка TLS/SSL для объектов сокетов](https://python-all.ru/3.15/library/ssl.html)52145215 - [Функции, константы и исключения](https://python-all.ru/3.15/library/ssl.html#functions-constants-and-exceptions)52165217 - [Создание сокетов](https://python-all.ru/3.15/library/ssl.html#socket-creation)5218 - [Создание контекста](https://python-all.ru/3.15/library/ssl.html#context-creation)5219 - [Алгоритмы подписи](https://python-all.ru/3.15/library/ssl.html#signature-algorithms)5220 - [Исключения](https://python-all.ru/3.15/library/ssl.html#exceptions)5221 - [Генерация случайных чисел](https://python-all.ru/3.15/library/ssl.html#random-generation)5222 - [Работа с сертификатами](https://python-all.ru/3.15/library/ssl.html#certificate-handling)5223 - [Константы](https://python-all.ru/3.15/library/ssl.html#constants)5224 - [SSL-сокеты](https://python-all.ru/3.15/library/ssl.html#ssl-sockets)5225 - [SSL-контексты](https://python-all.ru/3.15/library/ssl.html#ssl-contexts)5226 - [Сертификаты](https://python-all.ru/3.15/library/ssl.html#certificates)52275228 - [Цепочки сертификатов](https://python-all.ru/3.15/library/ssl.html#certificate-chains)5229 - [Сертификаты ЦС](https://python-all.ru/3.15/library/ssl.html#ca-certificates)5230 - [Объединённый ключ и сертификат](https://python-all.ru/3.15/library/ssl.html#combined-key-and-certificate)5231 - [Самоподписанные сертификаты](https://python-all.ru/3.15/library/ssl.html#self-signed-certificates)5232 - [Примеры](https://python-all.ru/3.15/library/ssl.html#examples)52335234 - [Проверка поддержки SSL](https://python-all.ru/3.15/library/ssl.html#testing-for-ssl-support)5235 - [Работа на стороне клиента](https://python-all.ru/3.15/library/ssl.html#client-side-operation)5236 - [Работа на стороне сервера](https://python-all.ru/3.15/library/ssl.html#server-side-operation)5237 - [Замечания о неблокирующих сокетах](https://python-all.ru/3.15/library/ssl.html#notes-on-non-blocking-sockets)5238 - [Поддержка Memory BIO](https://python-all.ru/3.15/library/ssl.html#memory-bio-support)5239 - [SSL-сессия](https://python-all.ru/3.15/library/ssl.html#ssl-session)5240 - [Вопросы безопасности](https://python-all.ru/3.15/library/ssl.html#security-considerations)52415242 - [Оптимальные настройки по умолчанию](https://python-all.ru/3.15/library/ssl.html#best-defaults)5243 - [Настройка вручную](https://python-all.ru/3.15/library/ssl.html#manual-settings)52445245 - [Проверка сертификатов](https://python-all.ru/3.15/library/ssl.html#verifying-certificates)5246 - [Версии протоколов](https://python-all.ru/3.15/library/ssl.html#protocol-versions)5247 - [Выбор шифров](https://python-all.ru/3.15/library/ssl.html#cipher-selection)5248 - [Многопроцессорная обработка](https://python-all.ru/3.15/library/ssl.html#multi-processing)5249 - [TLS 1.3](https://python-all.ru/3.15/library/ssl.html#tls-1-3)5250 - [`select` – Ожидание завершения ввода-вывода](https://python-all.ru/3.15/library/select.html)52515252 - [`/dev/poll` объекты опроса](https://python-all.ru/3.15/library/select.html#dev-poll-polling-objects)5253 - [Объекты опроса по переднему и уровневому фронту (epoll)](https://python-all.ru/3.15/library/select.html#edge-and-level-trigger-polling-epoll-objects)5254 - [Объекты опроса](https://python-all.ru/3.15/library/select.html#polling-objects)5255 - [Объекты kqueue](https://python-all.ru/3.15/library/select.html#kqueue-objects)5256 - [Объекты kevent](https://python-all.ru/3.15/library/select.html#kevent-objects)5257 - [`selectors` – Высокоуровневое мультиплексирование ввода-вывода](https://python-all.ru/3.15/library/selectors.html)52585259 - [Введение](https://python-all.ru/3.15/library/selectors.html#introduction)5260 - [Классы](https://python-all.ru/3.15/library/selectors.html#classes)5261 - [Примеры](https://python-all.ru/3.15/library/selectors.html#examples)5262 - [`signal` – Установка обработчиков для асинхронных событий](https://python-all.ru/3.15/library/signal.html)52635264 - [Общие правила](https://python-all.ru/3.15/library/signal.html#general-rules)52655266 - [Выполнение обработчиков сигналов Python](https://python-all.ru/3.15/library/signal.html#execution-of-python-signal-handlers)5267 - [Сигналы и потоки](https://python-all.ru/3.15/library/signal.html#signals-and-threads)5268 - [Содержание модуля](https://python-all.ru/3.15/library/signal.html#module-contents)5269 - [Примеры](https://python-all.ru/3.15/library/signal.html#examples)5270 - [Примечание о SIGPIPE](https://python-all.ru/3.15/library/signal.html#note-on-sigpipe)5271 - [Примечание об обработчиках сигналов и исключениях](https://python-all.ru/3.15/library/signal.html#note-on-signal-handlers-and-exceptions)5272 - [`mmap` – Поддержка файлов, отображаемых в память](https://python-all.ru/3.15/library/mmap.html)52735274 - [Константы MADV\_\*](https://python-all.ru/3.15/library/mmap.html#madv-constants)5275 - [Константы MAP\_\*](https://python-all.ru/3.15/library/mmap.html#map-constants)5276 - [Константы MS\_\*](https://python-all.ru/3.15/library/mmap.html#ms-constants)5277 - [Обработка интернет-данных](https://python-all.ru/3.15/library/netdata.html)52785279 - [`email` – Пакет для работы с email и MIME](https://python-all.ru/3.15/library/email.html)52805281 - [`email.message`: Представление email-сообщения](https://python-all.ru/3.15/library/email.message.html)5282 - [`email.parser`: Разбор email-сообщений](https://python-all.ru/3.15/library/email.parser.html)52835284 - [API FeedParser](https://python-all.ru/3.15/library/email.parser.html#feedparser-api)5285 - [API Parser](https://python-all.ru/3.15/library/email.parser.html#parser-api)5286 - [Дополнительные примечания](https://python-all.ru/3.15/library/email.parser.html#additional-notes)5287 - [`email.generator`: Генерация MIME-документов](https://python-all.ru/3.15/library/email.generator.html)5288 - [`email.policy`: Объекты политик](https://python-all.ru/3.15/library/email.policy.html)5289 - [`email.errors`: Классы исключений и дефектов](https://python-all.ru/3.15/library/email.errors.html)5290 - [`email.headerregistry`: Пользовательские объекты заголовков](https://python-all.ru/3.15/library/email.headerregistry.html)5291 - [`email.contentmanager`: Управление MIME-содержимым](https://python-all.ru/3.15/library/email.contentmanager.html)52925293 - [Экземпляры Content Manager](https://python-all.ru/3.15/library/email.contentmanager.html#content-manager-instances)5294 - [`email`: Примеры](https://python-all.ru/3.15/library/email.examples.html)5295 - [`email.message.Message`: Представление email-сообщения с использованием API `compat32`](https://python-all.ru/3.15/library/email.compat32-message.html)5296 - [`email.mime`: Создание email- и MIME-объектов с нуля](https://python-all.ru/3.15/library/email.mime.html)5297 - [`email.header`: Интернационализированные заголовки](https://python-all.ru/3.15/library/email.header.html)5298 - [`email.charset`: Представление наборов символов](https://python-all.ru/3.15/library/email.charset.html)5299 - [`email.encoders`: Кодировщики](https://python-all.ru/3.15/library/email.encoders.html)5300 - [`email.utils`: Разные утилиты](https://python-all.ru/3.15/library/email.utils.html)5301 - [`email.iterators`: Итераторы](https://python-all.ru/3.15/library/email.iterators.html)5302 - [`json` – кодировщик и декодировщик JSON](https://python-all.ru/3.15/library/json.html)53035304 - [Основное использование](https://python-all.ru/3.15/library/json.html#basic-usage)5305 - [Кодировщики и декодировщики](https://python-all.ru/3.15/library/json.html#encoders-and-decoders)5306 - [Исключения](https://python-all.ru/3.15/library/json.html#exceptions)5307 - [Соответствие стандартам и интероперабельность](https://python-all.ru/3.15/library/json.html#standard-compliance-and-interoperability)53085309 - [Кодировки символов](https://python-all.ru/3.15/library/json.html#character-encodings)5310 - [Бесконечные и NaN числовые значения](https://python-all.ru/3.15/library/json.html#infinite-and-nan-number-values)5311 - [Повторяющиеся имена внутри объекта](https://python-all.ru/3.15/library/json.html#repeated-names-within-an-object)5312 - [Значения верхнего уровня, не являющиеся объектами или массивами](https://python-all.ru/3.15/library/json.html#top-level-non-object-non-array-values)5313 - [Ограничения реализации](https://python-all.ru/3.15/library/json.html#implementation-limitations)5314 - [Интерфейс командной строки](https://python-all.ru/3.15/library/json.html#module-json.tool)53155316 - [Параметры командной строки](https://python-all.ru/3.15/library/json.html#command-line-options)5317 - [`mailbox` – работа с почтовыми ящиками в различных форматах](https://python-all.ru/3.15/library/mailbox.html)53185319 - [`Mailbox` объекты](https://python-all.ru/3.15/library/mailbox.html#mailbox-objects)53205321 - [`Maildir` объекты](https://python-all.ru/3.15/library/mailbox.html#maildir-objects)5322 - [`mbox` объекты](https://python-all.ru/3.15/library/mailbox.html#mbox-objects)5323 - [`MH` объекты](https://python-all.ru/3.15/library/mailbox.html#mh-objects)5324 - [`Babyl` объекты](https://python-all.ru/3.15/library/mailbox.html#babyl-objects)5325 - [`MMDF` объекты](https://python-all.ru/3.15/library/mailbox.html#mmdf-objects)5326 - [`Message` объекты](https://python-all.ru/3.15/library/mailbox.html#message-objects)53275328 - [`MaildirMessage` объекты](https://python-all.ru/3.15/library/mailbox.html#maildirmessage-objects)5329 - [`mboxMessage` объекты](https://python-all.ru/3.15/library/mailbox.html#mboxmessage-objects)5330 - [`MHMessage` объекты](https://python-all.ru/3.15/library/mailbox.html#mhmessage-objects)5331 - [`BabylMessage` объекты](https://python-all.ru/3.15/library/mailbox.html#babylmessage-objects)5332 - [`MMDFMessage` объекты](https://python-all.ru/3.15/library/mailbox.html#mmdfmessage-objects)5333 - [Исключения](https://python-all.ru/3.15/library/mailbox.html#exceptions)5334 - [Примеры](https://python-all.ru/3.15/library/mailbox.html#examples)5335 - [`mimetypes` – сопоставление имён файлов с MIME-типами](https://python-all.ru/3.15/library/mimetypes.html)53365337 - [Объекты MimeTypes](https://python-all.ru/3.15/library/mimetypes.html#mimetypes-objects)5338 - [Использование командной строки](https://python-all.ru/3.15/library/mimetypes.html#command-line-usage)5339 - [Пример из командной строки](https://python-all.ru/3.15/library/mimetypes.html#command-line-example)5340 - [`base64` – кодирование данных Base16, Base32, Base64, Base85](https://python-all.ru/3.15/library/base64.html)53415342 - [Кодировки RFC 4648](https://python-all.ru/3.15/library/base64.html#rfc-4648-encodings)5343 - [Кодировки Base85](https://python-all.ru/3.15/library/base64.html#base85-encodings)5344 - [Устаревший интерфейс](https://python-all.ru/3.15/library/base64.html#legacy-interface)5345 - [Вопросы безопасности](https://python-all.ru/3.15/library/base64.html#security-considerations)5346 - [`binascii` – Преобразование между двоичными данными и ASCII](https://python-all.ru/3.15/library/binascii.html)5347 - [`quopri` – Кодирование и декодирование MIME quoted-printable данных](https://python-all.ru/3.15/library/quopri.html)5348 - [Инструменты обработки структурированной разметки](https://python-all.ru/3.15/library/markup.html)53495350 - [`html` – Поддержка языка гипертекстовой разметки](https://python-all.ru/3.15/library/html.html)5351 - [`html.parser` – Простой парсер HTML и XHTML](https://python-all.ru/3.15/library/html.parser.html)53525353 - [Пример приложения парсера HTML](https://python-all.ru/3.15/library/html.parser.html#example-html-parser-application)5354 - [`HTMLParser` Методы](https://python-all.ru/3.15/library/html.parser.html#htmlparser-methods)5355 - [Примеры](https://python-all.ru/3.15/library/html.parser.html#examples)5356 - [`html.entities` – Определения общих сущностей HTML](https://python-all.ru/3.15/library/html.entities.html)5357 - [Модули обработки XML](https://python-all.ru/3.15/library/xml.html)53585359 - [Безопасность XML](https://python-all.ru/3.15/library/xml.html#xml-vulnerabilities)5360 - [`xml.etree.ElementTree` – XML API ElementTree](https://python-all.ru/3.15/library/xml.etree.elementtree.html)53615362 - [Учебное пособие](https://python-all.ru/3.15/library/xml.etree.elementtree.html#tutorial)53635364 - [XML-дерево и элементы](https://python-all.ru/3.15/library/xml.etree.elementtree.html#xml-tree-and-elements)5365 - [Разбор XML](https://python-all.ru/3.15/library/xml.etree.elementtree.html#parsing-xml)5366 - [Pull API для неблокирующего разбора](https://python-all.ru/3.15/library/xml.etree.elementtree.html#pull-api-for-non-blocking-parsing)5367 - [Поиск интересующих элементов](https://python-all.ru/3.15/library/xml.etree.elementtree.html#finding-interesting-elements)5368 - [Изменение XML-файла](https://python-all.ru/3.15/library/xml.etree.elementtree.html#modifying-an-xml-file)5369 - [Создание XML-документов](https://python-all.ru/3.15/library/xml.etree.elementtree.html#building-xml-documents)5370 - [Разбор XML с пространствами имён](https://python-all.ru/3.15/library/xml.etree.elementtree.html#parsing-xml-with-namespaces)5371 - [Поддержка XPath](https://python-all.ru/3.15/library/xml.etree.elementtree.html#xpath-support)53725373 - [Пример](https://python-all.ru/3.15/library/xml.etree.elementtree.html#example)5374 - [Поддерживаемый синтаксис XPath](https://python-all.ru/3.15/library/xml.etree.elementtree.html#supported-xpath-syntax)5375 - [Справочник](https://python-all.ru/3.15/library/xml.etree.elementtree.html#reference)53765377 - [Функции](https://python-all.ru/3.15/library/xml.etree.elementtree.html#functions)5378 - [Поддержка XInclude](https://python-all.ru/3.15/library/xml.etree.elementtree.html#xinclude-support)53795380 - [Пример](https://python-all.ru/3.15/library/xml.etree.elementtree.html#id3)5381 - [Справочник](https://python-all.ru/3.15/library/xml.etree.elementtree.html#id4)53825383 - [Функции](https://python-all.ru/3.15/library/xml.etree.elementtree.html#elementinclude-functions)5384 - [Объекты Element](https://python-all.ru/3.15/library/xml.etree.elementtree.html#element-objects)5385 - [Объекты ElementTree](https://python-all.ru/3.15/library/xml.etree.elementtree.html#elementtree-objects)5386 - [Объекты QName](https://python-all.ru/3.15/library/xml.etree.elementtree.html#qname-objects)5387 - [Объекты TreeBuilder](https://python-all.ru/3.15/library/xml.etree.elementtree.html#treebuilder-objects)5388 - [Объекты XMLParser](https://python-all.ru/3.15/library/xml.etree.elementtree.html#xmlparser-objects)5389 - [Объекты XMLPullParser](https://python-all.ru/3.15/library/xml.etree.elementtree.html#xmlpullparser-objects)5390 - [Исключения](https://python-all.ru/3.15/library/xml.etree.elementtree.html#exceptions)5391 - [`xml.dom` – API объектной модели документа (DOM)](https://python-all.ru/3.15/library/xml.dom.html)53925393 - [Содержимое модуля](https://python-all.ru/3.15/library/xml.dom.html#module-contents)5394 - [Объекты в DOM](https://python-all.ru/3.15/library/xml.dom.html#objects-in-the-dom)53955396 - [Объекты DOMImplementation](https://python-all.ru/3.15/library/xml.dom.html#domimplementation-objects)5397 - [Объекты Node](https://python-all.ru/3.15/library/xml.dom.html#node-objects)5398 - [Объекты NodeList](https://python-all.ru/3.15/library/xml.dom.html#nodelist-objects)5399 - [Объекты DocumentType](https://python-all.ru/3.15/library/xml.dom.html#documenttype-objects)5400 - [Объекты Document](https://python-all.ru/3.15/library/xml.dom.html#document-objects)5401 - [Объекты Element](https://python-all.ru/3.15/library/xml.dom.html#element-objects)5402 - [Объекты Attr](https://python-all.ru/3.15/library/xml.dom.html#attr-objects)5403 - [Объекты NamedNodeMap](https://python-all.ru/3.15/library/xml.dom.html#namednodemap-objects)5404 - [Объекты Comment](https://python-all.ru/3.15/library/xml.dom.html#comment-objects)5405 - [Объекты Text и CDATASection](https://python-all.ru/3.15/library/xml.dom.html#text-and-cdatasection-objects)5406 - [Объекты ProcessingInstruction](https://python-all.ru/3.15/library/xml.dom.html#processinginstruction-objects)5407 - [Исключения](https://python-all.ru/3.15/library/xml.dom.html#exceptions)5408 - [Соответствие стандарту](https://python-all.ru/3.15/library/xml.dom.html#conformance)54095410 - [Отображение типов](https://python-all.ru/3.15/library/xml.dom.html#type-mapping)5411 - [Методы доступа](https://python-all.ru/3.15/library/xml.dom.html#accessor-methods)5412 - [`xml.dom.minidom` – Минимальная реализация DOM](https://python-all.ru/3.15/library/xml.dom.minidom.html)54135414 - [Объекты DOM](https://python-all.ru/3.15/library/xml.dom.minidom.html#dom-objects)5415 - [Пример DOM](https://python-all.ru/3.15/library/xml.dom.minidom.html#dom-example)5416 - [minidom и стандарт DOM](https://python-all.ru/3.15/library/xml.dom.minidom.html#minidom-and-the-dom-standard)5417 - [`xml.dom.pulldom` – Поддержка построения частичных DOM-деревьев](https://python-all.ru/3.15/library/xml.dom.pulldom.html)54185419 - [Объекты DOMEventStream](https://python-all.ru/3.15/library/xml.dom.pulldom.html#domeventstream-objects)5420 - [`xml.sax` – Поддержка парсеров SAX2](https://python-all.ru/3.15/library/xml.sax.html)54215422 - [Объекты SAXException](https://python-all.ru/3.15/library/xml.sax.html#saxexception-objects)5423 - [`xml.sax.handler` – Базовые классы для обработчиков SAX](https://python-all.ru/3.15/library/xml.sax.handler.html)54245425 - [Объекты ContentHandler](https://python-all.ru/3.15/library/xml.sax.handler.html#contenthandler-objects)5426 - [Объекты DTDHandler](https://python-all.ru/3.15/library/xml.sax.handler.html#dtdhandler-objects)5427 - [Объекты EntityResolver](https://python-all.ru/3.15/library/xml.sax.handler.html#entityresolver-objects)5428 - [Объекты ErrorHandler](https://python-all.ru/3.15/library/xml.sax.handler.html#errorhandler-objects)5429 - [Объекты LexicalHandler](https://python-all.ru/3.15/library/xml.sax.handler.html#lexicalhandler-objects)5430 - [`xml.sax.saxutils` – Утилиты SAX](https://python-all.ru/3.15/library/xml.sax.utils.html)5431 - [`xml.sax.xmlreader` – Интерфейс для XML-парсеров](https://python-all.ru/3.15/library/xml.sax.reader.html)54325433 - [Объекты XMLReader](https://python-all.ru/3.15/library/xml.sax.reader.html#xmlreader-objects)5434 - [Объекты IncrementalParser](https://python-all.ru/3.15/library/xml.sax.reader.html#incrementalparser-objects)5435 - [Объекты Locator](https://python-all.ru/3.15/library/xml.sax.reader.html#locator-objects)5436 - [Объекты InputSource](https://python-all.ru/3.15/library/xml.sax.reader.html#inputsource-objects)5437 - [Интерфейс `Attributes`](https://python-all.ru/3.15/library/xml.sax.reader.html#the-attributes-interface)5438 - [Интерфейс `AttributesNS`](https://python-all.ru/3.15/library/xml.sax.reader.html#the-attributesns-interface)5439 - [`xml.parsers.expat` – Быстрый разбор XML с помощью Expat](https://python-all.ru/3.15/library/pyexpat.html)54405441 - [Объекты XMLParser](https://python-all.ru/3.15/library/pyexpat.html#xmlparser-objects)5442 - [Исключения ExpatError](https://python-all.ru/3.15/library/pyexpat.html#expaterror-exceptions)5443 - [Пример](https://python-all.ru/3.15/library/pyexpat.html#example)5444 - [Описания моделей содержимого](https://python-all.ru/3.15/library/pyexpat.html#module-xml.parsers.expat.model)5445 - [Константы ошибок Expat](https://python-all.ru/3.15/library/pyexpat.html#module-xml.parsers.expat.errors)5446 - [Интернет-протоколы и поддержка](https://python-all.ru/3.15/library/internet.html)54475448 - [`webbrowser` – Удобный контроллер веб-браузера](https://python-all.ru/3.15/library/webbrowser.html)54495450 - [Интерфейс командной строки](https://python-all.ru/3.15/library/webbrowser.html#command-line-interface)5451 - [Объекты контроллера браузера](https://python-all.ru/3.15/library/webbrowser.html#browser-controller-objects)5452 - [`wsgiref` – Утилиты WSGI и эталонная реализация](https://python-all.ru/3.15/library/wsgiref.html)54535454 - [`wsgiref.util` – Утилиты окружения WSGI](https://python-all.ru/3.15/library/wsgiref.html#module-wsgiref.util)5455 - [`wsgiref.headers` – Инструменты для заголовков ответов WSGI](https://python-all.ru/3.15/library/wsgiref.html#module-wsgiref.headers)5456 - [`wsgiref.simple_server` – Простой HTTP-сервер WSGI](https://python-all.ru/3.15/library/wsgiref.html#module-wsgiref.simple_server)5457 - [`wsgiref.validate` – Проверка соответствия WSGI](https://python-all.ru/3.15/library/wsgiref.html#module-wsgiref.validate)5458 - [`wsgiref.handlers` – Базовые классы сервера/шлюза](https://python-all.ru/3.15/library/wsgiref.html#module-wsgiref.handlers)5459 - [`wsgiref.types` – Типы WSGI для статической проверки типов](https://python-all.ru/3.15/library/wsgiref.html#module-wsgiref.types)5460 - [Примеры](https://python-all.ru/3.15/library/wsgiref.html#examples)5461 - [`urllib` – Модули обработки URL](https://python-all.ru/3.15/library/urllib.html)5462 - [`urllib.request` – Расширяемая библиотека для открытия URL](https://python-all.ru/3.15/library/urllib.request.html)54635464 - [Объекты Request](https://python-all.ru/3.15/library/urllib.request.html#request-objects)5465 - [Объекты OpenerDirector](https://python-all.ru/3.15/library/urllib.request.html#openerdirector-objects)5466 - [Объекты BaseHandler](https://python-all.ru/3.15/library/urllib.request.html#basehandler-objects)5467 - [Объекты HTTPRedirectHandler](https://python-all.ru/3.15/library/urllib.request.html#httpredirecthandler-objects)5468 - [Объекты HTTPCookieProcessor](https://python-all.ru/3.15/library/urllib.request.html#httpcookieprocessor-objects)5469 - [Объекты ProxyHandler](https://python-all.ru/3.15/library/urllib.request.html#proxyhandler-objects)5470 - [Объекты HTTPPasswordMgr](https://python-all.ru/3.15/library/urllib.request.html#httppasswordmgr-objects)5471 - [Объекты HTTPPasswordMgrWithPriorAuth](https://python-all.ru/3.15/library/urllib.request.html#httppasswordmgrwithpriorauth-objects)5472 - [Объекты AbstractBasicAuthHandler](https://python-all.ru/3.15/library/urllib.request.html#abstractbasicauthhandler-objects)5473 - [Объекты HTTPBasicAuthHandler](https://python-all.ru/3.15/library/urllib.request.html#httpbasicauthhandler-objects)5474 - [Объекты ProxyBasicAuthHandler](https://python-all.ru/3.15/library/urllib.request.html#proxybasicauthhandler-objects)5475 - [Объекты AbstractDigestAuthHandler](https://python-all.ru/3.15/library/urllib.request.html#abstractdigestauthhandler-objects)5476 - [Объекты HTTPDigestAuthHandler](https://python-all.ru/3.15/library/urllib.request.html#httpdigestauthhandler-objects)5477 - [Объекты ProxyDigestAuthHandler](https://python-all.ru/3.15/library/urllib.request.html#proxydigestauthhandler-objects)5478 - [Объекты HTTPHandler](https://python-all.ru/3.15/library/urllib.request.html#httphandler-objects)5479 - [Объекты HTTPSHandler](https://python-all.ru/3.15/library/urllib.request.html#httpshandler-objects)5480 - [Объекты FileHandler](https://python-all.ru/3.15/library/urllib.request.html#filehandler-objects)5481 - [Объекты DataHandler](https://python-all.ru/3.15/library/urllib.request.html#datahandler-objects)5482 - [Объекты FTPHandler](https://python-all.ru/3.15/library/urllib.request.html#ftphandler-objects)5483 - [Объекты CacheFTPHandler](https://python-all.ru/3.15/library/urllib.request.html#cacheftphandler-objects)5484 - [Объекты UnknownHandler](https://python-all.ru/3.15/library/urllib.request.html#unknownhandler-objects)5485 - [Объекты HTTPErrorProcessor](https://python-all.ru/3.15/library/urllib.request.html#httperrorprocessor-objects)5486 - [Примеры](https://python-all.ru/3.15/library/urllib.request.html#examples)5487 - [Устаревший интерфейс](https://python-all.ru/3.15/library/urllib.request.html#legacy-interface)5488 - [`urllib.request` Ограничения](https://python-all.ru/3.15/library/urllib.request.html#urllib-request-restrictions)5489 - [`urllib.response` – Классы ответов, используемые urllib](https://python-all.ru/3.15/library/urllib.request.html#module-urllib.response)5490 - [`urllib.parse` – Разбор URL на компоненты](https://python-all.ru/3.15/library/urllib.parse.html)54915492 - [Разбор URL](https://python-all.ru/3.15/library/urllib.parse.html#url-parsing)5493 - [Безопасность разбора URL](https://python-all.ru/3.15/library/urllib.parse.html#url-parsing-security)5494 - [Разбор ASCII-закодированных байтов](https://python-all.ru/3.15/library/urllib.parse.html#parsing-ascii-encoded-bytes)5495 - [Структурированные результаты разбора](https://python-all.ru/3.15/library/urllib.parse.html#structured-parse-results)5496 - [Экранирование URL](https://python-all.ru/3.15/library/urllib.parse.html#url-quoting)5497 - [`urllib.error` – Классы исключений, вызываемые urllib.request](https://python-all.ru/3.15/library/urllib.error.html)5498 - [`urllib.robotparser` – Парсер для robots.txt](https://python-all.ru/3.15/library/urllib.robotparser.html)5499 - [`http` – Модули HTTP](https://python-all.ru/3.15/library/http.html)55005501 - [Коды состояния HTTP](https://python-all.ru/3.15/library/http.html#http-status-codes)5502 - [Категория состояния HTTP](https://python-all.ru/3.15/library/http.html#http-status-category)5503 - [Методы HTTP](https://python-all.ru/3.15/library/http.html#http-methods)5504 - [`http.client` – Клиент протокола HTTP](https://python-all.ru/3.15/library/http.client.html)55055506 - [Объекты HTTPConnection](https://python-all.ru/3.15/library/http.client.html#httpconnection-objects)5507 - [Объекты HTTPResponse](https://python-all.ru/3.15/library/http.client.html#httpresponse-objects)5508 - [Примеры](https://python-all.ru/3.15/library/http.client.html#examples)5509 - [Объекты HTTPMessage](https://python-all.ru/3.15/library/http.client.html#httpmessage-objects)5510 - [`ftplib` – клиент протокола FTP](https://python-all.ru/3.15/library/ftplib.html)55115512 - [Справочник](https://python-all.ru/3.15/library/ftplib.html#reference)55135514 - [Объекты FTP](https://python-all.ru/3.15/library/ftplib.html#ftp-objects)5515 - [Объекты FTP\_TLS](https://python-all.ru/3.15/library/ftplib.html#ftp-tls-objects)5516 - [Переменные модуля](https://python-all.ru/3.15/library/ftplib.html#module-variables)5517 - [`poplib` – клиент протокола POP3](https://python-all.ru/3.15/library/poplib.html)55185519 - [Объекты POP3](https://python-all.ru/3.15/library/poplib.html#pop3-objects)5520 - [Пример POP3](https://python-all.ru/3.15/library/poplib.html#pop3-example)5521 - [`imaplib` – клиент протокола IMAP4](https://python-all.ru/3.15/library/imaplib.html)55225523 - [Объекты IMAP4](https://python-all.ru/3.15/library/imaplib.html#imap4-objects)5524 - [Пример IMAP4](https://python-all.ru/3.15/library/imaplib.html#imap4-example)5525 - [`smtplib` – клиент протокола SMTP](https://python-all.ru/3.15/library/smtplib.html)55265527 - [Объекты SMTP](https://python-all.ru/3.15/library/smtplib.html#smtp-objects)5528 - [Пример SMTP](https://python-all.ru/3.15/library/smtplib.html#smtp-example)5529 - [`uuid` – объекты UUID в соответствии с **RFC 9562**](https://python-all.ru/3.15/library/uuid.html)55305531 - [Использование командной строки](https://python-all.ru/3.15/library/uuid.html#command-line-usage)5532 - [Пример](https://python-all.ru/3.15/library/uuid.html#example)5533 - [Пример командной строки](https://python-all.ru/3.15/library/uuid.html#command-line-example)5534 - [`socketserver` – фреймворк для сетевых серверов](https://python-all.ru/3.15/library/socketserver.html)55355536 - [Замечания по созданию сервера](https://python-all.ru/3.15/library/socketserver.html#server-creation-notes)5537 - [Объекты сервера](https://python-all.ru/3.15/library/socketserver.html#server-objects)5538 - [Объекты обработчиков запросов](https://python-all.ru/3.15/library/socketserver.html#request-handler-objects)5539 - [Примеры](https://python-all.ru/3.15/library/socketserver.html#examples)55405541 - [`socketserver.TCPServer` Пример](https://python-all.ru/3.15/library/socketserver.html#socketserver-tcpserver-example)5542 - [`socketserver.UDPServer` Пример](https://python-all.ru/3.15/library/socketserver.html#socketserver-udpserver-example)5543 - [Асинхронные примеси](https://python-all.ru/3.15/library/socketserver.html#asynchronous-mixins)5544 - [`http.server` – HTTP-серверы](https://python-all.ru/3.15/library/http.server.html)55455546 - [Интерфейс командной строки](https://python-all.ru/3.15/library/http.server.html#command-line-interface)5547 - [Вопросы безопасности](https://python-all.ru/3.15/library/http.server.html#security-considerations)5548 - [`http.cookies` – управление состоянием HTTP](https://python-all.ru/3.15/library/http.cookies.html)55495550 - [Объекты Cookie](https://python-all.ru/3.15/library/http.cookies.html#cookie-objects)5551 - [Объекты Morsel](https://python-all.ru/3.15/library/http.cookies.html#morsel-objects)5552 - [Пример](https://python-all.ru/3.15/library/http.cookies.html#example)5553 - [`http.cookiejar` – Обработка cookie для HTTP-клиентов](https://python-all.ru/3.15/library/http.cookiejar.html)55545555 - [Объекты CookieJar и FileCookieJar](https://python-all.ru/3.15/library/http.cookiejar.html#cookiejar-and-filecookiejar-objects)5556 - [Подклассы FileCookieJar и взаимодействие с веб-браузерами](https://python-all.ru/3.15/library/http.cookiejar.html#filecookiejar-subclasses-and-co-operation-with-web-browsers)5557 - [Объекты CookiePolicy](https://python-all.ru/3.15/library/http.cookiejar.html#cookiepolicy-objects)5558 - [Объекты DefaultCookiePolicy](https://python-all.ru/3.15/library/http.cookiejar.html#defaultcookiepolicy-objects)5559 - [Объекты Cookie](https://python-all.ru/3.15/library/http.cookiejar.html#cookie-objects)5560 - [Примеры](https://python-all.ru/3.15/library/http.cookiejar.html#examples)5561 - [`xmlrpc` – Модули сервера и клиента XML-RPC](https://python-all.ru/3.15/library/xmlrpc.html)5562 - [`xmlrpc.client` – Доступ клиента XML-RPC](https://python-all.ru/3.15/library/xmlrpc.client.html)55635564 - [Объекты ServerProxy](https://python-all.ru/3.15/library/xmlrpc.client.html#serverproxy-objects)5565 - [Объекты datetime](https://python-all.ru/3.15/library/xmlrpc.client.html#datetime-objects)5566 - [Объекты Binary](https://python-all.ru/3.15/library/xmlrpc.client.html#binary-objects)5567 - [Объекты Fault](https://python-all.ru/3.15/library/xmlrpc.client.html#fault-objects)5568 - [Объекты ProtocolError](https://python-all.ru/3.15/library/xmlrpc.client.html#protocolerror-objects)5569 - [Объекты MultiCall](https://python-all.ru/3.15/library/xmlrpc.client.html#multicall-objects)5570 - [Удобные функции](https://python-all.ru/3.15/library/xmlrpc.client.html#convenience-functions)5571 - [Пример использования клиента](https://python-all.ru/3.15/library/xmlrpc.client.html#example-of-client-usage)5572 - [Пример использования клиента и сервера](https://python-all.ru/3.15/library/xmlrpc.client.html#example-of-client-and-server-usage)5573 - [`xmlrpc.server` – Базовые серверы XML-RPC](https://python-all.ru/3.15/library/xmlrpc.server.html)55745575 - [Объекты SimpleXMLRPCServer](https://python-all.ru/3.15/library/xmlrpc.server.html#simplexmlrpcserver-objects)55765577 - [Пример SimpleXMLRPCServer](https://python-all.ru/3.15/library/xmlrpc.server.html#simplexmlrpcserver-example)5578 - [CGIXMLRPCRequestHandler](https://python-all.ru/3.15/library/xmlrpc.server.html#cgixmlrpcrequesthandler)5579 - [Документирование сервера XML-RPC](https://python-all.ru/3.15/library/xmlrpc.server.html#documenting-xmlrpc-server)5580 - [Объекты DocXMLRPCServer](https://python-all.ru/3.15/library/xmlrpc.server.html#docxmlrpcserver-objects)5581 - [DocCGIXMLRPCRequestHandler](https://python-all.ru/3.15/library/xmlrpc.server.html#doccgixmlrpcrequesthandler)5582 - [`ipaddress` – Библиотека для работы с IPv4/IPv6](https://python-all.ru/3.15/library/ipaddress.html)55835584 - [Удобные фабричные функции](https://python-all.ru/3.15/library/ipaddress.html#convenience-factory-functions)5585 - [IP-адреса](https://python-all.ru/3.15/library/ipaddress.html#ip-addresses)55865587 - [Объекты адресов](https://python-all.ru/3.15/library/ipaddress.html#address-objects)5588 - [Преобразование в строки и целые числа](https://python-all.ru/3.15/library/ipaddress.html#conversion-to-strings-and-integers)5589 - [Операторы](https://python-all.ru/3.15/library/ipaddress.html#operators)55905591 - [Операторы сравнения](https://python-all.ru/3.15/library/ipaddress.html#comparison-operators)5592 - [Арифметические операторы](https://python-all.ru/3.15/library/ipaddress.html#arithmetic-operators)5593 - [Определения IP-сетей](https://python-all.ru/3.15/library/ipaddress.html#ip-network-definitions)55945595 - [Префикс, маска сети и маска узла](https://python-all.ru/3.15/library/ipaddress.html#prefix-net-mask-and-host-mask)5596 - [Объекты сетей](https://python-all.ru/3.15/library/ipaddress.html#network-objects)5597 - [Операторы](https://python-all.ru/3.15/library/ipaddress.html#id1)55985599 - [Логические операторы](https://python-all.ru/3.15/library/ipaddress.html#logical-operators)5600 - [Итерация](https://python-all.ru/3.15/library/ipaddress.html#iteration)5601 - [Сети как контейнеры адресов](https://python-all.ru/3.15/library/ipaddress.html#networks-as-containers-of-addresses)5602 - [Объекты интерфейсов](https://python-all.ru/3.15/library/ipaddress.html#interface-objects)56035604 - [Операторы](https://python-all.ru/3.15/library/ipaddress.html#id2)56055606 - [Логические операторы](https://python-all.ru/3.15/library/ipaddress.html#id3)5607 - [Прочие функции уровня модуля](https://python-all.ru/3.15/library/ipaddress.html#other-module-level-functions)5608 - [Пользовательские исключения](https://python-all.ru/3.15/library/ipaddress.html#custom-exceptions)5609 - [Мультимедийные службы](https://python-all.ru/3.15/library/mm.html)56105611 - [`wave` – чтение и запись WAV-файлов](https://python-all.ru/3.15/library/wave.html)56125613 - [Объекты Wave\_read](https://python-all.ru/3.15/library/wave.html#wave-read-objects)5614 - [Объекты Wave\_write](https://python-all.ru/3.15/library/wave.html#wave-write-objects)5615 - [`colorsys` – преобразования между цветовыми системами](https://python-all.ru/3.15/library/colorsys.html)5616 - [Интернационализация](https://python-all.ru/3.15/library/i18n.html)56175618 - [`gettext` – многоязычные службы интернационализации](https://python-all.ru/3.15/library/gettext.html)56195620 - [API GNU **gettext**](https://python-all.ru/3.15/library/gettext.html#gnu-gettext-api)5621 - [API на основе классов](https://python-all.ru/3.15/library/gettext.html#class-based-api)56225623 - [Класс `NullTranslations`](https://python-all.ru/3.15/library/gettext.html#the-nulltranslations-class)5624 - [Класс `GNUTranslations`](https://python-all.ru/3.15/library/gettext.html#the-gnutranslations-class)5625 - [Поддержка каталогов сообщений Solaris](https://python-all.ru/3.15/library/gettext.html#solaris-message-catalog-support)5626 - [Конструктор Catalog](https://python-all.ru/3.15/library/gettext.html#the-catalog-constructor)5627 - [Интернационализация программ и модулей](https://python-all.ru/3.15/library/gettext.html#internationalizing-your-programs-and-modules)56285629 - [Локализация модуля](https://python-all.ru/3.15/library/gettext.html#localizing-your-module)5630 - [Локализация приложения](https://python-all.ru/3.15/library/gettext.html#localizing-your-application)5631 - [Смена языка на лету](https://python-all.ru/3.15/library/gettext.html#changing-languages-on-the-fly)5632 - [Отложенные переводы](https://python-all.ru/3.15/library/gettext.html#deferred-translations)5633 - [Благодарности](https://python-all.ru/3.15/library/gettext.html#acknowledgements)5634 - [`locale` – службы интернационализации](https://python-all.ru/3.15/library/locale.html)56355636 - [Предыстория, подробности, советы, подсказки и предостережения](https://python-all.ru/3.15/library/locale.html#background-details-hints-tips-and-caveats)5637 - [Названия локалей](https://python-all.ru/3.15/library/locale.html#locale-names)5638 - [Для разработчиков расширений и программ, встраивающих Python](https://python-all.ru/3.15/library/locale.html#for-extension-writers-and-programs-that-embed-python)5639 - [Доступ к каталогам сообщений](https://python-all.ru/3.15/library/locale.html#access-to-message-catalogs)5640 - [Графические интерфейсы пользователя с Tk](https://python-all.ru/3.15/library/tk.html)56415642 - [`tkinter` – интерфейс Python к Tcl/Tk](https://python-all.ru/3.15/library/tkinter.html)56435644 - [Архитектура](https://python-all.ru/3.15/library/tkinter.html#architecture)5645 - [Модули Tkinter](https://python-all.ru/3.15/library/tkinter.html#tkinter-modules)5646 - [Спасательный круг Tkinter](https://python-all.ru/3.15/library/tkinter.html#tkinter-life-preserver)56475648 - [Программа Hello World](https://python-all.ru/3.15/library/tkinter.html#a-hello-world-program)5649 - [Важные концепции Tk](https://python-all.ru/3.15/library/tkinter.html#important-tk-concepts)5650 - [Понимание того, как Tkinter оборачивает Tcl/Tk](https://python-all.ru/3.15/library/tkinter.html#understanding-how-tkinter-wraps-tcl-tk)5651 - [Как мне…? Какой параметр…?](https://python-all.ru/3.15/library/tkinter.html#how-do-i-what-option-does)5652 - [Навигация по справочному руководству Tcl/Tk](https://python-all.ru/3.15/library/tkinter.html#navigating-the-tcl-tk-reference-manual)5653 - [Модель многопоточности](https://python-all.ru/3.15/library/tkinter.html#threading-model)5654 - [Удобный справочник](https://python-all.ru/3.15/library/tkinter.html#handy-reference)56555656 - [Установка параметров](https://python-all.ru/3.15/library/tkinter.html#setting-options)5657 - [Упаковщик](https://python-all.ru/3.15/library/tkinter.html#the-packer)5658 - [Параметры packer](https://python-all.ru/3.15/library/tkinter.html#packer-options)5659 - [Привязка переменных виджетов](https://python-all.ru/3.15/library/tkinter.html#coupling-widget-variables)5660 - [Менеджер окон](https://python-all.ru/3.15/library/tkinter.html#the-window-manager)5661 - [Типы данных параметров Tk](https://python-all.ru/3.15/library/tkinter.html#tk-option-data-types)5662 - [Привязки и события](https://python-all.ru/3.15/library/tkinter.html#bindings-and-events)5663 - [Параметр index](https://python-all.ru/3.15/library/tkinter.html#the-index-parameter)5664 - [Изображения](https://python-all.ru/3.15/library/tkinter.html#images)5665 - [Справочник](https://python-all.ru/3.15/library/tkinter.html#reference)56665667 - [Базовые и примесные классы](https://python-all.ru/3.15/library/tkinter.html#base-and-mixin-classes)5668 - [Виджеты верхнего уровня](https://python-all.ru/3.15/library/tkinter.html#toplevel-widgets)5669 - [Классы виджетов](https://python-all.ru/3.15/library/tkinter.html#widget-classes)5670 - [Классы переменных](https://python-all.ru/3.15/library/tkinter.html#variable-classes)5671 - [Классы изображений](https://python-all.ru/3.15/library/tkinter.html#image-classes)5672 - [Прочие классы](https://python-all.ru/3.15/library/tkinter.html#other-classes)5673 - [Функции уровня модуля](https://python-all.ru/3.15/library/tkinter.html#module-level-functions)5674 - [Обработчики файлов](https://python-all.ru/3.15/library/tkinter.html#file-handlers)5675 - [Константы](https://python-all.ru/3.15/library/tkinter.html#constants)5676 - [`tkinter.colorchooser` – Диалог выбора цвета](https://python-all.ru/3.15/library/tkinter.colorchooser.html)5677 - [`tkinter.font` – Обёртка шрифтов Tkinter](https://python-all.ru/3.15/library/tkinter.font.html)5678 - [Диалоги Tkinter](https://python-all.ru/3.15/library/dialog.html)56795680 - [`tkinter.simpledialog` – Стандартные диалоги ввода Tkinter](https://python-all.ru/3.15/library/dialog.html#module-tkinter.simpledialog)5681 - [`tkinter.filedialog` – Диалоги выбора файлов](https://python-all.ru/3.15/library/dialog.html#module-tkinter.filedialog)56825683 - [Нативные диалоги загрузки/сохранения](https://python-all.ru/3.15/library/dialog.html#native-load-save-dialogs)5684 - [`tkinter.commondialog` – Шаблоны диалоговых окон](https://python-all.ru/3.15/library/dialog.html#module-tkinter.commondialog)5685 - [`tkinter.dialog` – Классические диалоговые окна Tk](https://python-all.ru/3.15/library/dialog.html#module-tkinter.dialog)5686 - [`tkinter.messagebox` – Приглашения сообщений Tkinter](https://python-all.ru/3.15/library/tkinter.messagebox.html)5687 - [`tkinter.scrolledtext` – Текстовый виджет с прокруткой](https://python-all.ru/3.15/library/tkinter.scrolledtext.html)5688 - [`tkinter.dnd` – Поддержка перетаскивания](https://python-all.ru/3.15/library/tkinter.dnd.html)5689 - [`tkinter.ttk` – Тематические виджеты Tk](https://python-all.ru/3.15/library/tkinter.ttk.html)56905691 - [Использование Ttk](https://python-all.ru/3.15/library/tkinter.ttk.html#using-ttk)5692 - [Виджеты Ttk](https://python-all.ru/3.15/library/tkinter.ttk.html#ttk-widgets)5693 - [Виджет](https://python-all.ru/3.15/library/tkinter.ttk.html#widget)56945695 - [Стандартные параметры](https://python-all.ru/3.15/library/tkinter.ttk.html#standard-options)5696 - [Параметры прокручиваемых виджетов](https://python-all.ru/3.15/library/tkinter.ttk.html#scrollable-widget-options)5697 - [Параметры метки](https://python-all.ru/3.15/library/tkinter.ttk.html#label-options)5698 - [Параметры совместимости](https://python-all.ru/3.15/library/tkinter.ttk.html#compatibility-options)5699 - [Состояния виджетов](https://python-all.ru/3.15/library/tkinter.ttk.html#widget-states)5700 - [ttk.Widget](https://python-all.ru/3.15/library/tkinter.ttk.html#ttk-widget)5701 - [Combobox](https://python-all.ru/3.15/library/tkinter.ttk.html#combobox)57025703 - [Параметры](https://python-all.ru/3.15/library/tkinter.ttk.html#options)5704 - [Виртуальные события](https://python-all.ru/3.15/library/tkinter.ttk.html#virtual-events)5705 - [ttk.Combobox](https://python-all.ru/3.15/library/tkinter.ttk.html#ttk-combobox)5706 - [Spinbox](https://python-all.ru/3.15/library/tkinter.ttk.html#spinbox)57075708 - [Параметры](https://python-all.ru/3.15/library/tkinter.ttk.html#id1)5709 - [Виртуальные события](https://python-all.ru/3.15/library/tkinter.ttk.html#id2)5710 - [ttk.Spinbox](https://python-all.ru/3.15/library/tkinter.ttk.html#ttk-spinbox)5711 - [Блокнот](https://python-all.ru/3.15/library/tkinter.ttk.html#notebook)57125713 - [Параметры](https://python-all.ru/3.15/library/tkinter.ttk.html#id3)5714 - [Параметры вкладок](https://python-all.ru/3.15/library/tkinter.ttk.html#tab-options)5715 - [Идентификаторы вкладок](https://python-all.ru/3.15/library/tkinter.ttk.html#tab-identifiers)5716 - [Виртуальные события](https://python-all.ru/3.15/library/tkinter.ttk.html#id4)5717 - [ttk.Notebook](https://python-all.ru/3.15/library/tkinter.ttk.html#ttk-notebook)5718 - [Индикатор прогресса](https://python-all.ru/3.15/library/tkinter.ttk.html#progressbar)57195720 - [Параметры](https://python-all.ru/3.15/library/tkinter.ttk.html#id5)5721 - [ttk.Progressbar](https://python-all.ru/3.15/library/tkinter.ttk.html#ttk-progressbar)5722 - [Разделитель](https://python-all.ru/3.15/library/tkinter.ttk.html#separator)57235724 - [Параметры](https://python-all.ru/3.15/library/tkinter.ttk.html#id6)5725 - [Маркер изменения размера](https://python-all.ru/3.15/library/tkinter.ttk.html#sizegrip)57265727 - [Примечания для платформ](https://python-all.ru/3.15/library/tkinter.ttk.html#platform-specific-notes)5728 - [Ошибки](https://python-all.ru/3.15/library/tkinter.ttk.html#bugs)5729 - [Древовидный список](https://python-all.ru/3.15/library/tkinter.ttk.html#treeview)57305731 - [Параметры](https://python-all.ru/3.15/library/tkinter.ttk.html#id7)5732 - [Параметры элементов](https://python-all.ru/3.15/library/tkinter.ttk.html#item-options)5733 - [Параметры тегов](https://python-all.ru/3.15/library/tkinter.ttk.html#tag-options)5734 - [Идентификаторы столбцов](https://python-all.ru/3.15/library/tkinter.ttk.html#column-identifiers)5735 - [Виртуальные события](https://python-all.ru/3.15/library/tkinter.ttk.html#id8)5736 - [ttk.Treeview](https://python-all.ru/3.15/library/tkinter.ttk.html#ttk-treeview)5737 - [Стилизация ttk](https://python-all.ru/3.15/library/tkinter.ttk.html#ttk-styling)57385739 - [Макеты](https://python-all.ru/3.15/library/tkinter.ttk.html#layouts)5740 - [Дополнительные виджеты](https://python-all.ru/3.15/library/tkinter.ttk.html#additional-widgets)5741 - [IDLE – редактор и оболочка Python](https://python-all.ru/3.15/library/idle.html)57425743 - [Меню](https://python-all.ru/3.15/library/idle.html#menus)57445745 - [Меню «Файл» (оболочка и редактор)](https://python-all.ru/3.15/library/idle.html#file-menu-shell-and-editor)5746 - [Меню «Правка» (оболочка и редактор)](https://python-all.ru/3.15/library/idle.html#edit-menu-shell-and-editor)5747 - [Меню «Формат» (только окно редактора)](https://python-all.ru/3.15/library/idle.html#format-menu-editor-window-only)5748 - [Меню «Запуск» (только окно редактора)](https://python-all.ru/3.15/library/idle.html#run-menu-editor-window-only)5749 - [Меню «Оболочка» (только окно оболочки)](https://python-all.ru/3.15/library/idle.html#shell-menu-shell-window-only)5750 - [Меню «Отладка» (только окно оболочки)](https://python-all.ru/3.15/library/idle.html#debug-menu-shell-window-only)5751 - [Меню Options (оболочка и редактор)](https://python-all.ru/3.15/library/idle.html#options-menu-shell-and-editor)5752 - [Меню Window (оболочка и редактор)](https://python-all.ru/3.15/library/idle.html#window-menu-shell-and-editor)5753 - [Меню Help (оболочка и редактор)](https://python-all.ru/3.15/library/idle.html#help-menu-shell-and-editor)5754 - [Контекстные меню](https://python-all.ru/3.15/library/idle.html#context-menus)5755 - [Редактирование и навигация](https://python-all.ru/3.15/library/idle.html#editing-and-navigation)57565757 - [Окна редактора](https://python-all.ru/3.15/library/idle.html#editor-windows)5758 - [Привязки клавиш](https://python-all.ru/3.15/library/idle.html#key-bindings)5759 - [Автоматические отступы](https://python-all.ru/3.15/library/idle.html#automatic-indentation)5760 - [Поиск и замена](https://python-all.ru/3.15/library/idle.html#search-and-replace)5761 - [Автодополнение](https://python-all.ru/3.15/library/idle.html#completions)5762 - [Подсказки вызова](https://python-all.ru/3.15/library/idle.html#calltips)5763 - [Форматирование блока](https://python-all.ru/3.15/library/idle.html#format-block)5764 - [Контекст кода](https://python-all.ru/3.15/library/idle.html#code-context)5765 - [Окно оболочки](https://python-all.ru/3.15/library/idle.html#shell-window)5766 - [Цвета текста](https://python-all.ru/3.15/library/idle.html#text-colors)5767 - [Запуск и выполнение кода](https://python-all.ru/3.15/library/idle.html#startup-and-code-execution)57685769 - [Использование командной строки](https://python-all.ru/3.15/library/idle.html#command-line-usage)5770 - [Ошибка запуска](https://python-all.ru/3.15/library/idle.html#startup-failure)5771 - [Выполнение пользовательского кода](https://python-all.ru/3.15/library/idle.html#running-user-code)5772 - [Вывод пользователя в оболочке](https://python-all.ru/3.15/library/idle.html#user-output-in-shell)5773 - [Разработка приложений tkinter](https://python-all.ru/3.15/library/idle.html#developing-tkinter-applications)5774 - [Запуск без подпроцесса](https://python-all.ru/3.15/library/idle.html#running-without-a-subprocess)5775 - [Справка и настройки](https://python-all.ru/3.15/library/idle.html#help-and-preferences)57765777 - [Источники справки](https://python-all.ru/3.15/library/idle.html#help-sources)5778 - [Настройка параметров](https://python-all.ru/3.15/library/idle.html#setting-preferences)5779 - [IDLE в macOS](https://python-all.ru/3.15/library/idle.html#idle-on-macos)5780 - [Расширения](https://python-all.ru/3.15/library/idle.html#extensions)5781 - [idlelib – реализация приложения IDLE](https://python-all.ru/3.15/library/idle.html#module-idlelib)5782 - [`turtle` – Черепашья графика](https://python-all.ru/3.15/library/turtle.html)57835784 - [Введение](https://python-all.ru/3.15/library/turtle.html#introduction)5785 - [Начало работы](https://python-all.ru/3.15/library/turtle.html#get-started)5786 - [Учебное пособие](https://python-all.ru/3.15/library/turtle.html#tutorial)57875788 - [Запуск среды черепашки](https://python-all.ru/3.15/library/turtle.html#starting-a-turtle-environment)5789 - [Основы рисования](https://python-all.ru/3.15/library/turtle.html#basic-drawing)57905791 - [Управление пером](https://python-all.ru/3.15/library/turtle.html#pen-control)5792 - [Положение черепашки](https://python-all.ru/3.15/library/turtle.html#the-turtle-s-position)5793 - [Создание алгоритмических узоров](https://python-all.ru/3.15/library/turtle.html#making-algorithmic-patterns)5794 - [Как сделать…](https://python-all.ru/3.15/library/turtle.html#how-to)57955796 - [Начать как можно быстрее](https://python-all.ru/3.15/library/turtle.html#get-started-as-quickly-as-possible)5797 - [Автоматическое начало и завершение заливки](https://python-all.ru/3.15/library/turtle.html#automatically-begin-and-end-filling)5798 - [Использование пространства имён модуля `turtle`](https://python-all.ru/3.15/library/turtle.html#use-the-turtle-module-namespace)5799 - [Использование turtle-графики в скрипте](https://python-all.ru/3.15/library/turtle.html#use-turtle-graphics-in-a-script)5800 - [Использование объектно-ориентированной turtle-графики](https://python-all.ru/3.15/library/turtle.html#use-object-oriented-turtle-graphics)5801 - [Справочник по turtle-графике](https://python-all.ru/3.15/library/turtle.html#turtle-graphics-reference)58025803 - [Методы черепашки](https://python-all.ru/3.15/library/turtle.html#turtle-methods)5804 - [Методы TurtleScreen/Screen](https://python-all.ru/3.15/library/turtle.html#methods-of-turtlescreen-screen)5805 - [Методы RawTurtle/Turtle и соответствующие функции](https://python-all.ru/3.15/library/turtle.html#methods-of-rawturtle-turtle-and-corresponding-functions)58065807 - [Движение черепашки](https://python-all.ru/3.15/library/turtle.html#turtle-motion)5808 - [Состояние черепашки](https://python-all.ru/3.15/library/turtle.html#tell-turtle-s-state)5809 - [Настройки измерений](https://python-all.ru/3.15/library/turtle.html#settings-for-measurement)5810 - [Управление пером](https://python-all.ru/3.15/library/turtle.html#id1)58115812 - [Состояние рисования](https://python-all.ru/3.15/library/turtle.html#drawing-state)5813 - [Управление цветом](https://python-all.ru/3.15/library/turtle.html#color-control)5814 - [Заливка](https://python-all.ru/3.15/library/turtle.html#filling)5815 - [Дополнительное управление рисованием](https://python-all.ru/3.15/library/turtle.html#more-drawing-control)5816 - [Состояние черепашки](https://python-all.ru/3.15/library/turtle.html#turtle-state)58175818 - [Видимость](https://python-all.ru/3.15/library/turtle.html#visibility)5819 - [Внешний вид](https://python-all.ru/3.15/library/turtle.html#appearance)5820 - [Использование событий](https://python-all.ru/3.15/library/turtle.html#using-events)5821 - [Специальные методы черепашки](https://python-all.ru/3.15/library/turtle.html#special-turtle-methods)5822 - [Составные фигуры](https://python-all.ru/3.15/library/turtle.html#compound-shapes)5823 - [Методы TurtleScreen/Screen и соответствующие функции](https://python-all.ru/3.15/library/turtle.html#methods-of-turtlescreen-screen-and-corresponding-functions)58245825 - [Управление окном](https://python-all.ru/3.15/library/turtle.html#window-control)5826 - [Управление анимацией](https://python-all.ru/3.15/library/turtle.html#animation-control)5827 - [Использование событий экрана](https://python-all.ru/3.15/library/turtle.html#using-screen-events)5828 - [Методы ввода](https://python-all.ru/3.15/library/turtle.html#input-methods)5829 - [Настройки и специальные методы](https://python-all.ru/3.15/library/turtle.html#settings-and-special-methods)5830 - [Методы, специфичные для Screen и не унаследованные от TurtleScreen](https://python-all.ru/3.15/library/turtle.html#methods-specific-to-screen-not-inherited-from-turtlescreen)5831 - [Публичные классы](https://python-all.ru/3.15/library/turtle.html#public-classes)5832 - [Пояснения](https://python-all.ru/3.15/library/turtle.html#explanation)5833 - [Справка и настройка](https://python-all.ru/3.15/library/turtle.html#help-and-configuration)58345835 - [Как пользоваться справкой](https://python-all.ru/3.15/library/turtle.html#how-to-use-help)5836 - [Перевод docstrings на разные языки](https://python-all.ru/3.15/library/turtle.html#translation-of-docstrings-into-different-languages)5837 - [Как настроить Screen и Turtles](https://python-all.ru/3.15/library/turtle.html#how-to-configure-screen-and-turtles)5838 - [`turtledemo` – Демонстрационные скрипты](https://python-all.ru/3.15/library/turtle.html#module-turtledemo)5839 - [Изменения начиная с Python 2.6](https://python-all.ru/3.15/library/turtle.html#changes-since-python-2-6)5840 - [Изменения начиная с Python 3.0](https://python-all.ru/3.15/library/turtle.html#changes-since-python-3-0)5841 - [Инструменты разработки](https://python-all.ru/3.15/library/development.html)58425843 - [`typing` – Поддержка аннотаций типов](https://python-all.ru/3.15/library/typing.html)58445845 - [Спецификация системы типов Python](https://python-all.ru/3.15/library/typing.html#specification-for-the-python-type-system)5846 - [Псевдонимы типов](https://python-all.ru/3.15/library/typing.html#type-aliases)5847 - [NewType](https://python-all.ru/3.15/library/typing.html#newtype)5848 - [Аннотирование вызываемых объектов](https://python-all.ru/3.15/library/typing.html#annotating-callable-objects)5849 - [Обобщённые типы](https://python-all.ru/3.15/library/typing.html#generics)5850 - [Аннотирование кортежей](https://python-all.ru/3.15/library/typing.html#annotating-tuples)5851 - [Тип объектов классов](https://python-all.ru/3.15/library/typing.html#the-type-of-class-objects)5852 - [Аннотирование генераторов и корутин](https://python-all.ru/3.15/library/typing.html#annotating-generators-and-coroutines)5853 - [Пользовательские обобщённые типы](https://python-all.ru/3.15/library/typing.html#user-defined-generic-types)5854 - [Тип `Any`](https://python-all.ru/3.15/library/typing.html#the-any-type)5855 - [Номинальное и структурное подтипирование](https://python-all.ru/3.15/library/typing.html#nominal-vs-structural-subtyping)5856 - [Содержание модуля](https://python-all.ru/3.15/library/typing.html#module-contents)58575858 - [Специальные примитивы типизации](https://python-all.ru/3.15/library/typing.html#special-typing-primitives)58595860 - [Специальные типы](https://python-all.ru/3.15/library/typing.html#special-types)5861 - [Специальные формы](https://python-all.ru/3.15/library/typing.html#special-forms)5862 - [Построение обобщённых типов и псевдонимов типов](https://python-all.ru/3.15/library/typing.html#building-generic-types-and-type-aliases)5863 - [Другие специальные директивы](https://python-all.ru/3.15/library/typing.html#other-special-directives)5864 - [Протоколы](https://python-all.ru/3.15/library/typing.html#protocols)5865 - [ABC и протоколы для работы с вводом-выводом](https://python-all.ru/3.15/library/typing.html#abcs-and-protocols-for-working-with-i-o)5866 - [Функции и декораторы](https://python-all.ru/3.15/library/typing.html#functions-and-decorators)5867 - [Вспомогательные функции интроспекции](https://python-all.ru/3.15/library/typing.html#introspection-helpers)5868 - [Константа](https://python-all.ru/3.15/library/typing.html#constant)5869 - [Устаревшие псевдонимы](https://python-all.ru/3.15/library/typing.html#deprecated-aliases)58705871 - [Псевдонимы для встроенных типов](https://python-all.ru/3.15/library/typing.html#aliases-to-built-in-types)5872 - [Псевдонимы для типов в `collections`](https://python-all.ru/3.15/library/typing.html#aliases-to-types-in-collections)5873 - [Псевдонимы для других конкретных типов](https://python-all.ru/3.15/library/typing.html#aliases-to-other-concrete-types)5874 - [Псевдонимы для ABC-контейнеров в `collections.abc`](https://python-all.ru/3.15/library/typing.html#aliases-to-container-abcs-in-collections-abc)5875 - [Псевдонимы для асинхронных ABC в `collections.abc`](https://python-all.ru/3.15/library/typing.html#aliases-to-asynchronous-abcs-in-collections-abc)5876 - [Псевдонимы для других ABC в `collections.abc`](https://python-all.ru/3.15/library/typing.html#aliases-to-other-abcs-in-collections-abc)5877 - [Псевдонимы для `contextlib`-ABC](https://python-all.ru/3.15/library/typing.html#aliases-to-contextlib-abcs)5878 - [График устаревания основных возможностей](https://python-all.ru/3.15/library/typing.html#deprecation-timeline-of-major-features)5879 - [`pydoc` – генератор документации и система интерактивной справки](https://python-all.ru/3.15/library/pydoc.html)5880 - [Режим разработки Python](https://python-all.ru/3.15/library/devmode.html)58815882 - [Эффекты режима разработки Python](https://python-all.ru/3.15/library/devmode.html#effects-of-the-python-development-mode)5883 - [Пример ResourceWarning](https://python-all.ru/3.15/library/devmode.html#resourcewarning-example)5884 - [Пример ошибки с некорректным файловым дескриптором](https://python-all.ru/3.15/library/devmode.html#bad-file-descriptor-error-example)5885 - [`doctest` – тестирование интерактивных примеров Python](https://python-all.ru/3.15/library/doctest.html)58865887 - [Простое использование: проверка примеров в строках документации](https://python-all.ru/3.15/library/doctest.html#simple-usage-checking-examples-in-docstrings)5888 - [Простое использование: проверка примеров в текстовом файле](https://python-all.ru/3.15/library/doctest.html#simple-usage-checking-examples-in-a-text-file)5889 - [Использование из командной строки](https://python-all.ru/3.15/library/doctest.html#command-line-usage)5890 - [Как это работает](https://python-all.ru/3.15/library/doctest.html#how-it-works)58915892 - [Какие строки документации проверяются?](https://python-all.ru/3.15/library/doctest.html#which-docstrings-are-examined)5893 - [Как распознаются примеры в строках документации?](https://python-all.ru/3.15/library/doctest.html#how-are-docstring-examples-recognized)5894 - [Каков контекст выполнения?](https://python-all.ru/3.15/library/doctest.html#what-s-the-execution-context)5895 - [А как насчёт исключений?](https://python-all.ru/3.15/library/doctest.html#what-about-exceptions)5896 - [Флаги опций](https://python-all.ru/3.15/library/doctest.html#option-flags)5897 - [Директивы](https://python-all.ru/3.15/library/doctest.html#directives)5898 - [Предупреждения](https://python-all.ru/3.15/library/doctest.html#warnings)5899 - [Базовый API](https://python-all.ru/3.15/library/doctest.html#basic-api)5900 - [API unittest](https://python-all.ru/3.15/library/doctest.html#unittest-api)5901 - [Расширенный API](https://python-all.ru/3.15/library/doctest.html#advanced-api)59025903 - [Объекты DocTest](https://python-all.ru/3.15/library/doctest.html#doctest-objects)5904 - [Объекты Example](https://python-all.ru/3.15/library/doctest.html#example-objects)5905 - [Объекты DocTestFinder](https://python-all.ru/3.15/library/doctest.html#doctestfinder-objects)5906 - [Объекты DocTestParser](https://python-all.ru/3.15/library/doctest.html#doctestparser-objects)5907 - [Объекты TestResults](https://python-all.ru/3.15/library/doctest.html#testresults-objects)5908 - [Объекты DocTestRunner](https://python-all.ru/3.15/library/doctest.html#doctestrunner-objects)5909 - [Объекты OutputChecker](https://python-all.ru/3.15/library/doctest.html#outputchecker-objects)5910 - [Отладка](https://python-all.ru/3.15/library/doctest.html#debugging)5911 - [Soapbox](https://python-all.ru/3.15/library/doctest.html#soapbox)5912 - [`unittest` – фреймворк для модульного тестирования](https://python-all.ru/3.15/library/unittest.html)59135914 - [Простой пример](https://python-all.ru/3.15/library/unittest.html#basic-example)5915 - [Интерфейс командной строки](https://python-all.ru/3.15/library/unittest.html#command-line-interface)59165917 - [Параметры командной строки](https://python-all.ru/3.15/library/unittest.html#command-line-options)5918 - [Обнаружение тестов](https://python-all.ru/3.15/library/unittest.html#test-discovery)5919 - [Организация тестового кода](https://python-all.ru/3.15/library/unittest.html#organizing-test-code)5920 - [Повторное использование старого тестового кода](https://python-all.ru/3.15/library/unittest.html#re-using-old-test-code)5921 - [Пропуск тестов и ожидаемые сбои](https://python-all.ru/3.15/library/unittest.html#skipping-tests-and-expected-failures)5922 - [Различение итераций теста с помощью подтестов](https://python-all.ru/3.15/library/unittest.html#distinguishing-test-iterations-using-subtests)5923 - [Классы и функции](https://python-all.ru/3.15/library/unittest.html#classes-and-functions)59245925 - [Тестовые случаи](https://python-all.ru/3.15/library/unittest.html#test-cases)5926 - [Группировка тестов](https://python-all.ru/3.15/library/unittest.html#grouping-tests)5927 - [Загрузка и запуск тестов](https://python-all.ru/3.15/library/unittest.html#loading-and-running-tests)59285929 - [Протокол load\_tests](https://python-all.ru/3.15/library/unittest.html#load-tests-protocol)5930 - [Фикстуры классов и модулей](https://python-all.ru/3.15/library/unittest.html#class-and-module-fixtures)59315932 - [setUpClass и tearDownClass](https://python-all.ru/3.15/library/unittest.html#setupclass-and-teardownclass)5933 - [setUpModule и tearDownModule](https://python-all.ru/3.15/library/unittest.html#setupmodule-and-teardownmodule)5934 - [Обработка сигналов](https://python-all.ru/3.15/library/unittest.html#signal-handling)5935 - [`unittest.mock` – библиотека mock-объектов](https://python-all.ru/3.15/library/unittest.mock.html)59365937 - [Краткое руководство](https://python-all.ru/3.15/library/unittest.mock.html#quick-guide)5938 - [Класс Mock](https://python-all.ru/3.15/library/unittest.mock.html#the-mock-class)59395940 - [Вызов](https://python-all.ru/3.15/library/unittest.mock.html#calling)5941 - [Удаление атрибутов](https://python-all.ru/3.15/library/unittest.mock.html#deleting-attributes)5942 - [Имена Mock и атрибут name](https://python-all.ru/3.15/library/unittest.mock.html#mock-names-and-the-name-attribute)5943 - [Прикрепление моков в качестве атрибутов](https://python-all.ru/3.15/library/unittest.mock.html#attaching-mocks-as-attributes)5944 - [Патчеры](https://python-all.ru/3.15/library/unittest.mock.html#the-patchers)59455946 - [patch](https://python-all.ru/3.15/library/unittest.mock.html#patch)5947 - [patch.object](https://python-all.ru/3.15/library/unittest.mock.html#patch-object)5948 - [patch.dict](https://python-all.ru/3.15/library/unittest.mock.html#patch-dict)5949 - [patch.multiple](https://python-all.ru/3.15/library/unittest.mock.html#patch-multiple)5950 - [Методы patch: start и stop](https://python-all.ru/3.15/library/unittest.mock.html#patch-methods-start-and-stop)5951 - [patch встроенных объектов](https://python-all.ru/3.15/library/unittest.mock.html#patch-builtins)5952 - [TEST\_PREFIX](https://python-all.ru/3.15/library/unittest.mock.html#test-prefix)5953 - [Вложение декораторов patch](https://python-all.ru/3.15/library/unittest.mock.html#nesting-patch-decorators)5954 - [Где применять patch](https://python-all.ru/3.15/library/unittest.mock.html#where-to-patch)5955 - [Подмена дескрипторов и прокси-объектов](https://python-all.ru/3.15/library/unittest.mock.html#patching-descriptors-and-proxy-objects)5956 - [MagicMock и поддержка магических методов](https://python-all.ru/3.15/library/unittest.mock.html#magicmock-and-magic-method-support)59575958 - [Мокирование магических методов](https://python-all.ru/3.15/library/unittest.mock.html#mocking-magic-methods)5959 - [Magic Mock](https://python-all.ru/3.15/library/unittest.mock.html#magic-mock)5960 - [Вспомогательные средства](https://python-all.ru/3.15/library/unittest.mock.html#helpers)59615962 - [sentinel](https://python-all.ru/3.15/library/unittest.mock.html#sentinel)5963 - [DEFAULT](https://python-all.ru/3.15/library/unittest.mock.html#default)5964 - [вызов](https://python-all.ru/3.15/library/unittest.mock.html#call)5965 - [create\_autospec](https://python-all.ru/3.15/library/unittest.mock.html#create-autospec)5966 - [ANY](https://python-all.ru/3.15/library/unittest.mock.html#any)5967 - [FILTER\_DIR](https://python-all.ru/3.15/library/unittest.mock.html#filter-dir)5968 - [mock\_open](https://python-all.ru/3.15/library/unittest.mock.html#mock-open)5969 - [Автоспецификация](https://python-all.ru/3.15/library/unittest.mock.html#autospeccing)5970 - [Запечатывание моков](https://python-all.ru/3.15/library/unittest.mock.html#sealing-mocks)5971 - [Порядок приоритета `side_effect`, `return_value` и *wraps*](https://python-all.ru/3.15/library/unittest.mock.html#order-of-precedence-of-side-effect-return-value-and-wraps)5972 - [`unittest.mock` – начало работы](https://python-all.ru/3.15/library/unittest.mock-examples.html)59735974 - [Использование Mock](https://python-all.ru/3.15/library/unittest.mock-examples.html#using-mock)59755976 - [Методы подмены Mock](https://python-all.ru/3.15/library/unittest.mock-examples.html#mock-patching-methods)5977 - [Mock для вызовов методов объекта](https://python-all.ru/3.15/library/unittest.mock-examples.html#mock-for-method-calls-on-an-object)5978 - [Мокирование классов](https://python-all.ru/3.15/library/unittest.mock-examples.html#mocking-classes)5979 - [Именование моков](https://python-all.ru/3.15/library/unittest.mock-examples.html#naming-your-mocks)5980 - [Отслеживание всех вызовов](https://python-all.ru/3.15/library/unittest.mock-examples.html#tracking-all-calls)5981 - [Установка возвращаемых значений и атрибутов](https://python-all.ru/3.15/library/unittest.mock-examples.html#setting-return-values-and-attributes)5982 - [Возбуждение исключений с помощью моков](https://python-all.ru/3.15/library/unittest.mock-examples.html#raising-exceptions-with-mocks)5983 - [Функции побочного эффекта и итерируемые объекты](https://python-all.ru/3.15/library/unittest.mock-examples.html#side-effect-functions-and-iterables)5984 - [Мокирование асинхронных итераторов](https://python-all.ru/3.15/library/unittest.mock-examples.html#mocking-asynchronous-iterators)5985 - [Мокирование асинхронного контекстного менеджера](https://python-all.ru/3.15/library/unittest.mock-examples.html#mocking-asynchronous-context-manager)5986 - [Создание мока из существующего объекта](https://python-all.ru/3.15/library/unittest.mock-examples.html#creating-a-mock-from-an-existing-object)5987 - [Использование side\_effect для возврата содержимого каждого файла](https://python-all.ru/3.15/library/unittest.mock-examples.html#using-side-effect-to-return-per-file-content)5988 - [Декораторы patch](https://python-all.ru/3.15/library/unittest.mock-examples.html#patch-decorators)5989 - [Дополнительные примеры](https://python-all.ru/3.15/library/unittest.mock-examples.html#further-examples)59905991 - [Мокирование цепочек вызовов](https://python-all.ru/3.15/library/unittest.mock-examples.html#mocking-chained-calls)5992 - [Частичное мокирование](https://python-all.ru/3.15/library/unittest.mock-examples.html#partial-mocking)5993 - [Мокирование метода-генератора](https://python-all.ru/3.15/library/unittest.mock-examples.html#mocking-a-generator-method)5994 - [Применение одного и того же patch к каждому тестовому методу](https://python-all.ru/3.15/library/unittest.mock-examples.html#applying-the-same-patch-to-every-test-method)5995 - [Мокирование несвязанных методов](https://python-all.ru/3.15/library/unittest.mock-examples.html#mocking-unbound-methods)5996 - [Проверка множественных вызовов с помощью mock](https://python-all.ru/3.15/library/unittest.mock-examples.html#checking-multiple-calls-with-mock)5997 - [Работа с изменяемыми аргументами](https://python-all.ru/3.15/library/unittest.mock-examples.html#coping-with-mutable-arguments)5998 - [Вложенные патчи](https://python-all.ru/3.15/library/unittest.mock-examples.html#nesting-patches)5999 - [Мокирование словаря с помощью MagicMock](https://python-all.ru/3.15/library/unittest.mock-examples.html#mocking-a-dictionary-with-magicmock)6000 - [Подклассы Mock и их атрибуты](https://python-all.ru/3.15/library/unittest.mock-examples.html#mock-subclasses-and-their-attributes)6001 - [Мокирование импортов с помощью patch.dict](https://python-all.ru/3.15/library/unittest.mock-examples.html#mocking-imports-with-patch-dict)6002 - [Отслеживание порядка вызовов и менее многословные утверждения о вызовах](https://python-all.ru/3.15/library/unittest.mock-examples.html#tracking-order-of-calls-and-less-verbose-call-assertions)6003 - [Более сложное сопоставление аргументов](https://python-all.ru/3.15/library/unittest.mock-examples.html#more-complex-argument-matching)6004 - [`test` – Пакет регрессионных тестов для Python](https://python-all.ru/3.15/library/test.html)60056006 - [Написание модульных тестов для пакета `test`](https://python-all.ru/3.15/library/test.html#writing-unit-tests-for-the-test-package)6007 - [Запуск тестов с помощью интерфейса командной строки](https://python-all.ru/3.15/library/test.html#module-test.regrtest)6008 - [`test.support` – Утилиты для набора тестов Python](https://python-all.ru/3.15/library/test.html#module-test.support)6009 - [`test.support.socket_helper` – Утилиты для тестирования сокетов](https://python-all.ru/3.15/library/test.html#module-test.support.socket_helper)6010 - [`test.support.script_helper` – Утилиты для тестов выполнения Python](https://python-all.ru/3.15/library/test.html#module-test.support.script_helper)6011 - [`test.support.bytecode_helper` – Вспомогательные инструменты для тестирования корректной генерации байт-кода](https://python-all.ru/3.15/library/test.html#module-test.support.bytecode_helper)6012 - [`test.support.threading_helper` – Утилиты для тестирования потоков](https://python-all.ru/3.15/library/test.html#module-test.support.threading_helper)6013 - [`test.support.os_helper` – Утилиты для тестирования ОС](https://python-all.ru/3.15/library/test.html#module-test.support.os_helper)6014 - [`test.support.import_helper` – утилиты для тестирования импорта](https://python-all.ru/3.15/library/test.html#module-test.support.import_helper)6015 - [`test.support.warnings_helper` – утилиты для тестирования предупреждений](https://python-all.ru/3.15/library/test.html#module-test.support.warnings_helper)6016 - [Отладка и профилирование](https://python-all.ru/3.15/library/debug.html)60176018 - [Таблица событий аудита](https://python-all.ru/3.15/library/audit_events.html)6019 - [`bdb` – фреймворк отладчика](https://python-all.ru/3.15/library/bdb.html)6020 - [`faulthandler` – дамп трассировки Python](https://python-all.ru/3.15/library/faulthandler.html)60216022 - [Дамп трассировки](https://python-all.ru/3.15/library/faulthandler.html#dumping-the-traceback)6023 - [Дамп стека C](https://python-all.ru/3.15/library/faulthandler.html#dumping-the-c-stack)60246025 - [Совместимость стека C](https://python-all.ru/3.15/library/faulthandler.html#c-stack-compatibility)6026 - [Состояние обработчика сбоев](https://python-all.ru/3.15/library/faulthandler.html#fault-handler-state)6027 - [Дамп трассировок по тайм-ауту](https://python-all.ru/3.15/library/faulthandler.html#dumping-the-tracebacks-after-a-timeout)6028 - [Дамп трассировки по сигналу пользователя](https://python-all.ru/3.15/library/faulthandler.html#dumping-the-traceback-on-a-user-signal)6029 - [Проблема с файловыми дескрипторами](https://python-all.ru/3.15/library/faulthandler.html#issue-with-file-descriptors)6030 - [Пример](https://python-all.ru/3.15/library/faulthandler.html#example)6031 - [`pdb` – отладчик Python](https://python-all.ru/3.15/library/pdb.html)60326033 - [Интерфейс командной строки](https://python-all.ru/3.15/library/pdb.html#command-line-interface)6034 - [Команды отладчика](https://python-all.ru/3.15/library/pdb.html#debugger-commands)6035 - [`profiling` – профилировщики Python](https://python-all.ru/3.15/library/profiling.html)60366037 - [Введение в профилирование](https://python-all.ru/3.15/library/profiling.html#introduction-to-profiling)6038 - [Выбор профилировщика](https://python-all.ru/3.15/library/profiling.html#choosing-a-profiler)60396040 - [Когда использовать статистическую выборку](https://python-all.ru/3.15/library/profiling.html#when-to-use-statistical-sampling)6041 - [Когда использовать детерминированную трассировку](https://python-all.ru/3.15/library/profiling.html#when-to-use-deterministic-tracing)6042 - [Быстрый старт](https://python-all.ru/3.15/library/profiling.html#quick-start)60436044 - [Статистическое профилирование](https://python-all.ru/3.15/library/profiling.html#statistical-profiling)6045 - [Детерминированное профилирование](https://python-all.ru/3.15/library/profiling.html#deterministic-profiling)6046 - [Понимание вывода профилировщика](https://python-all.ru/3.15/library/profiling.html#understanding-profile-output)6047 - [Совместимость с устаревшим кодом](https://python-all.ru/3.15/library/profiling.html#legacy-compatibility)60486049 - [`profiling.tracing` – детерминированный профилировщик](https://python-all.ru/3.15/library/profiling.tracing.html)60506051 - [Что такое детерминированное профилирование?](https://python-all.ru/3.15/library/profiling.tracing.html#what-is-deterministic-profiling)6052 - [Интерфейс командной строки](https://python-all.ru/3.15/library/profiling.tracing.html#command-line-interface)6053 - [Примеры программного использования](https://python-all.ru/3.15/library/profiling.tracing.html#programmatic-usage-examples)60546055 - [Базовое профилирование](https://python-all.ru/3.15/library/profiling.tracing.html#basic-profiling)6056 - [Использование класса `Profile`](https://python-all.ru/3.15/library/profiling.tracing.html#using-the-profile-class)6057 - [Справочник модуля](https://python-all.ru/3.15/library/profiling.tracing.html#module-reference)6058 - [Использование пользовательского таймера](https://python-all.ru/3.15/library/profiling.tracing.html#using-a-custom-timer)6059 - [Ограничения](https://python-all.ru/3.15/library/profiling.tracing.html#limitations)6060 - [`profiling.sampling` – Статистический профилировщик](https://python-all.ru/3.15/library/profiling.sampling.html)60616062 - [Что такое статистическое профилирование?](https://python-all.ru/3.15/library/profiling.sampling.html#what-is-statistical-profiling)60636064 - [Как оценивается время](https://python-all.ru/3.15/library/profiling.sampling.html#how-time-is-estimated)6065 - [Когда использовать другой подход](https://python-all.ru/3.15/library/profiling.sampling.html#when-to-use-a-different-approach)6066 - [Краткие примеры](https://python-all.ru/3.15/library/profiling.sampling.html#quick-examples)6067 - [Команды](https://python-all.ru/3.15/library/profiling.sampling.html#commands)60686069 - [Команда `run`](https://python-all.ru/3.15/library/profiling.sampling.html#the-run-command)6070 - [Команда `attach`](https://python-all.ru/3.15/library/profiling.sampling.html#the-attach-command)6071 - [Команда `dump`](https://python-all.ru/3.15/library/profiling.sampling.html#the-dump-command)6072 - [Команда `replay`](https://python-all.ru/3.15/library/profiling.sampling.html#the-replay-command)6073 - [Профилирование в продакшене](https://python-all.ru/3.15/library/profiling.sampling.html#profiling-in-production)6074 - [Требования к платформе](https://python-all.ru/3.15/library/profiling.sampling.html#platform-requirements)6075 - [Совместимость версий](https://python-all.ru/3.15/library/profiling.sampling.html#version-compatibility)6076 - [Настройка сэмплирования](https://python-all.ru/3.15/library/profiling.sampling.html#sampling-configuration)60776078 - [Частота и длительность сэмплирования](https://python-all.ru/3.15/library/profiling.sampling.html#sampling-rate-and-duration)6079 - [Выбор потоков](https://python-all.ru/3.15/library/profiling.sampling.html#thread-selection)6080 - [Режим блокировки](https://python-all.ru/3.15/library/profiling.sampling.html#blocking-mode)6081 - [Специальные кадры](https://python-all.ru/3.15/library/profiling.sampling.html#special-frames)6082 - [Профилирование с учётом опкодов](https://python-all.ru/3.15/library/profiling.sampling.html#opcode-aware-profiling)6083 - [Статистика в реальном времени](https://python-all.ru/3.15/library/profiling.sampling.html#real-time-statistics)6084 - [Профилирование подпроцессов](https://python-all.ru/3.15/library/profiling.sampling.html#subprocess-profiling)6085 - [Эффективность сэмплирования](https://python-all.ru/3.15/library/profiling.sampling.html#sampling-efficiency)6086 - [Режимы профилирования](https://python-all.ru/3.15/library/profiling.sampling.html#profiling-modes)60876088 - [Режим реального времени](https://python-all.ru/3.15/library/profiling.sampling.html#wall-clock-mode)6089 - [Режим ЦП](https://python-all.ru/3.15/library/profiling.sampling.html#cpu-mode)6090 - [Сравнение профилей реального времени и ЦП](https://python-all.ru/3.15/library/profiling.sampling.html#comparing-wall-clock-and-cpu-profiles)6091 - [Режим GIL](https://python-all.ru/3.15/library/profiling.sampling.html#gil-mode)6092 - [Режим исключений](https://python-all.ru/3.15/library/profiling.sampling.html#exception-mode)6093 - [Форматы вывода](https://python-all.ru/3.15/library/profiling.sampling.html#output-formats)60946095 - [Формат pstats](https://python-all.ru/3.15/library/profiling.sampling.html#pstats-format)6096 - [Формат свёрнутых стеков](https://python-all.ru/3.15/library/profiling.sampling.html#collapsed-stacks-format)6097 - [Формат флейм-графа](https://python-all.ru/3.15/library/profiling.sampling.html#flame-graph-format)60986099 - [Дифференциальные флейм-графы](https://python-all.ru/3.15/library/profiling.sampling.html#differential-flame-graphs)6100 - [Формат Gecko](https://python-all.ru/3.15/library/profiling.sampling.html#gecko-format)6101 - [Формат тепловой карты](https://python-all.ru/3.15/library/profiling.sampling.html#heatmap-format)6102 - [Двоичный формат](https://python-all.ru/3.15/library/profiling.sampling.html#binary-format)6103 - [Рабочий процесс записи и воспроизведения](https://python-all.ru/3.15/library/profiling.sampling.html#record-and-replay-workflow)6104 - [Режим реального времени](https://python-all.ru/3.15/library/profiling.sampling.html#live-mode)61056106 - [Команды клавиатуры](https://python-all.ru/3.15/library/profiling.sampling.html#keyboard-commands)6107 - [Профилирование с учётом асинхронности](https://python-all.ru/3.15/library/profiling.sampling.html#async-aware-profiling)61086109 - [Асинхронные режимы](https://python-all.ru/3.15/library/profiling.sampling.html#async-modes)6110 - [Маркеры задач и восстановление стеков](https://python-all.ru/3.15/library/profiling.sampling.html#task-markers-and-stack-reconstruction)6111 - [Ограничения параметров](https://python-all.ru/3.15/library/profiling.sampling.html#option-restrictions)6112 - [Интерфейс командной строки](https://python-all.ru/3.15/library/profiling.sampling.html#command-line-interface)61136114 - [Глобальные параметры](https://python-all.ru/3.15/library/profiling.sampling.html#global-options)6115 - [Параметры дампа](https://python-all.ru/3.15/library/profiling.sampling.html#dump-options)6116 - [Параметры сэмплирования](https://python-all.ru/3.15/library/profiling.sampling.html#sampling-options)6117 - [Параметры режима](https://python-all.ru/3.15/library/profiling.sampling.html#mode-options)6118 - [Параметры вывода](https://python-all.ru/3.15/library/profiling.sampling.html#output-options)6119 - [Параметры отображения pstats](https://python-all.ru/3.15/library/profiling.sampling.html#pstats-display-options)6120 - [Параметры команды запуска](https://python-all.ru/3.15/library/profiling.sampling.html#run-command-options)6121 - [`pstats` – Статистика для профилировщиков](https://python-all.ru/3.15/library/pstats.html)61226123 - [Чтение и отображение данных профилирования](https://python-all.ru/3.15/library/pstats.html#reading-and-displaying-profile-data)61246125 - [Работа со статистикой](https://python-all.ru/3.15/library/pstats.html#working-with-statistics)6126 - [Фильтрация вывода](https://python-all.ru/3.15/library/pstats.html#filtering-output)6127 - [Анализ взаимосвязей вызовов](https://python-all.ru/3.15/library/pstats.html#analyzing-call-relationships)6128 - [Объединение нескольких профилей](https://python-all.ru/3.15/library/pstats.html#combining-multiple-profiles)6129 - [Класс `Stats`](https://python-all.ru/3.15/library/pstats.html#the-stats-class)6130 - [Интерфейс командной строки](https://python-all.ru/3.15/library/pstats.html#command-line-interface)6131 - [`timeit` – Измерение времени выполнения небольших фрагментов кода](https://python-all.ru/3.15/library/timeit.html)61326133 - [Базовые примеры](https://python-all.ru/3.15/library/timeit.html#basic-examples)6134 - [Интерфейс Python](https://python-all.ru/3.15/library/timeit.html#python-interface)6135 - [Интерфейс командной строки](https://python-all.ru/3.15/library/timeit.html#command-line-interface)6136 - [Примеры](https://python-all.ru/3.15/library/timeit.html#examples)6137 - [`trace` – Трассировка или отслеживание выполнения операторов Python](https://python-all.ru/3.15/library/trace.html)61386139 - [Использование командной строки](https://python-all.ru/3.15/library/trace.html#command-line-usage)61406141 - [Основные параметры](https://python-all.ru/3.15/library/trace.html#main-options)6142 - [Модификаторы](https://python-all.ru/3.15/library/trace.html#modifiers)6143 - [Фильтры](https://python-all.ru/3.15/library/trace.html#filters)6144 - [Программный интерфейс](https://python-all.ru/3.15/library/trace.html#programmatic-interface)6145 - [`tracemalloc` – Трассировка выделений памяти](https://python-all.ru/3.15/library/tracemalloc.html)61466147 - [Примеры](https://python-all.ru/3.15/library/tracemalloc.html#examples)61486149 - [Отображение первых 10](https://python-all.ru/3.15/library/tracemalloc.html#display-the-top-10)6150 - [Вычисление различий](https://python-all.ru/3.15/library/tracemalloc.html#compute-differences)6151 - [Получение трассировки для блока памяти](https://python-all.ru/3.15/library/tracemalloc.html#get-the-traceback-of-a-memory-block)6152 - [Удобный вывод топа](https://python-all.ru/3.15/library/tracemalloc.html#pretty-top)61536154 - [Запись текущего и пикового размера всех отслеживаемых блоков памяти](https://python-all.ru/3.15/library/tracemalloc.html#record-the-current-and-peak-size-of-all-traced-memory-blocks)6155 - [API](https://python-all.ru/3.15/library/tracemalloc.html#api)61566157 - [Функции](https://python-all.ru/3.15/library/tracemalloc.html#functions)6158 - [DomainFilter](https://python-all.ru/3.15/library/tracemalloc.html#domainfilter)6159 - [Filter](https://python-all.ru/3.15/library/tracemalloc.html#filter)6160 - [Frame](https://python-all.ru/3.15/library/tracemalloc.html#frame)6161 - [Snapshot](https://python-all.ru/3.15/library/tracemalloc.html#snapshot)6162 - [Statistic](https://python-all.ru/3.15/library/tracemalloc.html#statistic)6163 - [StatisticDiff](https://python-all.ru/3.15/library/tracemalloc.html#statisticdiff)6164 - [Trace](https://python-all.ru/3.15/library/tracemalloc.html#trace)6165 - [Traceback](https://python-all.ru/3.15/library/tracemalloc.html#traceback)6166 - [Упаковка и распространение ПО](https://python-all.ru/3.15/library/distribution.html)61676168 - [`ensurepip` – Начальная загрузка установщика `pip`](https://python-all.ru/3.15/library/ensurepip.html)61696170 - [Интерфейс командной строки](https://python-all.ru/3.15/library/ensurepip.html#command-line-interface)6171 - [API модуля](https://python-all.ru/3.15/library/ensurepip.html#module-api)6172 - [`venv` – Создание виртуальных окружений](https://python-all.ru/3.15/library/venv.html)61736174 - [Создание виртуальных окружений](https://python-all.ru/3.15/library/venv.html#creating-virtual-environments)6175 - [Как работают виртуальные окружения](https://python-all.ru/3.15/library/venv.html#how-venvs-work)6176 - [API](https://python-all.ru/3.15/library/venv.html#api)6177 - [Пример расширения `EnvBuilder`](https://python-all.ru/3.15/library/venv.html#an-example-of-extending-envbuilder)6178 - [`zipapp` – Управление исполняемыми Python zip-архивами](https://python-all.ru/3.15/library/zipapp.html)61796180 - [Простой пример](https://python-all.ru/3.15/library/zipapp.html#basic-example)6181 - [Интерфейс командной строки](https://python-all.ru/3.15/library/zipapp.html#command-line-interface)6182 - [Python API](https://python-all.ru/3.15/library/zipapp.html#python-api)6183 - [Примеры](https://python-all.ru/3.15/library/zipapp.html#examples)6184 - [Указание интерпретатора](https://python-all.ru/3.15/library/zipapp.html#specifying-the-interpreter)6185 - [Создание автономных приложений с помощью zipapp](https://python-all.ru/3.15/library/zipapp.html#creating-standalone-applications-with-zipapp)61866187 - [Предостережения](https://python-all.ru/3.15/library/zipapp.html#caveats)6188 - [Формат архива Python-приложения Zip](https://python-all.ru/3.15/library/zipapp.html#the-python-zip-application-archive-format)6189 - [Службы выполнения Python](https://python-all.ru/3.15/library/python.html)61906191 - [`sys` – Системно-зависимые параметры и функции](https://python-all.ru/3.15/library/sys.html)6192 - [`sys.monitoring` – Мониторинг событий выполнения](https://python-all.ru/3.15/library/sys.monitoring.html)61936194 - [Идентификаторы инструментов](https://python-all.ru/3.15/library/sys.monitoring.html#tool-identifiers)61956196 - [Регистрация и использование инструментов](https://python-all.ru/3.15/library/sys.monitoring.html#registering-and-using-tools)6197 - [События](https://python-all.ru/3.15/library/sys.monitoring.html#events)61986199 - [Локальные события](https://python-all.ru/3.15/library/sys.monitoring.html#local-events)6200 - [Устаревшее событие](https://python-all.ru/3.15/library/sys.monitoring.html#deprecated-event)6201 - [Вспомогательные события](https://python-all.ru/3.15/library/sys.monitoring.html#ancillary-events)6202 - [Прочие события](https://python-all.ru/3.15/library/sys.monitoring.html#other-events)6203 - [Событие STOP\_ITERATION](https://python-all.ru/3.15/library/sys.monitoring.html#the-stop-iteration-event)6204 - [Включение и отключение событий](https://python-all.ru/3.15/library/sys.monitoring.html#turning-events-on-and-off)62056206 - [Глобальная настройка событий](https://python-all.ru/3.15/library/sys.monitoring.html#setting-events-globally)6207 - [События для каждого объекта кода](https://python-all.ru/3.15/library/sys.monitoring.html#per-code-object-events)6208 - [Отключение событий](https://python-all.ru/3.15/library/sys.monitoring.html#disabling-events)6209 - [Регистрация функций обратного вызова](https://python-all.ru/3.15/library/sys.monitoring.html#registering-callback-functions)62106211 - [Аргументы функции обратного вызова](https://python-all.ru/3.15/library/sys.monitoring.html#callback-function-arguments)6212 - [`sysconfig` – Предоставление доступа к конфигурационной информации Python](https://python-all.ru/3.15/library/sysconfig.html)62136214 - [Переменные конфигурации](https://python-all.ru/3.15/library/sysconfig.html#configuration-variables)6215 - [Пути установки](https://python-all.ru/3.15/library/sysconfig.html#installation-paths)6216 - [Схема пользователя](https://python-all.ru/3.15/library/sysconfig.html#user-scheme)62176218 - [`posix_user`](https://python-all.ru/3.15/library/sysconfig.html#posix-user)6219 - [`nt_user`](https://python-all.ru/3.15/library/sysconfig.html#nt-user)6220 - [`osx_framework_user`](https://python-all.ru/3.15/library/sysconfig.html#osx-framework-user)6221 - [Домашняя схема](https://python-all.ru/3.15/library/sysconfig.html#home-scheme)62226223 - [`posix_home`](https://python-all.ru/3.15/library/sysconfig.html#posix-home)6224 - [Схема префикса](https://python-all.ru/3.15/library/sysconfig.html#prefix-scheme)62256226 - [`posix_prefix`](https://python-all.ru/3.15/library/sysconfig.html#posix-prefix)6227 - [`nt`](https://python-all.ru/3.15/library/sysconfig.html#nt)6228 - [Функции путей установки](https://python-all.ru/3.15/library/sysconfig.html#installation-path-functions)6229 - [Другие функции](https://python-all.ru/3.15/library/sysconfig.html#other-functions)6230 - [Использование командной строки](https://python-all.ru/3.15/library/sysconfig.html#command-line-usage)6231 - [`builtins` – Встроенные объекты](https://python-all.ru/3.15/library/builtins.html)6232 - [`__main__` – Окружение кода верхнего уровня](https://python-all.ru/3.15/library/__main__.html)62336234 - [`__name__ == '__main__'`](https://python-all.ru/3.15/library/__main__.html#name-main)62356236 - [Что такое «окружение кода верхнего уровня»?](https://python-all.ru/3.15/library/__main__.html#what-is-the-top-level-code-environment)6237 - [Идиоматическое использование](https://python-all.ru/3.15/library/__main__.html#idiomatic-usage)6238 - [Особенности упаковки](https://python-all.ru/3.15/library/__main__.html#packaging-considerations)6239 - [`__main__.py` в пакетах Python](https://python-all.ru/3.15/library/__main__.html#main-py-in-python-packages)62406241 - [Идиоматическое использование](https://python-all.ru/3.15/library/__main__.html#id1)6242 - [`import __main__`](https://python-all.ru/3.15/library/__main__.html#import-main)6243 - [`warnings` – Управление предупреждениями](https://python-all.ru/3.15/library/warnings.html)62446245 - [Категории предупреждений](https://python-all.ru/3.15/library/warnings.html#warning-categories)6246 - [Фильтр предупреждений](https://python-all.ru/3.15/library/warnings.html#the-warnings-filter)62476248 - [Критерии подавления повторяющихся предупреждений](https://python-all.ru/3.15/library/warnings.html#repeated-warning-suppression-criteria)6249 - [Описание фильтров предупреждений](https://python-all.ru/3.15/library/warnings.html#describing-warning-filters)6250 - [Фильтр предупреждений по умолчанию](https://python-all.ru/3.15/library/warnings.html#default-warning-filter)6251 - [Переопределение фильтра по умолчанию](https://python-all.ru/3.15/library/warnings.html#overriding-the-default-filter)6252 - [Временное подавление предупреждений](https://python-all.ru/3.15/library/warnings.html#temporarily-suppressing-warnings)6253 - [Тестирование предупреждений](https://python-all.ru/3.15/library/warnings.html#testing-warnings)6254 - [Обновление кода для новых версий зависимостей](https://python-all.ru/3.15/library/warnings.html#updating-code-for-new-versions-of-dependencies)6255 - [Доступные функции](https://python-all.ru/3.15/library/warnings.html#available-functions)6256 - [Доступные контекстные менеджеры](https://python-all.ru/3.15/library/warnings.html#available-context-managers)6257 - [Безопасность контекстных менеджеров при параллельном выполнении](https://python-all.ru/3.15/library/warnings.html#concurrent-safety-of-context-managers)6258 - [`dataclasses` – Классы данных](https://python-all.ru/3.15/library/dataclasses.html)62596260 - [Содержание модуля](https://python-all.ru/3.15/library/dataclasses.html#module-contents)6261 - [Обработка после инициализации](https://python-all.ru/3.15/library/dataclasses.html#post-init-processing)6262 - [Переменные класса](https://python-all.ru/3.15/library/dataclasses.html#class-variables)6263 - [Переменные только для инициализации](https://python-all.ru/3.15/library/dataclasses.html#init-only-variables)6264 - [Неизменяемые экземпляры](https://python-all.ru/3.15/library/dataclasses.html#frozen-instances)6265 - [Наследование](https://python-all.ru/3.15/library/dataclasses.html#inheritance)6266 - [Переупорядочивание именованных параметров в `__init__()`](https://python-all.ru/3.15/library/dataclasses.html#re-ordering-of-keyword-only-parameters-in-init)6267 - [Функции-фабрики по умолчанию](https://python-all.ru/3.15/library/dataclasses.html#default-factory-functions)6268 - [Изменяемые значения по умолчанию](https://python-all.ru/3.15/library/dataclasses.html#mutable-default-values)6269 - [Поля с типом дескриптора](https://python-all.ru/3.15/library/dataclasses.html#descriptor-typed-fields)6270 - [`contextlib` – Утилиты для контекстов оператора `with`](https://python-all.ru/3.15/library/contextlib.html)62716272 - [Утилиты](https://python-all.ru/3.15/library/contextlib.html#utilities)6273 - [Примеры и рецепты](https://python-all.ru/3.15/library/contextlib.html#examples-and-recipes)62746275 - [Поддержка переменного числа менеджеров контекста](https://python-all.ru/3.15/library/contextlib.html#supporting-a-variable-number-of-context-managers)6276 - [Перехват исключений из методов `__enter__`](https://python-all.ru/3.15/library/contextlib.html#catching-exceptions-from-enter-methods)6277 - [Очистка в реализации `__enter__`](https://python-all.ru/3.15/library/contextlib.html#cleaning-up-in-an-enter-implementation)6278 - [Замена использования `try-finally` и флаговых переменных](https://python-all.ru/3.15/library/contextlib.html#replacing-any-use-of-try-finally-and-flag-variables)6279 - [Использование менеджера контекста в качестве декоратора функции](https://python-all.ru/3.15/library/contextlib.html#using-a-context-manager-as-a-function-decorator)6280 - [Одноразовые, многократно используемые и реентерабельные менеджеры контекста](https://python-all.ru/3.15/library/contextlib.html#single-use-reusable-and-reentrant-context-managers)62816282 - [Реентерабельные менеджеры контекста](https://python-all.ru/3.15/library/contextlib.html#reentrant-context-managers)6283 - [Повторно используемые менеджеры контекста](https://python-all.ru/3.15/library/contextlib.html#reusable-context-managers)6284 - [`abc` – Абстрактные базовые классы](https://python-all.ru/3.15/library/abc.html)6285 - [`atexit` – Обработчики выхода](https://python-all.ru/3.15/library/atexit.html)62866287 - [`atexit` Пример](https://python-all.ru/3.15/library/atexit.html#atexit-example)6288 - [`traceback` – Печать или получение трассировки стека](https://python-all.ru/3.15/library/traceback.html)62896290 - [Функции уровня модуля](https://python-all.ru/3.15/library/traceback.html#module-level-functions)6291 - [Объекты `TracebackException`](https://python-all.ru/3.15/library/traceback.html#tracebackexception-objects)6292 - [Объекты `StackSummary`](https://python-all.ru/3.15/library/traceback.html#stacksummary-objects)6293 - [Объекты `FrameSummary`](https://python-all.ru/3.15/library/traceback.html#framesummary-objects)6294 - [Примеры использования функций уровня модуля](https://python-all.ru/3.15/library/traceback.html#examples-of-using-the-module-level-functions)6295 - [Примеры использования `TracebackException`](https://python-all.ru/3.15/library/traceback.html#examples-of-using-tracebackexception)6296 - [`__future__` – Определения операторов future](https://python-all.ru/3.15/library/__future__.html)62976298 - [Содержимое модуля](https://python-all.ru/3.15/library/__future__.html#module-contents)6299 - [`gc` – Интерфейс сборщика мусора](https://python-all.ru/3.15/library/gc.html)6300 - [`inspect` – Инспекция живых объектов](https://python-all.ru/3.15/library/inspect.html)63016302 - [Типы и члены](https://python-all.ru/3.15/library/inspect.html#types-and-members)6303 - [Получение исходного кода](https://python-all.ru/3.15/library/inspect.html#retrieving-source-code)6304 - [Интроспекция вызываемых объектов с помощью объекта Signature](https://python-all.ru/3.15/library/inspect.html#introspecting-callables-with-the-signature-object)6305 - [Классы и функции](https://python-all.ru/3.15/library/inspect.html#classes-and-functions)6306 - [Стек интерпретатора](https://python-all.ru/3.15/library/inspect.html#the-interpreter-stack)6307 - [Получение атрибутов статически](https://python-all.ru/3.15/library/inspect.html#fetching-attributes-statically)6308 - [Текущее состояние генераторов, корутин и асинхронных генераторов](https://python-all.ru/3.15/library/inspect.html#current-state-of-generators-coroutines-and-asynchronous-generators)6309 - [Битовые флаги объектов кода](https://python-all.ru/3.15/library/inspect.html#code-objects-bit-flags)6310 - [Флаги буфера](https://python-all.ru/3.15/library/inspect.html#buffer-flags)6311 - [Интерфейс командной строки](https://python-all.ru/3.15/library/inspect.html#command-line-interface)6312 - [`annotationlib` – Функциональность для интроспекции аннотаций](https://python-all.ru/3.15/library/annotationlib.html)63136314 - [Семантика аннотаций](https://python-all.ru/3.15/library/annotationlib.html#annotation-semantics)6315 - [Классы](https://python-all.ru/3.15/library/annotationlib.html#classes)6316 - [Функции](https://python-all.ru/3.15/library/annotationlib.html#functions)6317 - [Рецепты](https://python-all.ru/3.15/library/annotationlib.html#recipes)63186319 - [Использование аннотаций в метаклассе](https://python-all.ru/3.15/library/annotationlib.html#using-annotations-in-a-metaclass)6320 - [Создание пользовательской вызываемой функции annotate](https://python-all.ru/3.15/library/annotationlib.html#creating-a-custom-callable-annotate-function)6321 - [Ограничения формата `STRING`](https://python-all.ru/3.15/library/annotationlib.html#limitations-of-the-string-format)6322 - [Ограничения формата `FORWARDREF`](https://python-all.ru/3.15/library/annotationlib.html#limitations-of-the-forwardref-format)6323 - [Проблемы безопасности при интроспекции аннотаций](https://python-all.ru/3.15/library/annotationlib.html#security-implications-of-introspecting-annotations)6324 - [`site` – Перехватчик конфигурации для конкретного сайта](https://python-all.ru/3.15/library/site.html)63256326 - [Расширения пути (файлы `.pth`)](https://python-all.ru/3.15/library/site.html#path-extensions-pth-files)6327 - [Точки входа при запуске (файлы `.start`)](https://python-all.ru/3.15/library/site.html#startup-entry-points-start-files)6328 - [Примеры файлов запуска](https://python-all.ru/3.15/library/site.html#startup-file-examples)6329 - [Миграция со строк `import` в файлах `.pth` на файлы `.start`](https://python-all.ru/3.15/library/site.html#migrating-from-import-lines-in-pth-files-to-start-files)6330 - [`sitecustomize`](https://python-all.ru/3.15/library/site.html#module-sitecustomize)6331 - [`usercustomize`](https://python-all.ru/3.15/library/site.html#module-usercustomize)6332 - [Конфигурация readline](https://python-all.ru/3.15/library/site.html#readline-configuration)6333 - [Содержание модуля](https://python-all.ru/3.15/library/site.html#module-contents)6334 - [Интерфейс командной строки](https://python-all.ru/3.15/library/site.html#command-line-interface)6335 - [Пользовательские интерпретаторы Python](https://python-all.ru/3.15/library/custominterp.html)63366337 - [`code` – Базовые классы интерпретатора](https://python-all.ru/3.15/library/code.html)63386339 - [Объекты интерактивного интерпретатора](https://python-all.ru/3.15/library/code.html#interactive-interpreter-objects)6340 - [Объекты интерактивной консоли](https://python-all.ru/3.15/library/code.html#interactive-console-objects)6341 - [`codeop` – Компиляция кода Python](https://python-all.ru/3.15/library/codeop.html)6342 - [Импорт модулей](https://python-all.ru/3.15/library/modules.html)63436344 - [`zipimport` – Импорт модулей из Zip-архивов](https://python-all.ru/3.15/library/zipimport.html)63456346 - [Объекты zipimporter](https://python-all.ru/3.15/library/zipimport.html#zipimporter-objects)6347 - [Примеры](https://python-all.ru/3.15/library/zipimport.html#examples)6348 - [`pkgutil` – Утилита расширения пакетов](https://python-all.ru/3.15/library/pkgutil.html)6349 - [`modulefinder` – Поиск модулей, используемых скриптом](https://python-all.ru/3.15/library/modulefinder.html)63506351 - [Пример использования `ModuleFinder`](https://python-all.ru/3.15/library/modulefinder.html#example-usage-of-modulefinder)6352 - [`runpy` – Поиск и выполнение модулей Python](https://python-all.ru/3.15/library/runpy.html)6353 - [`importlib` – Реализация `import`](https://python-all.ru/3.15/library/importlib.html)63546355 - [Введение](https://python-all.ru/3.15/library/importlib.html#introduction)6356 - [Функции](https://python-all.ru/3.15/library/importlib.html#functions)6357 - [`importlib.abc` – Абстрактные базовые классы, связанные с импортом](https://python-all.ru/3.15/library/importlib.html#module-importlib.abc)6358 - [`importlib.machinery` – Импортёры и хуки пути](https://python-all.ru/3.15/library/importlib.html#module-importlib.machinery)6359 - [`importlib.util` – Вспомогательный код для импортёров](https://python-all.ru/3.15/library/importlib.html#module-importlib.util)6360 - [Примеры](https://python-all.ru/3.15/library/importlib.html#examples)63616362 - [Программный импорт](https://python-all.ru/3.15/library/importlib.html#importing-programmatically)6363 - [Проверка возможности импорта модуля](https://python-all.ru/3.15/library/importlib.html#checking-if-a-module-can-be-imported)6364 - [Прямой импорт файла с исходным кодом](https://python-all.ru/3.15/library/importlib.html#importing-a-source-file-directly)6365 - [Реализация отложенного импорта](https://python-all.ru/3.15/library/importlib.html#implementing-lazy-imports)6366 - [Настройка импортёра](https://python-all.ru/3.15/library/importlib.html#setting-up-an-importer)6367 - [Аппроксимация `importlib.import_module()`](https://python-all.ru/3.15/library/importlib.html#approximating-importlib-import-module)6368 - [`importlib.resources` – Чтение, открытие и доступ к ресурсам пакетов](https://python-all.ru/3.15/library/importlib.resources.html)63696370 - [Функциональный API](https://python-all.ru/3.15/library/importlib.resources.html#functional-api)6371 - [`importlib.resources.abc` – Абстрактные базовые классы для ресурсов](https://python-all.ru/3.15/library/importlib.resources.abc.html)6372 - [`importlib.metadata` – Доступ к метаданным пакета](https://python-all.ru/3.15/library/importlib.metadata.html)63736374 - [Обзор](https://python-all.ru/3.15/library/importlib.metadata.html#overview)6375 - [Функциональный API](https://python-all.ru/3.15/library/importlib.metadata.html#functional-api)63766377 - [Точки входа](https://python-all.ru/3.15/library/importlib.metadata.html#entry-points)6378 - [Метаданные дистрибутива](https://python-all.ru/3.15/library/importlib.metadata.html#distribution-metadata)6379 - [Версии дистрибутива](https://python-all.ru/3.15/library/importlib.metadata.html#distribution-versions)6380 - [Файлы дистрибутива](https://python-all.ru/3.15/library/importlib.metadata.html#distribution-files)6381 - [Зависимости дистрибутива](https://python-all.ru/3.15/library/importlib.metadata.html#distribution-requirements)6382 - [Сопоставление импорта с пакетами дистрибутивов](https://python-all.ru/3.15/library/importlib.metadata.html#mapping-import-to-distribution-packages)6383 - [Дистрибутивы](https://python-all.ru/3.15/library/importlib.metadata.html#distributions)6384 - [Обнаружение дистрибутивов](https://python-all.ru/3.15/library/importlib.metadata.html#distribution-discovery)6385 - [Реализация пользовательских провайдеров](https://python-all.ru/3.15/library/importlib.metadata.html#implementing-custom-providers)63866387 - [Пример](https://python-all.ru/3.15/library/importlib.metadata.html#example)6388 - [Инициализация пути поиска модулей `sys.path`](https://python-all.ru/3.15/library/sys_path_init.html)63896390 - [Виртуальные окружения](https://python-all.ru/3.15/library/sys_path_init.html#virtual-environments)6391 - [Файлы \_pth](https://python-all.ru/3.15/library/sys_path_init.html#pth-files)6392 - [Встраиваемый Python](https://python-all.ru/3.15/library/sys_path_init.html#embedded-python)6393 - [Службы языка Python](https://python-all.ru/3.15/library/language.html)63946395 - [`ast` – Абстрактные синтаксические деревья](https://python-all.ru/3.15/library/ast.html)63966397 - [Абстрактная грамматика](https://python-all.ru/3.15/library/ast.html#abstract-grammar)6398 - [Классы узлов](https://python-all.ru/3.15/library/ast.html#node-classes)63996400 - [Корневые узлы](https://python-all.ru/3.15/library/ast.html#root-nodes)6401 - [Литералы](https://python-all.ru/3.15/library/ast.html#literals)6402 - [Переменные](https://python-all.ru/3.15/library/ast.html#variables)6403 - [Выражения](https://python-all.ru/3.15/library/ast.html#expressions)64046405 - [Индексация](https://python-all.ru/3.15/library/ast.html#subscripting)6406 - [Генераторы коллекций](https://python-all.ru/3.15/library/ast.html#comprehensions)6407 - [Инструкции](https://python-all.ru/3.15/library/ast.html#statements)64086409 - [Импорты](https://python-all.ru/3.15/library/ast.html#imports)6410 - [Управляющие конструкции](https://python-all.ru/3.15/library/ast.html#control-flow)6411 - [Сопоставление с образцом](https://python-all.ru/3.15/library/ast.html#pattern-matching)6412 - [Аннотации типов](https://python-all.ru/3.15/library/ast.html#type-annotations)6413 - [Параметры типов](https://python-all.ru/3.15/library/ast.html#type-parameters)6414 - [Определения функций и классов](https://python-all.ru/3.15/library/ast.html#function-and-class-definitions)6415 - [Async и await](https://python-all.ru/3.15/library/ast.html#async-and-await)6416 - [`ast` помощники](https://python-all.ru/3.15/library/ast.html#ast-helpers)6417 - [Флаги компилятора](https://python-all.ru/3.15/library/ast.html#compiler-flags)6418 - [Использование командной строки](https://python-all.ru/3.15/library/ast.html#command-line-usage)6419 - [`symtable` – Доступ к таблицам символов компилятора](https://python-all.ru/3.15/library/symtable.html)64206421 - [Генерация таблиц символов](https://python-all.ru/3.15/library/symtable.html#generating-symbol-tables)6422 - [Изучение таблиц символов](https://python-all.ru/3.15/library/symtable.html#examining-symbol-tables)6423 - [Использование командной строки](https://python-all.ru/3.15/library/symtable.html#command-line-usage)6424 - [`token` – Константы, используемые с деревьями разбора Python](https://python-all.ru/3.15/library/token.html)6425 - [`keyword` – Проверка ключевых слов Python](https://python-all.ru/3.15/library/keyword.html)6426 - [`tokenize` – Токенизатор исходного кода Python](https://python-all.ru/3.15/library/tokenize.html)64276428 - [Токенизация входных данных](https://python-all.ru/3.15/library/tokenize.html#tokenizing-input)6429 - [Использование командной строки](https://python-all.ru/3.15/library/tokenize.html#command-line-usage)6430 - [Примеры](https://python-all.ru/3.15/library/tokenize.html#examples)6431 - [`tabnanny` – Обнаружение неоднозначных отступов](https://python-all.ru/3.15/library/tabnanny.html)6432 - [`pyclbr` – Поддержка обозревателя модулей Python](https://python-all.ru/3.15/library/pyclbr.html)64336434 - [Объекты функций](https://python-all.ru/3.15/library/pyclbr.html#function-objects)6435 - [Объекты классов](https://python-all.ru/3.15/library/pyclbr.html#class-objects)6436 - [`py_compile` – Компиляция исходных файлов Python](https://python-all.ru/3.15/library/py_compile.html)64376438 - [Интерфейс командной строки](https://python-all.ru/3.15/library/py_compile.html#command-line-interface)6439 - [`compileall` – Байт-компиляция библиотек Python](https://python-all.ru/3.15/library/compileall.html)64406441 - [Использование командной строки](https://python-all.ru/3.15/library/compileall.html#command-line-use)6442 - [Публичные функции](https://python-all.ru/3.15/library/compileall.html#public-functions)6443 - [`dis` – Дисассемблер байт-кода Python](https://python-all.ru/3.15/library/dis.html)64446445 - [Интерфейс командной строки](https://python-all.ru/3.15/library/dis.html#command-line-interface)6446 - [Анализ байт-кода](https://python-all.ru/3.15/library/dis.html#bytecode-analysis)6447 - [Функции анализа](https://python-all.ru/3.15/library/dis.html#analysis-functions)6448 - [Инструкции байт-кода Python](https://python-all.ru/3.15/library/dis.html#python-bytecode-instructions)6449 - [Коллекции кодов операций](https://python-all.ru/3.15/library/dis.html#opcode-collections)6450 - [`pickletools` – Инструменты для разработчиков pickle](https://python-all.ru/3.15/library/pickletools.html)64516452 - [Использование командной строки](https://python-all.ru/3.15/library/pickletools.html#command-line-usage)64536454 - [Параметры командной строки](https://python-all.ru/3.15/library/pickletools.html#command-line-options)6455 - [Программный интерфейс](https://python-all.ru/3.15/library/pickletools.html#programmatic-interface)6456 - [Службы, специфичные для MS Windows](https://python-all.ru/3.15/library/windows.html)64576458 - [`msvcrt` – Полезные процедуры из MS VC++ runtime](https://python-all.ru/3.15/library/msvcrt.html)64596460 - [Операции с файлами](https://python-all.ru/3.15/library/msvcrt.html#file-operations)6461 - [Консольный ввод/вывод](https://python-all.ru/3.15/library/msvcrt.html#console-i-o)6462 - [Прочие функции](https://python-all.ru/3.15/library/msvcrt.html#other-functions)6463 - [`winreg` – Доступ к реестру Windows](https://python-all.ru/3.15/library/winreg.html)64646465 - [Функции](https://python-all.ru/3.15/library/winreg.html#functions)6466 - [Константы](https://python-all.ru/3.15/library/winreg.html#constants)64676468 - [Константы HKEY\_\*](https://python-all.ru/3.15/library/winreg.html#hkey-constants)6469 - [Права доступа](https://python-all.ru/3.15/library/winreg.html#access-rights)64706471 - [Специфика 64-бит](https://python-all.ru/3.15/library/winreg.html#bit-specific)6472 - [Типы значений](https://python-all.ru/3.15/library/winreg.html#value-types)6473 - [Объекты дескрипторов реестра](https://python-all.ru/3.15/library/winreg.html#registry-handle-objects)6474 - [`winsound` – Интерфейс воспроизведения звука для Windows](https://python-all.ru/3.15/library/winsound.html)64756476 - [Функции](https://python-all.ru/3.15/library/winsound.html#functions)6477 - [Константы](https://python-all.ru/3.15/library/winsound.html#constants)6478 - [Службы, специфичные для Unix](https://python-all.ru/3.15/library/unix.html)64796480 - [`shlex` – Простой лексический анализ](https://python-all.ru/3.15/library/shlex.html)64816482 - [Объекты shlex](https://python-all.ru/3.15/library/shlex.html#shlex-objects)6483 - [Правила разбора](https://python-all.ru/3.15/library/shlex.html#parsing-rules)6484 - [Улучшенная совместимость с оболочками](https://python-all.ru/3.15/library/shlex.html#improved-compatibility-with-shells)6485 - [`posix` – Наиболее распространённые системные вызовы POSIX](https://python-all.ru/3.15/library/posix.html)64866487 - [Поддержка больших файлов](https://python-all.ru/3.15/library/posix.html#large-file-support)6488 - [Примечательное содержимое модуля](https://python-all.ru/3.15/library/posix.html#notable-module-contents)6489 - [`pwd` – База данных паролей](https://python-all.ru/3.15/library/pwd.html)6490 - [`grp` – База данных групп](https://python-all.ru/3.15/library/grp.html)6491 - [`termios` – Управление tty в стиле POSIX](https://python-all.ru/3.15/library/termios.html)64926493 - [Пример](https://python-all.ru/3.15/library/termios.html#example)6494 - [`tty` – Функции управления терминалом](https://python-all.ru/3.15/library/tty.html)6495 - [`pty` – Утилиты псевдотерминалов](https://python-all.ru/3.15/library/pty.html)64966497 - [Пример](https://python-all.ru/3.15/library/pty.html#example)6498 - [`fcntl` – Системные вызовы `fcntl` и `ioctl`](https://python-all.ru/3.15/library/fcntl.html)6499 - [`resource` – Информация об использовании ресурсов](https://python-all.ru/3.15/library/resource.html)65006501 - [Ограничения ресурсов](https://python-all.ru/3.15/library/resource.html#resource-limits)6502 - [Использование ресурсов](https://python-all.ru/3.15/library/resource.html#resource-usage)6503 - [`syslog` – Функции библиотеки syslog Unix](https://python-all.ru/3.15/library/syslog.html)65046505 - [Примеры](https://python-all.ru/3.15/library/syslog.html#examples)65066507 - [Простой пример](https://python-all.ru/3.15/library/syslog.html#simple-example)6508 - [Интерфейс командной строки модулей (CLI)](https://python-all.ru/3.15/library/cmdline.html)6509 - [Заменённые модули](https://python-all.ru/3.15/library/superseded.html)65106511 - [`getopt` – Парсер параметров командной строки в стиле C](https://python-all.ru/3.15/library/getopt.html)6512 - [`profile` – Профилировщик на чистом Python](https://python-all.ru/3.15/library/profile.html)65136514 - [Миграция](https://python-all.ru/3.15/library/profile.html#migration)6515 - [Справочник по модулям `profile` и `profiling.tracing`](https://python-all.ru/3.15/library/profile.html#profile-and-profiling-tracing-module-reference)6516 - [Отличия от `profiling.tracing`](https://python-all.ru/3.15/library/profile.html#differences-from-profiling-tracing)6517 - [Что такое детерминированное профилирование?](https://python-all.ru/3.15/library/profile.html#what-is-deterministic-profiling)6518 - [Ограничения](https://python-all.ru/3.15/library/profile.html#limitations)6519 - [Калибровка](https://python-all.ru/3.15/library/profile.html#calibration)6520 - [Использование пользовательского таймера](https://python-all.ru/3.15/library/profile.html#using-a-custom-timer)6521 - [Удалённые модули](https://python-all.ru/3.15/library/removed.html)6522 - [Вопросы безопасности](https://python-all.ru/3.15/library/security_warnings.html)6523- [Расширение и встраивание интерпретатора Python](https://python-all.ru/3.15/extending/index.html)65246525 - [Рекомендуемые сторонние инструменты](https://python-all.ru/3.15/extending/index.html#recommended-third-party-tools)6526 - [Руководство по C API](https://python-all.ru/3.15/extending/index.html#c-api-tutorial)6527 - [Руководства по темам среднего уровня](https://python-all.ru/3.15/extending/index.html#guides-for-intermediate-topics)6528 - [Встраивание среды выполнения CPython в более крупное приложение](https://python-all.ru/3.15/extending/index.html#embedding-the-cpython-runtime-in-a-larger-application)6529- [Справочное руководство по Python/C API](https://python-all.ru/3.15/c-api/index.html)65306531 - [Введение](https://python-all.ru/3.15/c-api/intro.html)65326533 - [Совместимость версий языка](https://python-all.ru/3.15/c-api/intro.html#language-version-compatibility)6534 - [Стандарты кодирования](https://python-all.ru/3.15/c-api/intro.html#coding-standards)6535 - [Заголовочные файлы](https://python-all.ru/3.15/c-api/intro.html#include-files)65366537 - [Системные include-каталоги](https://python-all.ru/3.15/c-api/intro.html#system-includes)6538 - [Полезные макросы](https://python-all.ru/3.15/c-api/intro.html#useful-macros)65396540 - [Макросы строк документации](https://python-all.ru/3.15/c-api/intro.html#docstring-macros)6541 - [Макросы общего назначения](https://python-all.ru/3.15/c-api/intro.html#general-utility-macros)65426543 - [Числовые утилиты](https://python-all.ru/3.15/c-api/intro.html#numeric-utilities)6544 - [Утилиты утверждений](https://python-all.ru/3.15/c-api/intro.html#assertion-utilities)6545 - [Утилиты размеров типов](https://python-all.ru/3.15/c-api/intro.html#type-size-utilities)6546 - [Утилиты определения макросов](https://python-all.ru/3.15/c-api/intro.html#macro-definition-utilities)6547 - [Утилиты объявлений](https://python-all.ru/3.15/c-api/intro.html#declaration-utilities)6548 - [Устаревшие макросы](https://python-all.ru/3.15/c-api/intro.html#outdated-macros)6549 - [Объекты, типы и счетчики ссылок](https://python-all.ru/3.15/c-api/intro.html#objects-types-and-reference-counts)65506551 - [Счётчики ссылок](https://python-all.ru/3.15/c-api/intro.html#reference-counts)65526553 - [Подробности подсчёта ссылок](https://python-all.ru/3.15/c-api/intro.html#reference-count-details)6554 - [Типы](https://python-all.ru/3.15/c-api/intro.html#types)6555 - [Исключения](https://python-all.ru/3.15/c-api/intro.html#exceptions)6556 - [Встраивание Python](https://python-all.ru/3.15/c-api/intro.html#embedding-python)6557 - [Отладочные сборки](https://python-all.ru/3.15/c-api/intro.html#debugging-builds)6558 - [Рекомендуемые сторонние инструменты](https://python-all.ru/3.15/c-api/intro.html#recommended-third-party-tools)6559 - [Стабильность C API и ABI](https://python-all.ru/3.15/c-api/stable.html)65606561 - [Нестабильное C API](https://python-all.ru/3.15/c-api/stable.html#unstable-c-api)6562 - [Стабильные интерфейсы двоичных приложений](https://python-all.ru/3.15/c-api/stable.html#stable-application-binary-interfaces)65636564 - [Компиляция для Stable ABI](https://python-all.ru/3.15/c-api/stable.html#compiling-for-stable-abi)6565 - [Область применения и производительность Stable ABI](https://python-all.ru/3.15/c-api/stable.html#stable-abi-scope-and-performance)6566 - [Предостережения относительно Stable ABI](https://python-all.ru/3.15/c-api/stable.html#stable-abi-caveats)6567 - [Особенности платформ](https://python-all.ru/3.15/c-api/stable.html#platform-considerations)6568 - [Проверка ABI](https://python-all.ru/3.15/c-api/stable.html#abi-checking)6569 - [Содержимое ограниченного API](https://python-all.ru/3.15/c-api/stable.html#contents-of-limited-api)6570 - [Очень высокоуровневый слой](https://python-all.ru/3.15/c-api/veryhigh.html)65716572 - [Доступные стартовые символы](https://python-all.ru/3.15/c-api/veryhigh.html#available-start-symbols)6573 - [Влияние на стек](https://python-all.ru/3.15/c-api/veryhigh.html#stack-effects)6574 - [Подсчёт ссылок](https://python-all.ru/3.15/c-api/refcounting.html)6575 - [Обработка исключений](https://python-all.ru/3.15/c-api/exceptions.html)65766577 - [Вывод и очистка](https://python-all.ru/3.15/c-api/exceptions.html#printing-and-clearing)6578 - [Возбуждение исключений](https://python-all.ru/3.15/c-api/exceptions.html#raising-exceptions)6579 - [Выдача предупреждений](https://python-all.ru/3.15/c-api/exceptions.html#issuing-warnings)6580 - [Запрос индикатора ошибки](https://python-all.ru/3.15/c-api/exceptions.html#querying-the-error-indicator)6581 - [Обработка сигналов](https://python-all.ru/3.15/c-api/exceptions.html#signal-handling)6582 - [Классы исключений](https://python-all.ru/3.15/c-api/exceptions.html#exception-classes)6583 - [Объекты исключений](https://python-all.ru/3.15/c-api/exceptions.html#exception-objects)6584 - [Объекты исключений Unicode](https://python-all.ru/3.15/c-api/exceptions.html#unicode-exception-objects)6585 - [Управление рекурсией](https://python-all.ru/3.15/c-api/exceptions.html#recursion-control)6586 - [Типы исключений и предупреждений](https://python-all.ru/3.15/c-api/exceptions.html#exception-and-warning-types)65876588 - [Типы исключений](https://python-all.ru/3.15/c-api/exceptions.html#exception-types)6589 - [Псевдонимы OSError](https://python-all.ru/3.15/c-api/exceptions.html#oserror-aliases)6590 - [Типы предупреждений](https://python-all.ru/3.15/c-api/exceptions.html#warning-types)6591 - [Трассировки](https://python-all.ru/3.15/c-api/exceptions.html#tracebacks)6592 - [Определение модулей-расширений](https://python-all.ru/3.15/c-api/extension-modules.html)65936594 - [Хук экспорта расширения](https://python-all.ru/3.15/c-api/extension-modules.html#extension-export-hook)6595 - [Многофазная инициализация](https://python-all.ru/3.15/c-api/extension-modules.html#multi-phase-initialization)6596 - [Несколько экземпляров модуля](https://python-all.ru/3.15/c-api/extension-modules.html#multiple-module-instances)6597 - [функция `PyInit`](https://python-all.ru/3.15/c-api/extension-modules.html#pyinit-function)65986599 - [Устаревшая однофазная инициализация](https://python-all.ru/3.15/c-api/extension-modules.html#legacy-single-phase-initialization)6600 - [Слоты определения](https://python-all.ru/3.15/c-api/slots.html)66016602 - [Удобные макросы](https://python-all.ru/3.15/c-api/slots.html#convenience-macros)6603 - [Общие идентификаторы слотов](https://python-all.ru/3.15/c-api/slots.html#common-slot-ids)6604 - [Утилиты](https://python-all.ru/3.15/c-api/utilities.html)66056606 - [Утилиты операционной системы](https://python-all.ru/3.15/c-api/sys.html)6607 - [Системные функции](https://python-all.ru/3.15/c-api/sys.html#system-functions)6608 - [Управление процессами](https://python-all.ru/3.15/c-api/sys.html#process-control)6609 - [Импорт модулей](https://python-all.ru/3.15/c-api/import.html)6610 - [Поддержка маршалинга данных](https://python-all.ru/3.15/c-api/marshal.html)6611 - [Разбор аргументов и сборка значений](https://python-all.ru/3.15/c-api/arg.html)66126613 - [Разбор аргументов](https://python-all.ru/3.15/c-api/arg.html#parsing-arguments)66146615 - [Строки и буферы](https://python-all.ru/3.15/c-api/arg.html#strings-and-buffers)6616 - [Числа](https://python-all.ru/3.15/c-api/arg.html#numbers)6617 - [Другие объекты](https://python-all.ru/3.15/c-api/arg.html#other-objects)6618 - [Функции API](https://python-all.ru/3.15/c-api/arg.html#api-functions)6619 - [Сборка значений](https://python-all.ru/3.15/c-api/arg.html#building-values)6620 - [Преобразование и форматирование строк](https://python-all.ru/3.15/c-api/conversion.html)6621 - [Классификация и преобразование символов](https://python-all.ru/3.15/c-api/conversion.html#character-classification-and-conversion)6622 - [PyHash API](https://python-all.ru/3.15/c-api/hash.html)6623 - [Рефлексия](https://python-all.ru/3.15/c-api/reflection.html)6624 - [Реестр кодировок и вспомогательные функции](https://python-all.ru/3.15/c-api/codec.html)66256626 - [API поиска кодировок](https://python-all.ru/3.15/c-api/codec.html#codec-lookup-api)6627 - [API реестра обработчиков ошибок кодирования Unicode](https://python-all.ru/3.15/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers)6628 - [Вспомогательные переменные кодировок](https://python-all.ru/3.15/c-api/codec.html#codec-utility-variables)6629 - [PyTime C API](https://python-all.ru/3.15/c-api/time.html)66306631 - [Типы](https://python-all.ru/3.15/c-api/time.html#types)6632 - [Функции часов](https://python-all.ru/3.15/c-api/time.html#clock-functions)6633 - [Низкоуровневые функции часов](https://python-all.ru/3.15/c-api/time.html#raw-clock-functions)6634 - [Функции преобразования](https://python-all.ru/3.15/c-api/time.html#conversion-functions)6635 - [Поддержка карт производительности](https://python-all.ru/3.15/c-api/perfmaps.html)6636 - [Слой абстрактных объектов](https://python-all.ru/3.15/c-api/abstract.html)66376638 - [Протокол объекта](https://python-all.ru/3.15/c-api/object.html)6639 - [Протокол вызова](https://python-all.ru/3.15/c-api/call.html)66406641 - [Протокол *tp\_call*](https://python-all.ru/3.15/c-api/call.html#the-tp-call-protocol)6642 - [Протокол Vectorcall](https://python-all.ru/3.15/c-api/call.html#the-vectorcall-protocol)66436644 - [Управление рекурсией](https://python-all.ru/3.15/c-api/call.html#recursion-control)6645 - [API поддержки vectorcall](https://python-all.ru/3.15/c-api/call.html#vectorcall-support-api)6646 - [API вызова объектов](https://python-all.ru/3.15/c-api/call.html#object-calling-api)6647 - [API поддержки вызова](https://python-all.ru/3.15/c-api/call.html#call-support-api)6648 - [Протокол чисел](https://python-all.ru/3.15/c-api/number.html)6649 - [Протокол последовательностей](https://python-all.ru/3.15/c-api/sequence.html)6650 - [Протокол отображений](https://python-all.ru/3.15/c-api/mapping.html)6651 - [Протокол итератора](https://python-all.ru/3.15/c-api/iter.html)6652 - [Протокол буфера](https://python-all.ru/3.15/c-api/buffer.html)66536654 - [Структура буфера](https://python-all.ru/3.15/c-api/buffer.html#buffer-structure)6655 - [Типы запросов буфера](https://python-all.ru/3.15/c-api/buffer.html#buffer-request-types)66566657 - [поля, не зависящие от запроса](https://python-all.ru/3.15/c-api/buffer.html#request-independent-fields)6658 - [только для чтения, формат](https://python-all.ru/3.15/c-api/buffer.html#readonly-format)6659 - [форма, шаги, подсмещения](https://python-all.ru/3.15/c-api/buffer.html#shape-strides-suboffsets)6660 - [запросы непрерывности](https://python-all.ru/3.15/c-api/buffer.html#contiguity-requests)6661 - [составные запросы](https://python-all.ru/3.15/c-api/buffer.html#compound-requests)6662 - [Комплексные массивы](https://python-all.ru/3.15/c-api/buffer.html#complex-arrays)66636664 - [В стиле NumPy: форма и шаги](https://python-all.ru/3.15/c-api/buffer.html#numpy-style-shape-and-strides)6665 - [В стиле PIL: форма, шаги и под-смещения](https://python-all.ru/3.15/c-api/buffer.html#pil-style-shape-strides-and-suboffsets)6666 - [Функции, связанные с буферами](https://python-all.ru/3.15/c-api/buffer.html#buffer-related-functions)6667 - [Слой конкретных объектов](https://python-all.ru/3.15/c-api/concrete.html)66686669 - [Базовые объекты](https://python-all.ru/3.15/c-api/concrete.html#fundamental-objects)66706671 - [Объекты типов](https://python-all.ru/3.15/c-api/type.html)66726673 - [Создание типов, размещаемых в куче](https://python-all.ru/3.15/c-api/type.html#creating-heap-allocated-types)66746675 - [Идентификаторы слотов типов](https://python-all.ru/3.15/c-api/type.html#type-slot-ids)6676 - [Частично устаревший API](https://python-all.ru/3.15/c-api/type.html#soft-deprecated-api)6677 - [Объект `None`](https://python-all.ru/3.15/c-api/none.html)6678 - [Числовые объекты](https://python-all.ru/3.15/c-api/concrete.html#numeric-objects)66796680 - [Объекты целых чисел](https://python-all.ru/3.15/c-api/long.html)66816682 - [Экспортный API](https://python-all.ru/3.15/c-api/long.html#export-api)6683 - [PyLongWriter API](https://python-all.ru/3.15/c-api/long.html#pylongwriter-api)6684 - [Устаревший API](https://python-all.ru/3.15/c-api/long.html#deprecated-api)6685 - [Объекты логических значений](https://python-all.ru/3.15/c-api/bool.html)6686 - [Объекты чисел с плавающей запятой](https://python-all.ru/3.15/c-api/float.html)66876688 - [Функции упаковки и распаковки](https://python-all.ru/3.15/c-api/float.html#pack-and-unpack-functions)66896690 - [Функции упаковки](https://python-all.ru/3.15/c-api/float.html#pack-functions)6691 - [Функции распаковки](https://python-all.ru/3.15/c-api/float.html#unpack-functions)6692 - [Объекты комплексных чисел](https://python-all.ru/3.15/c-api/complex.html)66936694 - [Комплексные числа как структуры C](https://python-all.ru/3.15/c-api/complex.html#complex-numbers-as-c-structures)6695 - [Объекты последовательностей](https://python-all.ru/3.15/c-api/concrete.html#sequence-objects)66966697 - [Объекты bytes](https://python-all.ru/3.15/c-api/bytes.html)6698 - [PyBytesWriter](https://python-all.ru/3.15/c-api/bytes.html#pybyteswriter)66996700 - [Создание, завершение, отбрасывание](https://python-all.ru/3.15/c-api/bytes.html#create-finish-discard)6701 - [Высокоуровневый API](https://python-all.ru/3.15/c-api/bytes.html#high-level-api)6702 - [Геттеры](https://python-all.ru/3.15/c-api/bytes.html#getters)6703 - [Низкоуровневый API](https://python-all.ru/3.15/c-api/bytes.html#low-level-api)6704 - [Объекты массива байтов](https://python-all.ru/3.15/c-api/bytearray.html)67056706 - [Макросы проверки типа](https://python-all.ru/3.15/c-api/bytearray.html#type-check-macros)6707 - [Функции прямого API](https://python-all.ru/3.15/c-api/bytearray.html#direct-api-functions)6708 - [Макросы](https://python-all.ru/3.15/c-api/bytearray.html#macros)6709 - [Объекты Unicode и кодеки](https://python-all.ru/3.15/c-api/unicode.html)67106711 - [Объекты Unicode](https://python-all.ru/3.15/c-api/unicode.html#unicode-objects)67126713 - [Тип Юникода](https://python-all.ru/3.15/c-api/unicode.html#unicode-type)6714 - [Свойства символов Юникода](https://python-all.ru/3.15/c-api/unicode.html#unicode-character-properties)6715 - [Создание и доступ к строкам Юникода](https://python-all.ru/3.15/c-api/unicode.html#creating-and-accessing-unicode-strings)6716 - [Локальная кодировка](https://python-all.ru/3.15/c-api/unicode.html#locale-encoding)6717 - [Кодировка файловой системы](https://python-all.ru/3.15/c-api/unicode.html#file-system-encoding)6718 - [Поддержка wchar\_t](https://python-all.ru/3.15/c-api/unicode.html#wchar-t-support)6719 - [Встроенные кодеки](https://python-all.ru/3.15/c-api/unicode.html#built-in-codecs)67206721 - [Общие кодеки](https://python-all.ru/3.15/c-api/unicode.html#generic-codecs)6722 - [Кодеки UTF-8](https://python-all.ru/3.15/c-api/unicode.html#utf-8-codecs)6723 - [Кодеки UTF-32](https://python-all.ru/3.15/c-api/unicode.html#utf-32-codecs)6724 - [Кодеки UTF-16](https://python-all.ru/3.15/c-api/unicode.html#utf-16-codecs)6725 - [Кодеки UTF-7](https://python-all.ru/3.15/c-api/unicode.html#utf-7-codecs)6726 - [Кодеки Unicode-Escape](https://python-all.ru/3.15/c-api/unicode.html#unicode-escape-codecs)6727 - [Кодеки Raw-Unicode-Escape](https://python-all.ru/3.15/c-api/unicode.html#raw-unicode-escape-codecs)6728 - [Кодеки Latin-1](https://python-all.ru/3.15/c-api/unicode.html#latin-1-codecs)6729 - [Кодеки ASCII](https://python-all.ru/3.15/c-api/unicode.html#ascii-codecs)6730 - [Кодеки символьной карты](https://python-all.ru/3.15/c-api/unicode.html#character-map-codecs)6731 - [Кодеки MBCS для Windows](https://python-all.ru/3.15/c-api/unicode.html#mbcs-codecs-for-windows)6732 - [Методы и слот-функции](https://python-all.ru/3.15/c-api/unicode.html#methods-and-slot-functions)6733 - [PyUnicodeWriter](https://python-all.ru/3.15/c-api/unicode.html#pyunicodewriter)6734 - [Устаревший API](https://python-all.ru/3.15/c-api/unicode.html#deprecated-api)6735 - [Кортежи](https://python-all.ru/3.15/c-api/tuple.html)6736 - [Объекты структурных последовательностей](https://python-all.ru/3.15/c-api/tuple.html#struct-sequence-objects)6737 - [Списки](https://python-all.ru/3.15/c-api/list.html)6738 - [Объекты контейнеров](https://python-all.ru/3.15/c-api/concrete.html#container-objects)67396740 - [Словари](https://python-all.ru/3.15/c-api/dict.html)67416742 - [Объекты представлений словаря](https://python-all.ru/3.15/c-api/dict.html#dictionary-view-objects)6743 - [Объекты замороженных словарей](https://python-all.ru/3.15/c-api/dict.html#frozen-dictionary-objects)6744 - [Упорядоченные словари](https://python-all.ru/3.15/c-api/dict.html#ordered-dictionaries)6745 - [Множества](https://python-all.ru/3.15/c-api/set.html)67466747 - [Устаревший API](https://python-all.ru/3.15/c-api/set.html#deprecated-api)6748 - [Объекты функций](https://python-all.ru/3.15/c-api/concrete.html#function-objects)67496750 - [Объекты функций](https://python-all.ru/3.15/c-api/function.html)6751 - [Объекты методов экземпляра](https://python-all.ru/3.15/c-api/method.html)6752 - [Объекты методов](https://python-all.ru/3.15/c-api/method.html#method-objects)6753 - [Объекты ячеек](https://python-all.ru/3.15/c-api/cell.html)6754 - [Объекты кода](https://python-all.ru/3.15/c-api/code.html)6755 - [Флаги объектов кода](https://python-all.ru/3.15/c-api/code.html#code-object-flags)6756 - [Дополнительная информация](https://python-all.ru/3.15/c-api/code.html#extra-information)6757 - [Прочие объекты](https://python-all.ru/3.15/c-api/concrete.html#other-objects)67586759 - [Объекты файлов](https://python-all.ru/3.15/c-api/file.html)67606761 - [Частично устаревший API](https://python-all.ru/3.15/c-api/file.html#soft-deprecated-api)6762 - [Объекты модулей](https://python-all.ru/3.15/c-api/module.html)67636764 - [Определение модуля](https://python-all.ru/3.15/c-api/module.html#module-definition)67656766 - [Слоты метаданных](https://python-all.ru/3.15/c-api/module.html#metadata-slots)6767 - [Слоты возможностей](https://python-all.ru/3.15/c-api/module.html#feature-slots)6768 - [Слоты создания и инициализации](https://python-all.ru/3.15/c-api/module.html#creation-and-initialization-slots)6769 - [Состояние модуля](https://python-all.ru/3.15/c-api/module.html#module-state)67706771 - [Слоты для определения состояния модуля](https://python-all.ru/3.15/c-api/module.html#slots-for-defining-module-state)6772 - [Токен модуля](https://python-all.ru/3.15/c-api/module.html#module-token)6773 - [Динамическое создание модулей расширения](https://python-all.ru/3.15/c-api/module.html#creating-extension-modules-dynamically)6774 - [Структура определения модуля](https://python-all.ru/3.15/c-api/module.html#module-definition-struct)6775 - [Вспомогательные функции](https://python-all.ru/3.15/c-api/module.html#support-functions)67766777 - [Поиск модуля (однофазовая инициализация)](https://python-all.ru/3.15/c-api/module.html#module-lookup-single-phase-initialization)6778 - [Объекты итераторов](https://python-all.ru/3.15/c-api/iterator.html)67796780 - [Объекты range](https://python-all.ru/3.15/c-api/iterator.html#range-objects)6781 - [Встроенные типы итераторов](https://python-all.ru/3.15/c-api/iterator.html#builtin-iterator-types)6782 - [Прочие объекты итераторов](https://python-all.ru/3.15/c-api/iterator.html#other-iterator-objects)6783 - [Объекты дескрипторов](https://python-all.ru/3.15/c-api/descriptor.html)67846785 - [Встроенные дескрипторы](https://python-all.ru/3.15/c-api/descriptor.html#built-in-descriptors)6786 - [Объекты срезов](https://python-all.ru/3.15/c-api/slice.html)67876788 - [Объект Ellipsis](https://python-all.ru/3.15/c-api/slice.html#ellipsis-object)6789 - [Объекты memoryview](https://python-all.ru/3.15/c-api/memoryview.html)6790 - [Объекты буфера pickle](https://python-all.ru/3.15/c-api/picklebuffer.html)6791 - [Объекты слабых ссылок](https://python-all.ru/3.15/c-api/weakref.html)6792 - [Капсулы](https://python-all.ru/3.15/c-api/capsule.html)6793 - [Сторожевые объекты](https://python-all.ru/3.15/c-api/sentinel.html)6794 - [Объекты фреймов](https://python-all.ru/3.15/c-api/frame.html)67956796 - [Прокси локальных переменных фрейма](https://python-all.ru/3.15/c-api/frame.html#frame-locals-proxies)6797 - [Устаревшие API для локальных переменных](https://python-all.ru/3.15/c-api/frame.html#legacy-local-variable-apis)6798 - [Внутренние фреймы](https://python-all.ru/3.15/c-api/frame.html#internal-frames)6799 - [Объекты-генераторы](https://python-all.ru/3.15/c-api/gen.html)68006801 - [Объекты асинхронных генераторов](https://python-all.ru/3.15/c-api/gen.html#asynchronous-generator-objects)6802 - [Устаревший API](https://python-all.ru/3.15/c-api/gen.html#deprecated-api)6803 - [Объекты корутин](https://python-all.ru/3.15/c-api/coro.html)6804 - [Объекты контекстных переменных](https://python-all.ru/3.15/c-api/contextvars.html)6805 - [Объекты для аннотации типов](https://python-all.ru/3.15/c-api/typehints.html)6806 - [C API для модулей расширения](https://python-all.ru/3.15/c-api/concrete.html#c-api-for-extension-modules)68076808 - [C API библиотеки curses](https://python-all.ru/3.15/c-api/curses.html)6809 - [Внутренние данные](https://python-all.ru/3.15/c-api/curses.html#internal-data)6810 - [Объекты datetime](https://python-all.ru/3.15/c-api/datetime.html)6811 - [Внутренние данные](https://python-all.ru/3.15/c-api/datetime.html#internal-data)6812 - [Инициализация и завершение интерпретатора](https://python-all.ru/3.15/c-api/interp-lifecycle.html)68136814 - [Перед инициализацией Python](https://python-all.ru/3.15/c-api/interp-lifecycle.html#before-python-initialization)6815 - [Глобальные переменные конфигурации](https://python-all.ru/3.15/c-api/interp-lifecycle.html#global-configuration-variables)6816 - [Инициализация и финализация интерпретатора](https://python-all.ru/3.15/c-api/interp-lifecycle.html#initializing-and-finalizing-the-interpreter)6817 - [Предостережения относительно финализации интерпретатора](https://python-all.ru/3.15/c-api/interp-lifecycle.html#cautions-regarding-interpreter-finalization)6818 - [Представления интерпретатора](https://python-all.ru/3.15/c-api/interp-lifecycle.html#interpreter-views)6819 - [Параметры уровня процесса](https://python-all.ru/3.15/c-api/interp-lifecycle.html#process-wide-parameters)6820 - [Состояния потоков и глобальная блокировка интерпретатора](https://python-all.ru/3.15/c-api/threads.html)68216822 - [Отсоединение состояния потока от кода расширения](https://python-all.ru/3.15/c-api/threads.html#detaching-the-thread-state-from-extension-code)68236824 - [API](https://python-all.ru/3.15/c-api/threads.html#apis)6825 - [Использование C API из внешних потоков](https://python-all.ru/3.15/c-api/threads.html#using-the-c-api-from-foreign-threads)68266827 - [Повторное использование состояния потока в нескольких вызовах](https://python-all.ru/3.15/c-api/threads.html#reusing-a-thread-state-across-repeated-calls)6828 - [Присоединение и отсоединение состояний потока](https://python-all.ru/3.15/c-api/threads.html#attaching-detaching-thread-states)6829 - [API состояния GIL](https://python-all.ru/3.15/c-api/threads.html#gil-state-apis)6830 - [Предостережения о fork()](https://python-all.ru/3.15/c-api/threads.html#cautions-about-fork)6831 - [API высокого уровня](https://python-all.ru/3.15/c-api/threads.html#high-level-apis)6832 - [API низкого уровня](https://python-all.ru/3.15/c-api/threads.html#low-level-apis)6833 - [Асинхронные уведомления](https://python-all.ru/3.15/c-api/threads.html#asynchronous-notifications)6834 - [API потоков операционной системы](https://python-all.ru/3.15/c-api/threads.html#operating-system-thread-apis)6835 - [Примитивы синхронизации](https://python-all.ru/3.15/c-api/synchronization.html)68366837 - [API критической секции Python](https://python-all.ru/3.15/c-api/synchronization.html#python-critical-section-api)68386839 - [Низкоуровневый API критических секций](https://python-all.ru/3.15/c-api/synchronization.html#low-level-critical-section-api)6840 - [Устаревшие API блокировок](https://python-all.ru/3.15/c-api/synchronization.html#legacy-locking-apis)6841 - [Поддержка локального хранилища потоков](https://python-all.ru/3.15/c-api/tls.html)68426843 - [API хранилища, специфичного для потоков](https://python-all.ru/3.15/c-api/tls.html#thread-specific-storage-api)6844 - [Динамическое выделение памяти](https://python-all.ru/3.15/c-api/tls.html#dynamic-allocation)6845 - [Методы](https://python-all.ru/3.15/c-api/tls.html#methods)6846 - [Устаревшие API](https://python-all.ru/3.15/c-api/tls.html#legacy-apis)6847 - [Несколько интерпретаторов в процессе Python](https://python-all.ru/3.15/c-api/subinterpreters.html)68486849 - [GIL для каждого интерпретатора](https://python-all.ru/3.15/c-api/subinterpreters.html#a-per-interpreter-gil)6850 - [Ошибки и предостережения](https://python-all.ru/3.15/c-api/subinterpreters.html#bugs-and-caveats)6851 - [API высокого уровня](https://python-all.ru/3.15/c-api/subinterpreters.html#high-level-apis)6852 - [API низкого уровня](https://python-all.ru/3.15/c-api/subinterpreters.html#low-level-apis)6853 - [Расширенная поддержка отладчика](https://python-all.ru/3.15/c-api/subinterpreters.html#advanced-debugger-support)6854 - [Профилирование и трассировка](https://python-all.ru/3.15/c-api/profiling.html)6855 - [Трассировка ссылок](https://python-all.ru/3.15/c-api/profiling.html#reference-tracing)6856 - [Конфигурация инициализации Python](https://python-all.ru/3.15/c-api/init_config.html)68576858 - [PyInitConfig C API](https://python-all.ru/3.15/c-api/init_config.html#pyinitconfig-c-api)68596860 - [Пример](https://python-all.ru/3.15/c-api/init_config.html#example)6861 - [Создание конфигурации](https://python-all.ru/3.15/c-api/init_config.html#create-config)6862 - [Обработка ошибок](https://python-all.ru/3.15/c-api/init_config.html#error-handling)6863 - [Получение параметров](https://python-all.ru/3.15/c-api/init_config.html#get-options)6864 - [Установка параметров](https://python-all.ru/3.15/c-api/init_config.html#set-options)6865 - [Модуль](https://python-all.ru/3.15/c-api/init_config.html#module)6866 - [Инициализация Python](https://python-all.ru/3.15/c-api/init_config.html#initialize-python)6867 - [Параметры конфигурации](https://python-all.ru/3.15/c-api/init_config.html#configuration-options)6868 - [API конфигурации времени выполнения Python](https://python-all.ru/3.15/c-api/init_config.html#runtime-python-configuration-api)6869 - [PyConfig C API](https://python-all.ru/3.15/c-api/init_config.html#pyconfig-c-api)68706871 - [Пример](https://python-all.ru/3.15/c-api/init_config.html#id1)6872 - [PyWideStringList](https://python-all.ru/3.15/c-api/init_config.html#pywidestringlist)6873 - [PyStatus](https://python-all.ru/3.15/c-api/init_config.html#pystatus)6874 - [PyPreConfig](https://python-all.ru/3.15/c-api/init_config.html#pypreconfig)6875 - [Предварительная инициализация Python с помощью PyPreConfig](https://python-all.ru/3.15/c-api/init_config.html#preinitialize-python-with-pypreconfig)6876 - [PyConfig](https://python-all.ru/3.15/c-api/init_config.html#pyconfig)6877 - [Инициализация с помощью PyConfig](https://python-all.ru/3.15/c-api/init_config.html#initialization-with-pyconfig)6878 - [Изолированная конфигурация](https://python-all.ru/3.15/c-api/init_config.html#isolated-configuration)6879 - [Конфигурация Python](https://python-all.ru/3.15/c-api/init_config.html#python-configuration)6880 - [Конфигурация путей Python](https://python-all.ru/3.15/c-api/init_config.html#python-path-configuration)6881 - [Py\_GetArgcArgv()](https://python-all.ru/3.15/c-api/init_config.html#py-getargcargv)6882 - [Приватный предварительный API многофазной инициализации](https://python-all.ru/3.15/c-api/init_config.html#multi-phase-initialization-private-provisional-api)6883 - [Управление памятью](https://python-all.ru/3.15/c-api/memory.html)68846885 - [Обзор](https://python-all.ru/3.15/c-api/memory.html#overview)6886 - [Домены аллокаторов](https://python-all.ru/3.15/c-api/memory.html#allocator-domains)6887 - [Интерфейс низкоуровневой памяти](https://python-all.ru/3.15/c-api/memory.html#raw-memory-interface)6888 - [Интерфейс памяти](https://python-all.ru/3.15/c-api/memory.html#memory-interface)68896890 - [Устаревшие псевдонимы](https://python-all.ru/3.15/c-api/memory.html#deprecated-aliases)6891 - [Аллокаторы объектов](https://python-all.ru/3.15/c-api/memory.html#object-allocators)6892 - [Аллокаторы памяти по умолчанию](https://python-all.ru/3.15/c-api/memory.html#default-memory-allocators)6893 - [Настройка аллокаторов памяти](https://python-all.ru/3.15/c-api/memory.html#customize-memory-allocators)6894 - [Отладочные перехватчики аллокаторов памяти Python](https://python-all.ru/3.15/c-api/memory.html#debug-hooks-on-the-python-memory-allocators)6895 - [Аллокатор pymalloc](https://python-all.ru/3.15/c-api/memory.html#the-pymalloc-allocator)68966897 - [Настройка аренного аллокатора pymalloc](https://python-all.ru/3.15/c-api/memory.html#customize-pymalloc-arena-allocator)6898 - [Аллокатор mimalloc](https://python-all.ru/3.15/c-api/memory.html#the-mimalloc-allocator)6899 - [C API модуля tracemalloc](https://python-all.ru/3.15/c-api/memory.html#tracemalloc-c-api)6900 - [Примеры](https://python-all.ru/3.15/c-api/memory.html#examples)6901 - [Поддержка реализации объектов](https://python-all.ru/3.15/c-api/objimpl.html)69026903 - [Выделение объектов в куче](https://python-all.ru/3.15/c-api/allocation.html)69046905 - [Мягко устаревшие псевдонимы](https://python-all.ru/3.15/c-api/allocation.html#soft-deprecated-aliases)6906 - [Жизненный цикл объекта](https://python-all.ru/3.15/c-api/lifecycle.html)69076908 - [События жизненного цикла](https://python-all.ru/3.15/c-api/lifecycle.html#life-events)6909 - [Уничтожение циклических изолятов](https://python-all.ru/3.15/c-api/lifecycle.html#cyclic-isolate-destruction)6910 - [Функции](https://python-all.ru/3.15/c-api/lifecycle.html#functions)6911 - [Общие структуры объектов](https://python-all.ru/3.15/c-api/structures.html)69126913 - [Базовые типы объектов и макросы](https://python-all.ru/3.15/c-api/structures.html#base-object-types-and-macros)6914 - [Реализация функций и методов](https://python-all.ru/3.15/c-api/structures.html#implementing-functions-and-methods)6915 - [Доступ к атрибутам типов-расширений](https://python-all.ru/3.15/c-api/structures.html#accessing-attributes-of-extension-types)69166917 - [Флаги членов](https://python-all.ru/3.15/c-api/structures.html#member-flags)6918 - [Типы членов](https://python-all.ru/3.15/c-api/structures.html#member-types)6919 - [Определение геттеров и сеттеров](https://python-all.ru/3.15/c-api/structures.html#defining-getters-and-setters)6920 - [Структуры объектов типов](https://python-all.ru/3.15/c-api/typeobj.html)69216922 - [Краткий справочник](https://python-all.ru/3.15/c-api/typeobj.html#quick-reference)69236924 - [“tp slots”](https://python-all.ru/3.15/c-api/typeobj.html#tp-slots)6925 - [под-слоты](https://python-all.ru/3.15/c-api/typeobj.html#sub-slots)6926 - [typedefs слотов](https://python-all.ru/3.15/c-api/typeobj.html#slot-typedefs)6927 - [Определение PyTypeObject](https://python-all.ru/3.15/c-api/typeobj.html#pytypeobject-definition)6928 - [Слоты PyObject](https://python-all.ru/3.15/c-api/typeobj.html#pyobject-slots)6929 - [Слоты PyVarObject](https://python-all.ru/3.15/c-api/typeobj.html#pyvarobject-slots)6930 - [Слоты PyTypeObject](https://python-all.ru/3.15/c-api/typeobj.html#pytypeobject-slots)6931 - [Статические типы](https://python-all.ru/3.15/c-api/typeobj.html#static-types)6932 - [Типы в куче](https://python-all.ru/3.15/c-api/typeobj.html#heap-types)6933 - [Структуры числовых объектов](https://python-all.ru/3.15/c-api/typeobj.html#number-object-structures)6934 - [Структуры объектов отображений](https://python-all.ru/3.15/c-api/typeobj.html#mapping-object-structures)6935 - [Структуры объектов последовательностей](https://python-all.ru/3.15/c-api/typeobj.html#sequence-object-structures)6936 - [Структуры буферных объектов](https://python-all.ru/3.15/c-api/typeobj.html#buffer-object-structures)6937 - [Структуры асинхронных объектов](https://python-all.ru/3.15/c-api/typeobj.html#async-object-structures)6938 - [typedefs типов слотов](https://python-all.ru/3.15/c-api/typeobj.html#slot-type-typedefs)6939 - [Примеры](https://python-all.ru/3.15/c-api/typeobj.html#examples)6940 - [Поддержка циклической сборки мусора](https://python-all.ru/3.15/c-api/gcsupport.html)69416942 - [Обход](https://python-all.ru/3.15/c-api/gcsupport.html#traversal)69436944 - [Функции, безопасные для обхода](https://python-all.ru/3.15/c-api/gcsupport.html#traversal-safe-functions)6945 - [Функции “DuringGC”](https://python-all.ru/3.15/c-api/gcsupport.html#duringgc-functions)6946 - [Управление состоянием сборщика мусора](https://python-all.ru/3.15/c-api/gcsupport.html#controlling-the-garbage-collector-state)6947 - [Запрос состояния сборщика мусора](https://python-all.ru/3.15/c-api/gcsupport.html#querying-garbage-collector-state)6948 - [Версионирование API и ABI](https://python-all.ru/3.15/c-api/apiabiversion.html)69496950 - [Константы версии времени сборки](https://python-all.ru/3.15/c-api/apiabiversion.html#build-time-version-constants)6951 - [Версия времени выполнения](https://python-all.ru/3.15/c-api/apiabiversion.html#run-time-version)6952 - [Макросы упаковки битов](https://python-all.ru/3.15/c-api/apiabiversion.html#bit-packing-macros)6953 - [Мониторинг C API](https://python-all.ru/3.15/c-api/monitoring.html)6954 - [Генерация событий выполнения](https://python-all.ru/3.15/c-api/monitoring.html#generating-execution-events)69556956 - [Управление состоянием мониторинга](https://python-all.ru/3.15/c-api/monitoring.html#managing-the-monitoring-state)6957- [Установка модулей Python](https://python-all.ru/3.15/installing/index.html)69586959 - [Ключевые термины](https://python-all.ru/3.15/installing/index.html#key-terms)6960 - [Основы использования](https://python-all.ru/3.15/installing/index.html#basic-usage)6961 - [Как мне …?](https://python-all.ru/3.15/installing/index.html#how-do-i)69626963 - [… установить пакеты только для текущего пользователя?](https://python-all.ru/3.15/installing/index.html#install-packages-just-for-the-current-user)6964 - [… установить научные пакеты Python?](https://python-all.ru/3.15/installing/index.html#install-scientific-python-packages)6965 - [… работать с несколькими версиями Python, установленными параллельно?](https://python-all.ru/3.15/installing/index.html#work-with-multiple-versions-of-python-installed-in-parallel)6966 - [Распространённые проблемы установки](https://python-all.ru/3.15/installing/index.html#common-installation-issues)69676968 - [Установка в системный Python на Linux](https://python-all.ru/3.15/installing/index.html#installing-into-the-system-python-on-linux)6969 - [Pip не установлен](https://python-all.ru/3.15/installing/index.html#pip-not-installed)6970 - [Установка бинарных расширений](https://python-all.ru/3.15/installing/index.html#installing-binary-extensions)6971- [Руководства Python HOWTO](https://python-all.ru/3.15/howto/index.html)6972- [Часто задаваемые вопросы по Python](https://python-all.ru/3.15/faq/index.html)69736974 - [Общие вопросы по Python](https://python-all.ru/3.15/faq/general.html)69756976 - [Общая информация](https://python-all.ru/3.15/faq/general.html#general-information)6977 - [Python в реальном мире](https://python-all.ru/3.15/faq/general.html#python-in-the-real-world)6978 - [Вопросы по программированию](https://python-all.ru/3.15/faq/programming.html)69796980 - [Общие вопросы](https://python-all.ru/3.15/faq/programming.html#general-questions)6981 - [Ядро языка](https://python-all.ru/3.15/faq/programming.html#core-language)6982 - [Числа и строки](https://python-all.ru/3.15/faq/programming.html#numbers-and-strings)6983 - [Производительность](https://python-all.ru/3.15/faq/programming.html#performance)6984 - [Последовательности (кортежи/списки)](https://python-all.ru/3.15/faq/programming.html#sequences-tuples-lists)6985 - [Объекты](https://python-all.ru/3.15/faq/programming.html#objects)6986 - [Модули](https://python-all.ru/3.15/faq/programming.html#modules)6987 - [Вопросы по дизайну и истории](https://python-all.ru/3.15/faq/design.html)69886989 - [Почему в Python для группировки инструкций используются отступы?](https://python-all.ru/3.15/faq/design.html#why-does-python-use-indentation-for-grouping-of-statements)6990 - [Почему при простых арифметических операциях получаются странные результаты?](https://python-all.ru/3.15/faq/design.html#why-am-i-getting-strange-results-with-simple-arithmetic-operations)6991 - [Почему вычисления с плавающей запятой такие неточные?](https://python-all.ru/3.15/faq/design.html#why-are-floating-point-calculations-so-inaccurate)6992 - [Почему строки в Python неизменяемы?](https://python-all.ru/3.15/faq/design.html#why-are-python-strings-immutable)6993 - [Почему self нужно явно указывать в определениях и вызовах методов?](https://python-all.ru/3.15/faq/design.html#why-must-self-be-used-explicitly-in-method-definitions-and-calls)6994 - [Почему в выражении нельзя использовать присваивание?](https://python-all.ru/3.15/faq/design.html#why-can-t-i-use-an-assignment-in-an-expression)6995 - [Почему в Python для одних возможностей используются методы (например, list.index()), а для других – функции (например, len(list))?](https://python-all.ru/3.15/faq/design.html#why-does-python-use-methods-for-some-functionality-e-g-list-index-but-functions-for-other-e-g-len-list)6996 - [Почему join() – метод строки, а не списка или кортежа?](https://python-all.ru/3.15/faq/design.html#why-is-join-a-string-method-instead-of-a-list-or-tuple-method)6997 - [Насколько быстры исключения?](https://python-all.ru/3.15/faq/design.html#how-fast-are-exceptions)6998 - [Почему в Python нет оператора switch или case?](https://python-all.ru/3.15/faq/design.html#why-isn-t-there-a-switch-or-case-statement-in-python)6999 - [Разве нельзя эмулировать потоки в интерпретаторе, вместо того чтобы полагаться на реализацию потоков, зависящую от ОС?](https://python-all.ru/3.15/faq/design.html#can-t-you-emulate-threads-in-the-interpreter-instead-of-relying-on-an-os-specific-thread-implementation)7000 - [Почему лямбда-выражения не могут содержать инструкции?](https://python-all.ru/3.15/faq/design.html#why-can-t-lambda-expressions-contain-statements)7001 - [Можно ли скомпилировать Python в машинный код, C или другой язык?](https://python-all.ru/3.15/faq/design.html#can-python-be-compiled-to-machine-code-c-or-some-other-language)7002 - [Как Python управляет памятью?](https://python-all.ru/3.15/faq/design.html#how-does-python-manage-memory)7003 - [Почему CPython не использует более традиционную схему сборки мусора?](https://python-all.ru/3.15/faq/design.html#why-doesn-t-cpython-use-a-more-traditional-garbage-collection-scheme)7004 - [Почему при завершении CPython освобождается не вся память?](https://python-all.ru/3.15/faq/design.html#why-isn-t-all-memory-freed-when-cpython-exits)7005 - [Почему существуют отдельные типы данных кортеж и список?](https://python-all.ru/3.15/faq/design.html#why-are-there-separate-tuple-and-list-data-types)7006 - [Как списки реализованы в CPython?](https://python-all.ru/3.15/faq/design.html#how-are-lists-implemented-in-cpython)7007 - [Как словари реализованы в CPython?](https://python-all.ru/3.15/faq/design.html#how-are-dictionaries-implemented-in-cpython)7008 - [Почему ключи словаря должны быть неизменяемыми?](https://python-all.ru/3.15/faq/design.html#why-must-dictionary-keys-be-immutable)7009 - [Почему list.sort() не возвращает отсортированный список?](https://python-all.ru/3.15/faq/design.html#why-doesn-t-list-sort-return-the-sorted-list)7010 - [Как задать и обеспечить соблюдение спецификации интерфейса в Python?](https://python-all.ru/3.15/faq/design.html#how-do-you-specify-and-enforce-an-interface-spec-in-python)7011 - [Почему нет goto?](https://python-all.ru/3.15/faq/design.html#why-is-there-no-goto)7012 - [Почему сырые строки (r-строки) не могут заканчиваться обратной косой чертой?](https://python-all.ru/3.15/faq/design.html#why-can-t-raw-strings-r-strings-end-with-a-backslash)7013 - [Почему в Python нет оператора with для присваивания атрибутов?](https://python-all.ru/3.15/faq/design.html#why-doesn-t-python-have-a-with-statement-for-attribute-assignments)7014 - [Почему генераторы не поддерживают оператор with?](https://python-all.ru/3.15/faq/design.html#why-don-t-generators-support-the-with-statement)7015 - [Почему в операторах if/while/def/class требуется двоеточие?](https://python-all.ru/3.15/faq/design.html#why-are-colons-required-for-the-if-while-def-class-statements)7016 - [Почему Python разрешает запятые в конце списков и кортежей?](https://python-all.ru/3.15/faq/design.html#why-does-python-allow-commas-at-the-end-of-lists-and-tuples)7017 - [FAQ по библиотекам и расширениям](https://python-all.ru/3.15/faq/library.html)70187019 - [Общие вопросы по библиотекам](https://python-all.ru/3.15/faq/library.html#general-library-questions)7020 - [Типовые задачи](https://python-all.ru/3.15/faq/library.html#common-tasks)7021 - [Потоки](https://python-all.ru/3.15/faq/library.html#threads)7022 - [Ввод и вывод](https://python-all.ru/3.15/faq/library.html#input-and-output)7023 - [Сетевое и интернет-программирование](https://python-all.ru/3.15/faq/library.html#network-internet-programming)7024 - [Базы данных](https://python-all.ru/3.15/faq/library.html#databases)7025 - [Математика и численные методы](https://python-all.ru/3.15/faq/library.html#mathematics-and-numerics)7026 - [FAQ по расширению и встраиванию](https://python-all.ru/3.15/faq/extending.html)70277028 - [Можно ли создавать собственные функции на C?](https://python-all.ru/3.15/faq/extending.html#can-i-create-my-own-functions-in-c)7029 - [Можно ли создавать собственные функции на C++?](https://python-all.ru/3.15/faq/extending.html#id1)7030 - [Писать на C сложно; есть ли альтернативы?](https://python-all.ru/3.15/faq/extending.html#writing-c-is-hard-are-there-any-alternatives)7031 - [Как выполнить произвольные инструкции Python из C?](https://python-all.ru/3.15/faq/extending.html#how-can-i-execute-arbitrary-python-statements-from-c)7032 - [Как вычислить произвольное выражение Python из C?](https://python-all.ru/3.15/faq/extending.html#how-can-i-evaluate-an-arbitrary-python-expression-from-c)7033 - [Как извлечь значения C из объекта Python?](https://python-all.ru/3.15/faq/extending.html#how-do-i-extract-c-values-from-a-python-object)7034 - [Как использовать Py\_BuildValue() для создания кортежа произвольной длины?](https://python-all.ru/3.15/faq/extending.html#how-do-i-use-py-buildvalue-to-create-a-tuple-of-arbitrary-length)7035 - [Как вызвать метод объекта из C?](https://python-all.ru/3.15/faq/extending.html#how-do-i-call-an-object-s-method-from-c)7036 - [Как перехватить вывод PyErr\_Print() (или любого другого вывода в stdout/stderr)?](https://python-all.ru/3.15/faq/extending.html#how-do-i-catch-the-output-from-pyerr-print-or-anything-that-prints-to-stdout-stderr)7037 - [Как получить доступ к модулю, написанному на Python, из C?](https://python-all.ru/3.15/faq/extending.html#how-do-i-access-a-module-written-in-python-from-c)7038 - [Как организовать взаимодействие с объектами C++ из Python?](https://python-all.ru/3.15/faq/extending.html#how-do-i-interface-to-c-objects-from-python)7039 - [Почему make завершается ошибкой после добавления модуля через файл Setup?](https://python-all.ru/3.15/faq/extending.html#i-added-a-module-using-the-setup-file-and-the-make-fails-why)7040 - [Как отлаживать расширение?](https://python-all.ru/3.15/faq/extending.html#how-do-i-debug-an-extension)7041 - [Почему при компиляции модуля Python в Linux отсутствуют некоторые файлы?](https://python-all.ru/3.15/faq/extending.html#i-want-to-compile-a-python-module-on-my-linux-system-but-some-files-are-missing-why)7042 - [Как отличить «неполный ввод» от «неверного ввода»?](https://python-all.ru/3.15/faq/extending.html#how-do-i-tell-incomplete-input-from-invalid-input)7043 - [Как найти неопределённые символы g++ \_\_builtin\_new или \_\_pure\_virtual?](https://python-all.ru/3.15/faq/extending.html#how-do-i-find-undefined-g-symbols-builtin-new-or-pure-virtual)7044 - [Можно ли создать класс объекта, в котором часть методов реализована на C, а часть – на Python (например, через наследование)?](https://python-all.ru/3.15/faq/extending.html#can-i-create-an-object-class-with-some-methods-implemented-in-c-and-others-in-python-e-g-through-inheritance)7045 - [FAQ по Python в Windows](https://python-all.ru/3.15/faq/windows.html)70467047 - [Как запустить программу Python в Windows?](https://python-all.ru/3.15/faq/windows.html#how-do-i-run-a-python-program-under-windows)7048 - [Как сделать скрипты Python исполняемыми?](https://python-all.ru/3.15/faq/windows.html#how-do-i-make-python-scripts-executable)7049 - [Почему Python иногда так долго запускается?](https://python-all.ru/3.15/faq/windows.html#why-does-python-sometimes-take-so-long-to-start)7050 - [Как создать исполняемый файл из скрипта Python?](https://python-all.ru/3.15/faq/windows.html#how-do-i-make-an-executable-from-a-python-script)7051 - [Является ли файл `*.pyd` тем же, что и DLL?](https://python-all.ru/3.15/faq/windows.html#is-a-pyd-file-the-same-as-a-dll)7052 - [Как встроить Python в приложение Windows?](https://python-all.ru/3.15/faq/windows.html#how-can-i-embed-python-into-a-windows-application)7053 - [Как запретить редакторам вставлять табуляцию в исходный код Python?](https://python-all.ru/3.15/faq/windows.html#how-do-i-keep-editors-from-inserting-tabs-into-my-python-source)7054 - [Как проверить нажатие клавиши без блокировки?](https://python-all.ru/3.15/faq/windows.html#how-do-i-check-for-a-keypress-without-blocking)7055 - [Как исправить ошибку «отсутствует api-ms-win-crt-runtime-l1-1-0.dll»?](https://python-all.ru/3.15/faq/windows.html#how-do-i-solve-the-missing-api-ms-win-crt-runtime-l1-1-0-dll-error)7056 - [Часто задаваемые вопросы о графическом интерфейсе пользователя](https://python-all.ru/3.15/faq/gui.html)70577058 - [Общие вопросы по GUI](https://python-all.ru/3.15/faq/gui.html#general-gui-questions)7059 - [Какие наборы инструментов GUI существуют для Python?](https://python-all.ru/3.15/faq/gui.html#what-gui-toolkits-exist-for-python)7060 - [Вопросы по Tkinter](https://python-all.ru/3.15/faq/gui.html#tkinter-questions)7061 - [FAQ «Почему Python установлен на моём компьютере?»](https://python-all.ru/3.15/faq/installed.html)70627063 - [Что такое Python?](https://python-all.ru/3.15/faq/installed.html#what-is-python)7064 - [Почему Python установлен на моём компьютере?](https://python-all.ru/3.15/faq/installed.html#why-is-python-installed-on-my-machine)7065 - [Можно ли удалить Python?](https://python-all.ru/3.15/faq/installed.html#can-i-delete-python)7066- [Устаревания](https://python-all.ru/3.15/deprecations/index.html)70677068 - [Запланировано к удалению в Python 3.16](https://python-all.ru/3.15/deprecations/index.html#pending-removal-in-python-3-16)7069 - [Запланировано к удалению в Python 3.17](https://python-all.ru/3.15/deprecations/index.html#pending-removal-in-python-3-17)7070 - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3.15/deprecations/index.html#pending-removal-in-python-3-18)7071 - [Ожидаемое удаление в Python 3.19](https://python-all.ru/3.15/deprecations/index.html#pending-removal-in-python-3-19)7072 - [Ожидается удаление в Python 3.20](https://python-all.ru/3.15/deprecations/index.html#pending-removal-in-python-3-20)7073 - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3.15/deprecations/index.html#pending-removal-in-future-versions)7074 - [Мягкие устаревания](https://python-all.ru/3.15/deprecations/index.html#soft-deprecations)7075 - [Устаревания C API](https://python-all.ru/3.15/deprecations/index.html#c-api-deprecations)70767077 - [Ожидается удаление в Python 3.15](https://python-all.ru/3.15/deprecations/index.html#pending-removal-in-python-3-15)7078 - [Запланировано к удалению в Python 3.16](https://python-all.ru/3.15/deprecations/index.html#id1)7079 - [Ожидаемое удаление в Python 3.18](https://python-all.ru/3.15/deprecations/index.html#id2)7080 - [Ожидаемое удаление в Python 3.19](https://python-all.ru/3.15/deprecations/index.html#id3)7081 - [Ожидается удаление в Python 3.20](https://python-all.ru/3.15/deprecations/index.html#id4)7082 - [Ожидаемое удаление в будущих версиях](https://python-all.ru/3.15/deprecations/index.html#id5)7083- [Глоссарий](https://python-all.ru/3.15/glossary.html)7084- [Об этой документации](https://python-all.ru/3.15/about.html)70857086 - [Авторы документации Python](https://python-all.ru/3.15/about.html#contributors-to-the-python-documentation)7087- [Работа с ошибками](https://python-all.ru/3.15/bugs.html)70887089 - [Ошибки в документации](https://python-all.ru/3.15/bugs.html#documentation-bugs)7090 - [Использование трекера задач Python](https://python-all.ru/3.15/bugs.html#using-the-python-issue-tracker)7091 - [Начало работы: участие в разработке Python](https://python-all.ru/3.15/bugs.html#getting-started-contributing-to-python-yourself)7092- [Авторские права](https://python-all.ru/3.15/copyright.html)7093- [История и лицензия](https://python-all.ru/3.15/license.html)70947095 - [История программного обеспечения](https://python-all.ru/3.15/license.html#history-of-the-software)7096 - [Условия доступа и использования Python](https://python-all.ru/3.15/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python)70977098 - [ЛИЦЕНЗИЯ PYTHON SOFTWARE FOUNDATION ВЕРСИЯ 2](https://python-all.ru/3.15/license.html#python-software-foundation-license-version-2)7099 - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ BEOPEN.COM ДЛЯ PYTHON 2.0](https://python-all.ru/3.15/license.html#beopen-com-license-agreement-for-python-2-0)7100 - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CNRI ДЛЯ PYTHON 1.6.1](https://python-all.ru/3.15/license.html#cnri-license-agreement-for-python-1-6-1)7101 - [ЛИЦЕНЗИОННОЕ СОГЛАШЕНИЕ CWI ДЛЯ PYTHON 0.9.0 – 1.2](https://python-all.ru/3.15/license.html#cwi-license-agreement-for-python-0-9-0-through-1-2)7102 - [ЛИЦЕНЗИЯ BSD С НУЛЕВЫМИ УСЛОВИЯМИ ДЛЯ КОДА В ДОКУМЕНТАЦИИ PYTHON](https://python-all.ru/3.15/license.html#zero-clause-bsd-license-for-code-in-the-python-documentation)7103 - [Лицензии и благодарности для включённого программного обеспечения](https://python-all.ru/3.15/license.html#licenses-and-acknowledgements-for-incorporated-software)71047105 - [Вихрь Мерсенна](https://python-all.ru/3.15/license.html#mersenne-twister)7106 - [Сокеты](https://python-all.ru/3.15/license.html#sockets)7107 - [Асинхронные службы сокетов](https://python-all.ru/3.15/license.html#asynchronous-socket-services)7108 - [Управление cookie](https://python-all.ru/3.15/license.html#cookie-management)7109 - [Трассировка выполнения](https://python-all.ru/3.15/license.html#execution-tracing)7110 - [Функции UUencode и UUdecode](https://python-all.ru/3.15/license.html#uuencode-and-uudecode-functions)7111 - [XML-вызовы удалённых процедур](https://python-all.ru/3.15/license.html#xml-remote-procedure-calls)7112 - [test\_epoll](https://python-all.ru/3.15/license.html#test-epoll)7113 - [Select kqueue](https://python-all.ru/3.15/license.html#select-kqueue)7114 - [SipHash24](https://python-all.ru/3.15/license.html#siphash24)7115 - [strtod and dtoa](https://python-all.ru/3.15/license.html#strtod-and-dtoa)7116 - [OpenSSL](https://python-all.ru/3.15/license.html#openssl)7117 - [expat](https://python-all.ru/3.15/license.html#expat)7118 - [libffi](https://python-all.ru/3.15/license.html#libffi)7119 - [zlib](https://python-all.ru/3.15/license.html#zlib)7120 - [cfuhash](https://python-all.ru/3.15/license.html#cfuhash)7121 - [libmpdec](https://python-all.ru/3.15/license.html#libmpdec)7122 - [Тестовый набор W3C C14N](https://python-all.ru/3.15/license.html#w3c-c14n-test-suite)7123 - [mimalloc](https://python-all.ru/3.15/license.html#mimalloc)7124 - [asyncio](https://python-all.ru/3.15/license.html#asyncio)7125 - [Глобальные неограниченные последовательности (GUS)](https://python-all.ru/3.15/license.html#global-unbounded-sequences-gus)7126 - [Привязки Zstandard](https://python-all.ru/3.15/license.html#zstandard-bindings)7127 - [Модуль профилирования](https://python-all.ru/3.15/license.html#profiling-module)7128 - [Пакеты Pixi](https://python-all.ru/3.15/license.html#pixi-packages)7129