COMMITS
/ Python/stdlib_module_names.h April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
April 4, 2025
A
gh-109599: Expose `CapsuleType` via the `_types` module (#131969)
Adam Turner committed
B
gh-99108: Implement HACL* HMAC (#130157)
Bénédikt Tran committed
April 2, 2025
A
gh-118761: Optimise import time for ast (#131953)
Adam Turner committed
December 9, 2024
R
gh-126925: Modify how iOS test results are gathered (#127592)
Russell Keith-Magee committed
September 10, 2024
V
gh-123892: Add "_wmi" to sys.stdlib_module_names (#123893)
Victor Stinner committed
July 23, 2024
J
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
Jelle Zijlstra committed
May 5, 2024
P
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado committed
May 1, 2024
H
gh-117225: Move colorize functionality to own internal module (#118283)
Hugo van Kemenade committed
April 30, 2024
M
gh-116622: Redirect stdout and stderr to system log when embedded in an Android app (#118063)
Malcolm Smith committed
April 24, 2024
E
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow committed
March 28, 2024
R
gh-114099: Additions to standard library to support iOS (GH-117052)
Russell Keith-Magee committed
January 8, 2024
P
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display to use the traceback module (#113712)
Pablo Galindo Salgado committed
October 4, 2023
S
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Sam Gross committed
June 19, 2023
I
May 26, 2023
V
gh-104773: PEP 594: Remove the imghdr module (#104777)
Victor Stinner committed
May 25, 2023
V
gh-104773: PEP 594: Remove the chunk module (#104868)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the audioop module (#104937)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the aifc module (#104933)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the uu module (#104932)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the crypt module (#104908)
Victor Stinner committed
Z
gh-104773: Remove the msilib package (GH-104911)
Zachary Ware committed
May 24, 2023
V
gh-104773: PEP 594: Remove the xdrlib module (#104900)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the nis module (#104897)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the nntplib module (#104894)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the spwd module (#104871)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the mailcap module (#104867)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the sunau module (#104863)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the ossaudiodev module (#104862)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the pipes module (#104848)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the sndhdr module (#104774)
Victor Stinner committed
V
gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)
Victor Stinner committed
May 23, 2023
V
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the telnetlib module (#104778)
Victor Stinner committed
March 23, 2023
P
GH-84976: Move Lib/datetime.py to Lib/_pydatetime
Paul Ganssle committed
April 28, 2023
B
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw committed
February 16, 2023
G
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
Gregory P. Smith committed
November 8, 2022
N
gh-72719: Remove asyncore and asynchat modules (#96580)
Nikita Sobolev committed
November 3, 2022
V
gh-92584: Remove the distutils package (#99061)
Victor Stinner committed
October 26, 2022
N
gh-90716: add _pylong.py module (#96673)
Neil Schemenauer committed
October 17, 2022
V
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner committed
August 6, 2022
O
gh-93243: Make smtpd private before porting its users (GH-93246)
Oleg Iarygin committed
July 14, 2022
C
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes committed
March 8, 2022
T
bpo-40059: Add tomllib (PEP-680) (GH-31498)
Taneli Hukkinen committed
December 7, 2021
V
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
Victor Stinner committed
November 15, 2021
V
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
Victor Stinner committed
November 2, 2021
C
bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358)
Christian Heimes committed
September 2, 2021
V
bpo-45085: Remove the binhex module (GH-28117)
Victor Stinner committed
August 24, 2021
P
Add tests for the C tokenizer and expose it as a private module (GH-27924)
Pablo Galindo Salgado committed
July 22, 2021
Y
bpo-44353: Implement typing.NewType __call__ method in C (#27262)
Yurii Karabas committed