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
2026-06-19 15:42:21 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ce0f5b226fc00c732e5b6eb2a9fcb845cd18531c
typeshed
/
stdlib
/
3
/
email
T
History
Sebastian Rittau
9ccf9356bf
Remove Python 3.4 support (
#3147
)
...
Closes
#3123
2019-07-27 10:58:21 +02:00
..
mime
email.mime.application.MIMEApplication expects data to be bytes, while it should be Union[str, bytes] (
#2855
)
2019-03-11 20:42:55 +01:00
__init__.pyi
Flake8 fixes (
#2549
)
2018-10-24 07:20:53 -07:00
charset.pyi
Use variable annotations everywhere (
#2909
)
2019-04-13 10:40:52 +02:00
contentmanager.pyi
Use variable annotations everywhere (
#2909
)
2019-04-13 10:40:52 +02:00
encoders.pyi
…
errors.pyi
Drop Python 3.3 support from email stubs (
#2263
)
2018-06-20 12:04:22 -07:00
feedparser.pyi
Drop Python 3.3 support from email stubs (
#2263
)
2018-06-20 12:04:22 -07:00
generator.pyi
BytesGenerator requires BinaryIO (
#3106
)
2019-07-07 22:03:07 -07:00
header.pyi
Flake8 fixes (
#2549
)
2018-10-24 07:20:53 -07:00
headerregistry.pyi
Use variable annotations everywhere (
#2909
)
2019-04-13 10:40:52 +02:00
iterators.pyi
…
message.pyi
Remove Python 3.4 support (
#3147
)
2019-07-27 10:58:21 +02:00
parser.pyi
Fix email.parser.BytesParser and BytesHeaderParser method args (
#2548
)
2018-10-24 06:22:08 -07:00
policy.pyi
Remove Python 3.4 support (
#3147
)
2019-07-27 10:58:21 +02:00
utils.pyi
…