Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable UTF-8 mode for all | shadchin | 2024-06-20 | 1 | -1/+16 |
| | | | | 0003a9ac951e380a13106a8f180014e0aed57f3a | ||||
* | Extend support importlib.resources in Arcadia | shadchin | 2024-05-08 | 2 | -25/+48 |
| | | | | 5d391b8f31717f85fcd88c4ae5ce3b57a723e42e | ||||
* | Simplify support `importlib.metadata` | shadchin | 2024-04-13 | 2 | -11/+16 |
| | | | | 996025a2ee725b626c3b77aac016d8f8c0ac4e76 | ||||
* | Probe bytes and str environment keys | v-korovin | 2024-02-29 | 1 | -3/+18 |
| | | | | 58bed0cef82a2a691f8f949d16c3d3b03d94f627 | ||||
* | Sync contrib/tools/python3 layout with upstream | thegeorg | 2024-02-19 | 4 | -6/+6 |
| | | | | | | | * Move src/ subdir contents to the top of the layout * Rename self-written lib -> lib2 to avoid CaseFolding warning from the VCS * Regenerate contrib/libs/python proxy-headers accordingly 4ccc62ac1511abcf0fed14ccade38e984e088f1e | ||||
* | Update Python from 3.11.8 to 3.12.2 | shadchin | 2024-02-12 | 2 | -13/+13 |
| | |||||
* | Rework joinpath for importlib.resources | shadchin | 2024-02-09 | 3 | -30/+98 |
| | |||||
* | Library import 5, delete go dependencies (#832) | AlexSm | 2024-01-04 | 1 | -3/+6 |
| | | | | | * Library import 5, delete go dependencies * Fix yt client | ||||
* | Import libs 3 (#679) | AlexSm | 2023-12-22 | 1 | -1/+2 |
| | |||||
* | Support override `distutils` from `setuptools` | shadchin | 2023-12-12 | 1 | -0/+26 |
| | |||||
* | First implementation is `importlib.resources.files` | shadchin | 2023-11-26 | 2 | -15/+82 |
| | |||||
* | Python Import Tracing | kuzmich321 | 2023-11-24 | 1 | -2/+7 |
| | |||||
* | Add import callbacks for import hook | kuzmich321 | 2023-11-22 | 2 | -2/+21 |
| | | | | | | * typo-fix * add before and after import callbacks | ||||
* | add ydb deps | nkozlovskiy | 2023-09-29 | 39 | -0/+1929 |
| | |||||
* | fix ya.make | monster | 2022-07-07 | 35 | -1738/+0 |
| | |||||
* | Update contrib/python/ipython/py3 to 8.3.0 | robot-contrib | 2022-05-18 | 5 | -71/+31 |
| | | | | ref:e84342d4d30476f9148137f37fd0c6405fd36f55 | ||||
* | YMAKE-148: Don't follow symlinks | say | 2022-05-17 | 2 | -5/+17 |
| | | | | ref:b200b70556036c6a735ab81b1414c4b334ba5958 | ||||
* | YMAKE-144: Fix RuntimeError: dictionary changed size during iteration | say | 2022-05-14 | 2 | -2/+30 |
| | | | | ref:919db9913468e91d031bbd511beeacdcfdd74489 | ||||
* | DEVTOOLSSUPPORT-18626: In venv directly call Py_BytesMain() | say | 2022-05-04 | 2 | -0/+10 |
| | | | | | | | | | | The arcadia main function (library/python/runtime_py3/main/main.c::pymain) calls Py_InitializeFromConfig() before going to the vanilla python Py_Main(). Py_InitializeFromConfig() overrides sys.prefix and sys.exec_prefix by default values ('/var/empty') and then import __res module (and importer.pxi as a part of it). importer.pxi::_init_venv() set a proper value to sys.prefix and sys.exec_prefix attributes. Py_Main() in turn also calls Py_InitializeFromConfig() and reset the sys attributes to their default values again. I don't know why it was not a problem in python 3.9 but in 3.10 it is. ref:0466de641f92d66c4f992ae12c02d8d58db397f6 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-15 | 4 | -134/+0 |
| | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | ||||
* | Restoring authorship annotation for <roboslone@yandex-team.ru>. Commit 2 of 2. | roboslone | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <roboslone@yandex-team.ru>. Commit 1 of 2. | roboslone | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <viknet@yandex-team.ru>. Commit 2 of 2. | viknet | 2022-02-10 | 1 | -20/+20 |
| | |||||
* | Restoring authorship annotation for <viknet@yandex-team.ru>. Commit 1 of 2. | viknet | 2022-02-10 | 1 | -20/+20 |
| | |||||
* | Restoring authorship annotation for <say@yandex-team.ru>. Commit 2 of 2. | say | 2022-02-10 | 3 | -539/+539 |
| | |||||
* | Restoring authorship annotation for <say@yandex-team.ru>. Commit 1 of 2. | say | 2022-02-10 | 3 | -539/+539 |
| | |||||
* | Restoring authorship annotation for Aleksandr <ivansduck@gmail.com>. Commit ↵ | Aleksandr | 2022-02-10 | 2 | -23/+23 |
| | | | | 2 of 2. | ||||
* | Restoring authorship annotation for Aleksandr <ivansduck@gmail.com>. Commit ↵ | Aleksandr | 2022-02-10 | 2 | -23/+23 |
| | | | | 1 of 2. | ||||
* | Restoring authorship annotation for <abodrov@yandex-team.ru>. Commit 2 of 2. | abodrov | 2022-02-10 | 21 | -335/+335 |
| | |||||
* | Restoring authorship annotation for <abodrov@yandex-team.ru>. Commit 1 of 2. | abodrov | 2022-02-10 | 21 | -335/+335 |
| | |||||
* | Restoring authorship annotation for <dldmitry@yandex-team.ru>. Commit 2 of 2. | dldmitry | 2022-02-10 | 1 | -3/+3 |
| | |||||
* | Restoring authorship annotation for <dldmitry@yandex-team.ru>. Commit 1 of 2. | dldmitry | 2022-02-10 | 1 | -3/+3 |
| | |||||
* | Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 2 of 2. | spreis | 2022-02-10 | 2 | -12/+12 |
| | |||||
* | Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 1 of 2. | spreis | 2022-02-10 | 2 | -12/+12 |
| | |||||
* | Restoring authorship annotation for <deshevoy@yandex-team.ru>. Commit 2 of 2. | deshevoy | 2022-02-10 | 3 | -159/+159 |
| | |||||
* | Restoring authorship annotation for <deshevoy@yandex-team.ru>. Commit 1 of 2. | deshevoy | 2022-02-10 | 3 | -159/+159 |
| | |||||
* | Restoring authorship annotation for Nikita Slyusarev ↵ | Nikita Slyusarev | 2022-02-10 | 4 | -21/+21 |
| | | | | <nslus@yandex-team.com>. Commit 2 of 2. | ||||
* | Restoring authorship annotation for Nikita Slyusarev ↵ | Nikita Slyusarev | 2022-02-10 | 4 | -21/+21 |
| | | | | <nslus@yandex-team.com>. Commit 1 of 2. | ||||
* | Restoring authorship annotation for <swarmer@yandex-team.ru>. Commit 2 of 2. | swarmer | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <swarmer@yandex-team.ru>. Commit 1 of 2. | swarmer | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for Vlad Yaroslavlev <vladon@vladon.com>. ↵ | Vlad Yaroslavlev | 2022-02-10 | 2 | -3/+3 |
| | | | | Commit 2 of 2. | ||||
* | Restoring authorship annotation for Vlad Yaroslavlev <vladon@vladon.com>. ↵ | Vlad Yaroslavlev | 2022-02-10 | 2 | -3/+3 |
| | | | | Commit 1 of 2. | ||||
* | Restoring authorship annotation for Stanislav Kirillov ↵ | Stanislav Kirillov | 2022-02-10 | 1 | -1/+1 |
| | | | | <staskirillov@gmail.com>. Commit 2 of 2. | ||||
* | Restoring authorship annotation for Stanislav Kirillov ↵ | Stanislav Kirillov | 2022-02-10 | 1 | -1/+1 |
| | | | | <staskirillov@gmail.com>. Commit 1 of 2. | ||||
* | Restoring authorship annotation for <cerevra@yandex-team.ru>. Commit 2 of 2. | cerevra | 2022-02-10 | 2 | -2/+2 |
| | |||||
* | Restoring authorship annotation for <cerevra@yandex-team.ru>. Commit 1 of 2. | cerevra | 2022-02-10 | 2 | -2/+2 |
| | |||||
* | Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 2 of 2. | snermolaev | 2022-02-10 | 1 | -10/+10 |
| | |||||
* | Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 1 of 2. | snermolaev | 2022-02-10 | 1 | -10/+10 |
| | |||||
* | Restoring authorship annotation for <dvshkurko@yandex-team.ru>. Commit 2 of 2. | dvshkurko | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <dvshkurko@yandex-team.ru>. Commit 1 of 2. | dvshkurko | 2022-02-10 | 1 | -1/+1 |
| |