This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
typeshed
Watch
1
Star
0
Fork
0
You've already forked typeshed
mirror of
https://github.com/davidhalter/typeshed.git
synced
2025-12-09 13:34:58 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fab1b59715d46bab3e286b03b933d268913d902a
typeshed
/
test_cases
/
stdlib
History
Alex Waygood
e156c63bdb
inspect
,
asyncio
: Use more
TypeGuard
s (
#8057
)
2022-07-18 19:49:12 -07:00
..
asyncio
inspect
,
asyncio
: Use more
TypeGuard
s (
#8057
)
2022-07-18 19:49:12 -07:00
builtins
List[Foo] + List[Bar] now returns List[Foo | Bar] (
#8293
)
2022-07-15 20:20:50 +03:00
typing
Use "all +=" instead of duplicating the branches (
#7865
)
2022-06-07 13:32:19 +02:00
test_codecs.py
Remove mypy error codes from the
test_cases
directory (
#8083
)
2022-06-15 15:31:45 +01:00
test_contextlib.py
contextlib: Remove explicit base class from ExitStack (
#7963
)
2022-05-27 09:19:18 -07:00
test_logging.py
Add
__setattr__
to
logging.LogRecord
(
#8064
)
2022-06-12 12:04:22 -07:00
test_unittest.py
Fix
assertAlmostEqual
regression on mixed numeric types (
#8137
)
2022-06-27 08:57:36 +02:00