Stephen Morton
|
3944c7839e
|
Add __hash__ for a bunch of types that set it to None (#13286)
|
2024-12-23 23:16:22 -08:00 |
|
Shantanu
|
470a13ab09
|
Use PEP 570 syntax in stdlib (#11250)
|
2024-03-09 14:50:16 -08:00 |
|
Sebastian Rittau
|
53a8193d64
|
Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
|
2024-01-05 08:15:19 -08:00 |
|
Sebastian Rittau
|
23604858a6
|
Remove Python 3.7 branches (#11238)
|
2024-01-05 11:39:39 +01:00 |
|
Jelle Zijlstra
|
5030b7419b
|
stdlib: Use pos-only parameters for many Protocols (#10985)
|
2023-11-06 18:09:04 +01:00 |
|
Alex Waygood
|
9ed39d8796
|
Use typing_extensions.Self in the stdlib (#9694)
|
2023-02-09 09:12:13 +00:00 |
|
Jelle Zijlstra
|
ddfaca3200
|
stdlib: add argument default values (#9501)
|
2023-01-18 09:37:34 +01:00 |
|
Nikita Sobolev
|
5cc966cc57
|
Improve email.headerregistry.HeaderRegistry stub (#8516)
|
2022-08-10 19:00:11 +01:00 |
|
Alex Waygood
|
fbc279e3f5
|
stdlib: Add many missing dunder overrides (#7231)
|
2022-02-16 06:25:47 -08:00 |
|
Alex Waygood
|
7ccbbdb30a
|
stdlib: Improve many __iter__ and constructor methods (#7112)
|
2022-02-02 19:14:57 +01:00 |
|
Shantanu
|
b88a6f19cd
|
Upgrade black version (#7089)
|
2022-01-30 16:27:06 -08:00 |
|
Alex Waygood
|
4e046163b5
|
Delete many redundant method redefinitions (#6877)
|
2022-01-09 11:21:03 -08:00 |
|
Alex Waygood
|
a40d79a4e6
|
Use lowercase type everywhere (#6853)
|
2022-01-08 16:09:29 +01:00 |
|
Alex Waygood
|
8d5d2520ac
|
Use PEP 585 syntax wherever possible (#6717)
|
2021-12-28 11:31:43 +01:00 |
|
Alex Waygood
|
3d9599cec1
|
Improve stubs for email.headerregistry (#6588)
* Add max_count class vars
* Add init() methods
* Fix ContentDispositionHeader.content_disposition return type
|
2021-12-16 12:42:07 +01:00 |
|
Bas van Beek
|
b9e1d7d522
|
Replace Mapping with types.MappingProxyType (#6013)
Mark `Signature.parameters` and `.return_annotation` as read-only properties
|
2021-09-09 09:58:53 +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 |
|
John T. Wodder II
|
fc2933ca64
|
Make "addresses" argument to email.headerregistry.Group an Iterable (#5124)
Fixes #5123
|
2021-03-16 19:07:58 +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 |
|