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-85984: Remove legacy Lib/pty.py code. #92365

Merged
merged 7 commits into from
Feb 9, 2023
Merged

Commits on Feb 5, 2023

  1. Use os.login_tty() in pty.fork() on systems that lack os.forkpty().

    Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
    8vasu committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    287d09a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89faf29 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    1473bf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    662d81d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    820bc05 View commit details
    Browse the repository at this point in the history
  4. fix whitespace

    gpshead committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b0bead8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. updated news wording

    gpshead committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4287962 View commit details
    Browse the repository at this point in the history