COMMITS
/ Modules/clinic/_ssl.c.h 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
C
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128)
Christian Heimes committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
September 4, 2017
Z
Regen Moduls/clinic/_ssl.c.h (GH-3320)
Zachary Ware committed
M
bpo-30622: Change NPN detection: (#2079)
Melvyn Sopacua committed
July 3, 2017
S
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka committed
June 10, 2017
S
Regenerate Argument Clinic code for bpo-19180. (#2073)
Serhiy Storchaka committed
S
June 9, 2017
C
bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148)
Chandan Kumar committed
January 17, 2017
V
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner committed
V
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner committed
September 10, 2016
V
Issue #27810: Rerun Argument Clinic on all modules
Victor Stinner committed
September 5, 2016
C
Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enabled ciphers.
Christian Heimes committed
August 14, 2016
S
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
Serhiy Storchaka committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
B
merge 3.5 (#24557)
Benjamin Peterson committed
B
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557)
Benjamin Peterson committed
June 9, 2016
S
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
Serhiy Storchaka committed
May 3, 2015
S
Issue #20179: Converted the _ssl module to Argument Clinic.
Serhiy Storchaka committed