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
/
clinic
/
_ssl.c.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37206: Unrepresentable default values no longer represented as None. (GH-...
Serhiy Storchaka
2019-09-14
1
-6/+6
*
bpo-37034: Display argument name on errors with keyword arguments with Argume...
RĂ©mi Lapeyre
2019-08-29
1
-14/+14
*
bpo-37942: Improve argument clinic float converter (GH-15470)
Raymond Hettinger
2019-08-25
1
-4/+10
*
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...
Serhiy Storchaka
2019-03-14
1
-28/+220
*
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...
Serhiy Storchaka
2019-01-11
1
-14/+61
*
bpo-23867: Argument Clinic: inline parsing code for a single positional param...
Serhiy Storchaka
2018-12-25
1
-11/+55
*
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ...
Serhiy Storchaka
2018-11-27
1
-13/+13
*
bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
Christian Heimes
2018-09-23
1
-1/+19
*
bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (#5876)
Christian Heimes
2018-02-25
1
-5/+5
*
bpo-30622: Improve NPN support detection (#5859)
Christian Heimes
2018-02-24
1
-3/+3
*
bpo-24334: Cleanup SSLSocket (#5252)
Christian Heimes
2018-02-24
1
-33/+53
*
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128)
Christian Heimes
2018-02-24
1
-14/+1
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
1
-12/+12
*
Regen Moduls/clinic/_ssl.c.h (GH-3320)
Zachary Ware
2017-09-04
1
-3/+3
*
bpo-30622: Change NPN detection: (#2079)
Melvyn Sopacua
2017-09-04
1
-2/+2
*
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka
2017-07-03
1
-24/+12
*
Regenerate Argument Clinic code for bpo-19180. (#2073)
Serhiy Storchaka
2017-06-10
1
-1/+1
*
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
Sylvain
2017-06-10
1
-10/+10
*
bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148)
Chandan Kumar
2017-06-09
1
-1/+1
*
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner
2017-01-17
1
-10/+22
*
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner
2017-01-17
1
-8/+8
*
Issue #27810: Rerun Argument Clinic on all modules
Victor Stinner
2016-09-10
1
-25/+25
*
Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enable...
Christian Heimes
2016-09-05
1
-1/+26
*
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
Serhiy Storchaka
2016-08-14
1
-17/+25
*
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-23/+23
|
\
|
*
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-23/+23
*
|
merge 3.5 (#24557)
Benjamin Peterson
2016-07-07
1
-3/+3
|
\
\
|
|
/
|
*
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ...
Benjamin Peterson
2016-07-07
1
-3/+3
*
|
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
Serhiy Storchaka
2016-06-09
1
-34/+67
|
/
*
Issue #20179: Converted the _ssl module to Argument Clinic.
Serhiy Storchaka
2015-05-03
1
-0/+1105