Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Sun, 05 Aug 2018 12:11:19 +0900 |
Yuya Nishihara |
minirst: make format() simply return a formatted text
|
Thu, 10 May 2018 21:08:32 +0900 |
Yuya Nishihara |
stringutil: flip the default of pprint() to bprefix=False
|
Fri, 27 Apr 2018 00:46:05 -0400 |
Augie Fackler |
tests: port test-minirst.py to Python 3
|
Fri, 27 Apr 2018 00:31:57 -0400 |
Augie Fackler |
tests: use stringutil.pprint instead of pprint.pprint in test-minirst.py
|
Sun, 04 Mar 2018 05:15:24 +0530 |
Pulkit Goyal |
py3: add b'' prefixes in tests/test-minirst.py
|
Wed, 15 Feb 2017 16:42:17 -0800 |
Gregory Szorc |
minirst: detect bullet lists using asterisks
|
Tue, 05 Apr 2016 23:22:38 +0900 |
Yuya Nishihara |
tests: stop direct symbol import of pprint.pprint in tests-minirst
|
Mon, 04 Apr 2016 03:04:08 +0300 |
Robert Stanca |
py3: use print_function in test-minirst.py
|
Mon, 04 Apr 2016 03:00:43 +0300 |
Robert Stanca |
py3: use absolute_import in test-minirst.py
|
Wed, 19 Feb 2014 17:32:21 +0100 |
Simon Heimberg |
minirst: create valid output when table data contains a newline
|
Mon, 04 Nov 2013 10:23:06 +0100 |
Simon Heimberg |
tests: modify minirst test input to new format
stable
|
Fri, 01 Jun 2012 11:58:23 +0200 |
Olav Reinert |
minirst: generate tables as a list of joined lines
|
Sat, 15 Oct 2011 00:39:06 -0500 |
Matt Mackall |
minirst: improve test harness
|
Sat, 15 Oct 2011 00:39:04 -0500 |
Matt Mackall |
minirst: add style flag to format
|