Stephen Morton
|
c64f9d065b
|
unnecessary inheritance from ad-hoc protocol (#12882)
|
2024-10-23 07:11:51 -07:00 |
|
Jelle Zijlstra
|
a2ee32ba5d
|
unittest: make protocol parameter positional-only (#12834)
|
2024-10-17 16:55:50 +02:00 |
|
Avasam
|
98af3eb9da
|
Add unittest.runner._WritelnDecorator (#12407)
|
2024-08-22 09:50:31 +02:00 |
|
Nikita Sobolev
|
c9583d9f14
|
Add durations to unittest in 3.12 (#10636)
|
2023-08-30 11:35:25 +01:00 |
|
Jelle Zijlstra
|
ddfaca3200
|
stdlib: add argument default values (#9501)
|
2023-01-18 09:37:34 +01:00 |
|
Nikita Sobolev
|
0259068ad6
|
Remove duplicate definitions in sub-classes (#8594)
|
2022-08-26 17:10:55 +02: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 |
|
Adam Johnson
|
816f13339a
|
Fix unittest.TextTestResult.printErrorList() (#7341)
|
2022-02-21 12:16:31 +02:00 |
|
Adam Johnson
|
bd365f7093
|
Fix unittest.TextTestResult showAll name (#7340)
|
2022-02-21 11:33:45 +02:00 |
|
Alex Waygood
|
a40d79a4e6
|
Use lowercase type everywhere (#6853)
|
2022-01-08 16:09:29 +01:00 |
|
Alex Waygood
|
505ea72641
|
Never explicitly inherit from object in Python 3-only stubs (#6777)
|
2022-01-02 07:24:48 +01:00 |
|
Akuli
|
994b69ef8f
|
Use lowercase tuple where possible (#6170)
|
2021-10-14 17:18:19 -07:00 |
|
Akuli
|
ee487304d7
|
Big diff: Use new "|" union syntax (#5872)
|
2021-08-08 11:05:21 +02: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 |
|