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 12:44:28 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7fe417ca582011dd2bf54f36502ef48529ffc6d8
typeshed
/
stdlib
History
Adam Dangoor
7fe417ca58
In Python 3.4 and above,
os.makedirs
and
os.removedirs
use the kwarg "name" rather than "path" (
#1536
)
2017-08-08 18:42:29 -07:00
..
2
Make functions
any
and
all
accept
Iterable[object]
(
#1531
)
2017-08-07 17:13:43 -06:00
2and3
fix the type definition of namer function (
#1498
)
2017-08-07 17:36:05 -06:00
3
In Python 3.4 and above,
os.makedirs
and
os.removedirs
use the kwarg "name" rather than "path" (
#1536
)
2017-08-08 18:42:29 -07:00
3.3
Fix stub for the ipaddress module (
#1384
)
2017-06-02 12:49:12 -07:00
3.4
Use 'as name' patter to re-export names from stubs (PEP 484) (
#1484
)
2017-07-14 21:31:53 -07:00
3.5
add stubs for zipapp (
#1046
)
2017-03-20 20:07:58 -07:00
3.6
Create stubs for the secrets module in Python 3.6
2017-01-03 18:26:21 -08:00