summaryrefslogtreecommitdiff
path: root/python/scripts
AgeCommit message (Expand)Author
2024-04-29Compress precompiled python zips Cole Faust
2024-03-28Improve errors when compiling python code Cole Faust
2024-02-07Fix non-deterministic python compilation Anas Sulaiman
2024-02-01Fix non-deterministic python compilation Anas Sulaiman
2023-03-22stub_template_host redirect SIGINT and SIGTERM to subprocess Qiao Yang
2023-01-27Precompile python sources Cole Faust
2022-10-21Remove flags that enable the new python path behavior Cole Faust
2022-09-26Add flag to not add directory of entrypoint to sys.path Cole Faust
2022-09-23Add flag to not add top-level modules to PYTHONPATH Cole Faust
2022-09-09Don't close file descriptors when starting python program Cole Faust
2021-04-19Change par file generate rules. yangbill
2019-02-15Simplify python launcher, use __main__.py Dan Willemsen
2019-01-04Pass -S option to wrapper for python binary. yangbill
2018-10-11Define runfiles_path before try so that finally can use it. Nicolas Geoffray
2018-06-04Fix embedded_launcher can't find files Nan Zhang
2018-05-31Revert "Revert "Revert "Revert "Add path interposer"""" Dan Willemsen
2018-05-25Revert "Revert "Revert "Add path interposer""" Dan Willemsen
2018-05-25Revert "Revert "Add path interposer"" Dan Willemsen
2018-05-19Revert "Add path interposer" Dan Willemsen
2018-05-18Add path interposer Dan Willemsen
2017-05-05Supported python build in host side. Nan Zhang