Fri, 12 Oct 2018 19:25:08 +0200 |
Yuya Nishihara |
py3: get around unicode docstrings in test-encoding-textwrap.t and test-help.t
|
Wed, 13 Jun 2018 22:51:08 +0530 |
Pulkit Goyal |
py3: replace `unicode` with pycompat.unicode
|
Sat, 10 Mar 2018 15:57:16 +0900 |
Yuya Nishihara |
py3: use r'' instead of sysstr('') to get around code transformer
|
Sat, 03 Mar 2018 19:12:47 -0500 |
Yuya Nishihara |
py3: make gettext domain a system string
|
Fri, 13 Oct 2017 21:36:10 +0900 |
Yuya Nishihara |
i18n: cache translated messages per encoding
|
Thu, 12 Oct 2017 23:30:46 -0700 |
Jun Wu |
codemod: use pycompat.iswindows
|
Mon, 20 Feb 2017 18:40:42 +0530 |
Pulkit Goyal |
py3: use pycompat.fsencode() to convert __file__ to bytes
|
Tue, 20 Dec 2016 00:20:07 +0530 |
Pulkit Goyal |
py3: replace sys.executable with pycompat.sysexecutable
|
Mon, 19 Dec 2016 00:16:52 +0530 |
Pulkit Goyal |
py3: replace os.name with pycompat.osname (part 1 of 2)
|
Sun, 06 Nov 2016 12:18:23 +0900 |
Pulkit Goyal |
py3: make util.datapath a bytes variable
|
Sat, 08 Oct 2016 05:26:18 -0400 |
Augie Fackler |
i18n: make the locale directory name the same string type as the datapath
|
Fri, 07 Oct 2016 12:13:28 +0200 |
Pulkit Goyal |
py3: convert to unicode to pass into encode()
|
Wed, 28 Sep 2016 20:07:32 +0900 |
Yuya Nishihara |
py3: make i18n use encoding.environ
|
Sat, 25 Jun 2016 17:40:53 -0700 |
Gregory Szorc |
i18n: use unicode literal
|
Tue, 29 Mar 2016 17:22:08 +0000 |
timeless |
py3: handle ugettext + unicode in i18n
|