aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/cros_subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* patman: Move library functions into a library directorySimon Glass2023-03-081-401/+0
* patman: Correct pylint errorsSimon Glass2022-03-021-14/+4
* patman: Convert camel case in cros_subprocess.pySimon Glass2022-02-091-29/+30
* buildman: Detect Kconfig loopsSimon Glass2021-10-201-2/+8
* patman: Use bytearray instead of stringSimon Glass2021-07-211-3/+3
* patman: fix some typos in commentsAnatolij Gustschin2019-11-141-2/+2
* patman: Drop binary parameterSimon Glass2019-10-151-2/+1
* patman: Provide a way to get program output in binary modeSimon Glass2019-07-101-1/+2
* patman: Update cros_subprocess to use bytesSimon Glass2019-07-101-20/+27
* patman: Don't convert input data to unicodeSimon Glass2017-06-081-4/+0
* patman: Convert byte arrays to stringsGeorge McCollister2017-04-131-0/+4
* patman: Make exception handling python 3.x safePaul Burton2016-10-091-1/+1
* patman: Add cros_subprocess library to manage subprocessesSimon Glass2013-04-041-0/+397