Mercurial > hg
log
age | author | description |
---|---|---|
Wed, 23 Aug 2017 01:22:59 -0400 | Augie Fackler | bruterebase: port to python 3 |
Tue, 22 Aug 2017 21:21:13 -0400 | Augie Fackler | exchange: use '%d' % x instead of str(x) to encode ints |
Fri, 15 Sep 2017 19:44:32 -0400 | Augie Fackler | posix: always pass a native str to unicodedata.normalize's first arg |
Fri, 15 Sep 2017 19:44:05 -0400 | Augie Fackler | posix: use slicing to grab a single byte out of a bytes in HFS+ normcase code |
Fri, 15 Sep 2017 19:43:32 -0400 | Augie Fackler | encoding: ensure getutf8char always returns a bytestr, never an int |
Fri, 15 Sep 2017 19:43:02 -0400 | Augie Fackler | posix: fix HFS+ normcase doctest to produce valid bytes literals in Python 3 |