aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/process.py
AgeCommit message (Expand)Author
2020-08-25lib: fix most undefined code picked up by pylintFrazer Clews
2020-08-14build: print a backtrace with the original metadata locations of Bash shell f...Chris Laplante
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2017-06-14bitbake:process: flush stderr/stdout to logJuro Bystricky
2017-02-24process: stop bb.process.communicate mixing bytes and str return typesMike Crowe
2016-06-01bitbake: Convert to python 3Richard Purdie
2015-08-17Fix default function parameter assignment to a listPaul Eggleton
2015-07-16lib/bb/process: check output of select() before reading extrafilesPaul Eggleton
2015-07-12lib/bb: set up infrastructure for shell message functionsPaul Eggleton
2013-12-10process: Add timeout to select callRichard Purdie
2013-05-09lib: Use modern expcetion syntaxRichard Purdie
2013-05-09lib: Clean up various file access syntaxRichard Purdie
2012-06-25process: Improve _logged_communicate bufferingRichard Purdie
2011-06-15make exception handling syntax consistentScott Garman
2011-02-21process.py: Avoid deprecation warningRichard Purdie
2011-01-05process: simplify the log option for runChris Larson
2010-12-29process: fix handling of the input argumentChris Larson
2010-12-15process: handle OSErrors other than file not foundChris Larson
2010-12-14Fix PWD issue with new exec_func_shellChris Larson
2010-12-13build: set PWD in the subprocess preexec hookChris Larson
2010-12-09process: add subprocess-based bitsChris Larson