From 6867424fff946482818bc73532bf9ef103d436e2 Mon Sep 17 00:00:00 2001 From: Tim Hatch Date: Wed, 15 May 2024 13:24:27 -0700 Subject: [PATCH] Regen for 3.13b1 (#91) --- stdlibs/py.py | 10 +++++++++- stdlibs/py3.py | 10 +++++++++- stdlibs/py313.py | 12 +++++++++--- stdlibs/releases.toml | 12 ++++++------ 4 files changed, 33 insertions(+), 11 deletions(-) diff --git a/stdlibs/py.py b/stdlibs/py.py index f3b10aa..32092ed 100644 --- a/stdlibs/py.py +++ b/stdlibs/py.py @@ -111,6 +111,7 @@ "_abc", "_abcoll", "_aix_support", + "_android_support", "_ast", "_asyncio", "_bisect", @@ -129,6 +130,7 @@ "_codecs_tw", "_collections", "_collections_abc", + "_colorize", "_compat_pickle", "_compression", "_contextvars", @@ -154,7 +156,11 @@ "_heapq", "_hotshot", "_imp", + "_interpchannels", + "_interpqueues", + "_interpreters", "_io", + "_ios_support", "_json", "_locale", "_lsprof", @@ -178,6 +184,7 @@ "_pydecimal", "_pyio", "_pylong", + "_pyrepl", "_queue", "_random", "_scproxy", @@ -208,8 +215,10 @@ "_testclinic", "_testclinic_limited", "_testconsole", + "_testexternalinspection", "_testimportmultiple", "_testinternalcapi", + "_testlimitedcapi", "_testmultiphase", "_testsinglephase", "_thread", @@ -226,7 +235,6 @@ "_winapi", "_winreg", "_xxinterpchannels", - "_xxinterpqueues", "_xxsubinterpreters", "_xxtestfuzz", "_zoneinfo", diff --git a/stdlibs/py3.py b/stdlibs/py3.py index 326094f..c980cd1 100644 --- a/stdlibs/py3.py +++ b/stdlibs/py3.py @@ -23,6 +23,7 @@ "_abc", "_abcoll", "_aix_support", + "_android_support", "_ast", "_asyncio", "_bisect", @@ -40,6 +41,7 @@ "_codecs_tw", "_collections", "_collections_abc", + "_colorize", "_compat_pickle", "_compression", "_contextvars", @@ -64,7 +66,11 @@ "_hashlib", "_heapq", "_imp", + "_interpchannels", + "_interpqueues", + "_interpreters", "_io", + "_ios_support", "_json", "_locale", "_lsprof", @@ -88,6 +94,7 @@ "_pydecimal", "_pyio", "_pylong", + "_pyrepl", "_queue", "_random", "_scproxy", @@ -117,8 +124,10 @@ "_testclinic", "_testclinic_limited", "_testconsole", + "_testexternalinspection", "_testimportmultiple", "_testinternalcapi", + "_testlimitedcapi", "_testmultiphase", "_testsinglephase", "_thread", @@ -133,7 +142,6 @@ "_weakrefset", "_winapi", "_xxinterpchannels", - "_xxinterpqueues", "_xxsubinterpreters", "_xxtestfuzz", "_zoneinfo", diff --git a/stdlibs/py313.py b/stdlibs/py313.py index c7f852f..52f06b2 100644 --- a/stdlibs/py313.py +++ b/stdlibs/py313.py @@ -15,6 +15,7 @@ "__phello_alias__", "_abc", "_aix_support", + "_android_support", "_ast", "_asyncio", "_bisect", @@ -29,6 +30,7 @@ "_codecs_tw", "_collections", "_collections_abc", + "_colorize", "_compat_pickle", "_compression", "_contextvars", @@ -48,7 +50,11 @@ "_hashlib", "_heapq", "_imp", + "_interpchannels", + "_interpqueues", + "_interpreters", "_io", + "_ios_support", "_json", "_locale", "_lsprof", @@ -70,6 +76,7 @@ "_pydecimal", "_pyio", "_pylong", + "_pyrepl", "_queue", "_random", "_scproxy", @@ -95,8 +102,10 @@ "_testclinic", "_testclinic_limited", "_testconsole", + "_testexternalinspection", "_testimportmultiple", "_testinternalcapi", + "_testlimitedcapi", "_testmultiphase", "_testsinglephase", "_thread", @@ -110,9 +119,6 @@ "_weakref", "_weakrefset", "_winapi", - "_xxinterpchannels", - "_xxinterpqueues", - "_xxsubinterpreters", "_xxtestfuzz", "_zoneinfo", "abc", diff --git a/stdlibs/releases.toml b/stdlibs/releases.toml index 0f478f9..fd15feb 100644 --- a/stdlibs/releases.toml +++ b/stdlibs/releases.toml @@ -14,9 +14,9 @@ "3.5" = "https://www.python.org/ftp/python/3.5.10/Python-3.5.10.tgz" "3.6" = "https://www.python.org/ftp/python/3.6.15/Python-3.6.15.tgz" "3.7" = "https://www.python.org/ftp/python/3.7.17/Python-3.7.17.tgz" -"3.8" = "https://www.python.org/ftp/python/3.8.18/Python-3.8.18.tgz" -"3.9" = "https://www.python.org/ftp/python/3.9.18/Python-3.9.18.tgz" -"3.10" = "https://www.python.org/ftp/python/3.10.13/Python-3.10.13.tgz" -"3.11" = "https://www.python.org/ftp/python/3.11.7/Python-3.11.7.tgz" -"3.12" = "https://www.python.org/ftp/python/3.12.1/Python-3.12.1.tgz" -"3.13" = "https://www.python.org/ftp/python/3.13.0/Python-3.13.0a3.tgz" +"3.8" = "https://www.python.org/ftp/python/3.8.19/Python-3.8.19.tgz" +"3.9" = "https://www.python.org/ftp/python/3.9.19/Python-3.9.19.tgz" +"3.10" = "https://www.python.org/ftp/python/3.10.14/Python-3.10.14.tgz" +"3.11" = "https://www.python.org/ftp/python/3.11.9/Python-3.11.9.tgz" +"3.12" = "https://www.python.org/ftp/python/3.12.3/Python-3.12.3.tgz" +"3.13" = "https://www.python.org/ftp/python/3.13.0/Python-3.13.0b1.tgz"