-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fixing issue 14168 with None/None case in 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
52
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.
Open
Changes from 49 commits
Commits
Show all changes
52 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 9f28a91
fix overloading for tarfile
alexeev-prog eb6b65d
Merge branch 'issue-14168-fix' of github.com:alexeev-prog/typeshed in…
alexeev-prog 81656dc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 04b0e6e
fix overloading for TarFile
alexeev-prog e6bef29
Merge branch 'issue-14168-fix' of github.com:alexeev-prog/typeshed in…
alexeev-prog 31e4037
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ea4c762
fix overloading for TarFile
alexeev-prog 192db66
Merge branch 'issue-14168-fix' of github.com:alexeev-prog/typeshed in…
alexeev-prog d815ec5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 649d343
fix stubtest errors for TarFile methods
alexeev-prog eaa1ed4
fix stubtest errors for TarFile methods
alexeev-prog 785d98e
revert change
alexeev-prog 39b75da
fix override for xzopen
alexeev-prog 8469631
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9962f17
fix override for xzopen
alexeev-prog b185659
fix override for xzopen
alexeev-prog 6986131
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 514cc8d
fix override for xzopen
alexeev-prog b9e8212
Merge branch 'issue-14168-fix' of github.com:alexeev-prog/typeshed in…
alexeev-prog ec43fbe
fix override for xzopen
alexeev-prog 11e9ef3
fix stubtest erros
alexeev-prog 2f4f03b
fix _extract_member stubtest error for 3.13
alexeev-prog d3f5312
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4ebcaa7
try fix overloads for open
alexeev-prog b6843a8
Merge branch 'issue-14168-fix' of github.com:alexeev-prog/typeshed in…
alexeev-prog f41e41b
try fix it...
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?