-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add a structseq
class to _typeshed
#6560
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
82 commits
Select commit
Hold shift + click to select a range
4ff8300
Add `structseq` definition
AlexWaygood 6e3c091
Update OS classes
AlexWaygood 04597a4
Update OS: linux classes
AlexWaygood fdea229
Update grp.pyi
AlexWaygood d03b868
Update resource.pyi
AlexWaygood 179d8b9
Update signal.pyi
AlexWaygood 1bcb0a3
Update spwd.pyi
AlexWaygood a185520
Update _thread.pyi
AlexWaygood 4142495
Improve `structseq.__new__`, add comments
AlexWaygood e339c1f
Update grp.pyi
AlexWaygood 7d754eb
Update spwd.pyi
AlexWaygood 68ec604
Update darwin.txt
AlexWaygood b38bd59
Update linux.txt
AlexWaygood 4016ce2
Update py310.txt
AlexWaygood 3c5d398
Update py39.txt
AlexWaygood 3617196
Update py3_common.txt
AlexWaygood cea53fa
Update pwd.pyi
AlexWaygood 4bfaac1
Update time.pyi
AlexWaygood ee3b28d
Update __init__.pyi
AlexWaygood f48b97e
Remove fictitious `_struct_time` class from mro
AlexWaygood 21d6ee5
Update _thread.pyi
AlexWaygood c2cdc4d
Update grp.pyi
AlexWaygood 5b8dc7d
Update __init__.pyi
AlexWaygood 7bcfc3c
Update pwd.pyi
AlexWaygood 5cfbeb4
Update resource.pyi
AlexWaygood e3c06a1
Update signal.pyi
AlexWaygood fc212cb
Update spwd.pyi
AlexWaygood 6ab37ea
`sequence` parameter actually takes an iterable...
AlexWaygood 4e6d045
Update _thread.pyi
AlexWaygood 7e0a068
Update grp.pyi
AlexWaygood e926dbd
Update __init__.pyi
AlexWaygood aab3d50
Update pwd.pyi
AlexWaygood afd0cf9
Update resource.pyi
AlexWaygood 0a37e00
Update signal.pyi
AlexWaygood 0630fd3
Update spwd.pyi
AlexWaygood 9248d44
Update grp.pyi
AlexWaygood 10bbe0a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4510fd7
Update resource.pyi
AlexWaygood e4d350a
Update signal.pyi
AlexWaygood abb9815
Update spwd.pyi
AlexWaygood 2f921b4
Update time.pyi
AlexWaygood e3e9fdf
Syntax errors
AlexWaygood 8a4ab13
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 2a4f14b
Update __init__.pyi
AlexWaygood 350b00a
Update time.pyi
AlexWaygood 9d9d45f
Update _thread.pyi
AlexWaygood 0a8d6d0
Update __init__.pyi
AlexWaygood 0c5cf81
Update grp.pyi
AlexWaygood 719378c
Update pwd.pyi
AlexWaygood 93ba6c6
Update spwd.pyi
AlexWaygood 2e5a8a8
Update time.pyi
AlexWaygood 9b6399e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 77db4ae
Update _thread.pyi
AlexWaygood fa8acd3
Update __init__.pyi
AlexWaygood 330b24c
Update time.pyi
AlexWaygood 30920aa
Beautify
AlexWaygood 2b0b758
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 819e195
Refactor based on Jukka's suggestion
AlexWaygood 126b2ea
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 805fc6e
pyright errors
AlexWaygood 4b32760
Merge branch 'structseq' of https://github.com/AlexWaygood/typeshed i…
AlexWaygood 94e6cf9
Use old syntax in type aliases
AlexWaygood 5acec5d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ecfdb7b
Remove attributes that do not exist at runtime
AlexWaygood 0e7bcc4
Remove unused allowlist entries
AlexWaygood 25ab4a4
More unused entries
AlexWaygood 3a6c7cf
Quell pytype and flake8
AlexWaygood 7ef375e
Update stdlib/os/__init__.pyi
AlexWaygood dead782
Update stdlib/_typeshed/__init__.pyi
AlexWaygood d342427
Delete redundant comment
AlexWaygood 10301cf
`struct_time` has 9 elements
AlexWaygood 82fce49
Improve `os.stat_result`
AlexWaygood 494bdc7
Remove many comments
AlexWaygood ecfab5b
Improve comment in `_typeshed`
AlexWaygood 9a7dffe
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3a4f887
Improve `os.statvfs_result`
AlexWaygood 3e283f4
Merge branch 'structseq' of https://github.com/AlexWaygood/typeshed i…
AlexWaygood c807646
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 28995dc
Update stdlib/_typeshed/__init__.pyi
AlexWaygood 29b9800
Remove no-longer-needed type alias
AlexWaygood 201d05e
Merge remote-tracking branch 'origin/master' into structseq
AlexWaygood db20660
Merge branch 'master' into structseq
AlexWaygood 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
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
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.
Uh oh!
There was an error while loading. Please reload this page.