Alex Waygood
|
257e287fec
|
Stdlib: correct many parameter names (#9815)
|
2023-03-04 09:53:12 +00:00 |
|
Alex Waygood
|
1d7dda7fa1
|
stdlib: Add defaults for positional-only parameters (#9655)
|
2023-02-01 21:44:08 +00:00 |
|
Alex Waygood
|
7cd7ae46c0
|
Improve a few version-dependent tkinter functions (#9637)
|
2023-02-01 15:02:26 +02:00 |
|
Jelle Zijlstra
|
f792b14e7f
|
_tcl: fix bytes usage (#9010)
|
2022-10-28 11:07:56 +02:00 |
|
Alex Waygood
|
4308915e06
|
Make __hash__ a ClassVar for several classes where it is set to None (#7485)
|
2022-03-19 05:59:10 -07:00 |
|
Alex Waygood
|
2f0fac0cd9
|
Fix positional-only differences in _tkinter (#7224)
|
2022-02-15 06:21:50 -08:00 |
|
Alex Waygood
|
2878050ffc
|
Add @final to several stdlib classes that cannot be subclassed at runtime (#7213)
|
2022-02-14 14:46:30 -08:00 |
|
Shantanu
|
b88a6f19cd
|
Upgrade black version (#7089)
|
2022-01-30 16:27:06 -08:00 |
|
Akuli
|
b77f994801
|
Improve _tkinter (#6908)
|
2022-01-13 17:05:20 +02:00 |
|
Alex Waygood
|
9707cb00f6
|
Python 3.11 removals in stdlib (#6374)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2021-11-25 19:34:12 +02:00 |
|
Alex Waygood
|
10c9d8cfce
|
Add @final to many unsubclassable stdlib classes (#6299)
|
2021-11-15 14:45:24 +01:00 |
|
Eric Traut
|
c7c025ae08
|
Removed a bunch of unused import symbols detected by pyright. (#5060)
Co-authored-by: Eric Traut <erictr@microsoft.com>
|
2021-02-23 19:46:46 +01:00 |
|
Akuli
|
507ca60ff8
|
relax call argument type (#5056)
|
2021-02-23 11:26:27 +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 |
|