Commit Graph

10572 Commits

Author SHA1 Message Date
Semyon Moroz 9cba0868fe Bump enum to 3.14 (#14021) 2025-05-24 05:33:31 -07:00
sobolevn ddf6c62482 Update select module for 3.14 (#14125) 2025-05-23 08:46:53 +03:00
sobolevn 23e702b4b1 Update errno module for 3.14 (#14123) 2025-05-22 06:52:33 -07:00
bzoracler 341fab4306 Add visit_* and depart_* methods to docutils visitor classes (#13928) 2025-05-22 13:15:34 +02:00
Avasam 855999ed9d networkx: Add symbols from python-type-stubs (#14084) 2025-05-22 13:01:02 +02:00
A5rocks 9dd48ae905 Fix some of the typing for CFFI's out of line mode (#14090) 2025-05-22 12:59:50 +02:00
mingyu a545707732 Add SetProxy and support for set operations in multiprocessing.managers for Python 3.14 (#14077) 2025-05-22 12:54:40 +02:00
Semyon Moroz d174329978 Improve languages dirs for docutils (#14124) 2025-05-22 12:45:13 +02:00
Max Muoto 0e3395333c Update xml for 3.14 (#14119) 2025-05-22 12:44:36 +02:00
scaramallion 73f41f6321 Add hint for IPv6 addresses to TCPServer (#14111) 2025-05-22 12:44:12 +02:00
Semyon Moroz d168883e0f Improve docutils.utils (#14122) 2025-05-22 12:31:38 +02:00
Adam Dangoor fbc3c33ba2 Expand type stubs for Docker container device read/write bps/iops (#14092) 2025-05-22 08:31:06 +02:00
Adam Dangoor 1789ba225a Expand docutils.core.Publisher.get_settings types (#14112) 2025-05-22 08:29:23 +02:00
Max Muoto dc3b05c85d Add data_offset property to ZipFile (3.14) (#14118) 2025-05-22 08:28:14 +02:00
Max Muoto 9ea05e6289 Add missing builtin dunders (3.14) (#14120) 2025-05-21 21:52:35 -07:00
sobolevn 3ae0951385 Update multiprocessing module for 3.14 (#14114)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-05-22 07:31:00 +03:00
sobolevn 5f0750c1ac Update _curses module for 3.14 (#14113) 2025-05-22 07:29:56 +03:00
Emmanuel Ferdman 7e670d52e4 Display req name on error (#14117)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2025-05-21 15:35:36 -07:00
Jonathan Vanasco 3e26a91f40 [webob-stubs] Fix _Serializer protocol (#14116) 2025-05-21 23:58:26 +02:00
Max Muoto 0b1ee9378d More accurate dataclasses.dataclass overloads (#14095) 2025-05-20 19:54:51 -07:00
github-actions[bot] f60b86e49c [stubsabot] Bump setuptools to 80.8.* (#14110)
Co-authored-by: stubsabot <>
2025-05-20 21:28:00 -04:00
Sebastian Rittau 6007267f68 [icalendar] Update to 6.3.1 (#14105) 2025-05-20 14:02:44 +02:00
Sebastian Rittau 66cf58e126 Add tests for MutableMapping.update() (#14104) 2025-05-20 13:45:18 +02:00
Hunter Hogan cb37f1d7fb Update ast.alias _attributes for Python 3.9 (#14103) 2025-05-19 18:44:10 -07:00
Akuli 67deb0d8a1 Add return type to _tkinter.TkappType.interpaddr() (#14101) 2025-05-19 22:50:25 +02:00
Neil Mitchell a7ae4ecc61 Minor cleanups after #14099 (#14100)
We are confining `_KT` to `str`, so use that everywhere. Equivalent, but simpler.
2025-05-19 19:00:34 +02:00
Stan Ulbrych db4a25ce89 Add heapq types (#14098) 2025-05-19 18:17:23 +02:00
Neil Mitchell 929aca4026 Fix MutableMapping.update to require string keys (#14099) 2025-05-19 11:55:20 -04:00
Semyon Moroz ec8b6eca5e Bump Flask-Cors to 6.0.* (#14097) 2025-05-19 10:46:31 +02:00
AN Long 43ea05d464 Add new constants to winsound (#13695) 2025-05-18 20:33:48 +02:00
Max Muoto 1c5164f069 Add from_number for float, complex, and Fraction (3.14) (#14091) 2025-05-17 22:09:59 -07:00
Jelle Zijlstra 9430260770 builtins: improve builtins.function (#14094)
Remove two differences from types.FunctionType that should be
safe to clean up.
2025-05-17 19:43:22 +02:00
Max Muoto 39f53a06aa Resolve _asyncio issues (#14089) 2025-05-16 21:06:38 -07:00
Max Muoto 7fbf9c7927 Update exception group to match clinic generated arguments (#14088) 2025-05-16 20:50:00 -07:00
Max Muoto 0ba818e2b5 Update sys for 3.14 (#14086) 2025-05-16 19:17:20 -07:00
Sebastian Rittau 0125fe2848 Replace Incomplete | None = None in stdlib (#14083) 2025-05-16 15:43:52 +02:00
Sebastian Rittau 5785616f7a [CI] Update astral-sh/setup-uv (#14081) 2025-05-16 13:27:18 +02:00
Sebastian Rittau 1b260748ad Update uv to 0.7.4 (#14080)
Tries to fix #14079.
2025-05-16 07:06:14 -04:00
Semyon Moroz b15483f683 Bump icalendar to 6.3.* (#14078) 2025-05-16 13:05:44 +02:00
Sebastian Rittau 126768408a Replace Incomplete | None = None in third party stubs (#14063) 2025-05-15 21:37:43 +02:00
Sebastian Rittau acc51542c9 Update reportlab to 4.4.1 (#14073) 2025-05-15 12:47:56 -04:00
Avasam 337fd828e8 Bump setuptools to 80.7.* (#14069)
---------

Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
2025-05-15 10:29:04 -04:00
David Salvisberg 23156388e4 gevent: Remove remaining uses of Incomplete (#14072) 2025-05-15 12:35:12 +02:00
Collin Anderson 1063db7c15 reportlab: canvas.getPageNumber() returns int (#14066) 2025-05-14 21:11:50 +02:00
Semyon Moroz 590f48306c Deprecate nturl2path (#14065) 2025-05-14 15:40:39 +02:00
Sebastian Rittau 51db4055d0 [requests] Add a _JSON type alias (#14064) 2025-05-14 15:38:10 +02:00
wyattscarpenter 9951e66a5e Update nx_pylab.pyi: allow node_color to be a list of strings as well (#14057) 2025-05-14 14:36:17 +02:00
Avasam 5a81bf54e6 networkx: type is_* and has_* functions (#14054) 2025-05-14 14:10:29 +02:00
Semyon Moroz b7d5b1d7f1 Update logging.handlers.SysLogHandler for 3.14 (#14058)
* Update `logging.handlers.SysLogHandler` for 3.14

* Fix method name

---------

Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
2025-05-14 13:16:44 +02:00
Semyon Moroz ceb4cb42bd Update marshal.dump(s) for 3.14 (#14059) 2025-05-14 12:25:22 +02:00