summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/process.py
AgeCommit message (Expand)Author
2015-08-19bitbake: Fix default function parameter assignment to a listPaul Eggleton
2015-07-16bitbake: lib/bb/process: check output of select() before reading extrafilesPaul Eggleton
2015-07-12bitbake: lib/bb: set up infrastructure for shell message functionsPaul Eggleton
2013-12-10bitbake: process: Add timeout to select callRichard Purdie
2013-05-09bitbake: lib: Use modern expcetion syntaxRichard Purdie
2013-05-09bitbake: lib: Clean up various file access syntaxRichard Purdie
2012-06-25bitbake: process: Improve _logged_communicate bufferingRichard Purdie
2011-06-15make exception handling syntax consistentScott Garman
2011-02-14process.py: Avoid deprecation warningRichard Purdie
2011-01-06parse.ast: avoid code duplication for inheritChris Larson
2011-01-05bitbake: Fix process.py to accept None as the log optionRichard Purdie
2011-01-04process: fix handling of the input argumentChris Larson
2011-01-04process: handle OSErrors other than file not foundChris Larson
2011-01-04Fix PWD issue with new exec_func_shellChris Larson
2011-01-04build: set PWD in the subprocess preexec hookChris Larson
2011-01-04process: add subprocess-based bitsChris Larson