2020__future__: 3.0-
2121__main__: 3.0-
2222_ast: 3.0-
23+ _asyncio: 3.0-
2324_bisect: 3.0-
25+ _blake2: 3.6-
2426_bootlocale: 3.4-3.9
27+ _bz2: 3.3-
2528_codecs: 3.0-
2629_collections_abc: 3.3-
2730_compat_pickle: 3.1-
28- _compression: 3.5-
31+ _compression: 3.5-3.13
32+ _contextvars: 3.7-
2933_csv: 3.0-
3034_ctypes: 3.0-
3135_curses: 3.0-
36+ _curses_panel: 3.0-
37+ _dbm: 3.0-
3238_decimal: 3.3-
33- _dummy_thread: 3.0-3.8
34- _dummy_threading: 3.0-3.8
39+ _frozen_importlib: 3.0-
40+ _frozen_importlib_external: 3.5-
41+ _gdbm: 3.0-
42+ _hashlib: 3.0-
3543_heapq: 3.0-
3644_imp: 3.0-
3745_interpchannels: 3.13-
3846_interpqueues: 3.13-
3947_interpreters: 3.13-
48+ _io: 3.0-
4049_json: 3.0-
4150_locale: 3.0-
4251_lsprof: 3.0-
52+ _lzma: 3.3-
4353_markupbase: 3.0-
44- _msi: 3.0-
54+ _msi: 3.0-3.12
55+ _multibytecodec: 3.0-
4556_operator: 3.4-
4657_osx_support: 3.0-
58+ _pickle: 3.0-
4759_posixsubprocess: 3.2-
4860_py_abc: 3.7-
4961_pydecimal: 3.5-
62+ _queue: 3.7-
5063_random: 3.0-
5164_sitebuiltins: 3.4-
5265_socket: 3.0- # present in 3.0 at runtime, but not in typeshed
66+ _sqlite3: 3.0-
67+ _ssl: 3.0-
5368_stat: 3.4-
69+ _struct: 3.0-
5470_thread: 3.0-
5571_threading_local: 3.0-
5672_tkinter: 3.0-
@@ -60,8 +76,10 @@ _warnings: 3.0-
6076_weakref: 3.0-
6177_weakrefset: 3.0-
6278_winapi: 3.3-
79+ _zstd: 3.14-
6380abc: 3.0-
6481aifc: 3.0-3.12
82+ annotationlib: 3.14-
6583antigravity: 3.0-
6684argparse: 3.0-
6785array: 3.0-
@@ -70,12 +88,14 @@ asynchat: 3.0-3.11
7088asyncio: 3.4-
7189asyncio.exceptions: 3.8-
7290asyncio.format_helpers: 3.7-
91+ asyncio.graph: 3.14-
7392asyncio.mixins: 3.10-
7493asyncio.runners: 3.7-
7594asyncio.staggered: 3.8-
7695asyncio.taskgroups: 3.11-
7796asyncio.threads: 3.9-
7897asyncio.timeouts: 3.11-
98+ asyncio.tools: 3.14-
7999asyncio.trsock: 3.8-
80100asyncore: 3.0-3.11
81101atexit: 3.0-
@@ -101,7 +121,9 @@ collections: 3.0-
101121collections.abc: 3.3-
102122colorsys: 3.0-
103123compileall: 3.0-
124+ compression: 3.14-
104125concurrent: 3.2-
126+ concurrent.futures.interpreter: 3.14-
105127configparser: 3.0-
106128contextlib: 3.0-
107129contextvars: 3.7-
@@ -122,9 +144,13 @@ distutils: 3.0-3.11
122144distutils.command.bdist_msi: 3.0-3.10
123145distutils.command.bdist_wininst: 3.0-3.9
124146doctest: 3.0-
125- dummy_threading: 3.0-3.8
126147email: 3.0-
127148encodings: 3.0-
149+ encodings.cp1125: 3.4-
150+ encodings.cp273: 3.4-
151+ encodings.cp858: 3.2-
152+ encodings.koi8_t: 3.5-
153+ encodings.kz1048: 3.5-
128154ensurepip: 3.0-
129155enum: 3.4-
130156errno: 3.0-
@@ -156,11 +182,15 @@ imghdr: 3.0-3.12
156182imp: 3.0-3.11
157183importlib: 3.0-
158184importlib._abc: 3.10-
185+ importlib._bootstrap: 3.0-
186+ importlib._bootstrap_external: 3.5-
159187importlib.metadata: 3.8-
160188importlib.metadata._meta: 3.10-
161189importlib.metadata.diagnose: 3.13-
162190importlib.readers: 3.10-
163191importlib.resources: 3.7-
192+ importlib.resources._common: 3.11-
193+ importlib.resources._functional: 3.13-
164194importlib.resources.abc: 3.11-
165195importlib.resources.readers: 3.11-
166196importlib.resources.simple: 3.11-
@@ -202,6 +232,7 @@ os: 3.0-
202232ossaudiodev: 3.0-3.12
203233parser: 3.0-3.9
204234pathlib: 3.4-
235+ pathlib.types: 3.14-
205236pdb: 3.0-
206237pickle: 3.0-
207238pickletools: 3.0-
@@ -254,6 +285,7 @@ ssl: 3.0-
254285stat: 3.0-
255286statistics: 3.4-
256287string: 3.0-
288+ string.templatelib: 3.14-
257289stringprep: 3.0-
258290struct: 3.0-
259291subprocess: 3.0-
0 commit comments