Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate the stubprocess.py wrapper from Parts #3703

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 16, 2020

  1. Added the original stubprocess.py from Parts.

    This is the original version of the 'stubprocess.py' wrapper, taken from the
    git repo of the Parts project (https://bitbucket.org/sconsparts/parts.git),
    commit 4f2a0e97e24b410d098df57ddc4247ebfb2aa636 (v0.15.4).
    dirkbaechle committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    c8e913e View commit details
    Browse the repository at this point in the history
  2. Integrated stubprocess.py to posix.py.

    Modified the original version slightly by creating a
    shadow version of subprocess.Popen that gets wrapped instead.
    Also added the license.txt (MIT) from the Parts repo and a short
    header explaining why the made changes are required.
    dirkbaechle committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    f62bba9 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    69263f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Configuration menu
    Copy the full SHA
    7c598af View commit details
    Browse the repository at this point in the history