Mercurial > hg
log mercurial/minirst.py @ 38783:e7aa113b14f7
age | author | description |
---|---|---|
Wed, 01 Aug 2018 13:00:45 -0700 | Gregory Szorc | global: use pycompat.xrange() |
Fri, 27 Apr 2018 00:50:08 -0400 | Augie Fackler | minirst: fix bytes slicing defect on Python 3 |
Thu, 22 Mar 2018 21:56:20 +0900 | Yuya Nishihara | stringutil: bulk-replace call sites to point to new module |
Thu, 05 Oct 2017 14:16:20 -0400 | Augie Fackler | python3: use our bytes-only version of cgi.escape everywhere |
Sun, 03 Sep 2017 14:32:11 +0900 | Yuya Nishihara | doctest: bulk-replace string literals with b'' for Python 3 |
Sun, 28 May 2017 15:47:43 -0400 | Augie Fackler | minirst: look for column delimiters using slices instead of indicies |
Sun, 28 May 2017 13:36:02 -0400 | Augie Fackler | minirst: grab a byte, not an int, for the underline style |