Sun, 03 Jul 2016 22:28:24 +0530 |
Pulkit Goyal |
py3: make files use absolute_import and print_function
|
Sun, 06 Dec 2015 22:26:12 -0800 |
Gregory Szorc |
tests: use absolute_import for heredoctest.py
|
Sun, 12 Apr 2015 15:34:17 -0400 |
Augie Fackler |
heredoctest: 2to3 -w -f numliterals -f except -f print tests/heredoctest.py
|
Sun, 28 Sep 2014 15:13:35 +0900 |
Yuya Nishihara |
heredoctest: do not append extra newline character to continuation line
|
Sun, 28 Sep 2014 14:15:43 +0900 |
Yuya Nishihara |
heredoctest: use the same dict for local/global contexts as in doctest
|
Mon, 07 Nov 2011 13:46:41 -0600 |
Matt Mackall |
run-tests: replace inline python handling with more native scheme
|
Tue, 01 Nov 2011 12:25:54 -0700 |
Brodie Rao |
tests: fix readline escape characters in heredoctest.py/test-url.py
stable
|
Thu, 13 Oct 2011 17:54:35 +0200 |
Idan Kamara |
tests: remove temp doctest file when finished running it
|
Wed, 12 Oct 2011 22:01:13 +0200 |
Idan Kamara |
tests: add helper script for processing doctests read from stdin
|