Avasam
|
a6c6bc1b8e
|
Fix stdlib/disutils testing (#9734)
|
2023-02-21 08:06:20 +00:00 |
|
Jelle Zijlstra
|
5b24c7bb41
|
stdlib: Run stubdefaulter on Linux for 3.9 (#9663)
|
2023-02-03 00:39:22 +00:00 |
|
Jelle Zijlstra
|
ddfaca3200
|
stdlib: add argument default values (#9501)
|
2023-01-18 09:37:34 +01:00 |
|
Avasam
|
c70d303985
|
Audit stdlib object annotations (#9519)
|
2023-01-17 15:40:00 +00:00 |
|
Alex Waygood
|
8b3b6bf7cd
|
stdlib: Audit Callable[<parameters>, None] annotations (#8187)
|
2022-06-27 08:08:28 +02:00 |
|
Christian Bundy
|
4d085fbfc1
|
Fix strtobool type annotation (#6970)
Problem: strtobool returns either 0 or 1, not bool.
Solution: Fix type annotation.
|
2022-01-19 21:57:47 -08:00 |
|
Alex Waygood
|
8d5d2520ac
|
Use PEP 585 syntax wherever possible (#6717)
|
2021-12-28 11:31:43 +01:00 |
|
Sebastian Rittau
|
3bb397055c
|
Improve distutils and lib2to3 (#5763)
Add missing elements to distutils.util:
* run_2to3()
* copydir_run_2to3()
* Mixin2to3
Use PEP 604 and PEP 585.
Add lib2to3.refactor.
|
2021-07-12 20:15:54 +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 |
|