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-07 20:54:28 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c65b5cc61c00ef082236855534b7cdf762585fda
typeshed
/
stdlib
History
Eric Traut
c65b5cc61c
Changed combine method in datetime to use aliased _date and _time types (like all other methods in this class) to avoid namespace collision with date and time methods. (
#3251
)
2019-09-23 18:23:46 +02:00
..
2
Copy a better definition of abstractmethod from 3/abc to 2/abc. (
#3242
)
2019-09-18 11:04:53 +02:00
2and3
Changed combine method in datetime to use aliased _date and _time types (like all other methods in this class) to avoid namespace collision with date and time methods. (
#3251
)
2019-09-23 18:23:46 +02:00
3
Make the type of
timeout
Optional[float] everywhere in subprocess. (
#3241
)
2019-09-18 11:05:49 +02:00
3.6
Make some arguments in secrets module optional (
#1929
)
2018-02-27 10:52:21 -08:00
3.7
Make dataclasses.Field.metadata non-optional (
#3094
)
2019-06-28 18:28:50 -07:00