-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
start fixing issue 14168 with TarFile #14172
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
Open
alexeev-prog
wants to merge
26
commits into
python:main
Choose a base branch
from
alexeev-prog:issue-14168-fix
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+334
−2
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
4391d31
start fixing issue 14168 with TarFile
alexeev-prog 1770440
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 6b387d5
fix errors with `__init__`, start add @override for other methods of …
alexeev-prog b652aac
Merge branch 'issue-14168-fix' of github.com:alexeev-prog/typeshed in…
alexeev-prog f3f21dd
fix None/None case for other methods
alexeev-prog f0a4410
add overload to `__init__`
alexeev-prog 6f4f644
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1e03be9
fix overrided init methods
alexeev-prog 082f762
fix overrided init methods #2
alexeev-prog 0ec9a85
fix syntax error in __init__ methods
alexeev-prog a7a5e8d
fix errors in overrided init methods
alexeev-prog 7eae058
fix errors in overrided init methods for python<3.13
alexeev-prog 69938e9
work with overrired `open` methods in TarFile
alexeev-prog 5e4f00b
fix stubtest errors for TarFile overrided methods
alexeev-prog 5f3c820
add info about TarFile in allowlists
alexeev-prog d47a5da
add info about TarFile in allowlists
alexeev-prog 51b46c9
fix info about TarFile in allowlists
alexeev-prog 5fded29
Merge branch 'main' into issue-14168-fix
alexeev-prog 5a117a4
Merge branch 'main' into issue-14168-fix
alexeev-prog b0a3c2e
Merge branch 'main' into issue-14168-fix
alexeev-prog 3c86c48
Merge branch 'main' into issue-14168-fix
alexeev-prog dbd91b9
Merge branch 'main' into issue-14168-fix
alexeev-prog a10400f
Merge branch 'main' into issue-14168-fix
alexeev-prog df4bc3a
Merge branch 'main' into issue-14168-fix
alexeev-prog 0076976
Merge branch 'main' into issue-14168-fix
alexeev-prog 44b2e2f
Merge branch 'main' into issue-14168-fix
alexeev-prog 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems suspect. What's the reason the new signature doesn't pass stubtest when the old signature did?