Mercurial > hg-stable
log
age | author | description |
---|---|---|
Thu, 01 Mar 2018 18:06:25 -0500 | Yuya Nishihara | py3: replace type 'str' by 'bytes' in templater.py |
Thu, 01 Mar 2018 17:56:32 -0500 | Yuya Nishihara | py3: don't crash when re-raising encoding error |
Thu, 01 Mar 2018 17:43:25 -0500 | Yuya Nishihara | py3: mark all string literals in test-command-template.t as bytes |
Thu, 01 Mar 2018 17:03:40 -0500 | Yuya Nishihara | py3: byte-stringify ValueError of unescapestr() to reraise as ParseError |
Thu, 01 Mar 2018 16:56:38 -0500 | Yuya Nishihara | py3: fix type of string literals in templater.tokenize() |
Thu, 01 Mar 2018 16:52:17 -0500 | Yuya Nishihara | py3: drop b'' from error message generated by templater.runmember() |
Thu, 01 Mar 2018 16:42:24 -0500 | Yuya Nishihara | py3: fix join(), min(), and max() template functions over string |