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
*
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
*
gh-108494: Argument Clinic partial supports of Limited C API (#108495)
Victor Stinner
2023-08-25
1
-0/+1
*
gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)
Serhiy Storchaka
2023-08-07
1
-1/+1
*
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner
2023-07-01
1
-1/+1
*
gh-104773: PEP 594: Remove the audioop module (#104937)
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: PEP 594: Remove the nis module (#104897)
Victor Stinner
2023-05-24
1
-3/+0
*
gh-104773: PEP 594: Remove the spwd module (#104871)
Victor Stinner
2023-05-24
1
-2/+0
*
gh-99108: Refresh HACL* (#104808)
Jonathan Protzenko
2023-05-24
1
-1/+1
*
gh-104773: PEP 594: Remove the ossaudiodev module (#104862)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra
2023-05-16
1
-1/+0
*
gh-93649: Split gc- and allocation tests from _testcapimodule.c (GH-104403)
Jurica Bradarić
2023-05-12
1
-1/+1
*
gh-99108: Replace SHA3 implementation HACL* version (#103597)
Jonathan Protzenko
2023-05-08
1
-1/+1
*
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra
2023-05-04
1
-1/+1
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
1
-1/+1
*
gh-84436: Add integration C API tests for immortal objects (gh-103962)
Dong-hee Na
2023-05-02
1
-1/+1
*
GH-94808: Cover `PyOS_mystrnicmp` and `PyOS_mystricmp` (gh-102469)
Artem Mukhin
2023-03-22
1
-1/+1
*
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin
2023-02-28
1
-1/+1
*
gh-93649: Split exception tests from _testcapimodule.c (GH-102173)
Erlend E. Aasland
2023-02-23
1
-1/+1
*
gh-99108: Import MD5 and SHA1 from HACL* (#102089)
Jonathan Protzenko
2023-02-22
1
-2/+2
*
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
Gregory P. Smith
2023-02-16
1
-2/+1
*
gh-99108: Build the hashlib HACL* code as a static library. (#101917)
Gregory P. Smith
2023-02-14
1
-2/+2
*
gh-99108: Import SHA2-384/512 from HACL* (#101707)
Jonathan Protzenko
2023-02-14
1
-1/+1
*
gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)
Jonathan Protzenko
2023-02-07
1
-1/+1
*
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
Eric Snow
2023-02-04
1
-0/+1
*
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...
Petr Viktorin
2022-11-22
1
-1/+1
*
gh-96002: Add functional test for Argument Clinic (#96178)
colorfulappl
2022-11-21
1
-0/+1
[next]