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.12] gh-99108: Refresh HACL* (GH-104808) (#104893)
Miss Islington (bot)
2023-05-24
1
-1/+1
*
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
*
gh-93649: Split float/long tests from _testcapimodule.c (GH-99549)
Erlend E. Aasland
2022-11-17
1
-1/+1
*
gh-93649: Split watcher API tests from _testcapimodule.c (#99532)
Erlend E. Aasland
2022-11-16
1
-1/+1
*
gh-93649: Split memory and docstring tests from _testcapimodule.c (#99517)
Erlend E. Aasland
2022-11-16
1
-1/+1
*
gh-93649: Split pytime and datetime tests from _testcapimodule.c (#99494)
Erlend E. Aasland
2022-11-15
1
-1/+1
*
gh-93649: Split getargs tests from _testcapimodule.c (#99346)
Erlend E. Aasland
2022-11-14
1
-1/+1
*
gh-98627: Add the _testsinglephase Module (gh-99039)
Eric Snow
2022-11-08
1
-0/+1
*
gh-93649: Split unicode tests from _testcapimodule.c & add some more (GH-95819)
Petr Viktorin
2022-08-10
1
-1/+1
*
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Petr Viktorin
2022-08-08
1
-1/+1
*
gh-93649: Split heaptype tests from _testcapimodule.c (GH-95386)
Petr Viktorin
2022-08-01
1
-1/+1
*
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes
2022-07-14
1
-0/+1
*
gh-93649: Split vectorcall testing from _testcapimodule.c (GH-94549)
Petr Viktorin
2022-07-08
1
-1/+1
*
gh-90005: Port readline and curses to PY_STDLIB_MOD (GH-94452)
Christian Heimes
2022-07-06
1
-6/+6
*
gh-90005: Port _dbm module to PY_STDLIB_MOD (GH-94433)
Christian Heimes
2022-07-01
1
-1/+1
*
gh-90005: Port _ctypes to PY_STDLIB_MOD (GH-32229)
Christian Heimes
2022-06-26
1
-1/+1
*
gh-69093: Fix Setup.local.in rule for _sqlite3 (GH-93380)
Christian Heimes
2022-05-31
1
-1/+1
*
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland
2022-03-31
1
-3/+2
*
bpo-40280: Allow to compile _testcapi as builtin module (GH-30559)
Christian Heimes
2022-01-12
1
-2/+1
*
bpo-45847: Revert Port _ctypes partly to PY_STDLIB_MOD (GH-29747) (GH-29969)
Christian Heimes
2021-12-07
1
-1/+1
*
bpo-45847: Update whatsnew and add place holder entries for missing extension...
Christian Heimes
2021-12-04
1
-0/+12
*
bpo-45847: Port _ctypes partly to PY_STDLIB_MOD (GH-29747)
Christian Heimes
2021-12-04
1
-0/+4
*
bpo-45847: Port _multiprocessing to PY_STDLIB_MOD (GH-29768)
Erlend Egeberg Aasland
2021-11-28
1
-0/+1
*
bpo-40280: Use Setup.stdlib static for wasm builds (GH-29784)
Christian Heimes
2021-11-26
1
-2/+2
*
bpo-45847: Port _uuid to PY_STDLIB_MOD (GH-29741)
Christian Heimes
2021-11-24
1
-0/+2
*
bpo-45847: Port _posixshmem to PY_STDLIB_MOD (GH-29738)
Erlend Egeberg Aasland
2021-11-24
1
-0/+3
*
bpo-45847: Port _gdbm to PY_STDLIB_MOD (GH-29720)
Christian Heimes
2021-11-23
1
-0/+5
*
bpo-45847: Port _ssl and _hashlib to PY_STDLIB_MOD (GH-29727)
Christian Heimes
2021-11-23
1
-0/+5
*
bpo-45847: Port _crypt to PY_STDLIB_MOD (GH-29725)
Christian Heimes
2021-11-23
1
-0/+2
*
bpo-45847: Port _socket to PY_STDLIB_MOD (GH-29713)
Erlend Egeberg Aasland
2021-11-23
1
-0/+1
*
bpo-45847: Port xxlimited and xxlimited_35 to PY_STDLIB_MOD (GH-29707)
Erlend Egeberg Aasland
2021-11-22
1
-0/+5
*
bpo-45847: port _struct to PY_STDLIB_MOD (GH-29706)
Christian Heimes
2021-11-22
1
-0/+1
*
bpo-45847: Port audioop, _csv, and _posixsubprocess to PY_STDLIB_MOD_SIMPLE (...
Erlend Egeberg Aasland
2021-11-22
1
-0/+3
*
bpo-45847: Port nis module to PY_STDLIB_MOD (GH-29699)
Christian Heimes
2021-11-22
1
-1/+4
[next]