log tests/heredoctest.py @ 46387:c41ac8985fe4

age author description
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Tue, 16 Oct 2018 07:18:30 +0200 Yuya Nishihara py3: flush std streams before/after running user code in heredoctest.py
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