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
/
Modules
/
Setup.stdlib.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.14] gh-136421: Load `_datetime` static types during interpreter initializa...
Miss Islington (bot)
2025-07-21
1
-3/+0
*
GH-132983: Build ``_zstd`` on Windows (#133366)
Adam Turner
2025-05-05
1
-1/+1
*
GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debuggin...
Adam Turner
2025-05-05
1
-1/+1
*
gh-132983: Introduce `_zstd` bindings module (GH-133027)
Emma Smith
2025-05-04
1
-1/+2
*
GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)
Pablo Galindo Salgado
2025-05-04
1
-1/+1
*
gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)
Sergey B Kirpichev
2025-04-22
1
-1/+1
*
gh-131298: eliminate HACL* static libraries for cryptographic modules (GH-132...
Bénédikt Tran
2025-04-20
1
-7/+20
*
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer
2025-04-09
1
-1/+0
*
gh-99108: Implement HACL* HMAC (#130157)
Bénédikt Tran
2025-04-04
1
-5/+7
*
gh-93649: Add Modules/_testcapi/function.c file (#129521)
Victor Stinner
2025-01-31
1
-1/+1
*
gh-93649: Add Modules/_testcapi/type.c file (#129516)
Victor Stinner
2025-01-31
1
-1/+1
*
gh-93649: Move PyFrame C API tests to test_capi (#129512)
Victor Stinner
2025-01-31
1
-1/+1
*
gh-111495: Add PyFile tests (#129449)
Victor Stinner
2025-01-30
1
-1/+1
*
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner
2025-01-30
1
-1/+1
*
gh-128911: Add tests on the PyImport C API (#128915)
Victor Stinner
2025-01-17
1
-1/+1
*
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
Petr Viktorin
2025-01-09
1
-1/+1
*
gh-111495: Add tests for `PyCodec_*` C API (#123343)
Bénédikt Tran
2024-09-29
1
-1/+1
*
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner
2024-09-02
1
-1/+1
*
gh-111495: Add tests for PyTuple C API (#118757)
Sergey B Kirpichev
2024-08-26
1
-1/+1
*
gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)
Jonathan Protzenko
2024-08-13
1
-1/+1
*
gh-111495: Add more tests on PyEval C APIs (#122789)
Victor Stinner
2024-08-08
1
-1/+1
*
gh-121554: remove unnecessary internal functions in compile.c (#121555)
Irit Katriel
2024-07-10
1
-1/+0
*
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel
2024-05-04
1
-1/+1
*
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow
2024-04-24
1
-3/+4
*
gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982)
Serhiy Storchaka
2024-04-17
1
-1/+1
*
gh-94808:Improve coverage of PyObject_Print (GH-98749)
MonadChains
2024-04-01
1
-1/+1
*
gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-11...
Serhiy Storchaka
2024-03-25
1
-1/+1
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
1
-1/+1
*
gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)
Victor Stinner
2024-03-19
1
-1/+1
*
gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)
Victor Stinner
2024-03-19
1
-1/+1
*
gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)
Victor Stinner
2024-03-19
1
-1/+1
*
gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)
Victor Stinner
2024-03-19
1
-1/+1
*
gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)
Victor Stinner
2024-03-19
1
-1/+1
*
gh-116417: Move limited C API list.c tests to _testlimitedcapi (#116602)
Victor Stinner
2024-03-18
1
-1/+1
*
gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)
Victor Stinner
2024-03-11
1
-2/+2
*
gh-116303: Explicitly check for the _testsinglephase module in configure.ac (...
Erlend E. Aasland
2024-03-07
1
-1/+1
*
gh-116417: Add _testlimitedcapi C extension (#116419)
Victor Stinner
2024-03-07
1
-1/+2
*
gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)
Pablo Galindo Salgado
2024-02-28
1
-0/+1
*
gh-110850: Add PyTime_t C API (GH-115215)
Petr Viktorin
2024-02-12
1
-1/+1
*
gh-76785: More Fixes for test.support.interpreters (gh-113012)
Eric Snow
2023-12-12
1
-0/+3
*
gh-111545: Test PyHash_GetFuncDef() function (#112098)
Victor Stinner
2023-11-15
1
-1/+1
*
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross
2023-11-08
1
-1/+1
*
gh-111495: add stub files for C API test modules (GH-111586)
Sergey B Kirpichev
2023-11-01
1
-1/+1
*
gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067)
Serhiy Storchaka
2023-10-25
1
-1/+1
*
gh-110525: Add tests for internal `set` CAPI (GH-110630)
Nikita Sobolev
2023-10-10
1
-1/+1
*
gh-110525: Add CAPI tests for set and frozenset objects (GH-110526)
Nikita Sobolev
2023-10-09
1
-1/+1
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
1
-1/+1
*
gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)
Sam Gross
2023-09-02
1
-1/+1
*
gh-108337: Add pyatomic.h header (#108701)
Victor Stinner
2023-08-31
1
-1/+1
*
gh-108494: Don't build _testclinic_limited with TraceRefs (#108608)
Victor Stinner
2023-08-29
1
-1/+1
[next]