Mercurial > public > mercurial-scm > hg
log mercurial/encoding.py @ 33125:acfce52518c4
age | author | description |
---|---|---|
Sat, 24 Jun 2017 13:48:04 +0900 | Yuya Nishihara | py3: add utility to forward __str__() to __bytes__() |
Mon, 29 May 2017 21:57:51 +0900 | Yuya Nishihara | encoding: make sure "wide" variable never be referenced from other modules |
Sun, 28 May 2017 13:27:29 -0400 | Augie Fackler | encoding: make wide character class list a sysstr |
Sat, 13 Aug 2016 12:23:56 +0900 | Yuya Nishihara | parsers: switch to policy importer |
Tue, 16 May 2017 23:36:38 +0900 | Yuya Nishihara | encoding: use i.startswith() instead of i[0] to eliminate py2/3 divergence |
Fri, 10 Feb 2017 16:56:29 -0800 | Martin von Zweigbergk | cleanup: use set literals |
Sat, 13 May 2017 11:20:51 -0700 | Gregory Szorc | encoding: remove workaround for locale.getpreferredencoding() |