aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/cros_subprocess.py
AgeCommit message (Expand)AuthorFilesLines
2019-11-14patman: fix some typos in commentsAnatolij Gustschin1-2/+2
2019-10-15patman: Drop binary parameterSimon Glass1-2/+1
2019-07-10patman: Provide a way to get program output in binary modeSimon Glass1-1/+2
2019-07-10patman: Update cros_subprocess to use bytesSimon Glass1-20/+27
2017-06-08patman: Don't convert input data to unicodeSimon Glass1-4/+0
2017-04-13patman: Convert byte arrays to stringsGeorge McCollister1-0/+4
2016-10-09patman: Make exception handling python 3.x safePaul Burton1-1/+1
2013-04-04patman: Add cros_subprocess library to manage subprocessesSimon Glass1-0/+397