Mercurial > hg
log mercurial/pure/charencode.py @ 36885:c68e79dcf21c
age | author | description |
---|---|---|
Sat, 16 Sep 2017 22:55:48 +0900 | Yuya Nishihara | py3: use 'surrogatepass' error handler to process U+DCxx transparently |
Sat, 16 Sep 2017 22:42:19 +0900 | Yuya Nishihara | py3: don't pass bytes to array.array() |
Sun, 23 Apr 2017 12:59:42 +0900 | Yuya Nishihara | encoding: add function to test if a str consists of ASCII characters |
Sun, 23 Apr 2017 16:10:51 +0900 | Yuya Nishihara | encoding: extract stub for fast JSON escape |
Mon, 31 Jul 2017 23:13:47 +0900 | Yuya Nishihara | encoding: drop circular import by proxying through '<policy>.charencode' |