log mercurial/encoding.py @ 32129:f0ea0f642627

age author description
Wed, 29 Mar 2017 21:13:55 +0900 Yuya Nishihara pycompat: introduce identity function as a compat stub
Mon, 13 Mar 2017 09:12:56 -0700 Yuya Nishihara encoding: add converter between native str and byte string
Mon, 13 Mar 2017 09:11:08 -0700 Yuya Nishihara encoding: factor out unicode variants of from/tolocal()
Sat, 17 Dec 2016 23:55:25 +0530 Pulkit Goyal py3: make sure encoding.encoding is a bytes variable
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
Sat, 30 Jan 2016 19:48:35 +0900 Yuya Nishihara encoding: initialize jsonmap when module is loaded
Sat, 30 Jan 2016 19:41:34 +0900 Yuya Nishihara encoding: change jsonmap to a list indexed by code point
Sat, 16 Jan 2016 18:30:01 +0900 Yuya Nishihara encoding: escape U+007F (DEL) character in JSON
Thu, 07 Jan 2016 14:57:57 -0600 Matt Mackall encoding: handle UTF-16 internal limit with fromutf8b (issue5031)
Sat, 12 Dec 2015 23:26:12 -0800 Gregory Szorc encoding: use double backslash
Sat, 12 Dec 2015 22:57:48 -0500 Gregory Szorc encoding: use absolute_import
Mon, 02 Nov 2015 17:17:33 -0600 Matt Mackall encoding: extend test cases for utf8b
Thu, 05 Nov 2015 17:30:10 -0600 Matt Mackall encoding: re-escape U+DCxx characters in toutf8b input (issue4927)
Thu, 05 Nov 2015 17:21:43 -0600 Matt Mackall encoding: use getutf8char in toutf8b
Thu, 05 Nov 2015 17:11:50 -0600 Matt Mackall encoding: handle non-BMP characters in fromutf8b
Thu, 05 Nov 2015 16:48:46 -0600 Matt Mackall encoding: add getutf8char helper
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Thu, 02 Apr 2015 19:17:32 -0700 Siddharth Agarwal util.h: define an enum for normcase specs
Wed, 01 Apr 2015 00:30:41 -0700 Siddharth Agarwal encoding.upper: factor out fallback code
Wed, 01 Apr 2015 00:21:10 -0700 Siddharth Agarwal encoding: define an enum that specifies what normcase does to ASCII strings
Tue, 31 Mar 2015 15:22:09 -0700 Siddharth Agarwal encoding: use parsers.asciiupper when available
Tue, 16 Dec 2014 13:06:41 -0500 Augie Fackler encoding: add hfsignoreclean to clean out HFS-ignored characters stable
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