index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
stdlib_module_names.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
Serhiy Storchaka
2025-10-31
1
-0/+1
*
gh-138122: Implement PEP 799 (#138142)
Pablo Galindo Salgado
2025-08-27
1
-0/+1
*
gh-105456: Remove 3 deprecated `sre_*` modules (#135994)
Stan Ulbrych
2025-07-01
1
-3/+0
*
GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debuggin...
Adam Turner
2025-05-05
1
-0/+1
*
gh-132983: Introduce `_zstd` bindings module (GH-133027)
Emma Smith
2025-05-04
1
-0/+1
*
gh-132983: Introduce `compression` package and move `_compression` module (GH...
Emma Smith
2025-04-27
1
-1/+1
*
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer
2025-04-09
1
-0/+1
*
gh-109599: Expose `CapsuleType` via the `_types` module (#131969)
Adam Turner
2025-04-04
1
-0/+1
*
gh-99108: Implement HACL* HMAC (#130157)
Bénédikt Tran
2025-04-04
1
-0/+1
*
gh-118761: Optimise import time for ast (#131953)
Adam Turner
2025-04-02
1
-0/+1
*
gh-126925: Modify how iOS test results are gathered (#127592)
Russell Keith-Magee
2024-12-09
1
-0/+1
*
gh-123892: Add "_wmi" to sys.stdlib_module_names (#123893)
Victor Stinner
2024-09-10
1
-0/+1
*
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
Jelle Zijlstra
2024-07-23
1
-0/+1
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
1
-0/+1
*
gh-117225: Move colorize functionality to own internal module (#118283)
Hugo van Kemenade
2024-05-01
1
-0/+1
*
gh-116622: Redirect stdout and stderr to system log when embedded in an Andro...
Malcolm Smith
2024-04-30
1
-0/+1
*
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow
2024-04-24
1
-0/+3
*
gh-114099: Additions to standard library to support iOS (GH-117052)
Russell Keith-Magee
2024-03-28
1
-0/+1
*
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display t...
Pablo Galindo Salgado
2024-01-08
1
-0/+1
*
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Sam Gross
2023-10-04
1
-0/+1
*
gh-105481: generate _specializations and _specialized_instructions from bytec...
Irit Katriel
2023-06-19
1
-0/+1
*
gh-104773: PEP 594: Remove the imghdr module (#104777)
Victor Stinner
2023-05-26
1
-1/+0
*
gh-104773: PEP 594: Remove the chunk module (#104868)
Victor Stinner
2023-05-25
1
-1/+0
*
gh-104773: PEP 594: Remove the audioop module (#104937)
Victor Stinner
2023-05-25
1
-1/+0
*
gh-104773: PEP 594: Remove the aifc module (#104933)
Victor Stinner
2023-05-25
1
-1/+0
*
gh-104773: PEP 594: Remove the uu module (#104932)
Victor Stinner
2023-05-25
1
-1/+0
*
gh-104773: PEP 594: Remove the crypt module (#104908)
Victor Stinner
2023-05-25
1
-2/+0
*
gh-104773: Remove the msilib package (GH-104911)
Zachary Ware
2023-05-25
1
-2/+0
*
gh-104773: PEP 594: Remove the xdrlib module (#104900)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the nis module (#104897)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the nntplib module (#104894)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the spwd module (#104871)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the mailcap module (#104867)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the sunau module (#104863)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the ossaudiodev module (#104862)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the pipes module (#104848)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the sndhdr module (#104774)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)
Victor Stinner
2023-05-24
1
-2/+0
*
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Victor Stinner
2023-05-23
1
-1/+0
*
gh-104773: PEP 594: Remove the telnetlib module (#104778)
Victor Stinner
2023-05-23
1
-1/+0
*
GH-84976: Move Lib/datetime.py to Lib/_pydatetime
Paul Ganssle
2023-05-03
1
-0/+1
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
1
-1/+0
*
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
Gregory P. Smith
2023-02-16
1
-2/+1
*
gh-72719: Remove asyncore and asynchat modules (#96580)
Nikita Sobolev
2022-11-08
1
-2/+0
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
1
-1/+0
*
gh-90716: add _pylong.py module (#96673)
Neil Schemenauer
2022-10-26
1
-0/+1
*
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner
2022-10-17
1
-1/+1
*
gh-93243: Make smtpd private before porting its users (GH-93246)
Oleg Iarygin
2022-08-06
1
-1/+0
*
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes
2022-07-14
1
-1/+0
*
bpo-40059: Add tomllib (PEP-680) (GH-31498)
Taneli Hukkinen
2022-03-08
1
-0/+1
[next]