Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix hang in test finalization | shadchin | 2024-04-29 | 1 | -1/+1 |
| | | | | 6e8dab73d326f936d9039c28bdec6673411fbe3c | ||||
* | Update Python 3 to 3.12.3 | shadchin | 2024-04-28 | 125 | -13385/+14033 |
| | | | | 7d09de7d8b99ea2be554ef0fc61276942ca9c2e1 | ||||
* | Revert commit rXXXXXX, Acknowledge powerpc64 supporting patch upstream | mikhnenko | 2024-03-19 | 4 | -52/+47 |
| | | | | 66d561a885456063f0ad0ce50b463d45c9f93020 | ||||
* | Acknowledge powerpc64 supporting patch upstream | thegeorg | 2024-03-19 | 4 | -47/+52 |
| | | | | 5cc63398eec743d9095bc0a8366ce64dc56680a5 | ||||
* | Add contrib/tools/python3/lib2/lsan.supp | kruall | 2024-03-12 | 1 | -0/+2 |
| | | | | 418bc3e950e284fd855d8c4773cb1c6efdd88680 | ||||
* | Simplify layout for Python 3 | shadchin | 2024-03-06 | 3 | -192/+144 |
| | | | | 4c8d17f5092930dba3a969736cfed1def0bd4df1 | ||||
* | Revert excessive WIN32_LEAN_AND_MEAN patch | thegeorg | 2024-02-28 | 1 | -2/+0 |
| | | | | 66167b07854d42c923eb4b7ae938685d458d7cae | ||||
* | Better patch around #include <Unknwn.h> | thegeorg | 2024-02-27 | 7 | -55/+4 |
| | | | | | Backport of [PR #115350](https://github.com/python/cpython/pull/115350.patch) from CPython upstream. 7a2729f31048ba63762a6d3a890308c23db5c969 | ||||
* | Remove patch as we have gevent 24.2.1 now | thegeorg | 2024-02-26 | 1 | -6/+1 |
| | | | | 47264a88e6c857e589b5b21815c061575413132a | ||||
* | Disable Solaris-specific includes | thegeorg | 2024-02-24 | 1 | -1/+1 |
| | | | | 9212dd8d85380149b5945c3b5c8f73210e8e25ca | ||||
* | Remove unused patch from contrib/tools/python3 | thegeorg | 2024-02-24 | 1 | -2/+0 |
| | | | | | `struct timeval` is forward declared since 3.12.2 / rXXXXXX. b9848bec9f06b3e438a9559ac92a43f3f5e556ce | ||||
* | Remove unnecessary patch | thegeorg | 2024-02-24 | 1 | -9/+9 |
| | | | | | | | | | | | | | `_pickle.c` works this around since 3.11.1 / rXXXXXX by having the following stanza at beggining of the file: ``` #ifdef MS_WINDOWS #define FLOAT FLOAT_ #define INT INT_ #define LONG LONG_ #endif ``` 8ac860799f2860a9dfb3e590f514b1ac7a2c3a9e | ||||
* | Sync contrib/tools/python3 layout with upstream | thegeorg | 2024-02-19 | 1279 | -33/+380 |
| | | | | | | | * 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 | ||||
* | Enable perf trampoline | shadchin | 2024-02-18 | 3 | -1/+35 |
| | | | | 9ea3344aaff84779f6f3eea0c3cfb785c49857a7 | ||||
* | Intermediate changes | robot-piglet | 2024-02-18 | 2 | -349/+3 |
| | |||||
* | Disable vxWorks-specific includes | thegeorg | 2024-02-15 | 1 | -3/+3 |
| | | | | bee88d907230451bacc8c0aa4fa5ecc8f9cba59c | ||||
* | try to fix export to github for yt | snermolaev | 2024-02-14 | 1 | -7/+1 |
| | | | | 7e8ced5e3227ac70e89c6e63a9a254fe3f5f9ed3 | ||||
* | Disable unused bluetooth/ includes | thegeorg | 2024-02-13 | 1 | -6/+6 |
| | |||||
* | Update Python from 3.11.8 to 3.12.2 | shadchin | 2024-02-12 | 856 | -146845/+207067 |
| | |||||
* | Fix threading for gevent in Python 3.11.8 | vlasovskikh | 2024-02-09 | 1 | -1/+6 |
| | |||||
* | Update Python 3 to 3.11.8 | shadchin | 2024-02-07 | 98 | -1243/+2166 |
| | |||||
* | Fix fail with pydebug in tf (old) | shadchin | 2024-01-31 | 1 | -1/+1 |
| | |||||
* | Library import 5, delete go dependencies (#832) | AlexSm | 2024-01-04 | 10 | -267/+31 |
| | | | | | * Library import 5, delete go dependencies * Fix yt client | ||||
* | Import libs 4 (#758) | AlexSm | 2023-12-27 | 2 | -1/+387 |
| | |||||
* | Update Python 3 to 3.11.7 | shadchin | 2023-12-13 | 63 | -1649/+2382 |
| | |||||
* | add tasan.supp, lsan.supp | nkozlovskiy | 2023-10-13 | 2 | -0/+5 |
| | |||||
* | Update Python 3 to 3.11.6 | shadchin | 2023-10-03 | 65 | -1461/+2275 |
| | |||||
* | Move contrib/tools/python3/pycc to tools/py3cc | thegeorg | 2023-09-30 | 4 | -57/+0 |
| | | | | This is not a third party code, it is written by us. | ||||
* | add ydb deps | nkozlovskiy | 2023-09-29 | 1248 | -0/+1069645 |
| | |||||
* | fix ya.make | monster | 2022-07-07 | 1301 | -926446/+0 |
| | |||||
* | intermediate changes | arcadia-devtools | 2022-06-09 | 87 | -686/+1251 |
| | | | | ref:478170c7a5a1c0788ddd0d6513ce4ed86d7d7c99 | ||||
* | intermediate changes | arcadia-devtools | 2022-04-28 | 11 | -952/+1 |
| | | | | ref:c05ee82f93a09541e081e91f89591e8a617e352a | ||||
* | IGNIETFERRO-1816 Update Python 3 from 3.9.12 to 3.10.4 | shadchin | 2022-04-18 | 651 | -74793/+95643 |
| | | | | ref:9f96be6d02ee8044fdd6f124b799b270c20ce641 | ||||
* | Remove unnecessary patch from Python 3 | shadchin | 2022-04-09 | 1 | -2/+2 |
| | | | | ref:08457aac212d00dad336d739a11d619cf2882ae3 | ||||
* | intermediate changes | arcadia-devtools | 2022-04-09 | 1 | -1/+1 |
| | | | | ref:30935020072ce517547ac9c1f3d61eb568059de5 | ||||
* | Add rule to generate cmake file. KIKIMR-14679 | Daniil Cherednik | 2022-04-08 | 8 | -674/+0 |
| | | | | ref:520f7b10e2f41d081d1552c1ce75159826498334 | ||||
* | YQ-1003 ExternalFunction provider | hrustyashko | 2022-04-07 | 8 | -0/+674 |
| | | | | | | | | | | store connection name at resolved function rename expr nodes to dq_function dq function data provider ref:23fa1160965eb31574ae1c31a5a9152781f238c2 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-25 | 15 | -79/+149 |
| | | | | ref:ac52b2b4969cd1562fcebef15e16af428f77648b | ||||
* | intermediate changes | arcadia-devtools | 2022-03-19 | 1 | -0/+2 |
| | | | | ref:ceeec27152a9bf5c4e5085ccf698f679946da418 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-18 | 58 | -1259/+1466 |
| | | | | ref:102662f6c42fba80d7bfd4a328124cbb4294be48 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-18 | 20 | -0/+270 |
| | | | | ref:2b0eef8c30de86a9f4fae7e01c33d99b0979c9cc | ||||
* | intermediate changes | arcadia-devtools | 2022-03-17 | 7 | -12/+12 |
| | | | | ref:ae0d820bd4c277e0556bfc89ee47187d2ef0dd20 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-15 | 10 | -1723/+0 |
| | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-01 | 4 | -348/+0 |
| | | | | ref:1bd5d52142d3b1cd797d1dcc1dc7c82ea4a091be | ||||
* | Improve SystemCommand check in YDB CLI, KIKIMR-14321 | pnv1 | 2022-03-01 | 4 | -0/+35 |
| | | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef | ||||
* | intermediate changes | arcadia-devtools | 2022-02-24 | 1 | -2/+2 |
| | | | | ref:70ac1bca1acbb458c863fb4686263967ea009057 | ||||
* | intermediate changes | arcadia-devtools | 2022-02-24 | 1 | -0/+5 |
| | | | | ref:fb678b285db60965c2b65db96852ae4cfb5879d6 | ||||
* | intermediate changes | arcadia-devtools | 2022-02-22 | 1 | -5/+0 |
| | | | | ref:b4effc9582e42dfa79e9a44a91df283419947b3a | ||||
* | intermediate changes | arcadia-devtools | 2022-02-18 | 4 | -0/+313 |
| | | | | ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3 | ||||
* | intermediate changes | arcadia-devtools | 2022-02-10 | 3 | -295/+295 |
| | | | | ref:4635f4dd763168c3fa295f87727595c785b4d5a4 |