Alex Waygood
|
9ed39d8796
|
Use typing_extensions.Self in the stdlib (#9694)
|
2023-02-09 09:12:13 +00:00 |
|
Alex Waygood
|
b5a26d1ca2
|
email.message: Fix invalid TypeVar usage; add some default values (#9620)
|
2023-01-30 17:56:29 +01:00 |
|
Jelle Zijlstra
|
ddfaca3200
|
stdlib: add argument default values (#9501)
|
2023-01-18 09:37:34 +01:00 |
|
Martin Fischer
|
554989e31f
|
stdlib: Fix types of semi-public Message methods (#9456)
|
2023-01-04 11:21:33 +01:00 |
|
Sebastian Rittau
|
a74df38df0
|
Message.get_content_charset() returns None by default (#9344)
|
2022-12-09 07:19:18 -08:00 |
|
Jelle Zijlstra
|
7ab933f3c3
|
email: improve bytes handling (#9032)
|
2022-11-01 10:13:30 +01:00 |
|
Kevin Kirsche
|
5732b8f34e
|
email.Message.walk yields self (#8398)
This updates the generator used by `Message` to return `Self` so that it correctly changes when a `MIMEPart` or `EmailMessage`.
Fixes #8290
|
2022-07-26 11:17:45 +02:00 |
|
Alex Waygood
|
b093c90a94
|
Use TypeAlias for type aliases where possible, part II (#7667)
|
2022-04-20 20:02:47 +01:00 |
|
Alex Waygood
|
97a74bc1aa
|
Import from collections.abc wherever possible (#7635)
|
2022-04-18 12:50:37 +02:00 |
|
Alex Waygood
|
740193a8fc
|
Use TypeAlias where possible for type aliases (#7630)
|
2022-04-15 18:01:00 -07:00 |
|
Alex Waygood
|
3c85f36b7f
|
Reduce code duplication in the email module (#7558)
|
2022-04-06 12:20:14 +02:00 |
|
Alex Waygood
|
d086488e0e
|
Revert "Use import instead of type alias in email/message.pyi" (#7548)
Let's see if this is fixed in mypy 0.942.
This reverts the changes made in #7022, which was a hack to fix #7019
|
2022-03-24 11:22:30 -07:00 |
|
Alex Waygood
|
1acc8f3bd6
|
Use PEP 604 syntax wherever possible, part II (#7514)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2022-03-19 14:27:35 +00:00 |
|
Alex Waygood
|
3ab250eec8
|
Use PEP 604 syntax wherever possible (#7493)
|
2022-03-16 16:01:33 +01:00 |
|
Alex Waygood
|
b74acc7546
|
Add all the email __all__s (#7304)
|
2022-02-19 17:53:29 -08:00 |
|
Alex Waygood
|
6346464aed
|
Use import instead of type alias in email/message.pyi (#7022)
|
2022-01-24 13:00:29 +01:00 |
|
Alex Waygood
|
4e046163b5
|
Delete many redundant method redefinitions (#6877)
|
2022-01-09 11:21:03 -08:00 |
|
Alex Waygood
|
a82a4bc62b
|
email: add Message methods (#6731)
Add `email.message.Message` methods, mark `email.iterators.walk` as wontfix
|
2021-12-29 10:40:06 -06:00 |
|
Alex Waygood
|
8d5d2520ac
|
Use PEP 585 syntax wherever possible (#6717)
|
2021-12-28 11:31:43 +01:00 |
|
Akuli
|
994b69ef8f
|
Use lowercase tuple where possible (#6170)
|
2021-10-14 17:18:19 -07:00 |
|
Anders Kaseorg
|
65a88ace0a
|
Add email.message.Message.__iter__ (#5960)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2021-08-25 22:43:20 +02:00 |
|
Akuli
|
ce11072dbe
|
Big diff: use lower-case list and dict (#5888)
|
2021-08-08 09:26:35 -07:00 |
|
Akuli
|
ee487304d7
|
Big diff: Use new "|" union syntax (#5872)
|
2021-08-08 11:05:21 +02:00 |
|
hatal175
|
472485d80a
|
email stubtest exceptions (#5207)
|
2021-04-11 07:25:48 -07:00 |
|
Dominic Davis-Foster
|
8115299ee2
|
Add "policy" attribute to email.message.Message (#5096)
Fixes #5094
|
2021-03-08 15:03:10 +01:00 |
|
Ivan Levkivskyi
|
16ae4c6120
|
Re-organize directory structure (#4971)
See discussion in #2491
Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com>
|
2021-01-27 12:00:39 +00:00 |
|