aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/cros_subprocess.py
AgeCommit message (Expand)AuthorFilesLines
2022-03-02patman: Correct pylint errorsSimon Glass1-14/+4
2022-02-09patman: Convert camel case in cros_subprocess.pySimon Glass1-29/+30
2021-10-20buildman: Detect Kconfig loopsSimon Glass1-2/+8
2021-07-21patman: Use bytearray instead of stringSimon Glass1-3/+3
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