aboutsummaryrefslogtreecommitdiffstats
path: root/library/python
Commit message (Collapse)AuthorAgeFilesLines
* Bytes and string fixesv-korovin2022-12-061-2/+2
|
* remove kikimr/driver DEPENDSqrort2022-12-0252-6866/+0
|
* validate canons without yatest_commonqrort2022-11-3052-0/+6866
|
* Reduce duplicate in NO_CHECK_IMPORTSshadchin2022-11-171-0/+3
|
* yatest_common context file testqrort2022-11-177-23/+39
|
* More logs while recovering corev-korovin2022-11-071-0/+2
|
* FIx strict context testsiaz16072022-10-312-0/+7
|
* Unify test listing and filteringsay2022-10-272-3/+82
|
* [library/python/testing] Fixed relaxed mode selectionprettyboy2022-10-241-4/+4
|
* [library/python/testing] Added yatest_common_standaloneprettyboy2022-10-241-3/+12
|
* Allow binary output to be modified (just a little)) before comparing it to ↵heretic2022-09-281-4/+28
| | | | | canonical add canonize data transformer
* [library/python/testing/yatest_common] Relaxed runtime methods for ↵prettyboy2022-09-259-96/+284
| | | | non-standalone runs
* Prepare to clang14: make llvm_symbolyzer call compatible to llvm 12 and 14heretic2022-09-151-2/+2
| | | do it
* [library/python/cores] Fixed py23 compatibility in colorize_backtraceprettyboy2022-09-131-0/+1
|
* Switch on inspect.getfullargspecshadchin2022-08-141-1/+6
| | | The `inspect.getargspec` function, deprecated since Python 3.0; use `inspect.signature()` or `inspect.getfullargspec()` instead.
* []: Fix test context filesiaz16072022-08-091-1/+3
|
* should use six.PY3svartmetal2022-08-081-2/+1
|
* should escape core pattern path otherwise coredumps collection doesn't worksvartmetal2022-08-051-1/+5
|
* Get rid of 'streamImpl' in responsesilnaz2022-07-212-1/+9
|
* Add UT to detect data races in computation nodesva-kuznecov2022-07-192-0/+8
|
* Remove duplicates from stable ydb configthegeorg2022-07-131-2/+2
|
* fix flaky testseivanov892022-07-121-3/+10
|
* Create kesuses for rate limiting in YQgalaxycrab2022-07-085-12/+49
| | | | | | | | | Fill config in kikimr runner Create coordination nodes Pass to config Protos
* fix ya.makemonster2022-07-0745-2161/+122
|
* Java strictiaz16072022-07-012-1/+7
| | | | | | https://st.yandex-team.ru/DEVTOOLS-7874 ref:3260d4335ca049569cca84a26d43a821cb89f583
* DEVTOOLS-7854 [devtools/ya/test] Dump python traceback in case of timeout ↵Aleksandr2022-06-301-0/+13
| | | | | | for import_tests ref:27d3e422ea1b49c6ca8672fe75f7404214043550
* intermediate changesarcadia-devtools2022-06-221-2/+4
| | | | ref:e5b94b91d513ee8cc2d1610107a4e0b462b9c9db
* [cores] Suggest speed hacks and itype filtering speedupmvel2022-06-181-2/+4
| | | | | | | | - Speed-up hack for suggest: limit suggest source by count. Suggest code should be rewritten from scratch, but this ugly spike will save tons of MDB CPU for a while. - Page size: 10, enough for watching - Index by `last_time` in production database ref:9bab6a39172b1b6159e83708a787169684577717
* Strict go testiaz16072022-06-172-0/+8
| | | | ref:6ef4c0e7601ad32073264a38b583a6d2d33bce94
* DEVTOOLS-9500 [library/python/pytest] Generate call graph if ↵Aleksandr2022-06-011-0/+25
| | | | | | --profile-pytest is specified ref:b1b93724ca5ccf2a420b7dd063764bc8eed4f3e4
* Update contrib/python/ipython/py3 to 8.3.0robot-contrib2022-05-185-71/+31
| | | | ref:e84342d4d30476f9148137f37fd0c6405fd36f55
* YMAKE-148: Don't follow symlinkssay2022-05-172-5/+17
| | | | ref:b200b70556036c6a735ab81b1414c4b334ba5958
* YMAKE-144: Fix RuntimeError: dictionary changed size during iterationsay2022-05-142-2/+30
| | | | ref:919db9913468e91d031bbd511beeacdcfdd74489
* Yatest added new Popen argumentvzaborovskiy2022-05-061-0/+5
| | | | ref:8ef6e980cdf596b743f677ecbfc7bca8fcf75349
* Introduce method to get vcs in library/python/svn_versionspreis2022-05-043-4/+12
| | | | ref:3cdcb0b0558a4896ab20082ec37672275dfe59b9
* DEVTOOLSSUPPORT-18626: In venv directly call Py_BytesMain()say2022-05-042-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
* Remove unnecessary patch from Python 3shadchin2022-04-091-4/+4
| | | | ref:08457aac212d00dad336d739a11d619cf2882ae3
* Add rule to generate cmake file. KIKIMR-14679Daniil Cherednik2022-04-083-70/+0
| | | | ref:520f7b10e2f41d081d1552c1ce75159826498334
* YQ-1003 ExternalFunction providerhrustyashko2022-04-073-0/+70
| | | | | | | | | | store connection name at resolved function rename expr nodes to dq_function dq function data provider ref:23fa1160965eb31574ae1c31a5a9152781f238c2
* intermediate changesarcadia-devtools2022-03-261-1/+3
| | | | ref:110136b448f725022fe4a99944539b99fd3a0ebf
* intermediate changesarcadia-devtools2022-03-171-3/+7
| | | | ref:ae0d820bd4c277e0556bfc89ee47187d2ef0dd20
* intermediate changesarcadia-devtools2022-03-1551-1004/+0
| | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
* intermediate changesarcadia-devtools2022-03-111-0/+1
| | | | ref:e7bb024d28480931cbbb0256a46dc06de8d7f6d2
* intermediate changesarcadia-devtools2022-03-101-2/+2
| | | | ref:e3558e59374e3fcc75bdef0c34f021d3dc7b8326
* intermediate changesarcadia-devtools2022-03-074-4/+7
| | | | ref:44cfacf4cc6e35eb3189b83a81fde1f7844d175b
* intermediate changesarcadia-devtools2022-03-042-6/+31
| | | | ref:2a778101b5c1b72fe97b6485437fc7bbd1713dce
* intermediate changesarcadia-devtools2022-03-013-70/+0
| | | | ref:1bd5d52142d3b1cd797d1dcc1dc7c82ea4a091be
* Improve SystemCommand check in YDB CLI, KIKIMR-14321pnv12022-03-013-0/+27
| | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef
* intermediate changesarcadia-devtools2022-02-232-2/+2
| | | | ref:2fd7725f9a380208f93125e4819eee9282388396
* intermediate changesarcadia-devtools2022-02-231-1/+1
| | | | ref:7ad50b9c568746e74aa064df7ff309c5798027fc