<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/contrib/tools/python3, branch meta-1.0.3-dev2</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=meta-1.0.3-dev2</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=meta-1.0.3-dev2'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-07-21T16:50:43Z</updated>
<entry>
<title>Moved patch to `jupyter-core`</title>
<updated>2025-07-21T16:50:43Z</updated>
<author>
<name>shadchin</name>
<email>shadchin@yandex-team.com</email>
</author>
<published>2025-07-21T16:30:15Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f30b72372452df7df6fdba12858bfc020b669772'/>
<id>urn:sha1:f30b72372452df7df6fdba12858bfc020b669772</id>
<content type='text'>
commit_hash:18ebf710692df871dceae55c907824e5582537fd
</content>
</entry>
<entry>
<title>Update Python 3 to 3.12.11</title>
<updated>2025-06-18T18:16:29Z</updated>
<author>
<name>shadchin</name>
<email>shadchin@yandex-team.com</email>
</author>
<published>2025-06-18T17:33:12Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2fcfb855cd7780ab07751cc16c80a0a58168668a'/>
<id>urn:sha1:2fcfb855cd7780ab07751cc16c80a0a58168668a</id>
<content type='text'>
commit_hash:0054a0810a95d3f1aa3d36410976d43e03ff7e86
</content>
</entry>
<entry>
<title>Update Python 3 to 3.12.10</title>
<updated>2025-06-12T21:35:30Z</updated>
<author>
<name>shadchin</name>
<email>shadchin@yandex-team.com</email>
</author>
<published>2025-06-12T21:05:26Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=796b9088366b10b4cd42885101fc20c0b5709b07'/>
<id>urn:sha1:796b9088366b10b4cd42885101fc20c0b5709b07</id>
<content type='text'>
commit_hash:dd2398e159fe1d72ea6b12da52fccc933a41a785
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2025-05-07T09:45:19Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2025-05-07T09:34:11Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8136573857539859e147d7edd8762ca707c92402'/>
<id>urn:sha1:8136573857539859e147d7edd8762ca707c92402</id>
<content type='text'>
commit_hash:8e91f1bc83ec2f7c5c04762b6c4a7343ab3506f2
</content>
</entry>
<entry>
<title>Subinterpretor compatible __res module (2nd attempt)</title>
<updated>2025-04-29T03:57:18Z</updated>
<author>
<name>snermolaev</name>
<email>snermolaev@yandex-team.com</email>
</author>
<published>2025-04-29T03:44:21Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=713adc6a88be8af8a342a9a72a055b7ef6514563'/>
<id>urn:sha1:713adc6a88be8af8a342a9a72a055b7ef6514563</id>
<content type='text'>
Cython is not yet subinterpreter compatible. There are no ETA when cython is going to support subinterpreters.

This PR removes cython from hermetic python imoprt hooks in order to make them subinterpretr-compatible.
commit_hash:427b6f9db6afa6695659ee147621e1ccb391d3cb
</content>
</entry>
<entry>
<title>Fix import datetime for subinterpreters</title>
<updated>2025-04-28T05:24:11Z</updated>
<author>
<name>snermolaev</name>
<email>snermolaev@yandex-team.com</email>
</author>
<published>2025-04-28T05:08:57Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=cc0f6ad7adfcba201e5dfb6f8c07f1135a1eb2fc'/>
<id>urn:sha1:cc0f6ad7adfcba201e5dfb6f8c07f1135a1eb2fc</id>
<content type='text'>
_pydatetime module should be imported when working in subinterpreters mode since _datetime module is not yet ready for subinterpreters (contrib/tools/python3/Lib/datetime.py), but we get **Warn: ModuleNotFoundError: No module named '_pydatetime'**.
commit_hash:4c3ebf1f1a231edcca1580943d1e8a1661bcfa5b
</content>
</entry>
<entry>
<title>Revert "Subinterpretor compatible __res module" rXXXXXX</title>
<updated>2025-04-15T05:21:15Z</updated>
<author>
<name>snermolaev</name>
<email>snermolaev@yandex-team.com</email>
</author>
<published>2025-04-15T05:08:40Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0ca7cfb39890921e0fc5a77e2972842717989f96'/>
<id>urn:sha1:0ca7cfb39890921e0fc5a77e2972842717989f96</id>
<content type='text'>
commit_hash:1d9f5675b9d3ddaa44db4472376a06ad3e811e2d
</content>
</entry>
<entry>
<title>Subinterpretor compatible __res module</title>
<updated>2025-04-14T03:28:07Z</updated>
<author>
<name>snermolaev</name>
<email>snermolaev@yandex-team.com</email>
</author>
<published>2025-04-14T03:15:42Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=76887f61431dc5999139a8d72882449ca1503660'/>
<id>urn:sha1:76887f61431dc5999139a8d72882449ca1503660</id>
<content type='text'>
Cython is not yet subinterpreter compatible. There are no ETA when cython is going to support subinterpreters.

This PR removes cython from hermetic python imoprt hooks in order to make them subinterpretr-compatible.
commit_hash:1b067c37f55a4f1d9a6172df7009c75231cc1e25
</content>
</entry>
<entry>
<title>Update Python 3 to 3.12.9</title>
<updated>2025-02-16T13:03:50Z</updated>
<author>
<name>shadchin</name>
<email>shadchin@yandex-team.com</email>
</author>
<published>2025-02-16T12:28:01Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a27b6a96fdc5ca444428ddef4823d0486dcdccb9'/>
<id>urn:sha1:a27b6a96fdc5ca444428ddef4823d0486dcdccb9</id>
<content type='text'>
commit_hash:c8651982d81e18f18e037fb247cc6ae53c4fa7f1
</content>
</entry>
<entry>
<title>Update Python 3 to 3.12.8</title>
<updated>2024-12-23T16:54:20Z</updated>
<author>
<name>shadchin</name>
<email>shadchin@yandex-team.com</email>
</author>
<published>2024-12-23T16:39:02Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=65a5bf9d37a3b29eb394f560b9a09318196c40e8'/>
<id>urn:sha1:65a5bf9d37a3b29eb394f560b9a09318196c40e8</id>
<content type='text'>
commit_hash:c20045b8a987d8720e1f3328270357491d5530f3
</content>
</entry>
</feed>
