aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/lib/py/ya.make
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.com>2024-02-12 07:53:52 +0300
committerDaniil Cherednik <dcherednik@ydb.tech>2024-02-14 14:26:16 +0000
commit31f2a419764a8ba77c2a970cfc80056c6cd06756 (patch)
treec1995d239eba8571cefc640f6648e1d5dd4ce9e2 /contrib/tools/python3/lib/py/ya.make
parentfe2ef02b38d9c85d80060963b265a1df9f38c3bb (diff)
downloadydb-31f2a419764a8ba77c2a970cfc80056c6cd06756.tar.gz
Update Python from 3.11.8 to 3.12.2
Diffstat (limited to 'contrib/tools/python3/lib/py/ya.make')
-rw-r--r--contrib/tools/python3/lib/py/ya.make69
1 files changed, 10 insertions, 59 deletions
diff --git a/contrib/tools/python3/lib/py/ya.make b/contrib/tools/python3/lib/py/ya.make
index 768d82ce80..1df62e3965 100644
--- a/contrib/tools/python3/lib/py/ya.make
+++ b/contrib/tools/python3/lib/py/ya.make
@@ -43,7 +43,6 @@ PY_SRCS(
__future__.py
__hello__.py
_aix_support.py
- _bootsubprocess.py
_collections_abc.py
_compat_pickle.py
_compression.py
@@ -52,6 +51,7 @@ PY_SRCS(
_py_abc.py
_pydecimal.py
_pyio.py
+ _pylong.py
_sitebuiltins.py
_strptime.py
_sysconfigdata_arcadia.py
@@ -62,7 +62,6 @@ PY_SRCS(
antigravity.py
argparse.py
ast.py
- asynchat.py
asyncio/__init__.py
asyncio/__main__.py
asyncio/base_events.py
@@ -96,11 +95,11 @@ PY_SRCS(
asyncio/unix_events.py
asyncio/windows_events.py
asyncio/windows_utils.py
- asyncore.py
base64.py
bdb.py
bisect.py
bz2.py
+ cProfile.py
calendar.py
cgi.py
cgitb.py
@@ -123,7 +122,6 @@ PY_SRCS(
contextvars.py
copy.py
copyreg.py
- cProfile.py
crypt.py
csv.py
ctypes/__init__.py
@@ -149,55 +147,6 @@ PY_SRCS(
decimal.py
difflib.py
dis.py
- distutils/__init__.py
- distutils/_msvccompiler.py
- distutils/archive_util.py
- distutils/bcppcompiler.py
- distutils/ccompiler.py
- distutils/cmd.py
- distutils/command/__init__.py
- distutils/command/bdist.py
- distutils/command/bdist_dumb.py
- distutils/command/bdist_rpm.py
- distutils/command/build.py
- distutils/command/build_clib.py
- distutils/command/build_ext.py
- distutils/command/build_py.py
- distutils/command/build_scripts.py
- distutils/command/check.py
- distutils/command/clean.py
- distutils/command/config.py
- distutils/command/install.py
- distutils/command/install_data.py
- distutils/command/install_egg_info.py
- distutils/command/install_headers.py
- distutils/command/install_lib.py
- distutils/command/install_scripts.py
- distutils/command/register.py
- distutils/command/sdist.py
- distutils/command/upload.py
- distutils/config.py
- distutils/core.py
- distutils/cygwinccompiler.py
- distutils/debug.py
- distutils/dep_util.py
- distutils/dir_util.py
- distutils/dist.py
- distutils/errors.py
- distutils/extension.py
- distutils/fancy_getopt.py
- distutils/file_util.py
- distutils/filelist.py
- distutils/log.py
- distutils/msvc9compiler.py
- distutils/msvccompiler.py
- distutils/spawn.py
- distutils/sysconfig.py
- distutils/text_file.py
- distutils/unixccompiler.py
- distutils/util.py
- distutils/version.py
- distutils/versionpredicate.py
doctest.py
email/__init__.py
email/_encoded_words.py
@@ -380,7 +329,6 @@ PY_SRCS(
http/server.py
imaplib.py
imghdr.py
- imp.py
importlib/__init__.py
importlib/_abc.py
importlib/_bootstrap.py
@@ -498,12 +446,12 @@ PY_SRCS(
shutil.py
signal.py
site.py
- smtpd.py
smtplib.py
sndhdr.py
socket.py
socketserver.py
sqlite3/__init__.py
+ sqlite3/__main__.py
sqlite3/dbapi2.py
sqlite3/dump.py
sre_compile.py
@@ -576,19 +524,19 @@ PY_SRCS(
wsgiref/validate.py
xdrlib.py
xml/__init__.py
+ xml/dom/NodeFilter.py
xml/dom/__init__.py
xml/dom/domreg.py
xml/dom/expatbuilder.py
xml/dom/minicompat.py
xml/dom/minidom.py
- xml/dom/NodeFilter.py
xml/dom/pulldom.py
xml/dom/xmlbuilder.py
- xml/etree/__init__.py
- xml/etree/cElementTree.py
xml/etree/ElementInclude.py
xml/etree/ElementPath.py
xml/etree/ElementTree.py
+ xml/etree/__init__.py
+ xml/etree/cElementTree.py
xml/parsers/__init__.py
xml/parsers/expat.py
xml/sax/__init__.py
@@ -601,7 +549,10 @@ PY_SRCS(
xmlrpc/client.py
xmlrpc/server.py
zipapp.py
- zipfile.py
+ zipfile/__init__.py
+ zipfile/__main__.py
+ zipfile/_path/__init__.py
+ zipfile/_path/glob.py
zipimport.py
zoneinfo/__init__.py
zoneinfo/_common.py