Commit Graph
23 Commits
Author SHA1 Message Date
Konstantin Baikov 4ce9f24f39 Add some defaults to tkinter.filedialog (#13345)
Partially fixes: https://github.com/python/typeshed/issues/11482

Source of fixes based on the @akuli comment: https://github.com/python/typeshed/issues/11482#issuecomment-1981710718
2025-01-01 22:00:22 +02:00
Konstantin Baikov d69a864a88 Use SupportsWrite in curses instead of IO Any (#13325)
The source used to deduce  this: https://github.com/python/cpython/blob/aea2e03b276c79f8934d17056a68899e69763fae/Modules/_cursesmodule.c#L2158
2024-12-29 17:12:42 -08:00
Konstantin Baikov 0ce397796c Fix todo in pycocotools (#13182)
Adds numpy types.
All the types were already there as comments.
2024-12-27 20:06:19 -08:00
Konstantin Baikov 445858c565 Remove unnecessary pyright supressions (#13287) 2024-12-23 20:27:11 -08:00
Konstantin Baikov e7a9b83ee7 Fix todo in xmlrpc client (#13124) 2024-12-19 15:28:19 -08:00
Konstantin Baikov d31e3ea11e Fix tqdm.asyncio type inconsistency (#13259) 2024-12-19 10:48:07 +01:00
Konstantin Baikov 54e1c6ad58 Use better return type for inspect.waktree and inspect.getclasstree (#13129) 2024-12-16 22:08:10 +03:00
Konstantin Baikov 64820aa48d Unpin webcolors in jsonschema (#13215) 2024-12-08 00:12:57 +00:00
Konstantin Baikov 633a4d73f2 Use union instead of overloads in dateutil (#13184) 2024-12-05 20:17:22 +01:00
Konstantin Baikov 7f8990018c Remove python-gflags (#13202) 2024-12-05 19:09:05 +01:00
Konstantin Baikov d0d0496f78 Mark gflags as no longer updated (#13191) 2024-12-05 15:00:05 +01:00
Konstantin Baikov ce3605c582 Fix todo in seaborn algorithms (#13186) 2024-12-03 15:39:10 -08:00
Konstantin Baikov fcf30cfd40 Fix todo in tarfile for modes with pipe char (#13130) 2024-12-03 13:48:47 +01:00
Konstantin Baikov cd60804f15 [fpdf2] Tighten FPDF.fonts annotation (#13168) 2024-12-03 13:35:08 +01:00
Konstantin Baikov 09dca1a7d0 Use SupportsFlush from typeshed to fix TODO (#13166) 2024-12-03 09:05:06 +01:00
Konstantin Baikov 9d743a3f1e Use _ReadableStream from codecs (#13167) 2024-12-03 09:04:28 +01:00
Konstantin Baikov cb15f9e832 Remove obsolete todo from ibm_db.pyi (#13170)
The `SQL_ATTR_CONFIG_KEYWORDS_MAXLEN` attr is already there on line 100
2024-12-03 10:18:07 +03:00
Konstantin Baikov f7c6acde6e [pika] Use protocol for _Credentials (#13159) 2024-12-02 18:22:20 +01:00
Konstantin Baikov a078e6f5d3 Use Generic in weakref finalize (#13158) 2024-12-02 17:34:37 +01:00
Konstantin Baikov cba73d93a8 Use a TypedDict for turtle._PenState (#13152) 2024-11-28 22:10:41 +02:00
Konstantin Baikov 02533d13ea Remove obsolete OptExcInfo from sys (#13117) 2024-11-26 09:10:56 +01:00
Konstantin Baikov b815bfaf3c Fix tkinter ImageSpec #11721 (#13049) 2024-11-25 20:45:58 +02:00
Konstantin Baikov 1cbfc75325 Fix pywin32 GetClipboardData return type (#13046)
Fixes #12825
2024-11-20 09:44:41 -05:00