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-10 22:11:54 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
199132122bbbfda1483ba3e012f6548eb2ba654a
typeshed
/
test_cases
/
stdlib
History
Alex Waygood
1828ba2045
builtins.sum
: Items in the iterable must support addition with
int
if no
start
value is given (
#8000
)
2022-06-13 11:25:38 +01:00
..
builtins
builtins.sum
: Items in the iterable must support addition with
int
if no
start
value is given (
#8000
)
2022-06-13 11:25:38 +01:00
typing
Use "all +=" instead of duplicating the branches (
#7865
)
2022-06-07 13:32:19 +02:00
test_codecs.py
codecs: add missing function, reflect runtime import * (
#7918
)
2022-05-22 16:06:21 -07: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