Commit Graph
6302 Commits
Author SHA1 Message Date
Guo CiandGitHub b96b61efad Add blocksize attribute to HTTPConnection class (#15005) 2025-11-09 21:01:50 +00:00
RavencentricandGitHub 5aea29705b make stat.FILE_ATTRIBUTE_* available on all platforms (#14866) 2025-11-08 17:43:53 +01:00
Guo CiandGitHub f7ff48e6cb sys.monitoring: Add/correct missing items (#14991) 2025-11-07 17:14:58 +01:00
Sebastian RittauandGitHub 07b69ab9e9 [uuid] Replace properties with Final fields (#14968) 2025-11-05 14:04:00 +01:00
Michael HandGitHub 29f78ddcd1 Amend annotation for asyncio.Protocol.__slots__ (#14980) 2025-11-04 17:13:12 -05:00
Semyon MorozandGitHub 546dd282c3 [html.parser] Add scripting param for later patch releases (#14979) 2025-11-04 17:37:43 +01:00
Guo CiandGitHub 37dceef034 Add locale.localize (#14970) 2025-11-03 19:01:04 +01:00
Sebastian RittauandGitHub ce3094cc5e Remove typing._promote (#14958)
Part of #7580
2025-11-03 00:27:19 -08:00
ShantanuandGitHub f5d7efa8bf Use consistent definition of NotImplementedType (#14971) 2025-11-03 08:51:14 +01:00
Semyon MorozandGitHub 5dd19592d3 [parser] Add default values (#14967) 2025-11-02 15:04:16 +01:00
Randolf ScholzandGitHub 7fde97036f Move NotImplementedType to types.pyi (#14966) 2025-11-02 15:00:52 +01:00
AN LongandGitHub 4e38fa4a82 Allow None for sub_key in winreg (#14963) 2025-11-01 18:56:31 +01:00
Sebastian RittauandGitHub be34e9201d Change type.__dict__ to a proper attribute (#14951) 2025-11-01 03:00:14 +01:00
Doug HoskissonandGitHub c72a3e97a3 Don't require IO for redirect_stdout (#14905) 2025-10-30 21:43:29 +01:00
Stan UlbrychandGitHub 947ec497ec Remove zlib.ZLIBNG_VERSION Windows requirement (#14947) 2025-10-30 12:49:57 +01:00
Guo CiandGitHub 1d548aa889 Add show_flag_values in enum module. (#14928) 2025-10-29 12:17:48 -04:00
543f7f2384 Add type stub for sys.getandroidapilevel (#14936)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-10-29 10:55:10 -04:00
de2a42713a Add type stub for sys._current_exceptions (#14937)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-10-29 10:38:22 -04:00
eb746bea3f In sysconfig module, add _get_preferred_schemes (#14934)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-10-29 10:35:59 -04:00
Guo CiandGitHub 1bfd069f6d add os.reload_environ (#14938) 2025-10-29 10:15:37 -04:00
Peter BiermaandGitHub 3c5531d492 Add type stub for sys._is_immortal (#14931) 2025-10-28 13:19:43 +01:00
Semyon MorozandGitHub ee5f0348f2 [turtle] Use bool for add params (#14898) 2025-10-21 13:09:56 +02:00
Maxime ArthaudandGitHub 4c4f999717 Add explicit definition for __repr__ and __str__ in BaseException (#14900) 2025-10-20 14:17:08 +01:00
Semyon MorozandGitHub 11e7d904b9 [cmath] Rename positional-only param in log (#14897) 2025-10-19 17:31:11 +02:00
Alex WaygoodandGitHub 11c7821a79 Fix stdlib stubtest flakes (#14886) 2025-10-15 18:42:05 +01:00
Sebastian RittauandGitHub d119712705 Fix daily stubtest error: Add find_distributions() to stubtest allowlist (#14879) 2025-10-15 17:41:39 +02:00
Semyon MorozandGitHub d6f4a0f710 [turtle] Use Literal for string params (#14874) 2025-10-14 20:33:25 +02:00
Semyon MorozandGitHub 25f3f74ad3 [tkinter] Remove _TextIndex alias (#14792) 2025-10-12 21:32:54 +03:00
Semyon MorozandGitHub 560f6ddd32 [html.parser] Fix stubtest for later patch releases (#14861) 2025-10-10 18:23:39 +02:00
Sebastian RittauandGitHub 2ed2765d8d [CI] Remove @disjoint_base hacks (#14854) 2025-10-08 21:36:59 +02:00
Sebastian RittauandGitHub 3ee1e5b893 Add Pdb.rlcompleter added in Python 3.13.8 (#14852) 2025-10-08 11:46:11 -07:00
Sebastian RittauandGitHub cbc0fd70ed _csv: argument fixes (#14851) 2025-10-08 11:45:42 -07:00
ThanosandGitHub be7e7c5e2b Restrict filename parameter of compile() (and other stdlib functions wrapping compile()) to take bytes, not Buffer. (#14847) 2025-10-08 16:32:16 +02:00
Matthew MckeeandGitHub 12e7d4e9cf Use Element[Any] instead of Element in ElementTree (#14198) 2025-10-08 14:35:12 +02:00
Joren HammudogluandGitHub 3542650a05 Covariant key type for MappingProxyType (#13940) 2025-10-08 13:43:54 +02:00
AvasamandGitHub cffeff0b61 Update comments for operator.itemgetter.__call__ generic following mypy 1.11 fix (#13489) 2025-10-08 10:51:14 +02:00
Carl MeyerandGitHub fe11cc058c TypeAliasType.__type_params__ can return forms from typing_extensions (#14848) 2025-10-07 16:45:48 +01:00
GastonAQSandGitHub e057b9f97f Add broad definition for c_bool constructor (#14841) 2025-10-07 14:56:11 +02:00
sobolevnandGitHub dfaf10db5c importlib.resources.contents is deprecated (#14835) 2025-10-07 11:28:16 +02:00
Carl MeyerandGitHub f1f3c12801 TypeAliasType type_params accepts typing_extensions.TypeVar also (#14840) 2025-10-06 21:57:15 +01:00
GastonAQSandGitHub bbe48c754c Support Module and other objects in ast.parse (#14837) 2025-10-06 17:04:45 +02:00
Marc MuellerandGitHub e9d5cc7816 Fix PEP 728 TypedDict.__closed__ annotation in typing_extensions (#14839) 2025-10-06 13:36:31 +01:00
Fangyi ZhouandGitHub 9c26ab12e2 importlib: change argument name of load_module to match docs (#14834)
Reference
https://docs.python.org/3/library/importlib.html#importlib.abc.FileLoader.load_module
2025-10-05 14:38:46 -07:00
Sebastian RittauandGitHub bee1e1f551 Add default argument values to builtin types (#14824)
Mark two exception `name` arguments as being potentially `None`
2025-10-02 14:56:35 +02:00
Fangyi ZhouandGitHub e6f51839ad importlib: change argument name of get_filename to match docs (#14809) 2025-10-02 08:40:57 +02:00
fc1062ca29 fix type.__or__ (#14813)
Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
2025-10-01 11:02:16 +01:00
Joren HammudogluandGitHub 91055c730f Refine the copy._SupportsReplace.__replace__ signature (#14786) 2025-09-30 20:27:11 +02:00
Emmanuel FerdmanandGitHub 250bf77292 email.headerregistry: Fix DateHeader.datetime to allow None (#14808) 2025-09-30 18:53:34 +02:00
ThanosandGitHub 16c4e13e41 Allow __import__ to take None for the fromlist parameter (#14790) 2025-09-30 12:36:53 +02:00
ShamilandGitHub 284acd45d3 types.CoroutineType.cr_frame may be None on 3.12+ (#14802) 2025-09-30 13:12:48 +03:00