Commit Graph

10082 Commits

Author SHA1 Message Date
Stephen Morton
0521fce9f9 Avoid using _typeshed.StrEnum (#13062) 2024-11-25 18:35:32 +01:00
Brian Schubert
b15c302227 Update configparser.SectionProxy.get* to return T | None when fallback is not specified (#12936) 2024-11-25 18:34:29 +01:00
Stephen Morton
4944f1b12c add sqlite3.dump (#13085) 2024-11-25 18:14:45 +01:00
Alex Waygood
764d71739b Remove unused allowlist entry (#13107) 2024-11-25 16:53:14 +00:00
Brian Schubert
03114380b7 Add overload w.r.t. fallback parameter to configparser.SectionProxy.get (#12935) 2024-11-25 17:02:41 +01:00
Stephen Morton
d14133b3a6 add the undocumented ctypes.macholib module (#13086) 2024-11-25 16:59:59 +01:00
Avasam
d23f4caac3 Bump setuptools to 75.6.* (#13089) 2024-11-25 16:56:38 +01:00
Stephen Morton
927302347f add another batch of encoding submodules (#13088) 2024-11-25 07:31:06 -08:00
Alex Waygood
7eea986ef6 Remove unnecessary environment markers (#13096)
These libraries have both released versions that claim to support Python 3.13 now.
2024-11-25 12:42:45 +01:00
Avasam
74ea509de1 openpyxl: Cell | MergedCell annotations (#13092) 2024-11-25 12:19:12 +01:00
Stephen Morton
0a541ad47f add multi-byte encodings submodules (#13093) 2024-11-25 12:14:59 +01:00
Tomas R.
fadb539f12 Add gettext.c2py (#13078)
Add a stub for gettext.c2py
2024-11-25 00:36:22 -08:00
Stephen Morton
37eba41407 Add a bunch of encodings submodules (#13087)
each file in this set is the exact same
2024-11-24 07:56:36 -08:00
Stephen Morton
4059f3edb9 add json.scanner module (#13084) 2024-11-24 07:54:45 -08:00
Stephen Morton
f9475acbe0 clean up ipaddress allowlist entries (#13079)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2024-11-24 07:54:12 -08:00
Stephen Morton
8a485331c9 address some multiprocessing allowlist entries (#13080) 2024-11-23 16:37:22 -08:00
Stephen Morton
9614cc2d88 Fix some CAPI annotations (#13081) 2024-11-24 00:00:49 +00:00
Stephen Morton
7ab6620c0f fix argument for ctypes.string_at and ctypes.wstring_at (#13075) 2024-11-23 05:11:17 -08:00
Stephen Morton
982fb8358b __reversed__ on dict views (#13073)
KeysView doesn't have __reversed__, but dict_keys does. When this
was added to typeshed, we didn't have dict_keys as a separate type.
2024-11-23 05:09:37 -08:00
Stephen Morton
ba9116c684 mark sys.UnraisableHookArgs as type_check_only (#13077)
mark sys.UnraisableHookArgs as type_check_only
2024-11-23 11:16:45 +00:00
Stephen Morton
ff75709586 remove duplicate allowlist entry (#13076)
tkinter.Text.count is in both common.txt and py313.txt
2024-11-23 11:03:54 +00:00
Stephen Morton
b5ce9c5069 remove duplicate allowlist entry (#13074)
asyncio.base_events.BaseEventLoop.subprocess_exec is in both
common.txt and py310.txt for some reason
2024-11-22 22:26:08 -08:00
Avasam
055857c318 Clear up tool.ruff.lint.isort.extra-standard-library (#13070)
Clear up extra-standard-library
2024-11-22 13:58:32 -08:00
Sebastian Rittau
e1c74f08f1 [bleach] Update to 6.2.* (#12927) 2024-11-22 11:30:49 -05:00
Stephen Morton
05b969f975 add missing _ctypes functions (#13067) 2024-11-22 16:07:12 +01:00
Stephen Morton
1af850d2b0 remove _posixsubprocess.cloexec_pipe (#13066)
removed from cpython in 2013...

daf455554b
2024-11-21 19:53:37 -08:00
Stephen Morton
bb0e1e2c16 _csv.Reader and _csv.Writer (#13057) 2024-11-21 11:13:53 +01:00
Stephen Morton
d84476ca57 add os.__all__ (#13052) 2024-11-21 10:56:21 +01:00
Stephen Morton
32f48a5eae add several NamedTuple base classes (#12987) 2024-11-21 10:52:31 +01:00
Stephen Morton
0fb3a092c7 Miscellaneous type_check_only annotations (#13058) 2024-11-21 08:41:38 +00:00
Stephen Morton
ae7f6ea59c clean up allowlist for gevent (#13056) 2024-11-20 19:43:11 -08:00
Stephen Morton
fd6f10c8d1 cpython -> CPython (#13050) 2024-11-20 19:51:30 +01:00
Konstantin Baikov
1cbfc75325 Fix pywin32 GetClipboardData return type (#13046)
Fixes #12825
2024-11-20 09:44:41 -05:00
Stephen Morton
308a09f056 Clean up/rework socket constants and add __all__ (#13044) 2024-11-20 14:05:11 +01:00
Stephen Morton
be624e5124 add email.__all__ (#13047) 2024-11-20 13:57:41 +01:00
Stephen Morton
971f0c64c6 Add xml.__all__, remove import not existing at runtime (#13048) 2024-11-20 13:56:44 +01:00
Rebecca Chen
921c65304e Annotate TypedDict as _SpecialForm rather than object. (#12985)
* Annotate TypedDict as _SpecialForm rather than object.

Let's see if this works...

* Get typing_extensions.TypedDict as well, try to fix tests.

* Import typing_extensions.TypedDict, delete _SpecialForm.__getitem__.

* Back out deletion of _SpecialForm.__getitem__.
2024-11-19 22:50:42 -08:00
Avasam
4addb8dd0b setuptools & distutils: more accurate spawn method (#13036) 2024-11-19 03:50:38 -08:00
Avasam
6db3e0cec5 check_distutils test: Make the file path of missing setuptools distutils files more obvious (#13037) 2024-11-19 03:50:02 -08:00
Stephen Morton
3c869a3165 add zipfile._path.__all__ (#13040) 2024-11-19 03:49:17 -08:00
Stephen Morton
5903805b91 add email._policybase.__all__ (#13041)
add email._policybase.__all__
2024-11-19 03:48:55 -08:00
Stephen Morton
9eb54bc710 add importlib.resources.abc.__all__ (#13039) 2024-11-19 05:53:43 +01:00
Stephen Morton
6647ae9bc7 improvements for hidden types in the sys module (#13031)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-11-18 22:55:03 +00:00
renovate[bot]
e15967b07e Update dependency aiohttp to v3.10.11 [SECURITY] (#13042)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-18 22:38:52 +00:00
Danny Yang
2cc71de3c3 Update tqdm to 4.67.* (#13004) 2024-11-18 13:09:35 +01:00
Stephen Morton
5d859ca366 Add _hashlib module (#13030) 2024-11-18 13:08:46 +01:00
Avasam
eea59f673b Update setuptools return types (#12991) 2024-11-18 13:00:54 +01:00
Joren Hammudoglu
480b1ac2e6 Only accept type[Self] in the object.__class__ setter (#13021) 2024-11-18 12:34:36 +01:00
Stephen Morton
b2c964fdea Make inheritance and metaclass of ctypes better match reality (#12982) 2024-11-18 12:32:20 +01:00
Stephen Morton
780626ee36 Fix webbrowser.MacOSX.__init__ (#13035) 2024-11-18 11:10:35 +00:00