COMMITS
/ Modules/clinic/_ssl.c.h January 22, 2026
S
gh-143756: Fix potential data race in SSLContext.load_cert_chain (gh-143818)
Sam Gross committed
October 8, 2025
B
gh-139748: fix leaks in AC error paths when using unicode FS-based converters (#139765)
Bénédikt Tran committed
September 8, 2025
R
gh-138252: Add support in SSL module for getting and setting TLS signature algorithms (#138269)
Ron Frederick committed
August 30, 2025
R
gh-137197: Add `SSLContext.set_ciphersuites` to set TLSv1.3 ciphers (#137198)
Ron Frederick committed
July 28, 2025
R
gh-136306: Add support for getting and setting SSL groups (#136307)
Ron Frederick committed
July 12, 2025
I
gh-99813: Start using `SSL_sendfile` when available (#99907)
Illia Volochii committed
March 27, 2025
M
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom committed
March 11, 2025
V
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner committed
January 20, 2025
E
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland committed
December 19, 2024
P
gh-128083: Fix macro redefinition warning in clinic. (GH-127950)
Peter Bierma committed
December 2, 2024
P
gh-126890: Restore stripped `ssl` docstrings (GH-127281)
Peter Bierma committed
November 29, 2024
P
gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings (#127310)
Peter Bierma committed
November 8, 2024
S
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka committed
October 19, 2024
P
gh-124984: Enhance `ssl` thread safety (#124993)
Peter Bierma committed
March 14, 2024
V
gh-116646, AC: Add CConverter.use_converter() method (#116793)
Victor Stinner committed
February 5, 2024
N
gh-115026: Argument Clinic: handle PyBuffer_FillInfo errors in generated code (#115027)
Nikita Sobolev committed
November 27, 2023
G
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)
Grant Ramsay committed
November 7, 2023
V
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner committed
November 1, 2023
V
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner committed
October 23, 2023
F
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Furkan Onder committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
August 31, 2023
V
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner committed
August 26, 2023
V
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner committed
August 24, 2023
V
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner committed
January 31, 2023
E
gh-101409: Improve generated clinic code for self type checks (#101411)
Erlend E. Aasland committed
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
August 13, 2022
E
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland committed
August 11, 2022
June 24, 2022
V
gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)
Victor Stinner committed
May 3, 2022
V
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner committed
September 12, 2021
S
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
Serhiy Storchaka committed
July 23, 2021
P
bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket.write (GH-27271)
Pablo Galindo Salgado committed
April 26, 2021
C
bpo-18233: Add internal methods to access peer chain (GH-25467)
Christian Heimes committed
April 23, 2021
Z
bpo-35114: Make ssl.RAND_status() return a bool (GH-20063)
Zackery Spytz committed
April 17, 2021
C
bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253)
Christian Heimes committed
C
bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453)
Christian Heimes committed
C
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes committed
November 20, 2020
C
bpo-42333: Port _ssl extension module to heap types (GH-23392)
Christian Heimes committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
August 29, 2019
August 25, 2019
R
bpo-37942: Improve argument clinic float converter (GH-15470)
Raymond Hettinger committed
March 14, 2019
S
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
Serhiy Storchaka committed
January 11, 2019
S
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
Serhiy Storchaka committed
December 25, 2018
S
bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
Serhiy Storchaka committed
September 23, 2018
C
bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
Christian Heimes committed
February 25, 2018
C
bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (#5876)
Christian Heimes committed
February 24, 2018
C
bpo-30622: Improve NPN support detection (#5859)
Christian Heimes committed
C
bpo-24334: Cleanup SSLSocket (#5252)
Christian Heimes committed