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
*
gh-116646, AC: Add CConverter.use_converter() method (#116793)
Victor Stinner
2024-03-14
1
-2/+1
*
gh-115026: Argument Clinic: handle PyBuffer_FillInfo errors in generated code...
Nikita Sobolev
2024-02-05
1
-2/+4
*
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)
Grant Ramsay
2023-11-27
1
-1/+136
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
1
-6/+31
*
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner
2023-11-01
1
-31/+6
*
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Furkan Onder
2023-10-23
1
-17/+1
*
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
-5/+4
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
1
-1/+2
*
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner
2023-08-24
1
-5/+5
*
gh-101409: Improve generated clinic code for self type checks (#101411)
Erlend E. Aasland
2023-01-31
1
-7/+6
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
1
-5/+5
*
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland
2022-08-13
1
-154/+64
*
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...
Eric Snow
2022-08-11
1
-10/+313
*
gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)
Victor Stinner
2022-06-24
1
-32/+1
*
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner
2022-05-03
1
-13/+13
*
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...
Serhiy Storchaka
2021-09-12
1
-4/+7
*
bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket....
Pablo Galindo Salgado
2021-07-23
1
-6/+6
*
bpo-18233: Add internal methods to access peer chain (GH-25467)
Christian Heimes
2021-04-26
1
-1/+35
*
bpo-35114: Make ssl.RAND_status() return a bool (GH-20063)
Zackery Spytz
2021-04-23
1
-2/+2
*
bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253)
Christian Heimes
2021-04-17
1
-10/+10
*
bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453)
Christian Heimes
2021-04-17
1
-39/+1
*
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes
2021-04-17
1
-86/+1
*
bpo-42333: Port _ssl extension module to heap types (GH-23392)
Christian Heimes
2020-11-20
1
-8/+8
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-36/+1
*
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
|
\
[next]