Mercurial > public > mercurial-scm > hg
log mercurial/encoding.py @ 23355:7faa55c20b0e
age | author | description |
---|---|---|
Fri, 17 Oct 2014 02:07:04 +0900 | FUJIWARA Katsunori | encoding: avoid cyclic dependency around "parsers" in pure Python build |
Fri, 03 Oct 2014 18:45:56 -0700 | Siddharth Agarwal | encoding.lower: use fast ASCII lower |
Fri, 03 Oct 2014 18:42:39 -0700 | Siddharth Agarwal | parsers: add a function to efficiently lowercase ASCII strings |
Mon, 15 Sep 2014 13:12:49 -0500 | Matt Mackall | encoding: add json escaping filter |
Mon, 15 Sep 2014 13:12:20 -0500 | Matt Mackall | encoding: handle empty string in toutf8 |
Sun, 06 Jul 2014 02:56:41 +0900 | FUJIWARA Katsunori | encoding: add 'leftside' argument into 'trim' to switch trimming side |
Sun, 06 Jul 2014 02:56:41 +0900 | FUJIWARA Katsunori | encoding: add 'trim' to trim multi-byte characters at most specified columns |