-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-41818: Add os.login_tty() for *nix. #29658
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
576bc5a
Add os.login_tty() for Unix.
8vasu d30e66b
📜🤖 Added by blurb_it.
blurb-it[bot] 089cb17
Merge branch 'main' into login_tty
tiran 1b02fd7
Re-generate configure script using preferred version of autoconf.
8vasu 0f4d5b3
Use #ifdef instead of #if defined() whenever possible.
8vasu 7b27681
Copy posixmodule.c.h from branch 'main' to prepare to fix merge conflict
8vasu f5b28a0
Merge branch 'main' into login_tty
8vasu b8effd2
Generate posixmodule.c.h using argument clinic
8vasu 8492291
Remove the archaic approach of opening a tty device file to make it t…
8vasu c3becc2
Resolve conflict in posixmodule.c.h
8vasu ec717f7
Copy posixmodule.c.h from branch 'main' to prepare to fix merge conflict
8vasu 995746e
Merge branch 'main' into login_tty
8vasu b2bcbc1
Generate posixmodule.c.h using Argument Clinic
8vasu e35e7a0
Remove the old news file.
8vasu 6a033b8
📜🤖 Added by blurb_it.
blurb-it[bot] dc69763
Merge branch 'main' into login_tty
gpshead 5ad23a2
fixup the argument clinic footer (regen)
gpshead File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
Misc/NEWS.d/next/Library/2022-05-02-03-56-50.gh-issue-85984.RBivvc.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
New function os.login_tty() for Unix. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.