aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/stdlib_module_names.h
Commit message (Expand)AuthorAge
* gh-88402: Add new sysconfig variables on Windows (GH-110049)Sam Gross2023-10-04
* gh-105481: generate _specializations and _specialized_instructions from bytec...Irit Katriel2023-06-19
* gh-104773: PEP 594: Remove the imghdr module (#104777)Victor Stinner2023-05-26
* gh-104773: PEP 594: Remove the chunk module (#104868)Victor Stinner2023-05-25
* gh-104773: PEP 594: Remove the audioop module (#104937)Victor Stinner2023-05-25
* gh-104773: PEP 594: Remove the aifc module (#104933)Victor Stinner2023-05-25
* gh-104773: PEP 594: Remove the uu module (#104932)Victor Stinner2023-05-25
* gh-104773: PEP 594: Remove the crypt module (#104908)Victor Stinner2023-05-25
* gh-104773: Remove the msilib package (GH-104911)Zachary Ware2023-05-24
* gh-104773: PEP 594: Remove the xdrlib module (#104900)Victor Stinner2023-05-25
* gh-104773: PEP 594: Remove the nis module (#104897)Victor Stinner2023-05-25
* gh-104773: PEP 594: Remove the nntplib module (#104894)Victor Stinner2023-05-24
* gh-104773: PEP 594: Remove the spwd module (#104871)Victor Stinner2023-05-24
* gh-104773: PEP 594: Remove the mailcap module (#104867)Victor Stinner2023-05-24
* gh-104773: PEP 594: Remove the sunau module (#104863)Victor Stinner2023-05-24
* gh-104773: PEP 594: Remove the ossaudiodev module (#104862)Victor Stinner2023-05-24
* gh-104773: PEP 594: Remove the pipes module (#104848)Victor Stinner2023-05-24
* gh-104773: PEP 594: Remove the sndhdr module (#104774)Victor Stinner2023-05-24
* gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)Victor Stinner2023-05-24
* gh-104780: Remove 2to3 program and lib2to3 module (#104781)Victor Stinner2023-05-23
* gh-104773: PEP 594: Remove the telnetlib module (#104778)Victor Stinner2023-05-23
* GH-84976: Move Lib/datetime.py to Lib/_pydatetimePaul Ganssle2023-05-03
* gh-98040: Remove just the `imp` module (#98573)Barry Warsaw2023-04-28
* gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)Gregory P. Smith2023-02-15
* gh-72719: Remove asyncore and asynchat modules (#96580)Nikita Sobolev2022-11-08
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-03
* gh-90716: add _pylong.py module (#96673)Neil Schemenauer2022-10-25
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-17
* gh-93243: Make smtpd private before porting its users (GH-93246)Oleg Iarygin2022-08-05
* gh-93939: Build C extensions without setup.py (GH-94474)Christian Heimes2022-07-14
* bpo-40059: Add tomllib (PEP-680) (GH-31498)Taneli Hukkinen2022-03-08
* Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...Victor Stinner2021-12-07
* bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)Victor Stinner2021-11-16
* bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358)Christian Heimes2021-11-02
* bpo-45085: Remove the binhex module (GH-28117)Victor Stinner2021-09-02
* Add tests for the C tokenizer and expose it as a private module (GH-27924)Pablo Galindo Salgado2021-08-24
* bpo-44353: Implement typing.NewType __call__ method in C (#27262)Yurii Karabas2021-07-22
* bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122)Victor Stinner2021-04-01
* bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH-24814)Victor Stinner2021-03-10
* bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798)Victor Stinner2021-03-10
* bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353)Victor Stinner2021-01-28
* bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)Victor Stinner2021-01-25