Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4901fe274bc82b95dc89bcb3de8802a3dfedab32
/
Modules
/
clinic
/
_ssl.c.h
4901fe2
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
by Rémi Lapeyre
· 5 years ago
aef9ad8
bpo-37942: Improve argument clinic float converter (GH-15470)
by Raymond Hettinger
· 5 years ago
3191391
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
by Serhiy Storchaka
· 6 years ago
4fa9591
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
by Serhiy Storchaka
· 6 years ago
32d96a2
bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689)
by Serhiy Storchaka
· 6 years ago
4a934d4
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
by Serhiy Storchaka
· 6 years ago
9fb051f
bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
by Christian Heimes
· 6 years ago
29eab55
bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (#5876)
by Christian Heimes
· 7 years ago
6cdb795
bpo-30622: Improve NPN support detection (#5859)
by Christian Heimes
· 7 years ago
141c5e8
bpo-24334: Cleanup SSLSocket (#5252)
by Christian Heimes
· 7 years ago
11a1493
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128)
by Christian Heimes
· 7 years ago
a5552f0
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
by Serhiy Storchaka
· 7 years ago
af64aff
Regen Moduls/clinic/_ssl.c.h (GH-3320)
by Zachary Ware
· 7 years ago
b2d096b
bpo-30622: Change NPN detection: (#2079)
by Melvyn Sopacua
· 7 years ago
6969eaf
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
by Serhiy Storchaka
· 7 years ago
5f31d5c
Regenerate Argument Clinic code for bpo-19180. (#2073)
by Serhiy Storchaka
· 7 years ago
7445381
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
by Sylvain
· 7 years ago
63c2c8a
bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148)
by Chandan Kumar
· 7 years ago
259f0e4
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
by Victor Stinner
· 8 years ago
3e1fad6
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
by Victor Stinner
· 8 years ago
37e4ef7
Issue #27810: Rerun Argument Clinic on all modules
by Victor Stinner
· 8 years ago
25bfcd5
Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enabled ciphers.
by Christian Heimes
· 8 years ago
9171a8b
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
by Serhiy Storchaka
· 8 years ago
2954f83
- Issue #27332: Fixed the type of the first argument of module-level functions
by Serhiy Storchaka
· 8 years ago
1a2b24f
Issue #27332: Fixed the type of the first argument of module-level functions
by Serhiy Storchaka
· 8 years ago
50600a7
merge 3.5 (#24557)
by Benjamin Peterson
· 8 years ago
b8a2f51
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557)
by Benjamin Peterson
· 8 years ago
5dee655
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
by Serhiy Storchaka
· 8 years ago
4b7b82f
Issue #20179: Converted the _ssl module to Argument Clinic.
by Serhiy Storchaka
· 10 years ago