| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564) | Serhiy Storchaka | 2024-11-08 | 1 | -2/+3 |
|
|
* | gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168) | mpage | 2024-04-08 | 1 | -3/+3 |
|
|
* | gh-110964: Remove private _PyArg functions (#110966) | Victor Stinner | 2023-10-17 | 1 | -1/+2 |
|
|
* | gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726) | Victor Stinner | 2023-08-31 | 1 | -4/+3 |
|
|
* | gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) | Victor Stinner | 2023-08-24 | 1 | -2/+2 |
|
|
* | gh-105927: _ssl uses _PyWeakref_GET_REF() (#105965) | Victor Stinner | 2023-06-21 | 1 | -5/+5 |
|
|
* | GH-103092: isolate `_ssl` (#104725) | Kumar Aditya | 2023-05-22 | 1 | -11/+3 |
|
|
* | gh-102192: remove redundant exception fields from ssl module socket (#102466) | Irit Katriel | 2023-03-16 | 1 | -4/+3 |
|
|
* | gh-99300: Use Py_NewRef() in Modules/ directory (#99468) | Victor Stinner | 2022-11-14 | 1 | -8/+4 |
|
|
* | gh-90928: Improve static initialization of keywords tuple in AC (#95907) | Erlend E. Aasland | 2022-08-13 | 1 | -18/+8 |
|
|
* | gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (... | Eric Snow | 2022-08-11 | 1 | -2/+41 |
|
|
* | gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210) | Victor Stinner | 2022-05-03 | 1 | -2/+2 |
|
|
* | bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792) | Christian Heimes | 2021-05-02 | 1 | -1/+1 |
|
|
* | bpo-18233: Add internal methods to access peer chain (GH-25467) | Christian Heimes | 2021-04-26 | 3 | -0/+339 |
|
|
* | bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253) | Christian Heimes | 2021-04-17 | 1 | -3/+3 |
|
|
* | bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014) | Christian Heimes | 2021-04-17 | 1 | -4/+0 |
|
|
* | bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24... | Christian Heimes | 2021-03-21 | 1 | -0/+1 |
|
|
* | bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl modul... | Gregory P. Smith | 2020-06-20 | 1 | -6/+6 |
|
|
* | bpo-34271: Fix compatibility with 1.0.2 (GH-13728) | Christian Heimes | 2019-06-03 | 1 | -1/+10 |
|
|
* | bpo-34271: Add ssl debugging helpers (GH-10031) | Christian Heimes | 2019-05-31 | 1 | -0/+213 |
|
|