FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-101688: Implement types.get_original_bases by Gobot1234 · Pull Request #101827 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-101688: Implement types.get_original_bases
- #101827
#101827
Merged
AlexWaygood
merged 45 commits into
python:main
python/cpython:main
from
Gobot1234:orig_class-and-bases
Gobot1234/cpython:orig_class-and-bases
Copy head branch name to clipboard
Apr 23, 2023
Conversation
Commits
45
(45)
Checks
Files changed
Merged
gh-101688: Implement types.get_original_bases
#101827
AlexWaygood
merged 45 commits into
python:main
python/cpython:main
from
Gobot1234:orig_class-and-bases
Gobot1234/cpython:orig_class-and-bases
Copy head branch name to clipboard
Commits
Commits on Feb 11, 2023
Implement typing.get_orig_class and get_orig_bases
Gobot1234
committed
50707ba
View commit details
Copy full SHA for 50707ba
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
4fef9f8
View commit details
Copy full SHA for 4fef9f8
Browse repository at this point
Apparently my lsp wasn't working
Gobot1234
committed
4cb193d
View commit details
Copy full SHA for 4cb193d
Browse repository at this point
Removing trailing whitespace
Gobot1234
committed
44d3ae9
View commit details
Copy full SHA for 44d3ae9
Browse repository at this point
Fix test failure
Gobot1234
committed
59e9ac2
View commit details
Copy full SHA for 59e9ac2
Browse repository at this point
Merge branch 'main' into orig_class-and-bases
Gobot1234
authored
20024e9
View commit details
Copy full SHA for 20024e9
Browse repository at this point
Fix typo
Gobot1234
authored
769fdbd
View commit details
Copy full SHA for 769fdbd
Browse repository at this point
Commits on Feb 12, 2023
Respond to initial review
Gobot1234
committed
7194d3e
View commit details
Copy full SHA for 7194d3e
Browse repository at this point
Commits on Feb 17, 2023
Remove trailing ws
Gobot1234
committed
eeb4475
View commit details
Copy full SHA for eeb4475
Browse repository at this point
Commits on Feb 25, 2023
Respond to second round of review
Gobot1234
committed
198dc08
View commit details
Copy full SHA for 198dc08
Browse repository at this point
Fix typo
Gobot1234
committed
695cf93
View commit details
Copy full SHA for 695cf93
Browse repository at this point
Commits on Apr 5, 2023
Fix last few comments
Gobot1234
committed
cc11033
View commit details
Copy full SHA for cc11033
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into orig_class-and-bases
Show description for a66282b
Gobot1234
committed
a66282b
View commit details
Copy full SHA for a66282b
Browse repository at this point
Merge branch 'main' into orig_class-and-bases
Gobot1234
authored
d3768ba
View commit details
Copy full SHA for d3768ba
Browse repository at this point
Commits on Apr 6, 2023
Apply suggestions from code review
Show description for 581a91a
Gobot1234
and
AlexWaygood
authored
581a91a
View commit details
Copy full SHA for 581a91a
Browse repository at this point
Remove typing.get_orig_class
Gobot1234
committed
fb15427
View commit details
Copy full SHA for fb15427
Browse repository at this point
Merge remote-tracking branch 'origin/orig_class-and-bases' into orig_class-and-bases
Show description for 96b9536
Gobot1234
committed
96b9536
View commit details
Copy full SHA for 96b9536
Browse repository at this point
Remove old test
Gobot1234
committed
6c38e4d
View commit details
Copy full SHA for 6c38e4d
Browse repository at this point
Rename to get_original_bases
Gobot1234
committed
372bd6b
View commit details
Copy full SHA for 372bd6b
Browse repository at this point
Autoformatting is fun
Gobot1234
committed
a6fe8ac
View commit details
Copy full SHA for a6fe8ac
Browse repository at this point
Fix more suggestions
Gobot1234
committed
2b71b74
View commit details
Copy full SHA for 2b71b74
Browse repository at this point
Remove rawstring
Gobot1234
authored
e7635c6
View commit details
Copy full SHA for e7635c6
Browse repository at this point
Commits on Apr 7, 2023
Apply suggestions from code review
Show description for 42e1668
Gobot1234
and
AlexWaygood
authored
42e1668
View commit details
Copy full SHA for 42e1668
Browse repository at this point
Commits on Apr 8, 2023
Fix `test_types` failures
AlexWaygood
committed
1040478
View commit details
Copy full SHA for 1040478
Browse repository at this point
Apply suggestions from code review
Show description for 8085258
Gobot1234
and
AlexWaygood
authored
8085258
View commit details
Copy full SHA for 8085258
Browse repository at this point
Add a whatsnew entry
Gobot1234
committed
b9bf4fd
View commit details
Copy full SHA for b9bf4fd
Browse repository at this point
Update Lib/types.py
Show description for ee59cbd
Gobot1234
and
AlexWaygood
authored
ee59cbd
View commit details
Copy full SHA for ee59cbd
Browse repository at this point
Update Doc/library/types.rst
Show description for e5a91a5
Gobot1234
and
AlexWaygood
authored
e5a91a5
View commit details
Copy full SHA for e5a91a5
Browse repository at this point
Merge branch 'main' into orig_class-and-bases
AlexWaygood
authored
7bad429
View commit details
Copy full SHA for 7bad429
Browse repository at this point
Commits on Apr 9, 2023
Merge branch 'main' into orig_class-and-bases
Gobot1234
authored
2a39055
View commit details
Copy full SHA for 2a39055
Browse repository at this point
Remove trailing WS
Gobot1234
authored
1ea82be
View commit details
Copy full SHA for 1ea82be
Browse repository at this point
Fix more trailing WS
Gobot1234
committed
1cb14c2
View commit details
Copy full SHA for 1cb14c2
Browse repository at this point
Fallback to __bases__
Gobot1234
committed
6f06c52
View commit details
Copy full SHA for 6f06c52
Browse repository at this point
Update missing docs
Gobot1234
committed
689267a
View commit details
Copy full SHA for 689267a
Browse repository at this point
Apply suggestions from code review
Show description for 1ae16ea
Gobot1234
and
AlexWaygood
authored
1ae16ea
View commit details
Copy full SHA for 1ae16ea
Browse repository at this point
Update Doc/library/types.rst
Show description for 3a8619a
Gobot1234
and
AlexWaygood
authored
3a8619a
View commit details
Copy full SHA for 3a8619a
Browse repository at this point
Commits on Apr 11, 2023
Merge remote-tracking branch 'upstream/main' into orig_class-and-bases
AlexWaygood
committed
e1d55d6
View commit details
Copy full SHA for e1d55d6
Browse repository at this point
Small tweaks to docs
AlexWaygood
committed
bab8cb3
View commit details
Copy full SHA for bab8cb3
Browse repository at this point
Commits on Apr 12, 2023
Use `assert` in docs examples
AlexWaygood
committed
fb9ef70
View commit details
Copy full SHA for fb9ef70
Browse repository at this point
Document type.__orig_bases__
Gobot1234
committed
dc433c4
View commit details
Copy full SHA for dc433c4
Browse repository at this point
Revert "Document type.__orig_bases__"
Show description for 4268b74
Gobot1234
committed
4268b74
View commit details
Copy full SHA for 4268b74
Browse repository at this point
Commits on Apr 19, 2023
Update Doc/library/types.rst
Show description for 9f54ac1
Gobot1234
and
AlexWaygood
authored
9f54ac1
View commit details
Copy full SHA for 9f54ac1
Browse repository at this point
Commits on Apr 22, 2023
Hone docs more
AlexWaygood
authored
c122b23
View commit details
Copy full SHA for c122b23
Browse repository at this point
Commits on Apr 23, 2023
Merge remote-tracking branch 'upstream/main' into orig_class-and-bases
AlexWaygood
committed
2134053
View commit details
Copy full SHA for 2134053
Browse repository at this point
More tests and docs following #103698
AlexWaygood
committed
cb21a65
View commit details
Copy full SHA for cb21a65
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL