Commit Graph

405 Commits

Author SHA1 Message Date
Semyon Moroz 027600d1c3 [_winapi] Add missing functions (#15132) 2025-12-13 20:15:46 +01:00
Semyon Moroz 9340d1a912 Remove outdated allowlist entries (#15133) 2025-12-13 07:58:14 -08:00
Guo Ci f1359a6c84 [stdlib] memoryview updates for version 3.14 (#15102) 2025-12-11 12:40:25 +01:00
Sebastian Rittau e56ae65a49 Updates for Python 3.13.10 and 3.14.1 (#15105)
Closes #15104
2025-12-04 11:19:06 -08:00
Guo Ci 281be89d67 [stdlib] Add interrupt method for multiprocessing.Process (#15064) 2025-11-24 17:50:35 +01:00
Guo Ci 050ec19526 [stdlib] add multiprocessing.synchronize.SemLock.locked (#15065) 2025-11-24 17:39:19 +01:00
Guo Ci bc805f6bad [multiprocessing] Update BaseListProxy, multiprocessing.managers.list (#15070) 2025-11-24 17:30:50 +01:00
Guo Ci 8c7256c8fd [stdlib] Add locked method to threading.Condition (#15075)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-11-23 18:28:59 +00:00
Semyon Moroz 1dad9a5857 [compression] Add Protocol _Decompressor (#14885) 2025-11-14 22:23:15 +01:00
Ravencentric 5aea29705b make stat.FILE_ATTRIBUTE_* available on all platforms (#14866) 2025-11-08 17:43:53 +01:00
Semyon Moroz 546dd282c3 [html.parser] Add scripting param for later patch releases (#14979) 2025-11-04 17:37:43 +01:00
Randolf Scholz 7fde97036f Move NotImplementedType to types.pyi (#14966) 2025-11-02 15:00:52 +01:00
Sebastian Rittau be34e9201d Change type.__dict__ to a proper attribute (#14951) 2025-11-01 03:00:14 +01:00
Stan Ulbrych 947ec497ec Remove zlib.ZLIBNG_VERSION Windows requirement (#14947) 2025-10-30 12:49:57 +01:00
Alex Waygood 11c7821a79 Fix stdlib stubtest flakes (#14886) 2025-10-15 18:42:05 +01:00
Sebastian Rittau d119712705 Fix daily stubtest error: Add find_distributions() to stubtest allowlist (#14879) 2025-10-15 17:41:39 +02:00
Semyon Moroz 560f6ddd32 [html.parser] Fix stubtest for later patch releases (#14861) 2025-10-10 18:23:39 +02:00
Sebastian Rittau 2ed2765d8d [CI] Remove @disjoint_base hacks (#14854) 2025-10-08 21:36:59 +02:00
Avasam cffeff0b61 Update comments for operator.itemgetter.__call__ generic following mypy 1.11 fix (#13489) 2025-10-08 10:51:14 +02:00
sobolevn dfaf10db5c importlib.resources.contents is deprecated (#14835) 2025-10-07 11:28:16 +02:00
GastonAQS bbe48c754c Support Module and other objects in ast.parse (#14837) 2025-10-06 17:04:45 +02:00
Joren Hammudoglu 91055c730f Refine the copy._SupportsReplace.__replace__ signature (#14786) 2025-09-30 20:27:11 +02:00
KotlinIsland cef41544d0 fix UnionType.__or__ and add UnionType.__getitem__ (#14687)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-09-24 13:01:33 +01:00
Sebastian Rittau b158ccd3c1 Add errno.ENOTCAPABLE (#14748) 2025-09-19 19:54:51 +02:00
Alex Waygood cc0ce1e500 Revert "Byestring removal for 3.14 (#12490)" (#14743) 2025-09-19 09:09:22 +02:00
Semyon Moroz 0d100b9110 Make type of unitest.mock.Any a subclass of Any (#14708) 2025-09-14 20:25:41 +02:00
Jan-Eric Nitschke 6937a9b193 Correct Turtle.dot() parameters (#14694) 2025-09-11 17:39:08 +02:00
Jelle Zijlstra bf484ab320 Add @disjoint_base to builtins.tuple (#14683) 2025-09-07 00:36:57 +01:00
renovate[bot] 013cef085b Update dependency pyright to v1.1.405 (#14673)
* Update dependency pyright to v1.1.405

* Remove pyright: ignore comment from pow tests

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
2025-09-06 15:18:27 -07:00
Marcell Perger c7b28cafb0 [tkinter.ttk] Added type annotations for Style, fix some other incomplete parts (#14348) 2025-08-27 07:02:44 +03:00
Jelle Zijlstra e8ba06f710 Add @disjoint_base decorator in the stdlib (#14599)
And fix some other new stubtest finds.
2025-08-24 07:27:14 -07:00
Stephen Morton b7f7335f82 move platform.platorm on the allowlist to don't fix section (#14625) 2025-08-22 06:56:42 -07:00
Jelle Zijlstra f32d9f08bd stdlib: add __slots__ (#14611) 2025-08-21 07:24:59 -07:00
Mantas 28abff1eb3 typing: make Generic definition reflect runtime (#14583)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-08-21 07:21:11 -07:00
Stephen Morton 9b5b3ecb0a clean up allowlists (#14612) 2025-08-21 10:54:17 +02:00
Jelle Zijlstra 02a4b07b54 stdlib: add some parameter defaults (#14610) 2025-08-21 09:17:33 +02:00
Alex Waygood 8a56044cd6 Loosen Mapping.update() overloads a little (#14593) 2025-08-19 11:54:03 -07:00
Semyon Moroz d2eb9ac91a [configparser] Add several deprecated attributes (#14487) 2025-08-08 12:13:30 +02:00
Semyon Moroz d24394fa2f [zlib] Add ZLIBNG_VERSION (#14513)
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
2025-08-08 05:03:27 -04:00
Semyon Moroz c82ad37425 [pathlib] Add owner, group methods on Windows (#14536) 2025-08-07 07:51:17 -04:00
Semyon Moroz 084742b431 [concurrent.futures.interpreter] Update to 3.14.0b4 (#14522) 2025-08-04 18:59:26 -07:00
Semyon Moroz e16c23d376 [_winapi] Add COPY_FILE_DIRECTORY (#14515) 2025-08-04 11:44:19 +01:00
Semyon Moroz 731090c062 [nt] Add readinto (#14516) 2025-08-04 11:43:55 +01:00
Semyon Moroz 01b9048c9f [encoding] Add win32_code_page_search_function (#14510)
Docs: https://docs.python.org/dev/library/codecs.html#encodings.win32_code_page_search_function
2025-08-02 14:47:10 -04:00
Sebastian Rittau 7e16c80989 Remove some pytype workarounds from stdlib (#14470)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-07-27 11:56:26 +01:00
Brian Schubert 723db2f132 Add concurrent.interpreters stubs for 3.14.0b3 (#14307) 2025-07-21 15:31:29 +02:00
Leonardus Chen a1ae191820 Fix unittest.mock.patch and unittest.mock.patch.object when new_callable is not None (#14358) 2025-07-16 14:37:32 +02:00
Randolf Scholz bd17a577a5 Require SupportsBool instead of bool for comparisons. (#14375) 2025-07-16 13:31:32 +02:00
Sebastian Rittau d5af6bee35 Clean up deprecated ast.Constant aliases (#14397)
Add `__new__`, remove fields, mark deprecated `Constant` fields as such.
2025-07-11 14:59:53 +02:00
Semyon Moroz b7b764b751 Bump HTMLParser.parse_comment to 3.14 (#14386) 2025-07-09 12:44:30 +02:00