summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/process.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: process: Improve _logged_communicate bufferingRichard Purdie2012-06-251-13/+33
* make exception handling syntax consistentScott Garman2011-06-151-1/+1
* process.py: Avoid deprecation warningRichard Purdie2011-02-141-4/+4
* parse.ast: avoid code duplication for inheritChris Larson2011-01-061-5/+1
* bitbake: Fix process.py to accept None as the log optionRichard Purdie2011-01-051-1/+1
* process: fix handling of the input argumentChris Larson2011-01-041-16/+19
* process: handle OSErrors other than file not foundChris Larson2011-01-041-3/+7
* Fix PWD issue with new exec_func_shellChris Larson2011-01-041-2/+0
* build: set PWD in the subprocess preexec hookChris Larson2011-01-041-3/+4
* process: add subprocess-based bitsChris Larson2011-01-041-0/+107