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

gh-88050: Fix asyncio subprocess kill process cleanly when process is blocked #32073

Merged
merged 25 commits into from
Oct 5, 2022

Commits on Mar 23, 2022

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

Commits on Mar 24, 2022

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

    kumaraditya303 authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    0b87f8d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. start from scratch

    kumaraditya303 authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    2bd08cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6afa6df View commit details
    Browse the repository at this point in the history
  3. rework

    kumaraditya303 authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    a2a3a1d View commit details
    Browse the repository at this point in the history
  4. remove script

    kumaraditya303 authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    e325b6c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

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

Commits on May 4, 2022

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

Commits on May 27, 2022

  1. Configuration menu
    Copy the full SHA
    74e42a7 View commit details
    Browse the repository at this point in the history
  2. another try

    kumaraditya303 authored May 27, 2022
    Configuration menu
    Copy the full SHA
    7946267 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

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

Commits on Jul 8, 2022

  1. skip unless sleep

    kumaraditya303 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    d896e0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5de374 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

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

Commits on Sep 12, 2022

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

Commits on Oct 1, 2022

  1. fix test on windows

    hopefully this works
    kumaraditya303 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    8b2cee6 View commit details
    Browse the repository at this point in the history
  2. fix comment

    kumaraditya303 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    53fbc9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77c76dd View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Update Misc/NEWS.d/next/Library/2022-07-08-08-39-35.gh-issue-88050.0a…

    …OC_m.rst
    
    Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
    kumaraditya303 and gvanrossum authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    e223141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ac1184 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69a9fda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    678cc76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba0382d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90e7ac5 View commit details
    Browse the repository at this point in the history