Mercurial > public > mercurial-scm > hg-stable
log mercurial/sslutil.py @ 31267:11831d755b51
age | author | description |
---|---|---|
Mon, 20 Feb 2017 18:40:42 +0530 | Pulkit Goyal | py3: use pycompat.fsencode() to convert __file__ to bytes |
Tue, 20 Dec 2016 00:20:07 +0530 | Pulkit Goyal | py3: replace sys.executable with pycompat.sysexecutable |
Mon, 19 Dec 2016 02:15:24 +0530 | Pulkit Goyal | py3: replace sys.platform with pycompat.sysplatform (part 1 of 2) |
Mon, 19 Dec 2016 00:16:52 +0530 | Pulkit Goyal | py3: replace os.name with pycompat.osname (part 1 of 2) |
Mon, 17 Oct 2016 23:16:55 +0200 | Mads Kiilerich | spelling: fixes of non-dictionary words |
Wed, 19 Oct 2016 18:06:14 +0200 | G?bor Stefanik | sslutil: guard against broken certifi installations (issue5406) stable |
Tue, 13 Sep 2016 17:46:29 +0200 | Pierre-Yves David | ssl: handle a difference in SSLError with pypy (issue5348) |