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

bpo-31884 subprocess set priority on windows #4150

Merged
merged 17 commits into from
Nov 8, 2017
Merged

bpo-31884 subprocess set priority on windows #4150

merged 17 commits into from
Nov 8, 2017

Commits on Oct 27, 2017

  1. add constants for setting process priority

    adds the required constants that can be passed to creationflags for Popen to allow setting the process priority on windows.
    JamesGKent authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    22206b9 View commit details
    Browse the repository at this point in the history
  2. Update subprocess.py

    JamesGKent authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    788a086 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from JamesGKent/subprocess-priority-windows-1

    Update subprocess.py
    JamesGKent authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    f47ce08 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from JamesGKent/subprocess-priority-windows

    add constants for setting process priority
    JamesGKent authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    a7e78e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b3e805 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. added constants

    added:
    CREATE_NO_WINDOW (allocate a console without a window)
    DETACHED_PROCESS (do not inherit or allocate a console)
    CREATE_DEFAULT_ERROR_MODE
    CREATE_BREAKAWAY_FROM_JOB
    JamesGKent authored Oct 30, 2017
    Configuration menu
    Copy the full SHA
    bdaf817 View commit details
    Browse the repository at this point in the history
  2. added constants

    CREATE_NO_WINDOW (allocate a console without a window)
    DETACHED_PROCESS (do not inherit or allocate a console)
    CREATE_DEFAULT_ERROR_MODE
    CREATE_BREAKAWAY_FROM_JOB
    JamesGKent authored Oct 30, 2017
    Configuration menu
    Copy the full SHA
    f972658 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. fixed missing import

    JamesGKent authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    55ace15 View commit details
    Browse the repository at this point in the history
  2. Update subprocess.rst

    JamesGKent authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    13f0893 View commit details
    Browse the repository at this point in the history
  3. Update subprocess.rst

    JamesGKent authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    382f890 View commit details
    Browse the repository at this point in the history
  4. Update subprocess.rst

    JamesGKent authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    197861f View commit details
    Browse the repository at this point in the history
  5. Update subprocess.rst

    JamesGKent authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    2ccf787 View commit details
    Browse the repository at this point in the history
  6. Update subprocess.rst

    JamesGKent authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    680efd7 View commit details
    Browse the repository at this point in the history
  7. Update subprocess.rst

    JamesGKent authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    5114f8c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. Update subprocess.rst

    JamesGKent authored Nov 8, 2017
    Configuration menu
    Copy the full SHA
    8d3fac6 View commit details
    Browse the repository at this point in the history
  2. Update subprocess.rst

    JamesGKent authored Nov 8, 2017
    Configuration menu
    Copy the full SHA
    264fb12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0765c90 View commit details
    Browse the repository at this point in the history