Mercurial > public > mercurial-scm > hg-stable
log tests/test-encoding-func.py @ 53040:cdd7bf612c7b stable tip
age | author | description |
---|---|---|
Tue, 07 Jan 2025 17:36:13 -0500 | Matt Harbison | pyupgrade: drop redundant `''.encode("utf-8")` |
Mon, 06 Jan 2025 14:15:40 -0500 | Matt Harbison | py3: drop redundant `u''` prefixes on string literals |
Thu, 03 Mar 2022 17:34:00 +0100 | Gregory Szorc | py2: remove simple from __future__ statements |
Sun, 06 Oct 2019 09:45:02 -0400 | Augie Fackler | formatting: blacken the codebase |
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 |