Mercurial > public > mercurial-scm > hg-stable
log mercurial/encoding.py @ 40450:41f0529b5112 stable
age | author | description |
---|---|---|
Tue, 25 Sep 2018 08:53:20 -0700 | Martin von Zweigbergk | encoding: remove unnecessary lambdas from _encodingfixers |
Sun, 23 Sep 2018 22:36:44 -0400 | Matt Harbison | py3: don't use os.getcwdb() on Windows to avoid DeprecationWarnings |
Fri, 21 Sep 2018 19:48:23 -0400 | Matt Harbison | py3: rename pycompat.getcwd() to encoding.getcwd() (API) |
Wed, 01 Aug 2018 13:00:45 -0700 | Gregory Szorc | global: use pycompat.xrange() |
Thu, 19 Jul 2018 13:55:54 -0400 | Augie Fackler | release: merge default into stable for 4.7 release freeze stable |
Sun, 23 Apr 2017 13:15:30 +0900 | Yuya Nishihara | encoding: introduce tagging type for non-lossy non-ASCII string |
Sun, 22 Apr 2018 11:38:53 +0900 | Yuya Nishihara | encoding: fix toutf8b() to resurrect lossy characters even if "\xed" in it |