Mercurial > public > mercurial-scm > hg
log mercurial/encoding.py @ 30445:1ce4c2062ab0
age | author | description |
---|---|---|
Wed, 28 Sep 2016 20:05:34 +0900 | Yuya Nishihara | py3: provide encoding.environ which is a dict of bytes |
Wed, 28 Sep 2016 20:39:06 +0900 | Yuya Nishihara | py3: convert encoding name and mode to str |
Wed, 28 Sep 2016 20:01:23 +0900 | Yuya Nishihara | pycompat: provide 'ispy3' constant |
Fri, 11 Mar 2016 21:27:26 -0800 | Gregory Szorc | encoding: use range() instead of xrange() |
Fri, 11 Mar 2016 21:23:34 -0800 | Gregory Szorc | encoding: make HFS+ ignore code Python 3 compatible |
Sun, 27 Dec 2015 19:58:11 +0900 | Yuya Nishihara | encoding: backport paranoid escaping from templatefilters.jsonescape() |
Sun, 27 Dec 2015 19:28:34 +0900 | Yuya Nishihara | encoding: add option to escape non-ascii characters in JSON |