Stephen Morton
|
9877ed8092
|
Various ctypes improvements (#11186)
Mostly more attention paid to which classes are actually the same class
|
2024-01-30 22:18:00 -08:00 |
|
Stephen Morton
|
ad51dde631
|
add unittest.case._AssertRaisesBaseContext class (#11158)
|
2023-12-18 23:07:47 +01:00 |
|
Stephen Morton
|
f8e738621f
|
add intermediate classes in selectors module (#11164)
|
2023-12-18 20:22:05 +01:00 |
|
Stephen Morton
|
a53bfebb3f
|
add zipfile._path (#11150)
|
2023-12-18 14:45:20 +01:00 |
|
Stephen Morton
|
fd3228a2e2
|
threading.ThreadError and threading.local are aliases from _thread (#11167)
|
2023-12-18 14:13:08 +01:00 |
|
Stephen Morton
|
33df486ba2
|
Allow the use of local-only stubtest allowlists (#11173)
This makes it nicer to work on a local system with known
divergences from the CI environment
|
2023-12-16 18:43:33 -08:00 |
|
Stephen Morton
|
b6740d0bf4
|
use _compression.BaseStream for lzma.LZMAFile (#11166)
related to https://github.com/python/typeshed/issues/3968
|
2023-12-15 00:02:05 +00:00 |
|
Stephen Morton
|
92928b5f60
|
add pyclbr._Object (#11151)
|
2023-12-12 21:24:27 +01:00 |
|
Stephen Morton
|
1600850258
|
fix inheritance for urllib.response.addbase (#11152)
|
2023-12-12 13:03:37 +01:00 |
|
Stephen Morton
|
fd558f8acf
|
importlib.abc.Loader moved to importlib._abc.Loader in 3.10 (#11142)
|
2023-12-11 14:48:58 +01:00 |
|
Stephen Morton
|
695d67cd7b
|
Add deprecation classes in importlib.metadata (#11118)
|
2023-12-10 21:06:22 +01:00 |
|
Stephen Morton
|
d373050dbb
|
Fix importlib.abc.Finder base class, method availability (#11134)
|
2023-12-10 12:01:44 +01:00 |
|
Stephen Morton
|
45b1db9f8e
|
use _LoopBoundMixin in asyncio when appropriate (#11127)
related to https://github.com/python/typeshed/issues/3968
|
2023-12-09 20:36:34 -08:00 |
|
Stephen Morton
|
6b9f82d2e1
|
make pointer types in ctypes.wintypes subclasses instead of aliases (#11126)
related to https://github.com/python/typeshed/issues/3968
|
2023-12-09 20:34:22 -08:00 |
|