Mercurial > public > mercurial-scm > hg-stable
log mercurial/sslutil.py @ 43013:198b51d453fe
age | author | description |
---|---|---|
Sat, 04 May 2019 23:31:42 -0400 | Augie Fackler | sslutil: add support for SSLKEYLOGFILE to wrapsocket |
Wed, 08 May 2019 16:09:50 -0400 | Augie Fackler | sslutil: fsencode path returned by certifi (issue6132) stable |
Sat, 26 Jan 2019 14:00:42 -0800 | Gregory Szorc | sslutil: ensure serverhostname is bytes when formatting |
Sat, 26 Jan 2019 13:58:58 -0800 | Gregory Szorc | sslutil: use raw strings for exception reason compare |
Tue, 26 Jun 2018 10:36:23 -0400 | Augie Fackler | cleanup: migrate from re.escape to stringutil.reescape |
Fri, 27 Apr 2018 00:05:46 -0400 | Augie Fackler | sslutil: fix some edge cases in Python 3 support |
Sat, 14 Apr 2018 02:03:02 +0530 | Pulkit Goyal | py3: add b'' prefixes to make values bytes |