aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/process.py
AgeCommit message (Expand)Author
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